Trace number 1773666

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.42

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
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.28/0.38	c ==============================================================================
0.28/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.38	c ==============================================================================
0.28/0.38	c |         0 |  415290   969010 |  124586       0        0     nan |  0.000 % |
2.28/2.32	c |         0 |  316116   885852 |      --       0       --      -- |     --   | -99172/-83153
2.28/2.32	c ==============================================================================
2.28/2.32	c Result  :   #vars: 76931   #clauses: 316116   #literals: 885852
2.28/2.32	c CPU time:   2.21766 s
2.28/2.32	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-1773666-1241287947/watcher-1773666-1241287947 -o /tmp/evaluation-result-1773666-1241287947/solver-1773666-1241287947 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773666-1241287947.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.76 3.76 2.76 3/64 25170
/proc/meminfo: memFree=1925304/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=692 CPUtime=0
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 103 0 0 0 0 0 0 0 18 0 1 0 156828342 708608 87 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 173 88 50 127 0 43 0

[startup+0.0103691 s]
/proc/loadavg: 3.76 3.76 2.76 3/64 25170
/proc/meminfo: memFree=1925304/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=1616 CPUtime=0
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 300 0 0 0 0 0 0 0 18 0 1 0 156828342 1654784 284 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 404 285 50 127 0 274 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6972

[startup+0.101373 s]
/proc/loadavg: 3.76 3.76 2.76 3/64 25170
/proc/meminfo: memFree=1925304/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=16088 CPUtime=0.08
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 3422 0 0 0 7 1 0 0 18 0 1 0 156828342 16474112 3406 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 4022 3407 50 127 0 3892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21444

[startup+0.301387 s]
/proc/loadavg: 3.76 3.76 2.76 3/64 25170
/proc/meminfo: memFree=1925304/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=41928 CPUtime=0.28
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 10108 0 0 0 24 4 0 0 19 0 1 0 156828342 42934272 10092 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 10482 10093 50 127 0 10352 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47284

[startup+0.701412 s]
/proc/loadavg: 3.76 3.76 2.76 3/64 25170
/proc/meminfo: memFree=1925304/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=77700 CPUtime=0.69
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 16964 0 0 0 61 8 0 0 23 0 1 0 156828342 79564800 15797 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 19425 15797 68 127 0 19295 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83056

[startup+1.50146 s]
/proc/loadavg: 3.76 3.76 2.76 2/66 25172
/proc/meminfo: memFree=1855016/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=0
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156828342 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 235 195 169 0 50 0
[pid=25171] ppid=25170 vsize=83984 CPUtime=1.48
/proc/25171/stat : 25171 (SatElite) R 25170 25170 24965 0 -1 4194304 18626 0 0 0 139 9 0 0 25 0 1 0 156828342 85999616 17323 1992294400 134512640 135034092 4294956112 18446744073709551615 134566190 0 0 4096 3 0 0 0 17 0 0 0
/proc/25171/statm: 20996 17323 68 127 0 20866 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89340

[startup+3.10158 s]
/proc/loadavg: 3.76 3.76 2.76 2/66 25172
/proc/meminfo: memFree=1851368/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 5356

[startup+6.30278 s]
/proc/loadavg: 3.78 3.76 2.77 5/69 25176
/proc/meminfo: memFree=1811408/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=144028 CPUtime=6.29
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 25788 0 0 0 606 23 0 0 17 0 4 0 156828613 147484672 25756 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 36007 25756 83 193 0 35811 0
[pid=25173/tid=25174] ppid=25170 vsize=144028 CPUtime=1.53
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 621 0 0 0 151 2 0 0 16 0 4 0 156828692 147484672 25756 1992294400 134512640 135305190 4294956160 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=144028 CPUtime=1.19
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) S 25170 25170 24965 0 -1 4194368 582 0 0 0 117 2 0 0 17 0 4 0 156828692 147484672 25756 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=144028 CPUtime=1.41
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 1258 0 0 0 139 2 0 0 16 0 4 0 156828692 147484672 25756 1992294400 134512640 135305190 4294956160 18446744073709551615 134550986 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 149384

[startup+12.7012 s]
/proc/loadavg: 3.80 3.77 2.78 5/69 25176
/proc/meminfo: memFree=1804632/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=151352 CPUtime=19.04
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 27236 0 0 0 1880 24 0 0 19 0 4 0 156828613 154984448 27204 1992294400 134512640 135305190 4294956160 18446744073709551615 134556813 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 37838 27204 83 193 0 37642 0
[pid=25173/tid=25174] ppid=25170 vsize=151352 CPUtime=5.57
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 712 0 0 0 555 2 0 0 18 0 4 0 156828692 154984448 27204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=151352 CPUtime=3.71
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 635 0 0 0 368 3 0 0 18 0 4 0 156828692 154984448 27204 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=151352 CPUtime=4.8
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 2500 0 0 0 476 4 0 0 19 0 4 0 156828692 154984448 27204 1992294400 134512640 135305190 4294956160 18446744073709551615 134550977 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (KiB) 156708

