Trace number 3361937

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.21 1204.72

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  276621   645449 |   82986       0        0     nan |  0.000 % |
1.69/1.75	c |         0 |  136416   475019 |      --       0       --      -- |     --   | -140183/-170377
1.69/1.75	c ==============================================================================
1.69/1.75	c Result  :   #vars: 24904   #clauses: 136416   #literals: 475019
1.69/1.75	c CPU time:   1.70874 s
1.69/1.75	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361937-1305297134/watcher-3361937-1305297134 -o /tmp/evaluation-result-3361937-1305297134/solver-3361937-1305297134 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361937-1305297134.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.10 7.42 4.43 6/283 11780
/proc/meminfo: memFree=20414732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0

[startup+0.0349969 s]
/proc/loadavg: 8.10 7.42 4.43 6/283 11780
/proc/meminfo: memFree=20414732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100988 s]
/proc/loadavg: 8.10 7.42 4.43 6/283 11780
/proc/meminfo: memFree=20414732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300963 s]
/proc/loadavg: 8.10 7.42 4.43 6/283 11780
/proc/meminfo: memFree=20414732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700882 s]
/proc/loadavg: 8.10 7.42 4.43 6/283 11780
/proc/meminfo: memFree=20414732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50074 s]
/proc/loadavg: 8.10 7.42 4.43 6/285 11782
/proc/meminfo: memFree=20364132/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622128732 8908800 250 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11780/statm: 2175 250 209 178 0 68 0
[pid=11781] ppid=11780 vsize=48388 CPUtime=1.49 cores=0,2,4,6
/proc/11781/stat : 11781 (SatElite) R 11780 11780 11653 0 -1 4202496 11495 0 0 0 145 4 0 0 25 0 1 0 622128732 49549312 10499 33554432000 134512640 135034092 4294700752 18446744073709551615 134529280 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/11781/statm: 12097 10499 68 128 0 11967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57088

[startup+3.10042 s]
/proc/loadavg: 8.10 7.42 4.43 9/288 11786
/proc/meminfo: memFree=20354684/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=83892 CPUtime=4.33 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 12754 0 0 0 426 7 0 0 19 0 4 0 622128918 85905408 12704 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 20973 12704 84 194 0 20777 0
[pid=11783/tid=11784] ppid=11780 vsize=83892 CPUtime=1.03 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 688 0 0 0 102 1 0 0 19 0 4 0 622128936 85905408 12704 33554432000 134512640 135305190 4294843120 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=83892 CPUtime=1.03 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 863 0 0 0 102 1 0 0 19 0 4 0 622128936 85905408 12704 33554432000 134512640 135305190 4294843120 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=83892 CPUtime=1.04 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 811 0 0 0 103 1 0 0 19 0 4 0 622128936 85905408 12704 33554432000 134512640 135305190 4294843120 18446744073709551615 134558395 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 92592

[startup+6.30086 s]
/proc/loadavg: 8.09 7.42 4.45 9/288 11786
/proc/meminfo: memFree=20334836/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=100912 CPUtime=17.1 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 16768 0 0 0 1700 10 0 0 25 0 4 0 622128918 103333888 16718 33554432000 134512640 135305190 4294843120 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 25228 16718 84 194 0 25032 0
[pid=11783/tid=11784] ppid=11780 vsize=100912 CPUtime=4.23 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 1274 0 0 0 421 2 0 0 25 0 4 0 622128936 103333888 16718 33554432000 134512640 135305190 4294843120 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=100912 CPUtime=4.23 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 2594 0 0 0 421 2 0 0 25 0 4 0 622128936 103333888 16718 33554432000 134512640 135305190 4294843120 18446744073709551615 134570415 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=100912 CPUtime=4.23 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 1596 0 0 0 422 1 0 0 25 0 4 0 622128936 103333888 16718 33554432000 134512640 135305190 4294843120 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.94
Current children cumulated vsize (KiB) 109612

[startup+12.7007 s]
/proc/loadavg: 8.08 7.43 4.47 9/288 11786
/proc/meminfo: memFree=20309692/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=125192 CPUtime=42.63 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 22913 0 0 0 4249 14 0 0 25 0 4 0 622128918 128196608 22863 33554432000 134512640 135305190 4294843120 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 31298 22863 84 194 0 31102 0
[pid=11783/tid=11784] ppid=11780 vsize=125192 CPUtime=10.63 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 2296 0 0 0 1060 3 0 0 24 0 4 0 622128936 128196608 22863 33554432000 134512640 135305190 4294843120 18446744073709551615 134541926 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=125192 CPUtime=10.63 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 4833 0 0 0 1060 3 0 0 25 0 4 0 622128936 128196608 22863 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=125192 CPUtime=10.63 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 3012 0 0 0 1061 2 0 0 25 0 4 0 622128936 128196608 22863 33554432000 134512640 135305190 4294843120 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.47
Current children cumulated vsize (KiB) 133892

