Trace number 3362259

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.39 1203.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  167040   429076 |   50111       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  116176   430733 |      --       0       --      -- |     --   | -50864/1657
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 20954   #clauses: 116176   #literals: 430733
0.00/0.70	c CPU time:   0.679896 s
0.00/0.70	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-3362259-1305300594/watcher-3362259-1305300594 -o /tmp/evaluation-result-3362259-1305300594/solver-3362259-1305300594 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362259-1305300594.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: 5.05 5.08 5.70 6/283 12213
/proc/meminfo: memFree=19621252/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622474777 8908800 250 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12213/statm: 2175 250 209 178 0 68 0

[startup+0.08162 s]
/proc/loadavg: 5.05 5.08 5.70 6/283 12213
/proc/meminfo: memFree=19621252/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622474777 8908800 250 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12213/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100613 s]
/proc/loadavg: 5.05 5.08 5.70 6/283 12213
/proc/meminfo: memFree=19621252/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622474777 8908800 250 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12213/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300578 s]
/proc/loadavg: 5.05 5.08 5.70 6/283 12213
/proc/meminfo: memFree=19621252/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622474777 8908800 250 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12213/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700509 s]
/proc/loadavg: 5.05 5.08 5.70 6/283 12213
/proc/meminfo: memFree=19621252/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622474777 8908800 250 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12213/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 5.05 5.08 5.70 9/288 12219
/proc/meminfo: memFree=19576324/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=77884 CPUtime=1.99 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 10806 0 0 0 192 7 0 0 18 0 4 0 622474856 79753216 10740 33554432000 134512640 135305190 4291014928 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 19471 10740 84 194 0 19275 0
[pid=12216/tid=12217] ppid=12213 vsize=77884 CPUtime=0.54 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 611 0 0 0 52 2 0 0 18 0 4 0 622474871 79753216 10740 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=77884 CPUtime=0.34 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 512 0 0 0 34 0 0 0 18 0 4 0 622474871 79753216 10740 33554432000 134512640 135305190 4291014928 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=77884 CPUtime=0.51 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 630 0 0 0 50 1 0 0 18 0 4 0 622474871 79753216 10740 33554432000 134512640 135305190 4291014928 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 86584

[startup+3.10105 s]
/proc/loadavg: 5.05 5.08 5.70 9/288 12219
/proc/meminfo: memFree=19566092/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=87016 CPUtime=8.37 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 13054 0 0 0 829 8 0 0 20 0 4 0 622474856 89104384 12988 33554432000 134512640 135305190 4291014928 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 21754 12988 84 194 0 21558 0
[pid=12216/tid=12217] ppid=12213 vsize=87016 CPUtime=2.14 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 1070 0 0 0 212 2 0 0 21 0 4 0 622474871 89104384 12988 33554432000 134512640 135305190 4291014928 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=87016 CPUtime=1.95 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 1093 0 0 0 194 1 0 0 20 0 4 0 622474871 89104384 12988 33554432000 134512640 135305190 4291014928 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=87016 CPUtime=2.11 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 1225 0 0 0 209 2 0 0 21 0 4 0 622474871 89104384 12988 33554432000 134512640 135305190 4291014928 18446744073709551615 134528612 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 95716

[startup+6.30049 s]
/proc/loadavg: 5.28 5.13 5.71 9/288 12219
/proc/meminfo: memFree=19547492/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=101260 CPUtime=21.14 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 16405 0 0 0 2104 10 0 0 25 0 4 0 622474856 103690240 16339 33554432000 134512640 135305190 4291014928 18446744073709551615 134551945 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 25315 16339 84 194 0 25119 0
[pid=12216/tid=12217] ppid=12213 vsize=101260 CPUtime=5.34 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 1662 0 0 0 531 3 0 0 25 0 4 0 622474871 103690240 16339 33554432000 134512640 135305190 4291014928 18446744073709551615 134528136 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=101260 CPUtime=5.15 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 2101 0 0 0 514 1 0 0 25 0 4 0 622474871 103690240 16339 33554432000 134512640 135305190 4291014928 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=101260 CPUtime=5.27 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 2107 0 0 0 525 2 0 0 25 0 4 0 622474871 103690240 16339 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.92
Current children cumulated vsize (KiB) 109960

