Trace number 3362329

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

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   38086    84198 |   11425       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   35941    80322 |      --       0       --      -- |     --   | -347/-9
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 3939   #clauses: 35941   #literals: 80322
0.00/0.07	c CPU time:   0.069989 s
0.00/0.07	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-3362329-1305301212/watcher-3362329-1305301212 -o /tmp/evaluation-result-3362329-1305301212/solver-3362329-1305301212 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362329-1305301212.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: 6.95 7.63 7.84 5/359 9002
/proc/meminfo: memFree=10538868/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622536648 8908800 250 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9002/statm: 2175 250 209 178 0 68 0

[startup+0.0271159 s]
/proc/loadavg: 6.95 7.63 7.84 5/359 9002
/proc/meminfo: memFree=10538868/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622536648 8908800 250 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9002/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101107 s]
/proc/loadavg: 6.95 7.63 7.84 5/359 9002
/proc/meminfo: memFree=10538868/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.409991 s]
/proc/loadavg: 6.95 7.63 7.84 5/359 9002
/proc/meminfo: memFree=10538868/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.970906 s]
/proc/loadavg: 6.95 7.63 7.84 5/359 9002
/proc/meminfo: memFree=10538868/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 6.95 7.63 7.84 9/364 9008
/proc/meminfo: memFree=10491584/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=68204 CPUtime=5.5 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 8585 0 0 0 546 4 0 0 20 0 4 0 622536657 69840896 8535 33554432000 134512640 135305190 4293613632 18446744073709551615 134556843 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 17051 8535 84 194 0 16855 0
[pid=9005/tid=9006] ppid=9002 vsize=68204 CPUtime=1.35 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1374 0 0 0 135 0 0 0 20 0 4 0 622536661 69840896 8554 33554432000 134512640 135305190 4293613632 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=68204 CPUtime=1.36 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1541 0 0 0 135 1 0 0 25 0 4 0 622536661 69840896 8554 33554432000 134512640 135305190 4293613632 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=68204 CPUtime=1.36 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1523 0 0 0 136 0 0 0 20 0 4 0 622536661 69840896 8554 33554432000 134512640 135305190 4293613632 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 76904

[startup+3.10052 s]
/proc/loadavg: 6.95 7.63 7.84 9/364 9008
/proc/meminfo: memFree=10486856/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=72828 CPUtime=11.84 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 9685 0 0 0 1178 6 0 0 25 0 4 0 622536657 74575872 9635 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 18207 9635 84 194 0 18011 0
[pid=9005/tid=9006] ppid=9002 vsize=72828 CPUtime=2.92 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1598 0 0 0 291 1 0 0 25 0 4 0 622536661 74575872 9635 33554432000 134512640 135305190 4293613632 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=72828 CPUtime=2.94 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1847 0 0 0 293 1 0 0 20 0 4 0 622536661 74575872 9635 33554432000 134512640 135305190 4293613632 18446744073709551615 134554688 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=72828 CPUtime=2.95 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 1765 0 0 0 294 1 0 0 25 0 4 0 622536661 74575872 9635 33554432000 134512640 135305190 4293613632 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 81528

[startup+6.30093 s]
/proc/loadavg: 7.03 7.63 7.84 9/364 9008
/proc/meminfo: memFree=10458096/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=87572 CPUtime=24.58 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 13695 0 0 0 2449 9 0 0 22 0 4 0 622536657 89673728 13645 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 21893 13645 84 194 0 21697 0
[pid=9005/tid=9006] ppid=9002 vsize=87572 CPUtime=6.08 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 2509 0 0 0 607 1 0 0 22 0 4 0 622536661 89673728 13645 33554432000 134512640 135305190 4293613632 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=87572 CPUtime=6.14 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 2834 0 0 0 613 1 0 0 25 0 4 0 622536661 89673728 13645 33554432000 134512640 135305190 4293613632 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=87572 CPUtime=6.14 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 2719 0 0 0 612 2 0 0 25 0 4 0 622536661 89673728 13645 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 96272