[startup+25.501 s]
/proc/loadavg: 3.84 3.78 2.80 5/69 25176
/proc/meminfo: memFree=1804120/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=151744 CPUtime=44.59
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 27359 0 0 0 4434 25 0 0 25 0 4 0 156828613 155385856 27327 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 37936 27327 83 193 0 37740 0
[pid=25173/tid=25174] ppid=25170 vsize=151744 CPUtime=12.31
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 718 0 0 0 1229 2 0 0 25 0 4 0 156828692 155385856 27327 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=151744 CPUtime=10.41
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 674 0 0 0 1038 3 0 0 24 0 4 0 156828692 155385856 27327 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25176] ppid=25170 vsize=151744 CPUtime=10.06
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 2568 0 0 0 1002 4 0 0 25 0 4 0 156828692 155385856 27327 1992294400 134512640 135305190 4294956160 18446744073709551615 134551001 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 157100

[startup+51.1017 s]
/proc/loadavg: 3.89 3.80 2.83 5/69 25176
/proc/meminfo: memFree=1803224/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=152336 CPUtime=95.66
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 27596 0 0 0 9541 25 0 0 25 0 4 0 156828613 155992064 27564 1992294400 134512640 135305190 4294956160 18446744073709551615 134557401 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 38084 27564 83 193 0 37888 0
[pid=25173/tid=25174] ppid=25170 vsize=152336 CPUtime=25.9
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 730 0 0 0 2587 3 0 0 25 0 4 0 156828692 155992064 27564 1992294400 134512640 135305190 4294956160 18446744073709551615 134558376 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=152336 CPUtime=23.17
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 704 0 0 0 2314 3 0 0 25 0 4 0 156828692 155992064 27564 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25176] ppid=25170 vsize=152336 CPUtime=22.8
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 2756 0 0 0 2276 4 0 0 25 0 4 0 156828692 155992064 27564 1992294400 134512640 135305190 4294956160 18446744073709551615 134550084 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.36
Current children cumulated vsize (KiB) 157692

[startup+102.306 s]
/proc/loadavg: 3.95 3.82 2.89 5/69 25176
/proc/meminfo: memFree=1800920/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=154604 CPUtime=197.85
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 28183 0 0 0 19759 26 0 0 25 0 4 0 156828613 158314496 28151 1992294400 134512640 135305190 4294956160 18446744073709551615 134557261 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 38651 28151 83 193 0 38455 0
[pid=25173/tid=25174] ppid=25170 vsize=154604 CPUtime=52.22
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 894 0 0 0 5219 3 0 0 25 0 4 0 156828692 158314496 28151 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=154604 CPUtime=48.67
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 786 0 0 0 4864 3 0 0 25 0 4 0 156828692 158314496 28151 1992294400 134512640 135305190 4294956160 18446744073709551615 134553353 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25176] ppid=25170 vsize=154604 CPUtime=48.29
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 3048 0 0 0 4825 4 0 0 25 0 4 0 156828692 158314496 28151 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.55
Current children cumulated vsize (KiB) 159960

[startup+162.302 s]
/proc/loadavg: 3.98 3.85 2.95 5/69 25176
/proc/meminfo: memFree=1795672/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=158564 CPUtime=317.6
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 29485 0 0 0 31733 27 0 0 25 0 4 0 156828613 162369536 29453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 39641 29453 83 193 0 39445 0
[pid=25173/tid=25174] ppid=25170 vsize=158564 CPUtime=82.21
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 1048 0 0 0 8218 3 0 0 25 0 4 0 156828692 162369536 29453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=158564 CPUtime=78.55
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 1238 0 0 0 7852 3 0 0 25 0 4 0 156828692 162369536 29453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=158564 CPUtime=79.09
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 3672 0 0 0 7904 5 0 0 25 0 4 0 156828692 162369536 29453 1992294400 134512640 135305190 4294956160 18446744073709551615 134548920 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.3
Current children cumulated vsize (KiB) 163920

[startup+222.302 s]

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

/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13097 0 0 0 226941 14 0 0 25 0 4 0 156828692 251707392 51044 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9061.87
Current children cumulated vsize (KiB) 251164