[startup+12.7004 s]
/proc/loadavg: 5.50 5.18 5.72 9/288 12219
/proc/meminfo: memFree=19519000/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=122408 CPUtime=46.67 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 21887 0 0 0 4654 13 0 0 25 0 4 0 622474856 125345792 21821 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 30602 21821 84 194 0 30406 0
[pid=12216/tid=12217] ppid=12213 vsize=122408 CPUtime=11.73 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 2754 0 0 0 1170 3 0 0 25 0 4 0 622474871 125345792 21821 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=122408 CPUtime=11.55 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 3696 0 0 0 1153 2 0 0 25 0 4 0 622474871 125345792 21821 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=122408 CPUtime=11.62 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 3544 0 0 0 1159 3 0 0 25 0 4 0 622474871 125345792 21821 33554432000 134512640 135305190 4291014928 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.45
Current children cumulated vsize (KiB) 131108

[startup+25.5011 s]
/proc/loadavg: 6.05 5.31 5.76 9/288 12220
/proc/meminfo: memFree=19487500/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=146164 CPUtime=97.74 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 28083 0 0 0 9757 17 0 0 25 0 4 0 622474856 149671936 28017 33554432000 134512640 135305190 4291014928 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 36541 28017 84 194 0 36345 0
[pid=12216/tid=12217] ppid=12213 vsize=146164 CPUtime=24.53 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 4389 0 0 0 2449 4 0 0 25 0 4 0 622474871 149671936 28017 33554432000 134512640 135305190 4291014928 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=146164 CPUtime=24.35 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 5182 0 0 0 2432 3 0 0 25 0 4 0 622474871 149671936 28017 33554432000 134512640 135305190 4291014928 18446744073709551615 134553359 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=146164 CPUtime=24.3 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 5064 0 0 0 2426 4 0 0 25 0 4 0 622474871 149671936 28017 33554432000 134512640 135305190 4291014928 18446744073709551615 134556555 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.52
Current children cumulated vsize (KiB) 154864

[startup+51.1006 s]
/proc/loadavg: 6.79 5.54 5.82 9/288 12220
/proc/meminfo: memFree=19415188/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=173888 CPUtime=199.88 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 34787 0 0 0 19964 24 0 0 25 0 4 0 622474856 178061312 34721 33554432000 134512640 135305190 4291014928 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 43472 34721 84 194 0 43276 0
[pid=12216/tid=12217] ppid=12213 vsize=173888 CPUtime=50.12 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 5919 0 0 0 5007 5 0 0 25 0 4 0 622474871 178061312 34721 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=173888 CPUtime=49.93 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 6849 0 0 0 4989 4 0 0 25 0 4 0 622474871 178061312 34721 33554432000 134512640 135305190 4291014928 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=173888 CPUtime=49.65 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 6672 0 0 0 4959 6 0 0 25 0 4 0 622474871 178061312 34721 33554432000 134512640 135305190 4291014928 18446744073709551615 134570400 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 200.66
Current children cumulated vsize (KiB) 182588

[startup+102.311 s]
/proc/loadavg: 7.54 5.94 5.94 9/288 12222
/proc/meminfo: memFree=19290020/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=221428 CPUtime=404.17 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 46569 0 0 0 40384 33 0 0 25 0 4 0 622474856 226742272 46503 33554432000 134512640 135305190 4291014928 18446744073709551615 134551513 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 55357 46503 84 194 0 55161 0
[pid=12216/tid=12217] ppid=12213 vsize=221428 CPUtime=101.33 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 8786 0 0 0 10126 7 0 0 25 0 4 0 622474871 226742272 46503 33554432000 134512640 135305190 4291014928 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=221428 CPUtime=101.11 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 9760 0 0 0 10104 7 0 0 25 0 4 0 622474871 226742272 46503 33554432000 134512640 135305190 4291014928 18446744073709551615 134528166 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=221428 CPUtime=100.36 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 9488 0 0 0 10028 8 0 0 25 0 4 0 622474871 226742272 46503 33554432000 134512640 135305190 4291014928 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 404.95
Current children cumulated vsize (KiB) 230128

[startup+162.301 s]
/proc/loadavg: 7.96 6.34 6.08 9/288 12223
/proc/meminfo: memFree=19226616/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=257748 CPUtime=643.51 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 55218 0 0 0 64307 44 0 0 25 0 4 0 622474856 263933952 55152 33554432000 134512640 135305190 4291014928 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12216/statm: 64437 55152 84 194 0 64241 0
[pid=12216/tid=12217] ppid=12213 vsize=257748 CPUtime=161.31 cores=1,3,5,7

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

/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 28671 0 0 0 81724 33 0 0 25 0 4 0 622474871 580366336 130576 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.78
Current children cumulated vsize (KiB) 575464