[startup+12.7008 s]
/proc/loadavg: 7.11 7.64 7.84 9/364 9008
/proc/meminfo: memFree=10427368/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=103504 CPUtime=50.08 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 17519 0 0 0 4996 12 0 0 25 0 4 0 622536657 105988096 17469 33554432000 134512640 135305190 4293613632 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 25876 17469 84 194 0 25680 0
[pid=9005/tid=9006] ppid=9002 vsize=103504 CPUtime=12.41 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 3434 0 0 0 1239 2 0 0 25 0 4 0 622536661 105988096 17469 33554432000 134512640 135305190 4293613632 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=103504 CPUtime=12.54 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 3699 0 0 0 1252 2 0 0 25 0 4 0 622536661 105988096 17469 33554432000 134512640 135305190 4293613632 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=103504 CPUtime=12.53 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 3711 0 0 0 1249 4 0 0 25 0 4 0 622536661 105988096 17469 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 112204

[startup+25.5004 s]
/proc/loadavg: 7.30 7.66 7.84 9/364 9042
/proc/meminfo: memFree=10591116/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=127824 CPUtime=101.12 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 23340 0 0 0 10096 16 0 0 25 0 4 0 622536657 130891776 23290 33554432000 134512640 135305190 4293613632 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 31956 23290 84 194 0 31760 0
[pid=9005/tid=9006] ppid=9002 vsize=127824 CPUtime=25.18 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 4852 0 0 0 2515 3 0 0 25 0 4 0 622536661 130891776 23290 33554432000 134512640 135305190 4293613632 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=127824 CPUtime=25.2 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 5198 0 0 0 2518 2 0 0 25 0 4 0 622536661 130891776 23290 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=127824 CPUtime=25.33 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 5148 0 0 0 2528 5 0 0 25 0 4 0 622536661 130891776 23290 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 136524

[startup+51.1137 s]
/proc/loadavg: 7.54 7.68 7.84 9/364 9042
/proc/meminfo: memFree=10542940/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=145300 CPUtime=203.24 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 28033 0 0 0 20304 20 0 0 25 0 4 0 622536657 148787200 27983 33554432000 134512640 135305190 4293613632 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 36325 27983 84 194 0 36129 0
[pid=9005/tid=9006] ppid=9002 vsize=145300 CPUtime=50.78 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 5941 0 0 0 5074 4 0 0 25 0 4 0 622536661 148787200 27983 33554432000 134512640 135305190 4293613632 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=145300 CPUtime=50.52 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 6474 0 0 0 5049 3 0 0 25 0 4 0 622536661 148787200 27983 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=145300 CPUtime=50.94 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 6274 0 0 0 5088 6 0 0 25 0 4 0 622536661 148787200 27983 33554432000 134512640 135305190 4293613632 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.32
Current children cumulated vsize (KiB) 154000

[startup+102.3 s]
/proc/loadavg: 7.88 7.76 7.86 9/364 9044
/proc/meminfo: memFree=10458120/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=197196 CPUtime=407.38 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 40480 0 0 0 40708 30 0 0 25 0 4 0 622536657 201928704 40430 33554432000 134512640 135305190 4293613632 18446744073709551615 134528455 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 49299 40430 84 194 0 49103 0
[pid=9005/tid=9006] ppid=9002 vsize=197196 CPUtime=101.95 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 9353 0 0 0 10188 7 0 0 25 0 4 0 622536661 201928704 40430 33554432000 134512640 135305190 4293613632 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=197196 CPUtime=101.38 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 8944 0 0 0 10133 5 0 0 25 0 4 0 622536661 201928704 40430 33554432000 134512640 135305190 4293613632 18446744073709551615 134554258 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=197196 CPUtime=101.87 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 8951 0 0 0 10178 9 0 0 25 0 4 0 622536661 201928704 40430 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.46
Current children cumulated vsize (KiB) 205896

[startup+162.301 s]
/proc/loadavg: 7.95 7.80 7.87 9/364 9045
/proc/meminfo: memFree=10386872/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=233468 CPUtime=646.63 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 49017 0 0 0 64626 37 0 0 25 0 4 0 622536657 239071232 48967 33554432000 134512640 135305190 4293613632 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 58367 48967 84 194 0 58171 0
[pid=9005/tid=9006] ppid=9002 vsize=233468 CPUtime=161.91 cores=0,2,4,6

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

/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 22503 0 0 0 81910 24 0 0 25 0 4 0 622536661 511176704 111929 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.86
Current children cumulated vsize (KiB) 507896

