Trace number 3361865

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.08 1205.54

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c Parsing...
0.00/0.17	c ==============================================================================
0.00/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.17	c ==============================================================================
0.00/0.17	c |         0 |  373870   911122 |  112160       0        0     nan |  0.000 % |
2.21/2.23	c |         0 |  183363   759436 |      --       0       --      -- |     --   | -190507/-151686
2.21/2.23	c ==============================================================================
2.21/2.23	c Result  :   #vars: 14569   #clauses: 183363   #literals: 759436
2.21/2.23	c CPU time:   2.18467 s
2.21/2.23	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-3361865-1305296391/watcher-3361865-1305296391 -o /tmp/evaluation-result-3361865-1305296391/solver-3361865-1305296391 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361865-1305296391.cnf aimd 1 

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.00 6/353 17757
/proc/meminfo: memFree=14917224/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0

[startup+0.097817 s]
/proc/loadavg: 0.00 0.00 0.00 6/353 17757
/proc/meminfo: memFree=14917224/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100812 s]
/proc/loadavg: 0.00 0.00 0.00 6/353 17757
/proc/meminfo: memFree=14917224/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300767 s]
/proc/loadavg: 0.00 0.00 0.00 6/353 17757
/proc/meminfo: memFree=14917224/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700709 s]
/proc/loadavg: 0.00 0.00 0.00 6/353 17757
/proc/meminfo: memFree=14917224/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 0.48 0.10 0.03 6/355 17759
/proc/meminfo: memFree=14848520/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 622055282 8908800 249 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17757/statm: 2175 249 209 178 0 68 0
[pid=17758] ppid=17757 vsize=59332 CPUtime=1.49 cores=1,3,5,7
/proc/17758/stat : 17758 (SatElite) R 17757 17757 17714 0 -1 4202496 13943 0 0 0 144 5 0 0 25 0 1 0 622055283 60755968 13397 33554432000 134512640 135034092 4292390352 18446744073709551615 134541489 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17758/statm: 14833 13397 68 128 0 14703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68032

[startup+3.10024 s]
/proc/loadavg: 0.48 0.10 0.03 6/355 17759
/proc/meminfo: memFree=14838616/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30068 s]
/proc/loadavg: 1.08 0.23 0.07 9/358 17763
/proc/meminfo: memFree=14811072/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=101208 CPUtime=14.74 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 16674 0 0 0 1461 13 0 0 25 0 4 0 622055522 103636992 16623 33554432000 134512640 135305190 4287872640 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 25302 16623 84 194 0 25106 0
[pid=17760/tid=17761] ppid=17757 vsize=101208 CPUtime=3.63 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1206 0 0 0 360 3 0 0 25 0 4 0 622055547 103636992 16623 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=101208 CPUtime=3.57 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1038 0 0 0 355 2 0 0 25 0 4 0 622055547 103636992 16623 33554432000 134512640 135305190 4287872640 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=101208 CPUtime=3.63 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1194 0 0 0 360 3 0 0 25 0 4 0 622055547 103636992 16623 33554432000 134512640 135305190 4287872640 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.12
Current children cumulated vsize (KiB) 109908

[startup+12.7006 s]
/proc/loadavg: 1.64 0.36 0.12 9/358 17763
/proc/meminfo: memFree=14787368/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=111452 CPUtime=40.26 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 19188 0 0 0 4012 14 0 0 25 0 4 0 622055522 114126848 19137 33554432000 134512640 135305190 4287872640 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 27863 19137 84 194 0 27667 0
[pid=17760/tid=17761] ppid=17757 vsize=111452 CPUtime=10.03 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1677 0 0 0 1000 3 0 0 25 0 4 0 622055547 114126848 19137 33554432000 134512640 135305190 4287872640 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=111452 CPUtime=9.9 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1750 0 0 0 987 3 0 0 25 0 4 0 622055547 114126848 19137 33554432000 134512640 135305190 4287872640 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=111452 CPUtime=10.03 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 1877 0 0 0 1000 3 0 0 25 0 4 0 622055547 114126848 19137 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.64
Current children cumulated vsize (KiB) 120152