[startup+882.3 s]
/proc/loadavg: 8.03 7.91 7.12 9/288 12275
/proc/meminfo: memFree=19712480/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=672796 CPUtime=3516.36 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 157229 0 0 0 351481 155 0 0 25 0 4 0 622474856 688943104 157148 33554432000 134512640 135305190 4291014928 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12216/statm: 168199 157148 84 194 0 168003 0
[pid=12216/tid=12217] ppid=12213 vsize=672796 CPUtime=881.19 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34904 0 0 0 88085 34 0 0 25 0 4 0 622474871 688943104 157148 33554432000 134512640 135305190 4291014928 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=672796 CPUtime=876.69 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 41179 0 0 0 87628 41 0 0 25 0 4 0 622474871 688943104 157148 33554432000 134512640 135305190 4291014928 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=672796 CPUtime=877.56 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34186 0 0 0 87718 38 0 0 25 0 4 0 622474871 688943104 157148 33554432000 134512640 135305190 4291014928 18446744073709551615 134547918 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.14
Current children cumulated vsize (KiB) 681496

[startup+942.301 s]
/proc/loadavg: 8.12 7.95 7.19 9/288 12277
/proc/meminfo: memFree=19697576/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=677704 CPUtime=3755.78 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 158505 0 0 0 375421 157 0 0 25 0 4 0 622474856 693968896 158424 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 169426 158424 84 194 0 169230 0
[pid=12216/tid=12217] ppid=12213 vsize=677704 CPUtime=941.2 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34904 0 0 0 94085 35 0 0 25 0 4 0 622474871 693968896 158424 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=677704 CPUtime=936.32 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 41774 0 0 0 93590 42 0 0 25 0 4 0 622474871 693968896 158424 33554432000 134512640 135305190 4291014928 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=677704 CPUtime=937.56 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34395 0 0 0 93718 38 0 0 25 0 4 0 622474871 693968896 158424 33554432000 134512640 135305190 4291014928 18446744073709551615 134548012 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.56
Current children cumulated vsize (KiB) 686404

[startup+1002.3 s]
/proc/loadavg: 8.14 7.99 7.24 9/288 12279
/proc/meminfo: memFree=19672240/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=682412 CPUtime=3995.16 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 159392 0 0 0 399357 159 0 0 25 0 4 0 622474856 698789888 159311 33554432000 134512640 135305190 4291014928 18446744073709551615 134551959 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 170603 159311 84 194 0 170407 0
[pid=12216/tid=12217] ppid=12213 vsize=682412 CPUtime=1001.2 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34942 0 0 0 100085 35 0 0 25 0 4 0 622474871 698789888 159311 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=682412 CPUtime=996.3 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 42263 0 0 0 99588 42 0 0 25 0 4 0 622474871 698789888 159311 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=682412 CPUtime=997.51 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34733 0 0 0 99712 39 0 0 25 0 4 0 622474871 698789888 159311 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.94
Current children cumulated vsize (KiB) 691112

[startup+1062.3 s]
/proc/loadavg: 8.14 8.02 7.30 9/288 12280
/proc/meminfo: memFree=19666008/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=683988 CPUtime=4234.57 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 159762 0 0 0 423297 160 0 0 25 0 4 0 622474856 700403712 159681 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 170997 159681 84 194 0 170801 0
[pid=12216/tid=12217] ppid=12213 vsize=683988 CPUtime=1061.2 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 35076 0 0 0 106085 35 0 0 25 0 4 0 622474871 700403712 159681 33554432000 134512640 135305190 4291014928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=683988 CPUtime=1056.26 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 42400 0 0 0 105583 43 0 0 25 0 4 0 622474871 700403712 159681 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=683988 CPUtime=1057.51 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 34734 0 0 0 105711 40 0 0 25 0 4 0 622474871 700403712 159681 33554432000 134512640 135305190 4291014928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.35
Current children cumulated vsize (KiB) 692688

[startup+1122.3 s]
/proc/loadavg: 8.18 8.05 7.36 9/288 12282
/proc/meminfo: memFree=19632248/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=713612 CPUtime=4474.02 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 167318 0 0 0 447232 170 0 0 25 0 4 0 622474856 730738688 167237 33554432000 134512640 135305190 4291014928 18446744073709551615 134528615 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 178403 167237 84 194 0 178207 0
[pid=12216/tid=12217] ppid=12213 vsize=713612 CPUtime=1121.2 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 36453 0 0 0 112083 37 0 0 25 0 4 0 622474871 730738688 167237 33554432000 134512640 135305190 4291014928 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=713612 CPUtime=1116.24 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 44742 0 0 0 111579 45 0 0 25 0 4 0 622474871 730738688 167237 33554432000 134512640 135305190 4291014928 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=713612 CPUtime=1117.51 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 36771 0 0 0 111708 43 0 0 25 0 4 0 622474871 730738688 167237 33554432000 134512640 135305190 4291014928 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.8
Current children cumulated vsize (KiB) 722312