[startup+4602.3 s]
/proc/loadavg: 4.14 4.06 3.94 5/69 25184
/proc/meminfo: memFree=1706712/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=245808 CPUtime=9178.92
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 51125 0 0 0 917837 55 0 0 25 0 4 0 156828613 251707392 51047 1992294400 134512640 135305190 4294956160 18446744073709551615 134558326 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 61452 51047 83 193 0 61256 0
[pid=25173/tid=25174] ppid=25170 vsize=245808 CPUtime=2295.9
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5422 0 0 0 229580 10 0 0 25 0 4 0 156828692 251707392 51047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=245808 CPUtime=2290.26
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5239 0 0 0 229018 8 0 0 25 0 4 0 156828692 251707392 51047 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=245808 CPUtime=2299.44
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13099 0 0 0 229930 14 0 0 25 0 4 0 156828692 251707392 51047 1992294400 134512640 135305190 4294956160 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9181.62
Current children cumulated vsize (KiB) 251164

[startup+4662.3 s]
/proc/loadavg: 4.05 4.05 3.94 5/69 25184
/proc/meminfo: memFree=1706328/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=246148 CPUtime=9298.66
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 51211 0 0 0 929811 55 0 0 25 0 4 0 156828613 252055552 51133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 61537 51133 83 193 0 61341 0
[pid=25173/tid=25174] ppid=25170 vsize=246148 CPUtime=2325.88
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5422 0 0 0 232578 10 0 0 25 0 4 0 156828692 252055552 51133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=246148 CPUtime=2320.26
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5319 0 0 0 232018 8 0 0 25 0 4 0 156828692 252055552 51133 1992294400 134512640 135305190 4294956160 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=246148 CPUtime=2329.34
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13102 0 0 0 232920 14 0 0 25 0 4 0 156828692 252055552 51133 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9301.36
Current children cumulated vsize (KiB) 251504

[startup+4722.31 s]
/proc/loadavg: 4.02 4.04 3.94 5/69 25184
/proc/meminfo: memFree=1706200/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=246264 CPUtime=9418.41
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 51241 0 0 0 941786 55 0 0 25 0 4 0 156828613 252174336 51163 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 61566 51163 83 193 0 61370 0
[pid=25173/tid=25174] ppid=25170 vsize=246264 CPUtime=2356.67
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5422 0 0 0 235656 11 0 0 25 0 4 0 156828692 252174336 51163 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25175] ppid=25170 vsize=246264 CPUtime=2350.25
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5323 0 0 0 235017 8 0 0 25 0 4 0 156828692 252174336 51163 1992294400 134512640 135305190 4294956160 18446744073709551615 134555106 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=246264 CPUtime=2358.32
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13122 0 0 0 235818 14 0 0 25 0 4 0 156828692 252174336 51163 1992294400 134512640 135305190 4294956160 18446744073709551615 134557229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9421.11
Current children cumulated vsize (KiB) 251620

[startup+4782.3 s]
/proc/loadavg: 4.00 4.03 3.94 5/69 25184
/proc/meminfo: memFree=1704472/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=248096 CPUtime=9538.16
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 51680 0 0 0 953760 56 0 0 25 0 4 0 156828613 254050304 51602 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 62024 51602 83 193 0 61828 0
[pid=25173/tid=25174] ppid=25170 vsize=248096 CPUtime=2386.56
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5554 0 0 0 238645 11 0 0 25 0 4 0 156828692 254050304 51602 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25175] ppid=25170 vsize=248096 CPUtime=2380.25
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5392 0 0 0 238017 8 0 0 25 0 4 0 156828692 254050304 51602 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=248096 CPUtime=2388.2
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13210 0 0 0 238805 15 0 0 25 0 4 0 156828692 254050304 51602 1992294400 134512640 135305190 4294956160 18446744073709551615 134550995 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9540.86
Current children cumulated vsize (KiB) 253452

[startup+4842.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/69 25184
/proc/meminfo: memFree=1702232/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=250264 CPUtime=9657.91
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 52204 0 0 0 965734 57 0 0 25 0 4 0 156828613 256270336 52126 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 62566 52126 83 193 0 62370 0
[pid=25173/tid=25174] ppid=25170 vsize=250264 CPUtime=2416.46
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5653 0 0 0 241635 11 0 0 25 0 4 0 156828692 256270336 52126 1992294400 134512640 135305190 4294956160 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25175] ppid=25170 vsize=250264 CPUtime=2410.24
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5445 0 0 0 241016 8 0 0 25 0 4 0 156828692 256270336 52126 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=250264 CPUtime=2418.07
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13516 0 0 0 241792 15 0 0 25 0 4 0 156828692 256270336 52126 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9660.61
Current children cumulated vsize (KiB) 255620