[startup+25.5003 s]
/proc/loadavg: 2.61 0.61 0.20 9/358 17764
/proc/meminfo: memFree=14761948/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=125160 CPUtime=91.31 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 22644 0 0 0 9114 17 0 0 25 0 4 0 622055522 128163840 22593 33554432000 134512640 135305190 4287872640 18446744073709551615 134528753 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 31290 22593 84 194 0 31094 0
[pid=17760/tid=17761] ppid=17757 vsize=125160 CPUtime=22.82 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 2273 0 0 0 2279 3 0 0 25 0 4 0 622055547 128163840 22593 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=125160 CPUtime=22.55 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 2838 0 0 0 2252 3 0 0 25 0 4 0 622055547 128163840 22593 33554432000 134512640 135305190 4287872640 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=125160 CPUtime=22.82 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 2724 0 0 0 2279 3 0 0 22 0 4 0 622055547 128163840 22593 33554432000 134512640 135305190 4287872640 18446744073709551615 134559236 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 93.69
Current children cumulated vsize (KiB) 133860

[startup+51.1008 s]
/proc/loadavg: 4.80 1.33 0.45 9/358 17764
/proc/meminfo: memFree=14722368/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=145980 CPUtime=193.4 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 27946 0 0 0 19317 23 0 0 25 0 4 0 622055522 149483520 27895 33554432000 134512640 135305190 4287872640 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 36495 27895 84 194 0 36299 0
[pid=17760/tid=17761] ppid=17757 vsize=145980 CPUtime=48.42 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 3403 0 0 0 4837 5 0 0 25 0 4 0 622055547 149483520 27895 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=145980 CPUtime=47.86 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 4657 0 0 0 4782 4 0 0 25 0 4 0 622055547 149483520 27895 33554432000 134512640 135305190 4287872640 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=145980 CPUtime=48.42 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 3828 0 0 0 4836 6 0 0 25 0 4 0 622055547 149483520 27895 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 195.78
Current children cumulated vsize (KiB) 154680

[startup+102.314 s]
/proc/loadavg: 6.73 2.39 0.86 9/358 17766
/proc/meminfo: memFree=14682664/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=166588 CPUtime=397.63 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 33192 0 0 0 39734 29 0 0 25 0 4 0 622055522 170586112 33141 33554432000 134512640 135305190 4287872640 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 41647 33141 84 194 0 41451 0
[pid=17760/tid=17761] ppid=17757 vsize=166588 CPUtime=99.61 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 4414 0 0 0 9956 5 0 0 25 0 4 0 622055547 170586112 33141 33554432000 134512640 135305190 4287872640 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=166588 CPUtime=98.49 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 6557 0 0 0 9843 6 0 0 25 0 4 0 622055547 170586112 33141 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=166588 CPUtime=99.62 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 4979 0 0 0 9955 7 0 0 25 0 4 0 622055547 170586112 33141 33554432000 134512640 135305190 4287872640 18446744073709551615 134558164 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 400.01
Current children cumulated vsize (KiB) 175288

[startup+162.3 s]
/proc/loadavg: 7.60 3.42 1.31 9/358 17767
/proc/meminfo: memFree=14641356/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=182104 CPUtime=636.87 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 37020 0 0 0 63654 33 0 0 25 0 4 0 622055522 186474496 36969 33554432000 134512640 135305190 4287872640 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 45526 36969 84 194 0 45330 0
[pid=17760/tid=17761] ppid=17757 vsize=182104 CPUtime=159.59 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 5266 0 0 0 15953 6 0 0 25 0 4 0 622055547 186474496 36969 33554432000 134512640 135305190 4287872640 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=182104 CPUtime=157.81 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 8154 0 0 0 15774 7 0 0 25 0 4 0 622055547 186474496 36969 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=182104 CPUtime=159.6 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 5755 0 0 0 15951 9 0 0 25 0 4 0 622055547 186474496 36969 33554432000 134512640 135305190 4287872640 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 639.25
Current children cumulated vsize (KiB) 190804

[startup+222.301 s]
/proc/loadavg: 7.91 4.27 1.73 9/358 17769
/proc/meminfo: memFree=14596572/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0

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

/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 14042 0 0 0 81928 21 0 0 25 0 4 0 622055547 336875520 72141 33554432000 134512640 135305190 4287872640 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3271.59
Current children cumulated vsize (KiB) 337680

[startup+882.301 s]
/proc/loadavg: 7.96 7.61 4.92 10/358 17888
/proc/meminfo: memFree=14324716/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=339612 CPUtime=3508.51 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 74850 0 0 0 350771 80 0 0 25 0 4 0 622055522 347762688 74796 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 84903 74796 84 194 0 84707 0
[pid=17760/tid=17761] ppid=17757 vsize=339612 CPUtime=879.51 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 13604 0 0 0 87936 15 0 0 25 0 4 0 622055547 347762688 74796 33554432000 134512640 135305190 4287872640 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=339612 CPUtime=873.9 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 19003 0 0 0 87370 20 0 0 25 0 4 0 622055547 347762688 74796 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=339612 CPUtime=879.48 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 14648 0 0 0 87926 22 0 0 25 0 4 0 622055547 347762688 74796 33554432000 134512640 135305190 4287872640 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3510.89
Current children cumulated vsize (KiB) 348312

