Trace number 1773876

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) 10000.1 5012.02

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5162.75
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.08/0.14	c ==============================================================================
0.08/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.14	c ==============================================================================
0.08/0.14	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
1.29/1.37	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
1.29/1.37	c ==============================================================================
1.29/1.37	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
1.29/1.37	c CPU time:   1.3118 s
1.29/1.37	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773876-1241289022/watcher-1773876-1241289022 -o /tmp/evaluation-result-1773876-1241289022/solver-1773876-1241289022 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773876-1241289022.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.99 3.97 3.57 3/64 25982
/proc/meminfo: memFree=1930224/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=980 CPUtime=0
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 156934983 1003520 150 1992294400 134512640 135034092 4294956112 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 245 152 50 127 0 115 0

[startup+0.0270489 s]
/proc/loadavg: 3.99 3.97 3.57 3/64 25982
/proc/meminfo: memFree=1930224/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=4544 CPUtime=0.01
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 947 0 0 0 1 0 0 0 19 0 1 0 156934983 4653056 931 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 1136 932 50 127 0 1006 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9900

[startup+0.102059 s]
/proc/loadavg: 3.99 3.97 3.57 3/64 25982
/proc/meminfo: memFree=1930224/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=16348 CPUtime=0.08
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 3513 0 0 0 7 1 0 0 19 0 1 0 156934983 16740352 3497 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 4087 3497 50 127 0 3957 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21704

[startup+0.302089 s]
/proc/loadavg: 3.99 3.97 3.57 3/64 25982
/proc/meminfo: memFree=1930224/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=23696 CPUtime=0.29
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 5712 0 0 0 26 3 0 0 21 0 1 0 156934983 24264704 5298 1992294400 134512640 135034092 4294956112 18446744073709551615 134679762 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 5924 5298 68 127 0 5794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29052

[startup+0.701146 s]
/proc/loadavg: 3.99 3.97 3.57 3/64 25982
/proc/meminfo: memFree=1930224/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=25260 CPUtime=0.68
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 6045 0 0 0 64 4 0 0 24 0 1 0 156934983 25866240 5631 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 6315 5632 68 127 0 6185 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30616

[startup+1.50126 s]
/proc/loadavg: 3.99 3.97 3.57 2/66 25984
/proc/meminfo: memFree=1901920/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=0
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156934983 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 235 195 169 0 50 0
[pid=25983] ppid=25982 vsize=26152 CPUtime=1.47
/proc/25983/stat : 25983 (SatElite) R 25982 25982 25807 0 -1 4194304 6836 0 0 0 141 6 0 0 24 0 1 0 156934983 26779648 5865 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25983/statm: 6538 5865 68 127 0 6408 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31508