[startup+882.301 s]
/proc/loadavg: 8.04 8.05 7.97 9/364 9064
/proc/meminfo: memFree=9853084/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=539912 CPUtime=3518.07 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 121357 0 0 0 351706 101 0 0 21 0 4 0 622536657 552869888 121295 33554432000 134512640 135305190 4293613632 18446744073709551615 134538602 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9005/statm: 134978 121295 84 194 0 134782 0
[pid=9005/tid=9006] ppid=9002 vsize=539912 CPUtime=881.44 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 27404 0 0 0 88123 21 0 0 25 0 4 0 622536661 552869888 121295 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=539912 CPUtime=875.2 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 38764 0 0 0 87491 29 0 0 25 0 4 0 622536661 552869888 121295 33554432000 134512640 135305190 4293613632 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=539912 CPUtime=879.34 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 23995 0 0 0 87909 25 0 0 25 0 4 0 622536661 552869888 121295 33554432000 134512640 135305190 4293613632 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.15
Current children cumulated vsize (KiB) 548612

[startup+942.301 s]
/proc/loadavg: 8.13 8.07 7.98 9/364 9066
/proc/meminfo: memFree=9813508/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=551440 CPUtime=3757.32 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 123777 0 0 0 375626 106 0 0 25 0 4 0 622536657 564674560 123715 33554432000 134512640 135305190 4293613632 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 137860 123715 84 194 0 137664 0
[pid=9005/tid=9006] ppid=9002 vsize=551440 CPUtime=941.43 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 28633 0 0 0 94121 22 0 0 25 0 4 0 622536661 564674560 123715 33554432000 134512640 135305190 4293613632 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=551440 CPUtime=935.17 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 39361 0 0 0 93487 30 0 0 25 0 4 0 622536661 564674560 123715 33554432000 134512640 135305190 4293613632 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=551440 CPUtime=938.91 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 24191 0 0 0 93865 26 0 0 25 0 4 0 622536661 564674560 123715 33554432000 134512640 135305190 4293613632 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.4
Current children cumulated vsize (KiB) 560140

[startup+1002.3 s]
/proc/loadavg: 8.23 8.10 8.00 9/364 9068
/proc/meminfo: memFree=9782128/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=580644 CPUtime=3996.65 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 130468 0 0 0 399553 112 0 0 25 0 4 0 622536657 594579456 130406 33554432000 134512640 135305190 4293613632 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 145161 130406 84 194 0 144965 0
[pid=9005/tid=9006] ppid=9002 vsize=580644 CPUtime=1001.43 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 30337 0 0 0 100119 24 0 0 25 0 4 0 622536661 594579456 130406 33554432000 134512640 135305190 4293613632 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=580644 CPUtime=995.17 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 41982 0 0 0 99484 33 0 0 25 0 4 0 622536661 594579456 130406 33554432000 134512640 135305190 4293613632 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=580644 CPUtime=998.26 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 25219 0 0 0 99799 27 0 0 25 0 4 0 622536661 594579456 130406 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3996.73
Current children cumulated vsize (KiB) 589344

[startup+1062.3 s]
/proc/loadavg: 8.22 8.11 8.00 9/364 9069
/proc/meminfo: memFree=9755440/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=603044 CPUtime=4235.94 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 135780 0 0 0 423477 117 0 0 25 0 4 0 622536657 617517056 135718 33554432000 134512640 135305190 4293613632 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 150761 135718 84 194 0 150565 0
[pid=9005/tid=9006] ppid=9002 vsize=603044 CPUtime=1061.42 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 31503 0 0 0 106117 25 0 0 25 0 4 0 622536661 617517056 135718 33554432000 134512640 135305190 4293613632 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=603044 CPUtime=1055.16 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 44486 0 0 0 105481 35 0 0 25 0 4 0 622536661 617517056 135718 33554432000 134512640 135305190 4293613632 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=603044 CPUtime=1057.57 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 25768 0 0 0 105729 28 0 0 25 0 4 0 622536661 617517056 135718 33554432000 134512640 135305190 4293613632 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.02
Current children cumulated vsize (KiB) 611744

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 8.00 9/364 9071
/proc/meminfo: memFree=9711408/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=640768 CPUtime=4475.25 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 145359 0 0 0 447396 129 0 0 25 0 4 0 622536657 656146432 145297 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 160192 145297 84 194 0 159996 0
[pid=9005/tid=9006] ppid=9002 vsize=640768 CPUtime=1121.41 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 33380 0 0 0 112114 27 0 0 25 0 4 0 622536661 656146432 145297 33554432000 134512640 135305190 4293613632 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=640768 CPUtime=1114.84 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 49799 0 0 0 111442 42 0 0 25 0 4 0 622536661 656146432 145297 33554432000 134512640 135305190 4293613632 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=640768 CPUtime=1117.2 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 26942 0 0 0 111691 29 0 0 25 0 4 0 622536661 656146432 145297 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.33
Current children cumulated vsize (KiB) 649468

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.00 9/364 9072
/proc/meminfo: memFree=9653356/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=687520 CPUtime=4714.54 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 156706 0 0 0 471315 139 0 0 25 0 4 0 622536657 704020480 156644 33554432000 134512640 135305190 4293613632 18446744073709551615 134539071 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 171880 156644 84 194 0 171684 0
[pid=9005/tid=9006] ppid=9002 vsize=687520 CPUtime=1181.39 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 35188 0 0 0 118111 28 0 0 25 0 4 0 622536661 704020480 156644 33554432000 134512640 135305190 4293613632 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=687520 CPUtime=1174.15 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 56186 0 0 0 117367 48 0 0 25 0 4 0 622536661 704020480 156644 33554432000 134512640 135305190 4293613632 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=687520 CPUtime=1177.21 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 28630 0 0 0 117690 31 0 0 25 0 4 0 622536661 704020480 156644 33554432000 134512640 135305190 4293613632 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.62
Current children cumulated vsize (KiB) 696220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.03 8.08 8.00 10/364 9073
/proc/meminfo: memFree=9613300/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=688440 CPUtime=4800.34 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 157062 0 0 0 479895 139 0 0 25 0 4 0 622536657 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 172110 156997 84 194 0 171914 0
[pid=9005/tid=9006] ppid=9002 vsize=688440 CPUtime=1202.91 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 35188 0 0 0 120263 28 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=688440 CPUtime=1195.41 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 56418 0 0 0 119493 48 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=688440 CPUtime=1198.73 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 28754 0 0 0 119842 31 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 697140

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

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

