Trace number 1524962

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20? (TO) 1200.09 1200.72

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S2140929154-062.cnf
MD5SUMd3e388145b1dc90e0d73a294f0c3ce44
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark811.961
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.00/0.01	c Parsing...
0.05/0.07	c ==============================================================================
0.05/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.07	c ==============================================================================
0.05/0.07	c |         0 |   17000   119000 |    5099       0        0     nan |  0.000 % |
0.05/0.07	c ==============================================================================
0.05/0.07	c Result  :   #vars: 200   #clauses: 17000   #literals: 119000
0.05/0.07	c CPU time:   0.021996 s
0.05/0.07	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524962-1238367283/watcher-1524962-1238367283 -o /tmp/evaluation-result-1524962-1238367283/solver-1524962-1238367283 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1524962-1238367283.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.84 2.95 2.90 4/86 24657
/proc/meminfo: memFree=1672288/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 463058766 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24657/statm: 1339 235 195 169 0 50 0
[pid=24658] ppid=24657 vsize=5356 CPUtime=0
/proc/24658/stat : 24658 (manysat.sh) R 24657 24657 24224 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 463058766 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/24658/statm: 1339 235 195 169 0 50 0

[startup+0.063966 s]
/proc/loadavg: 2.84 2.95 2.90 4/86 24657
/proc/meminfo: memFree=1672288/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 463058766 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24657/statm: 1339 235 195 169 0 50 0
[pid=24658] ppid=24657 vsize=2288 CPUtime=0.05
/proc/24658/stat : 24658 (SatElite) R 24657 24657 24224 0 -1 4194304 490 0 0 0 5 0 0 0 19 0 1 0 463058766 2342912 474 1992294400 134512640 135034092 4294956096 18446744073709551615 134808441 0 0 4096 3 0 0 0 17 1 0 0
/proc/24658/statm: 572 474 67 127 0 442 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7644

[startup+0.101968 s]
/proc/loadavg: 2.84 2.95 2.90 4/86 24657
/proc/meminfo: memFree=1672288/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.302003 s]
/proc/loadavg: 2.84 2.95 2.90 4/86 24657
/proc/meminfo: memFree=1672288/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.701076 s]
/proc/loadavg: 2.84 2.95 2.90 4/86 24657
/proc/meminfo: memFree=1672288/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.50122 s]
/proc/loadavg: 2.84 2.95 2.90 4/89 24661
/proc/meminfo: memFree=1665544/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=18864 CPUtime=1.41
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 1908 0 0 0 141 0 0 0 25 0 2 0 463058773 19316736 1894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 4716 1894 83 193 0 4520 0
[pid=24660/tid=24661] ppid=24657 vsize=18864 CPUtime=0.65
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 561 0 0 0 65 0 0 0 25 0 2 0 463058776 19316736 1894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24220

[startup+3.10152 s]
/proc/loadavg: 2.84 2.95 2.90 4/89 24661
/proc/meminfo: memFree=1662408/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=22300 CPUtime=3.02
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 2740 0 0 0 301 1 0 0 25 0 2 0 463058773 22835200 2726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 5575 2726 83 193 0 5379 0
[pid=24660/tid=24661] ppid=24657 vsize=22300 CPUtime=1.45
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 969 0 0 0 145 0 0 0 25 0 2 0 463058776 22835200 2726 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27656

[startup+6.30111 s]
/proc/loadavg: 3.01 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1657032/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=27284 CPUtime=6.21
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 3988 0 0 0 620 1 0 0 25 0 2 0 463058773 27938816 3974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 6821 3974 83 193 0 6625 0
[pid=24660/tid=24661] ppid=24657 vsize=27284 CPUtime=3.05
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 1608 0 0 0 305 0 0 0 25 0 2 0 463058776 27938816 3974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32640

[startup+12.7013 s]
/proc/loadavg: 3.01 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1651784/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=31188 CPUtime=12.61
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 4959 0 0 0 1259 2 0 0 25 0 2 0 463058773 31936512 4945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 7797 4945 83 193 0 7601 0
[pid=24660/tid=24661] ppid=24657 vsize=31188 CPUtime=6.25
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 2128 0 0 0 625 0 0 0 25 0 2 0 463058776 31936512 4945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36544