[startup+3.10151 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25988
/proc/meminfo: memFree=1893256/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=65308 CPUtime=2.91
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 8032 0 0 0 284 7 0 0 16 0 4 0 156935134 66875392 8018 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 16327 8018 83 193 0 16131 0
[pid=25985/tid=25986] ppid=25982 vsize=65308 CPUtime=0.59
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 367 0 0 0 59 0 0 0 17 0 4 0 156935158 66875392 8018 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=65308 CPUtime=0.86
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 447 0 0 0 85 1 0 0 16 0 4 0 156935158 66875392 8018 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=65308 CPUtime=0.61
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 360 0 0 0 60 1 0 0 17 0 4 0 156935158 66875392 8018 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 70664

[startup+6.30197 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25988
/proc/meminfo: memFree=1887944/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=69756 CPUtime=9.3
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 9165 0 0 0 920 10 0 0 17 0 4 0 156935134 71430144 9151 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 17439 9151 83 193 0 17243 0
[pid=25985/tid=25986] ppid=25982 vsize=69756 CPUtime=2.28
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 571 0 0 0 227 1 0 0 17 0 4 0 156935158 71430144 9151 1992294400 134512640 135305190 4294956160 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=69756 CPUtime=2.39
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 909 0 0 0 238 1 0 0 16 0 4 0 156935158 71430144 9151 1992294400 134512640 135305190 4294956160 18446744073709551615 134837904 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=69756 CPUtime=2.21
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 525 0 0 0 219 2 0 0 16 0 4 0 156935158 71430144 9151 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 75112

[startup+12.7019 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25988
/proc/meminfo: memFree=1878472/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=78352 CPUtime=22.07
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 11425 0 0 0 2195 12 0 0 17 0 4 0 156935134 80232448 11411 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25985/statm: 19588 11411 83 193 0 19392 0
[pid=25985/tid=25986] ppid=25982 vsize=78352 CPUtime=5.5
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 941 0 0 0 548 2 0 0 18 0 4 0 156935158 80232448 11411 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=78352 CPUtime=4.57
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 1597 0 0 0 455 2 0 0 17 0 4 0 156935158 80232448 11411 1992294400 134512640 135305190 4294956160 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=78352 CPUtime=6.32
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 1059 0 0 0 630 2 0 0 17 0 4 0 156935158 80232448 11411 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 83708

[startup+25.5028 s]
/proc/loadavg: 3.99 3.97 3.58 5/69 25988
/proc/meminfo: memFree=1862856/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=93940 CPUtime=47.61
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 15159 0 0 0 4745 16 0 0 17 0 4 0 156935134 96194560 15145 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25985/statm: 23485 15145 83 193 0 23289 0
[pid=25985/tid=25986] ppid=25982 vsize=93940 CPUtime=13.06
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 1716 0 0 0 1304 2 0 0 17 0 4 0 156935158 96194560 15145 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=93940 CPUtime=8.73
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 2631 0 0 0 870 3 0 0 18 0 4 0 156935158 96194560 15145 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25988] ppid=25982 vsize=93940 CPUtime=11.79
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 1595 0 0 0 1176 3 0 0 18 0 4 0 156935158 96194560 15145 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.1
Current children cumulated vsize (KiB) 99296

[startup+51.1025 s]
/proc/loadavg: 3.99 3.97 3.59 5/69 25988
/proc/meminfo: memFree=1847048/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=109824 CPUtime=98.69
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 19062 0 0 0 9847 22 0 0 17 0 4 0 156935134 112459776 19048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 27456 19048 83 193 0 27260 0
[pid=25985/tid=25986] ppid=25982 vsize=109824 CPUtime=23.3
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 2251 0 0 0 2327 3 0 0 18 0 4 0 156935158 112459776 19048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=109824 CPUtime=17.28
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 3249 0 0 0 1724 4 0 0 17 0 4 0 156935158 112459776 19048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=109824 CPUtime=28.49
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 2729 0 0 0 2844 5 0 0 18 0 4 0 156935158 112459776 19048 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.18
Current children cumulated vsize (KiB) 115180

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.61 5/69 25988
/proc/meminfo: memFree=1821576/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=135468 CPUtime=200.86
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 25368 0 0 0 20054 32 0 0 17 0 4 0 156935134 138719232 25354 1992294400 134512640 135305190 4294956160 18446744073709551615 134556726 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 33867 25354 83 193 0 33671 0
[pid=25985/tid=25986] ppid=25982 vsize=135468 CPUtime=51.69
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 3618 0 0 0 5164 5 0 0 18 0 4 0 156935158 138719232 25354 1992294400 134512640 135305190 4294956160 18446744073709551615 134528642 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=135468 CPUtime=31.05
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 4696 0 0 0 3099 6 0 0 16 0 4 0 156935158 138719232 25354 1992294400 134512640 135305190 4294956160 18446744073709551615 134555051 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=135468 CPUtime=65.7
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 4754 0 0 0 6561 9 0 0 17 0 4 0 156935158 138719232 25354 1992294400 134512640 135305190 4294956160 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.35
Current children cumulated vsize (KiB) 140824

[startup+162.303 s]
/proc/loadavg: 3.99 3.97 3.63 5/69 25988
/proc/meminfo: memFree=1802120/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=154404 CPUtime=320.59
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 30205 0 0 0 32020 39 0 0 19 0 4 0 156935134 158109696 30191 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25985/statm: 38601 30191 83 193 0 38405 0
[pid=25985/tid=25986] ppid=25982 vsize=154404 CPUtime=81.42

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

/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 49703 0 0 0 251260 81 0 0 24 0 4 0 156935158 786509824 181361 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9062.79
Current children cumulated vsize (KiB) 773432

[startup+4602.3 s]
/proc/loadavg: 3.93 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1192712/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=768940 CPUtime=9181.05
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 181644 0 0 0 917819 286 0 0 22 0 4 0 156935134 787394560 181630 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25985/statm: 192235 181630 83 193 0 192039 0
[pid=25985/tid=25986] ppid=25982 vsize=768940 CPUtime=2194.65
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39056 0 0 0 219400 65 0 0 22 0 4 0 156935158 787394560 181630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=768940 CPUtime=1957.2
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 36383 0 0 0 195667 53 0 0 25 0 4 0 156935158 787394560 181630 1992294400 134512640 135305190 4294956160 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25988] ppid=25982 vsize=768940 CPUtime=2545.5
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 49848 0 0 0 254469 81 0 0 25 0 4 0 156935158 787394560 181630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9182.54
Current children cumulated vsize (KiB) 774296

[startup+4662.3 s]
/proc/loadavg: 3.97 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1187336/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=775108 CPUtime=9300.78
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 182975 0 0 0 929789 289 0 0 23 0 4 0 156935134 793710592 182961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 193777 182961 83 193 0 193581 0
[pid=25985/tid=25986] ppid=25982 vsize=775108 CPUtime=2225.15
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39594 0 0 0 222449 66 0 0 19 0 4 0 156935158 793710592 182961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=775108 CPUtime=1985.44
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 36694 0 0 0 198490 54 0 0 25 0 4 0 156935158 793710592 182961 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=775108 CPUtime=2570.9
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50148 0 0 0 257008 82 0 0 25 0 4 0 156935158 793710592 182961 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9302.27
Current children cumulated vsize (KiB) 780464

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1186888/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=775548 CPUtime=9420.51
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183110 0 0 0 941762 289 0 0 21 0 4 0 156935134 794161152 183096 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25985/statm: 193887 183096 83 193 0 193691 0
[pid=25985/tid=25986] ppid=25982 vsize=775548 CPUtime=2255.32
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39626 0 0 0 225465 67 0 0 21 0 4 0 156935158 794161152 183096 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=775548 CPUtime=2013.98
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 36746 0 0 0 201344 54 0 0 25 0 4 0 156935158 794161152 183096 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=775548 CPUtime=2599.1
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50199 0 0 0 259828 82 0 0 25 0 4 0 156935158 794161152 183096 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9422
Current children cumulated vsize (KiB) 780904

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1186568/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=775736 CPUtime=9540.24
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183180 0 0 0 953733 291 0 0 17 0 4 0 156935134 794353664 183166 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 193934 183166 83 193 0 193738 0
[pid=25985/tid=25986] ppid=25982 vsize=775736 CPUtime=2279.25
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39673 0 0 0 227858 67 0 0 25 0 4 0 156935158 794353664 183166 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=775736 CPUtime=2043.39
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 36764 0 0 0 204284 55 0 0 25 0 4 0 156935158 794353664 183166 1992294400 134512640 135305190 4294956160 18446744073709551615 134554276 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25988] ppid=25982 vsize=775736 CPUtime=2636.71
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50204 0 0 0 263588 83 0 0 17 0 4 0 156935158 794353664 183166 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.73
Current children cumulated vsize (KiB) 781092