[startup+4902.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/69 25184
/proc/meminfo: memFree=1699544/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=253148 CPUtime=9777.66
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 52893 0 0 0 977708 58 0 0 25 0 4 0 156828613 259223552 52815 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25173/statm: 63287 52815 83 193 0 63091 0
[pid=25173/tid=25174] ppid=25170 vsize=253148 CPUtime=2446.35
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5714 0 0 0 244624 11 0 0 25 0 4 0 156828692 259223552 52815 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25173/tid=25175] ppid=25170 vsize=253148 CPUtime=2440.22
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5814 0 0 0 244013 9 0 0 25 0 4 0 156828692 259223552 52815 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=253148 CPUtime=2447.94
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13669 0 0 0 244779 15 0 0 25 0 4 0 156828692 259223552 52815 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9780.36
Current children cumulated vsize (KiB) 258504

[startup+4962.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/69 25184
/proc/meminfo: memFree=1697112/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=255544 CPUtime=9897.4
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 53478 0 0 0 989682 58 0 0 25 0 4 0 156828613 261677056 53400 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 63886 53400 83 193 0 63690 0
[pid=25173/tid=25174] ppid=25170 vsize=255544 CPUtime=2476.25
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5830 0 0 0 247614 11 0 0 25 0 4 0 156828692 261677056 53400 1992294400 134512640 135305190 4294956160 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=255544 CPUtime=2470.3
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5957 0 0 0 247021 9 0 0 25 0 4 0 156828692 261677056 53400 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=255544 CPUtime=2477.02
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13845 0 0 0 247687 15 0 0 25 0 4 0 156828692 261677056 53400 1992294400 134512640 135305190 4294956160 18446744073709551615 134548949 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9900.1
Current children cumulated vsize (KiB) 260900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.4 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 25184
/proc/meminfo: memFree=1695064/2055920 swapFree=4181244/4192956
[pid=25170] ppid=25168 vsize=5356 CPUtime=2.7
/proc/25170/stat : 25170 (manysat.sh) S 25168 25170 24965 0 -1 4194304 313 19172 0 0 0 0 257 13 16 0 1 0 156828342 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25170/statm: 1339 238 195 169 0 50 0
[pid=25173] ppid=25170 vsize=257420 CPUtime=9997.4
/proc/25173/stat : 25173 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194304 53976 0 0 0 999680 60 0 0 25 0 4 0 156828613 263598080 53894 1992294400 134512640 135305190 4294956160 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25173/statm: 64355 53894 83 193 0 64159 0
[pid=25173/tid=25174] ppid=25170 vsize=257420 CPUtime=2502.54
/proc/25173/task/25174/stat : 25174 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 5851 0 0 0 250243 11 0 0 25 0 4 0 156828692 263598080 53894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25175] ppid=25170 vsize=257420 CPUtime=2495.9
/proc/25173/task/25175/stat : 25175 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 6074 0 0 0 249581 9 0 0 25 0 4 0 156828692 263598080 53894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25173/tid=25176] ppid=25170 vsize=257420 CPUtime=2501.52
/proc/25173/task/25176/stat : 25176 (manysat1.1_stat) R 25170 25170 24965 0 -1 4194368 13987 0 0 0 250136 16 0 0 25 0 4 0 156828692 263598080 53894 1992294400 134512640 135305190 4294956160 18446744073709551615 134548940 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 262776

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 25170 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=579607
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=133979
# CPU time returned by wait4() is 2.71359
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.42
CPU time (s): 10000.1
CPU user time (s): 9999.37
CPU system time (s): 0.73
CPU usage (%): 199.506
Max. virtual memory (cumulated for all children) (KiB): 262776

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

runsolver used 4.81527 second user time and 13.436 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-02 20:12:28
IDJOB=1773666
IDBENCH=70772
IDSOLVER=612
FILE ID=node22/1773666-1241287947
PBS_JOBID= 9225089
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED=420384534

node22.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.232
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.232
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:       1925720 kB
Buffers:          2000 kB
Cached:          53032 kB
SwapCached:       5556 kB
Active:          26792 kB
Inactive:        36196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1925720 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            8516 kB
Writeback:           0 kB
Mapped:          13584 kB
Slab:            53220 kB
Committed_AS:   781000 kB
PageTables:       1368 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= 66408 MiB
End job on node22 at 2009-05-02 21:36:02