[startup+1203.8 s]
/proc/loadavg: 8.03 8.08 8.00 10/364 9073
/proc/meminfo: memFree=9613300/32951124 swapFree=65980216/67111528
[pid=9002] ppid=9000 vsize=8700 CPUtime=0.08 cores=0,2,4,6
/proc/9002/stat : 9002 (manysat.sh) S 9000 9002 8066 0 -1 4202496 357 1099 0 0 0 0 8 0 25 0 1 0 622536648 8908800 253 33554432000 4194304 4922060 140736004937216 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9002/statm: 2175 253 209 178 0 68 0
[pid=9005] ppid=9002 vsize=688440 CPUtime=4800.34 cores=0,2,4,6
/proc/9005/stat : 9005 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202496 157062 0 0 0 479895 139 0 0 25 0 4 0 622536657 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/9005/statm: 172110 156997 84 194 0 171914 0
[pid=9005/tid=9006] ppid=9002 vsize=688440 CPUtime=1202.91 cores=0,2,4,6
/proc/9005/task/9006/stat : 9006 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 35188 0 0 0 120263 28 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9005/tid=9007] ppid=9002 vsize=688440 CPUtime=1195.41 cores=0,2,4,6
/proc/9005/task/9007/stat : 9007 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 56418 0 0 0 119493 48 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9005/tid=9008] ppid=9002 vsize=688440 CPUtime=1198.73 cores=0,2,4,6
/proc/9005/task/9008/stat : 9008 (manysat1.1_stat) R 9002 9002 8066 0 -1 4202560 28754 0 0 0 119842 31 0 0 25 0 4 0 622536661 704962560 156997 33554432000 134512640 135305190 4293613632 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 697140

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.84
CPU time (s): 4800.42
CPU user time (s): 4799.03
CPU system time (s): 1.39
CPU usage (%): 398.76
Max. virtual memory (cumulated for all children) (KiB): 697140

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

runsolver used 3.84741 second user time and 9.64353 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:40:12
IDJOB=3362329
IDBENCH=84180
IDSOLVER=1838
FILE ID=node142/3362329-1305301212
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 47072 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362329-1305301212/watcher-3362329-1305301212 -o /tmp/evaluation-result-3362329-1305301212/solver-3362329-1305301212 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362329-1305301212.cnf aimd 1

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1569787380

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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:      10539016 kB
Buffers:        278152 kB
Cached:       17030628 kB
SwapCached:      11520 kB
Active:        9898892 kB
Inactive:     11805064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10539016 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           24320 kB
Writeback:         352 kB
AnonPages:     4391800 kB
Mapped:          20684 kB
Slab:           611776 kB
PageTables:      32544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77249928 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= 47088 MiB
End job on node142 at 2011-05-13 18:00:18