[startup+942.3 s]
/proc/loadavg: 7.98 7.68 5.11 10/358 17890
/proc/meminfo: memFree=14263804/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=359804 CPUtime=3747.8 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 79872 0 0 0 374695 85 0 0 25 0 4 0 622055522 368439296 79797 33554432000 134512640 135305190 4287872640 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 89951 79797 84 194 0 89755 0
[pid=17760/tid=17761] ppid=17757 vsize=359804 CPUtime=939.48 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 14625 0 0 0 93931 17 0 0 25 0 4 0 622055547 368439296 79797 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=359804 CPUtime=933.24 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 20335 0 0 0 93303 21 0 0 25 0 4 0 622055547 368439296 79797 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=359804 CPUtime=939.46 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 16236 0 0 0 93923 23 0 0 20 0 4 0 622055547 368439296 79797 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3750.18
Current children cumulated vsize (KiB) 368504

[startup+1002.3 s]
/proc/loadavg: 7.99 7.73 5.29 10/358 17892
/proc/meminfo: memFree=14177348/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=367236 CPUtime=3987.15 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 81696 0 0 0 398628 87 0 0 25 0 4 0 622055522 376049664 81621 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 91809 81621 84 194 0 91613 0
[pid=17760/tid=17761] ppid=17757 vsize=367236 CPUtime=999.48 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 14920 0 0 0 99931 17 0 0 25 0 4 0 622055547 376049664 81621 33554432000 134512640 135305190 4287872640 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=367236 CPUtime=992.59 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 20959 0 0 0 99237 22 0 0 25 0 4 0 622055547 376049664 81621 33554432000 134512640 135305190 4287872640 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=367236 CPUtime=999.47 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 16545 0 0 0 99923 24 0 0 25 0 4 0 622055547 376049664 81621 33554432000 134512640 135305190 4287872640 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3989.53
Current children cumulated vsize (KiB) 375936

[startup+1062.3 s]
/proc/loadavg: 8.07 7.81 5.47 9/358 17893
/proc/meminfo: memFree=14058908/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=394528 CPUtime=4226.47 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 87997 0 0 0 422554 93 0 0 25 0 4 0 622055522 403996672 87922 33554432000 134512640 135305190 4287872640 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/17760/statm: 98632 87922 84 194 0 98436 0
[pid=17760/tid=17761] ppid=17757 vsize=394528 CPUtime=1059.48 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 16288 0 0 0 105930 18 0 0 25 0 4 0 622055547 403996672 87922 33554432000 134512640 135305190 4287872640 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=394528 CPUtime=1051.9 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 22281 0 0 0 105167 23 0 0 25 0 4 0 622055547 403996672 87922 33554432000 134512640 135305190 4287872640 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=394528 CPUtime=1059.47 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 18074 0 0 0 105921 26 0 0 25 0 4 0 622055547 403996672 87922 33554432000 134512640 135305190 4287872640 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4228.85
Current children cumulated vsize (KiB) 403228

[startup+1122.3 s]
/proc/loadavg: 8.09 7.87 5.63 9/358 17895
/proc/meminfo: memFree=13922480/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=397564 CPUtime=4465.78 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 88781 0 0 0 446483 95 0 0 25 0 4 0 622055522 407105536 88706 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/17760/statm: 99391 88706 84 194 0 99195 0
[pid=17760/tid=17761] ppid=17757 vsize=397564 CPUtime=1119.48 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 16780 0 0 0 111929 19 0 0 25 0 4 0 622055547 407105536 88706 33554432000 134512640 135305190 4287872640 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=397564 CPUtime=1111.83 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 22410 0 0 0 111160 23 0 0 25 0 4 0 622055547 407105536 88706 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=397564 CPUtime=1119.47 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 18190 0 0 0 111921 26 0 0 25 0 4 0 622055547 407105536 88706 33554432000 134512640 135305190 4287872640 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4468.16
Current children cumulated vsize (KiB) 406264