[startup+1182.3 s]
/proc/loadavg: 8.18 8.07 7.40 9/288 12283
/proc/meminfo: memFree=19573184/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=768036 CPUtime=4713.39 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 180270 0 0 0 471156 183 0 0 25 0 4 0 622474856 786468864 180189 33554432000 134512640 135305190 4291014928 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 192009 180189 84 194 0 191813 0
[pid=12216/tid=12217] ppid=12213 vsize=768036 CPUtime=1181.16 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39492 0 0 0 118076 40 0 0 25 0 4 0 622474871 786468864 180189 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=768036 CPUtime=1176.2 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 48358 0 0 0 117572 48 0 0 25 0 4 0 622474871 786468864 180189 33554432000 134512640 135305190 4291014928 18446744073709551615 134551799 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=768036 CPUtime=1177.52 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39518 0 0 0 117705 47 0 0 25 0 4 0 622474871 786468864 180189 33554432000 134512640 135305190 4291014928 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.17
Current children cumulated vsize (KiB) 776736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.11 8.06 7.42 9/288 12284
/proc/meminfo: memFree=19567716/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=771056 CPUtime=4799.61 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 180914 0 0 0 479778 183 0 0 25 0 4 0 622474856 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 192764 180833 84 194 0 192568 0
[pid=12216/tid=12217] ppid=12213 vsize=771056 CPUtime=1202.77 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39492 0 0 0 120237 40 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=771056 CPUtime=1197.81 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 48526 0 0 0 119733 48 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=771056 CPUtime=1199.12 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39601 0 0 0 119865 47 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 779756

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

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

[startup+1203.9 s]
/proc/loadavg: 8.11 8.06 7.42 9/288 12284
/proc/meminfo: memFree=19567716/32951124 swapFree=67057896/67111528
[pid=12213] ppid=12211 vsize=8700 CPUtime=0.78 cores=1,3,5,7
/proc/12213/stat : 12213 (manysat.sh) S 12211 12213 11653 0 -1 4202496 357 7492 0 0 0 0 76 2 18 0 1 0 622474777 8908800 253 33554432000 4194304 4922060 140734502955312 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12213/statm: 2175 253 209 178 0 68 0
[pid=12216] ppid=12213 vsize=771056 CPUtime=4799.61 cores=1,3,5,7
/proc/12216/stat : 12216 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202496 180914 0 0 0 479778 183 0 0 25 0 4 0 622474856 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12216/statm: 192764 180833 84 194 0 192568 0
[pid=12216/tid=12217] ppid=12213 vsize=771056 CPUtime=1202.77 cores=1,3,5,7
/proc/12216/task/12217/stat : 12217 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39492 0 0 0 120237 40 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12216/tid=12218] ppid=12213 vsize=771056 CPUtime=1197.81 cores=1,3,5,7
/proc/12216/task/12218/stat : 12218 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 48526 0 0 0 119733 48 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12216/tid=12219] ppid=12213 vsize=771056 CPUtime=1199.12 cores=1,3,5,7
/proc/12216/task/12219/stat : 12219 (manysat1.1_stat) R 12213 12213 11653 0 -1 4202560 39601 0 0 0 119865 47 0 0 25 0 4 0 622474871 789561344 180833 33554432000 134512640 135305190 4291014928 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 779756

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.92
CPU time (s): 4800.39
CPU user time (s): 4798.54
CPU system time (s): 1.85
CPU usage (%): 398.729
Max. virtual memory (cumulated for all children) (KiB): 779756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.768883
system time used= 0.022996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7849
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.10453 second user time and 7.85181 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 17:29:55
IDJOB=3362259
IDBENCH=83133
IDSOLVER=1838
FILE ID=node140/3362259-1305300594
RUNJOBID= node140-1305296391-11672
PBS_JOBID= 13321413
Free space on /tmp= 49556 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362259-1305300594/watcher-3362259-1305300594 -o /tmp/evaluation-result-3362259-1305300594/solver-3362259-1305300594 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362259-1305300594.cnf aimd 1

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=2123614364

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19621524 kB
Buffers:        253436 kB
Cached:        8213528 kB
SwapCached:       8056 kB
Active:        5689652 kB
Inactive:      7171388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19621524 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            4368 kB
Writeback:           0 kB
AnonPages:     4390876 kB
Mapped:          23512 kB
Slab:           383220 kB
PageTables:      23540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46504396 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= 49572 MiB
End job on node140 at 2011-05-13 17:50:00