[startup+25.5016 s]
/proc/loadavg: 3.01 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1644872/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=38892 CPUtime=25.41
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 6642 0 0 0 2538 3 0 0 25 0 2 0 463058773 39825408 6628 1992294400 134512640 135305190 4294956144 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 9723 6628 83 193 0 9527 0
[pid=24660/tid=24661] ppid=24657 vsize=38892 CPUtime=12.63
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 2977 0 0 0 1263 0 0 0 25 0 2 0 463058776 39825408 6628 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44248

[startup+51.1013 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1639048/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=44780 CPUtime=50.99
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 8085 0 0 0 5095 4 0 0 25 0 2 0 463058773 45854720 8071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 11195 8071 83 193 0 10999 0
[pid=24660/tid=24661] ppid=24657 vsize=44780 CPUtime=25.43
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 3759 0 0 0 2541 2 0 0 25 0 2 0 463058776 45854720 8071 1992294400 134512640 135305190 4294956144 18446744073709551615 134556841 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50136

[startup+102.307 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1630792/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=52832 CPUtime=102.17
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 10121 0 0 0 10211 6 0 0 25 0 2 0 463058773 54099968 10107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 13208 10107 83 193 0 13012 0
[pid=24660/tid=24661] ppid=24657 vsize=52832 CPUtime=50.91
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 4886 0 0 0 5089 2 0 0 25 0 2 0 463058776 54099968 10107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 58188

[startup+162.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1617992/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=65224 CPUtime=162.13
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 13291 0 0 0 16204 9 0 0 25 0 2 0 463058773 66789376 13277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 16306 13277 83 193 0 16110 0
[pid=24660/tid=24661] ppid=24657 vsize=65224 CPUtime=80.81
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 6729 0 0 0 8077 4 0 0 25 0 2 0 463058776 66789376 13277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 70580

[startup+222.303 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1610568/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=72804 CPUtime=222.11
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 15158 0 0 0 22200 11 0 0 25 0 2 0 463058773 74551296 15144 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 18201 15144 83 193 0 18005 0
[pid=24660/tid=24661] ppid=24657 vsize=72804 CPUtime=110.81
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 7566 0 0 0 11076 5 0 0 25 0 2 0 463058776 74551296 15144 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 78160

[startup+282.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24661
/proc/meminfo: memFree=1600072/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=83140 CPUtime=282.08
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 17776 0 0 0 28195 13 0 0 25 0 2 0 463058773 85135360 17762 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 20785 17762 83 193 0 20589 0
[pid=24660/tid=24661] ppid=24657 vsize=83140 CPUtime=140.83
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 8599 0 0 0 14077 6 0 0 25 0 2 0 463058776 85135360 17762 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.14

################
# More data... #
################

[pid=24660] ppid=24657 vsize=125020 CPUtime=701.86
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 27847 0 0 0 70162 24 0 0 25 0 2 0 463058773 128020480 27833 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 31255 27833 83 193 0 31059 0
[pid=24660/tid=24661] ppid=24657 vsize=125020 CPUtime=350.67
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 13568 0 0 0 35056 11 0 0 25 0 2 0 463058776 128020480 27833 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 130376

[startup+762.306 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1556808/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=127408 CPUtime=761.84
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 28575 0 0 0 76159 25 0 0 25 0 2 0 463058773 130465792 28561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 31852 28561 83 193 0 31656 0
[pid=24660/tid=24661] ppid=24657 vsize=127408 CPUtime=380.63
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 14260 0 0 0 38051 12 0 0 25 0 2 0 463058776 130465792 28561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 132764

[startup+822.301 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1549832/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=134372 CPUtime=821.81
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 30316 0 0 0 82152 29 0 0 25 0 2 0 463058773 137596928 30302 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 33593 30302 83 193 0 33397 0
[pid=24660/tid=24661] ppid=24657 vsize=134372 CPUtime=410.57
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 15839 0 0 0 41041 16 0 0 25 0 2 0 463058776 137596928 30302 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 139728

[startup+882.301 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1547848/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=136632 CPUtime=881.78
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 30805 0 0 0 88149 29 0 0 25 0 2 0 463058773 139911168 30791 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 34158 30791 83 193 0 33962 0
[pid=24660/tid=24661] ppid=24657 vsize=136632 CPUtime=440.56
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 16043 0 0 0 44040 16 0 0 25 0 2 0 463058776 139911168 30791 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 141988

[startup+942.301 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1541064/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=143936 CPUtime=941.75
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 32553 0 0 0 94144 31 0 0 25 0 2 0 463058773 147390464 32539 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 35984 32539 83 193 0 35788 0
[pid=24660/tid=24661] ppid=24657 vsize=143936 CPUtime=470.56
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 16846 0 0 0 47039 17 0 0 25 0 2 0 463058776 147390464 32539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 149292

[startup+1002.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1536264/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=148916 CPUtime=1001.73
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 33695 0 0 0 100140 33 0 0 25 0 2 0 463058773 152489984 33681 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37229 33681 83 193 0 37033 0
[pid=24660/tid=24661] ppid=24657 vsize=148916 CPUtime=500.55
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17565 0 0 0 50037 18 0 0 25 0 2 0 463058776 152489984 33681 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 154272

[startup+1062.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1536264/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=148916 CPUtime=1061.69
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 33698 0 0 0 106136 33 0 0 25 0 2 0 463058773 152489984 33684 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37229 33684 83 193 0 37033 0
[pid=24660/tid=24661] ppid=24657 vsize=148916 CPUtime=530.55
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17565 0 0 0 53037 18 0 0 25 0 2 0 463058776 152489984 33684 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 154272

[startup+1122.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1535944/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=149252 CPUtime=1121.66
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 33785 0 0 0 112133 33 0 0 25 0 2 0 463058773 152834048 33771 1992294400 134512640 135305190 4294956144 18446744073709551615 134551535 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37313 33771 83 193 0 37117 0
[pid=24660/tid=24661] ppid=24657 vsize=149252 CPUtime=560.54
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17581 0 0 0 56036 18 0 0 25 0 2 0 463058776 152834048 33771 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 154608

[startup+1182.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1534536/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=150748 CPUtime=1181.64
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 34137 0 0 0 118131 33 0 0 25 0 2 0 463058773 154365952 34123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37687 34123 83 193 0 37491 0
[pid=24660/tid=24661] ppid=24657 vsize=150748 CPUtime=590.54
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17702 0 0 0 59036 18 0 0 25 0 2 0 463058776 154365952 34123 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 156104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1533704/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=151660 CPUtime=1200.03
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 34353 0 0 0 119970 33 0 0 25 0 2 0 463058773 155299840 34339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37915 34339 83 193 0 37719 0
[pid=24660/tid=24661] ppid=24657 vsize=151660 CPUtime=599.75
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17788 0 0 0 59957 18 0 0 25 0 2 0 463058776 155299840 34339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 157016

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24667
/proc/meminfo: memFree=1533704/2055924 swapFree=4179676/4192956
[pid=24657] ppid=24655 vsize=5356 CPUtime=0.06
/proc/24657/stat : 24657 (manysat.sh) S 24655 24657 24224 0 -1 4194304 312 493 0 0 0 0 6 0 16 0 1 0 463058766 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24657/statm: 1339 238 195 169 0 50 0
[pid=24660] ppid=24657 vsize=151660 CPUtime=1200.03
/proc/24660/stat : 24660 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194304 34353 0 0 0 119970 33 0 0 25 0 2 0 463058773 155299840 34339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24660/statm: 37915 34339 83 193 0 37719 0
[pid=24660/tid=24661] ppid=24657 vsize=151660 CPUtime=599.75
/proc/24660/task/24661/stat : 24661 (manysat1.1_stat) R 24657 24657 24224 0 -1 4194368 17788 0 0 0 59957 18 0 0 25 0 2 0 463058776 155299840 34339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 157016

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24657 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=61990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 0.070988
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.72
CPU time (s): 1200.09
CPU user time (s): 1199.76
CPU system time (s): 0.33
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 157016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.06199
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4

runsolver used 1.57376 second user time and 3.88741 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-30 00:54:43
IDJOB=1524962
IDBENCH=70248
IDSOLVER=514
FILE ID=node83/1524962-1238367283
PBS_JOBID= 9061156
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S2140929154-062.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524962-1238367283/watcher-1524962-1238367283 -o /tmp/evaluation-result-1524962-1238367283/solver-1524962-1238367283 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1524962-1238367283.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= d3e388145b1dc90e0d73a294f0c3ce44
RANDOM SEED=2114170512

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1672704 kB
Buffers:         71040 kB
Cached:         218768 kB
SwapCached:       7488 kB
Active:         178572 kB
Inactive:       129812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1672704 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          26016 kB
Slab:            58832 kB
Committed_AS:  1035564 kB
PageTables:       2680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node83 at 2009-03-30 01:14:46