[startup+1182.3 s]
/proc/loadavg: 8.14 7.92 5.79 10/358 17896
/proc/meminfo: memFree=13890220/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=409440 CPUtime=4705.09 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 91302 0 0 0 470412 97 0 0 25 0 4 0 622055522 419266560 91227 33554432000 134512640 135305190 4287872640 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/17760/statm: 102360 91227 84 194 0 102164 0
[pid=17760/tid=17761] ppid=17757 vsize=409440 CPUtime=1179.44 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 17502 0 0 0 117925 19 0 0 25 0 4 0 622055547 419266560 91227 33554432000 134512640 135305190 4287872640 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=409440 CPUtime=1171.84 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 23172 0 0 0 117160 24 0 0 25 0 4 0 622055547 419266560 91227 33554432000 134512640 135305190 4287872640 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=409440 CPUtime=1179.47 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 18800 0 0 0 117920 27 0 0 25 0 4 0 622055547 419266560 91227 33554432000 134512640 135305190 4287872640 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4707.47
Current children cumulated vsize (KiB) 418140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.5 s]
/proc/loadavg: 8.09 7.92 5.85 11/358 17897
/proc/meminfo: memFree=13885372/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=411872 CPUtime=4797.7 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 91866 0 0 0 479672 98 0 0 25 0 4 0 622055522 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/17760/statm: 102968 91791 84 194 0 102772 0
[pid=17760/tid=17761] ppid=17757 vsize=411872 CPUtime=1202.67 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 17502 0 0 0 120248 19 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=411872 CPUtime=1195.07 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 23440 0 0 0 119482 25 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=411872 CPUtime=1202.7 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 19047 0 0 0 120243 27 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 420572

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

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

[startup+1205.5 s]
/proc/loadavg: 8.09 7.92 5.85 11/358 17897
/proc/meminfo: memFree=13885372/32951124 swapFree=67111348/67111528
[pid=17757] ppid=17755 vsize=8700 CPUtime=2.38 cores=1,3,5,7
/proc/17757/stat : 17757 (manysat.sh) S 17755 17757 17714 0 -1 4202496 357 15316 0 0 0 0 233 5 18 0 1 0 622055282 8908800 252 33554432000 4194304 4922060 140736170798544 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17757/statm: 2175 252 209 178 0 68 0
[pid=17760] ppid=17757 vsize=411872 CPUtime=4797.7 cores=1,3,5,7
/proc/17760/stat : 17760 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202496 91866 0 0 0 479672 98 0 0 25 0 4 0 622055522 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/17760/statm: 102968 91791 84 194 0 102772 0
[pid=17760/tid=17761] ppid=17757 vsize=411872 CPUtime=1202.67 cores=1,3,5,7
/proc/17760/task/17761/stat : 17761 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 17502 0 0 0 120248 19 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=17760/tid=17762] ppid=17757 vsize=411872 CPUtime=1195.07 cores=1,3,5,7
/proc/17760/task/17762/stat : 17762 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 23440 0 0 0 119482 25 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17760/tid=17763] ppid=17757 vsize=411872 CPUtime=1202.7 cores=1,3,5,7
/proc/17760/task/17763/stat : 17763 (manysat1.1_stat) R 17757 17757 17714 0 -1 4202560 19047 0 0 0 120243 27 0 0 25 0 4 0 622055547 421756928 91791 33554432000 134512640 135305190 4287872640 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 420572

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.54
CPU time (s): 4800.08
CPU user time (s): 4799.05
CPU system time (s): 1.03
CPU usage (%): 398.169
Max. virtual memory (cumulated for all children) (KiB): 420572

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

runsolver used 3.9234 second user time and 9.38257 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 16:19:52
IDJOB=3361865
IDBENCH=20406
IDSOLVER=1838
FILE ID=node144/3361865-1305296391
RUNJOBID= node144-1305296391-17733
PBS_JOBID= 13321409
Free space on /tmp= 37444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361865-1305296391/watcher-3361865-1305296391 -o /tmp/evaluation-result-3361865-1305296391/solver-3361865-1305296391 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361865-1305296391.cnf aimd 1

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=185670963

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14917380 kB
Buffers:        232868 kB
Cached:       10192512 kB
SwapCached:          0 kB
Active:        8006496 kB
Inactive:      9552164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14917380 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9712 kB
Writeback:           8 kB
AnonPages:     7133356 kB
Mapped:          27268 kB
Slab:           373668 kB
PageTables:      37632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82028580 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= 37408 MiB
End job on node144 at 2011-05-13 16:39:59