[startup+4842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1185928/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=776408 CPUtime=9659.98
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183329 0 0 0 965707 291 0 0 25 0 4 0 156935134 795041792 183315 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 194102 183315 83 193 0 193906 0
[pid=25985/tid=25986] ppid=25982 vsize=776408 CPUtime=2306.95
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39706 0 0 0 230628 67 0 0 25 0 4 0 156935158 795041792 183315 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25987] ppid=25982 vsize=776408 CPUtime=2071.38
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 36880 0 0 0 207083 55 0 0 25 0 4 0 156935158 795041792 183315 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25988] ppid=25982 vsize=776408 CPUtime=2668.99
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50204 0 0 0 266816 83 0 0 19 0 4 0 156935158 795041792 183315 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9661.47
Current children cumulated vsize (KiB) 781764

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1184968/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=777332 CPUtime=9779.72
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183578 0 0 0 977680 292 0 0 19 0 4 0 156935134 795987968 183543 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 194333 183543 83 193 0 194137 0
[pid=25985/tid=25986] ppid=25982 vsize=777332 CPUtime=2337.45
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39744 0 0 0 233678 67 0 0 19 0 4 0 156935158 795987968 183543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=777332 CPUtime=2100.67
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 37091 0 0 0 210012 55 0 0 25 0 4 0 156935158 795987968 183543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=777332 CPUtime=2700.25
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50204 0 0 0 269942 83 0 0 21 0 4 0 156935158 795987968 183543 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9781.21
Current children cumulated vsize (KiB) 782688

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1184904/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=777332 CPUtime=9899.46
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183595 0 0 0 989654 292 0 0 25 0 4 0 156935134 795987968 183560 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 194333 183560 83 193 0 194137 0
[pid=25985/tid=25986] ppid=25982 vsize=777332 CPUtime=2366.51
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39744 0 0 0 236584 67 0 0 25 0 4 0 156935158 795987968 183560 1992294400 134512640 135305190 4294956160 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=777332 CPUtime=2126.52
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 37108 0 0 0 212597 55 0 0 25 0 4 0 156935158 795987968 183560 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=777332 CPUtime=2734.38
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50204 0 0 0 273355 83 0 0 25 0 4 0 156935158 795987968 183560 1992294400 134512640 135305190 4294956160 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9900.95
Current children cumulated vsize (KiB) 782688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 25998
/proc/meminfo: memFree=1183752/2055920 swapFree=4192812/4192956
[pid=25982] ppid=25980 vsize=5356 CPUtime=1.49
/proc/25982/stat : 25982 (manysat.sh) S 25980 25982 25807 0 -1 4194304 313 6838 0 0 0 0 142 7 19 0 1 0 156934983 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25982/statm: 1339 238 195 169 0 50 0
[pid=25985] ppid=25982 vsize=778772 CPUtime=9998.66
/proc/25985/stat : 25985 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194304 183862 0 0 0 999573 293 0 0 25 0 4 0 156935134 797462528 183827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25985/statm: 194693 183827 83 193 0 194497 0
[pid=25985/tid=25986] ppid=25982 vsize=778772 CPUtime=2389.43
/proc/25985/task/25986/stat : 25986 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 39744 0 0 0 238876 67 0 0 25 0 4 0 156935158 797462528 183827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25985/tid=25987] ppid=25982 vsize=778772 CPUtime=2147.48
/proc/25985/task/25987/stat : 25987 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 37374 0 0 0 214693 55 0 0 25 0 4 0 156935158 797462528 183827 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25985/tid=25988] ppid=25982 vsize=778772 CPUtime=2763.1
/proc/25985/task/25988/stat : 25988 (manysat1.1_stat) R 25982 25982 25807 0 -1 4194368 50204 0 0 0 276227 83 0 0 25 0 4 0 156935158 797462528 183827 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 784128

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5012.02
CPU time (s): 10000.1
CPU user time (s): 9997.15
CPU system time (s): 3
CPU usage (%): 199.523
Max. virtual memory (cumulated for all children) (KiB): 784128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.42178
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7151
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= 6

runsolver used 4.91325 second user time and 13.382 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-02 20:30:22
IDJOB=1773876
IDBENCH=70817
IDSOLVER=612
FILE ID=node30/1773876-1241289022
PBS_JOBID= 9225091
Free space on /tmp= 66508 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773876-1241289022/watcher-1773876-1241289022 -o /tmp/evaluation-result-1773876-1241289022/solver-1773876-1241289022 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773876-1241289022.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=764948186

node30.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.265
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.265
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1930776 kB
Buffers:          6748 kB
Cached:          49012 kB
SwapCached:          0 kB
Active:          35512 kB
Inactive:        34684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3940 kB
Writeback:           0 kB
Mapped:          24236 kB
Slab:            41116 kB
Committed_AS:   772744 kB
PageTables:       1356 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= 66500 MiB
End job on node30 at 2009-05-02 21:53:56