[startup+25.5005 s]
/proc/loadavg: 8.07 7.46 4.53 9/288 11786
/proc/meminfo: memFree=20252528/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=180808 CPUtime=93.69 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 36787 0 0 0 9348 21 0 0 25 0 4 0 622128918 185147392 36737 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 45202 36737 84 194 0 45006 0
[pid=11783/tid=11784] ppid=11780 vsize=180808 CPUtime=23.42 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 4171 0 0 0 2338 4 0 0 25 0 4 0 622128936 185147392 36737 33554432000 134512640 135305190 4294843120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=180808 CPUtime=23.43 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 11273 0 0 0 2336 7 0 0 25 0 4 0 622128936 185147392 36737 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=180808 CPUtime=23.43 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 5914 0 0 0 2339 4 0 0 25 0 4 0 622128936 185147392 36737 33554432000 134512640 135305190 4294843120 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.53
Current children cumulated vsize (KiB) 189508

[startup+51.101 s]
/proc/loadavg: 8.10 7.52 4.62 9/288 11787
/proc/meminfo: memFree=20176972/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=255832 CPUtime=195.83 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 55510 0 0 0 19553 30 0 0 19 0 4 0 622128918 261971968 55460 33554432000 134512640 135305190 4294843120 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 63958 55460 84 194 0 63762 0
[pid=11783/tid=11784] ppid=11780 vsize=255832 CPUtime=49.01 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 6741 0 0 0 4896 5 0 0 25 0 4 0 622128936 261971968 55460 33554432000 134512640 135305190 4294843120 18446744073709551615 134541991 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=255832 CPUtime=49.02 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 19899 0 0 0 4892 10 0 0 25 0 4 0 622128936 261971968 55460 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=255832 CPUtime=49.03 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 9527 0 0 0 4897 6 0 0 25 0 4 0 622128936 261971968 55460 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.67
Current children cumulated vsize (KiB) 264532

[startup+102.311 s]
/proc/loadavg: 8.11 7.61 4.80 9/288 11788
/proc/meminfo: memFree=20092008/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=333624 CPUtime=400.13 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 74907 0 0 0 39972 41 0 0 25 0 4 0 622128918 341630976 74857 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 83406 74857 84 194 0 83210 0
[pid=11783/tid=11784] ppid=11780 vsize=333624 CPUtime=100.22 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 10371 0 0 0 10015 7 0 0 25 0 4 0 622128936 341630976 74857 33554432000 134512640 135305190 4294843120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=333624 CPUtime=100.21 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 26524 0 0 0 10008 13 0 0 25 0 4 0 622128936 341630976 74857 33554432000 134512640 135305190 4294843120 18446744073709551615 134552874 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=333624 CPUtime=100.22 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 13478 0 0 0 10013 9 0 0 25 0 4 0 622128936 341630976 74857 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 342324

[startup+162.3 s]
/proc/loadavg: 8.10 7.69 5.01 9/288 11790
/proc/meminfo: memFree=19943656/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=457880 CPUtime=639.51 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 105818 0 0 0 63896 55 0 0 25 0 4 0 622128918 468869120 105768 33554432000 134512640 135305190 4294843120 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 114470 105768 84 194 0 114274 0
[pid=11783/tid=11784] ppid=11780 vsize=457880 CPUtime=160.2 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 17482 0 0 0 16010 10 0 0 25 0 4 0 622128936 468869120 105768 33554432000 134512640 135305190 4294843120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=457880 CPUtime=160.2 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 35370 0 0 0 16003 17 0 0 25 0 4 0 622128936 468869120 105768 33554432000 134512640 135305190 4294843120 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=457880 CPUtime=160.2 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 19506 0 0 0 16007 13 0 0 25 0 4 0 622128936 468869120 105768 33554432000 134512640 135305190 4294843120 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 641.35

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

/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 58021 0 0 0 81977 29 0 0 25 0 4 0 622128936 1175498752 277085 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3274.48
Current children cumulated vsize (KiB) 1156648

[startup+882.301 s]
/proc/loadavg: 8.24 8.12 6.68 9/288 11842
/proc/meminfo: memFree=19262360/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1169148 CPUtime=3512.09 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 282375 0 0 0 351072 137 0 0 25 0 4 0 622128918 1197207552 282325 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 292287 282325 84 194 0 292091 0
[pid=11783/tid=11784] ppid=11780 vsize=1169148 CPUtime=880.05 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 60304 0 0 0 87976 29 0 0 25 0 4 0 622128936 1197207552 282325 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1169148 CPUtime=873.74 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 76778 0 0 0 87339 35 0 0 25 0 4 0 622128936 1197207552 282325 33554432000 134512640 135305190 4294843120 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1169148 CPUtime=880.06 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 58970 0 0 0 87975 31 0 0 25 0 4 0 622128936 1197207552 282325 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3513.93
Current children cumulated vsize (KiB) 1177848

[startup+942.3 s]
/proc/loadavg: 8.16 8.11 6.77 10/288 11844
/proc/meminfo: memFree=19229732/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1190240 CPUtime=3751.47 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 287445 0 0 0 375006 141 0 0 25 0 4 0 622128918 1218805760 287395 33554432000 134512640 135305190 4294843120 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 297560 287395 84 194 0 297364 0
[pid=11783/tid=11784] ppid=11780 vsize=1190240 CPUtime=940 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 61424 0 0 0 93970 30 0 0 25 0 4 0 622128936 1218805760 287395 33554432000 134512640 135305190 4294843120 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1190240 CPUtime=933.19 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 77843 0 0 0 93283 36 0 0 25 0 4 0 622128936 1218805760 287395 33554432000 134512640 135305190 4294843120 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1190240 CPUtime=940.03 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 60040 0 0 0 93972 31 0 0 25 0 4 0 622128936 1218805760 287395 33554432000 134512640 135305190 4294843120 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3753.31
Current children cumulated vsize (KiB) 1198940

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 6.85 9/288 11845
/proc/meminfo: memFree=19166848/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1247036 CPUtime=3990.92 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 301715 0 0 0 398941 151 0 0 25 0 4 0 622128918 1276964864 301665 33554432000 134512640 135305190 4294843120 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 311759 301665 84 194 0 311563 0
[pid=11783/tid=11784] ppid=11780 vsize=1247036 CPUtime=1000 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 66540 0 0 0 99967 33 0 0 25 0 4 0 622128936 1276964864 301665 33554432000 134512640 135305190 4294843120 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1247036 CPUtime=992.64 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 79970 0 0 0 99226 38 0 0 25 0 4 0 622128936 1276964864 301665 33554432000 134512640 135305190 4294843120 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1247036 CPUtime=1000.04 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 63935 0 0 0 99970 34 0 0 25 0 4 0 622128936 1276964864 301665 33554432000 134512640 135305190 4294843120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3992.76
Current children cumulated vsize (KiB) 1255736

[startup+1062.3 s]
/proc/loadavg: 8.17 8.11 6.93 9/288 11847
/proc/meminfo: memFree=19132108/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1279536 CPUtime=4230.29 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 309474 0 0 0 422874 155 0 0 25 0 4 0 622128918 1310244864 309424 33554432000 134512640 135305190 4294843120 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11783/statm: 319884 309424 84 194 0 319688 0
[pid=11783/tid=11784] ppid=11780 vsize=1279536 CPUtime=1060 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 68721 0 0 0 105965 35 0 0 25 0 4 0 622128936 1310244864 309424 33554432000 134512640 135305190 4294843120 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1279536 CPUtime=1052.58 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 81383 0 0 0 105220 38 0 0 25 0 4 0 622128936 1310244864 309424 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1279536 CPUtime=1060.02 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 66411 0 0 0 105967 35 0 0 25 0 4 0 622128936 1310244864 309424 33554432000 134512640 135305190 4294843120 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4232.13
Current children cumulated vsize (KiB) 1288236

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 7.00 9/288 11849
/proc/meminfo: memFree=19101212/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1290080 CPUtime=4469.62 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 311950 0 0 0 446805 157 0 0 25 0 4 0 622128918 1321041920 311900 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 322520 311900 84 194 0 322324 0
[pid=11783/tid=11784] ppid=11780 vsize=1290080 CPUtime=1119.94 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 69690 0 0 0 111958 36 0 0 25 0 4 0 622128936 1321041920 311900 33554432000 134512640 135305190 4294843120 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1290080 CPUtime=1112.14 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 81862 0 0 0 111175 39 0 0 25 0 4 0 622128936 1321041920 311900 33554432000 134512640 135305190 4294843120 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1290080 CPUtime=1120.03 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 67007 0 0 0 111967 36 0 0 25 0 4 0 622128936 1321041920 311900 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4471.46
Current children cumulated vsize (KiB) 1298780

[startup+1182.3 s]
/proc/loadavg: 8.21 8.13 7.07 9/288 11850
/proc/meminfo: memFree=19069332/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1293140 CPUtime=4708.96 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 312484 0 0 0 470737 159 0 0 25 0 4 0 622128918 1324175360 312434 33554432000 134512640 135305190 4294843120 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 323285 312434 84 194 0 323089 0
[pid=11783/tid=11784] ppid=11780 vsize=1293140 CPUtime=1179.94 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 69723 0 0 0 117958 36 0 0 25 0 4 0 622128936 1324175360 312434 33554432000 134512640 135305190 4294843120 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1293140 CPUtime=1171.59 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 82039 0 0 0 117120 39 0 0 25 0 4 0 622128936 1324175360 312434 33554432000 134512640 135305190 4294843120 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1293140 CPUtime=1179.9 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 67032 0 0 0 117954 36 0 0 25 0 4 0 622128936 1324175360 312434 33554432000 134512640 135305190 4294843120 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4710.8
Current children cumulated vsize (KiB) 1301840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.14 8.12 7.10 9/288 11851
/proc/meminfo: memFree=19067968/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1294020 CPUtime=4798.37 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 312670 0 0 0 479678 159 0 0 25 0 4 0 622128918 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 323505 312620 84 194 0 323309 0
[pid=11783/tid=11784] ppid=11780 vsize=1294020 CPUtime=1202.35 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 69747 0 0 0 120199 36 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1294020 CPUtime=1193.79 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 82044 0 0 0 119340 39 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1294020 CPUtime=1202.31 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 67032 0 0 0 120195 36 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1302720

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

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

[startup+1204.7 s]
/proc/loadavg: 8.14 8.12 7.10 9/288 11851
/proc/meminfo: memFree=19067968/32951124 swapFree=67057896/67111528
[pid=11780] ppid=11778 vsize=8700 CPUtime=1.84 cores=0,2,4,6
/proc/11780/stat : 11780 (manysat.sh) S 11778 11780 11653 0 -1 4202496 357 12513 0 0 0 0 180 4 18 0 1 0 622128732 8908800 253 33554432000 4194304 4922060 140736065064240 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11780/statm: 2175 253 209 178 0 68 0
[pid=11783] ppid=11780 vsize=1294020 CPUtime=4798.37 cores=0,2,4,6
/proc/11783/stat : 11783 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202496 312670 0 0 0 479678 159 0 0 25 0 4 0 622128918 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11783/statm: 323505 312620 84 194 0 323309 0
[pid=11783/tid=11784] ppid=11780 vsize=1294020 CPUtime=1202.35 cores=0,2,4,6
/proc/11783/task/11784/stat : 11784 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 69747 0 0 0 120199 36 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11783/tid=11785] ppid=11780 vsize=1294020 CPUtime=1193.79 cores=0,2,4,6
/proc/11783/task/11785/stat : 11785 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 82044 0 0 0 119340 39 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11783/tid=11786] ppid=11780 vsize=1294020 CPUtime=1202.31 cores=0,2,4,6
/proc/11783/task/11786/stat : 11786 (manysat1.1_stat) R 11780 11780 11653 0 -1 4202560 67032 0 0 0 120195 36 0 0 25 0 4 0 622128936 1325076480 312620 33554432000 134512640 135305190 4294843120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1302720

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.72
CPU time (s): 4800.21
CPU user time (s): 4798.58
CPU system time (s): 1.63
CPU usage (%): 398.449
Max. virtual memory (cumulated for all children) (KiB): 1302720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.80872
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12870
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= 8
involuntary context switches= 9

runsolver used 3.2735 second user time and 7.66083 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 16:32:14
IDJOB=3361937
IDBENCH=70797
IDSOLVER=1838
FILE ID=node140/3361937-1305297134
RUNJOBID= node140-1305296391-11671
PBS_JOBID= 13321413
Free space on /tmp= 49580 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361937-1305297134/watcher-3361937-1305297134 -o /tmp/evaluation-result-3361937-1305297134/solver-3361937-1305297134 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361937-1305297134.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=478513561

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20414888 kB
Buffers:        247448 kB
Cached:        8109668 kB
SwapCached:       8056 kB
Active:        4993312 kB
Inactive:      7082300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20414888 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            5868 kB
Writeback:           0 kB
AnonPages:     3715228 kB
Mapped:          23460 kB
Slab:           376076 kB
PageTables:      22316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45810296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 49552 MiB
End job on node140 at 2011-05-13 16:52:21