Trace number 3362255

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.37 1204.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  114186   292484 |   34255       0        0     nan |  0.000 % |
0.00/0.47	c |         0 |   78857   291048 |      --       0       --      -- |     --   | -35329/-1436
0.00/0.47	c ==============================================================================
0.00/0.47	c Result  :   #vars: 14260   #clauses: 78857   #literals: 291048
0.00/0.47	c CPU time:   0.45693 s
0.00/0.47	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-3362255-1305300348/watcher-3362255-1305300348 -o /tmp/evaluation-result-3362255-1305300348/solver-3362255-1305300348 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362255-1305300348.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: 8.16 8.01 7.87 6/353 18272
/proc/meminfo: memFree=14648712/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622450937 8908800 250 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18272/statm: 2175 250 209 178 0 68 0

[startup+0.039288 s]
/proc/loadavg: 8.16 8.01 7.87 6/353 18272
/proc/meminfo: memFree=14648712/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622450937 8908800 250 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18272/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100276 s]
/proc/loadavg: 8.16 8.01 7.87 6/353 18272
/proc/meminfo: memFree=14648712/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622450937 8908800 250 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18272/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300239 s]
/proc/loadavg: 8.16 8.01 7.87 6/353 18272
/proc/meminfo: memFree=14648712/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622450937 8908800 250 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18272/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700134 s]
/proc/loadavg: 8.16 8.01 7.87 6/353 18272
/proc/meminfo: memFree=14648712/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 8.16 8.01 7.87 9/358 18278
/proc/meminfo: memFree=14614132/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=67308 CPUtime=3.5 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 8363 0 0 0 344 6 0 0 19 0 4 0 622450990 68923392 8312 33554432000 134512640 135305190 4294527776 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 16827 8312 84 194 0 16631 0
[pid=18275/tid=18276] ppid=18272 vsize=67308 CPUtime=0.84 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 545 0 0 0 83 1 0 0 19 0 4 0 622451000 68923392 8312 33554432000 134512640 135305190 4294527776 18446744073709551615 134530613 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=67308 CPUtime=0.85 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 580 0 0 0 84 1 0 0 19 0 4 0 622451000 68923392 8313 33554432000 134512640 135305190 4294527776 18446744073709551615 134552865 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=67308 CPUtime=0.84 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 662 0 0 0 83 1 0 0 19 0 4 0 622451000 68923392 8313 33554432000 134512640 135305190 4294527776 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 76008

[startup+3.10072 s]
/proc/loadavg: 8.16 8.01 7.87 9/358 18278
/proc/meminfo: memFree=14606320/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=77248 CPUtime=9.89 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 10886 0 0 0 981 8 0 0 22 0 4 0 622450990 79101952 10835 33554432000 134512640 135305190 4294527776 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 19312 10835 84 194 0 19116 0
[pid=18275/tid=18276] ppid=18272 vsize=77248 CPUtime=2.42 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 1083 0 0 0 241 1 0 0 22 0 4 0 622451000 79101952 10835 33554432000 134512640 135305190 4294527776 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=77248 CPUtime=2.44 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 1285 0 0 0 243 1 0 0 22 0 4 0 622451000 79101952 10835 33554432000 134512640 135305190 4294527776 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=77248 CPUtime=2.44 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 1359 0 0 0 242 2 0 0 22 0 4 0 622451000 79101952 10835 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 85948

[startup+6.30115 s]
/proc/loadavg: 8.15 8.01 7.87 9/358 18279
/proc/meminfo: memFree=14588224/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=88828 CPUtime=22.65 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 13688 0 0 0 2254 11 0 0 25 0 4 0 622450990 90959872 13637 33554432000 134512640 135305190 4294527776 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 22207 13637 84 194 0 22011 0
[pid=18275/tid=18276] ppid=18272 vsize=88828 CPUtime=5.59 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 1620 0 0 0 557 2 0 0 19 0 4 0 622451000 90959872 13637 33554432000 134512640 135305190 4294527776 18446744073709551615 134558379 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=88828 CPUtime=5.64 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 2140 0 0 0 562 2 0 0 25 0 4 0 622451000 90959872 13637 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=88828 CPUtime=5.65 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 2048 0 0 0 562 3 0 0 25 0 4 0 622451000 90959872 13637 33554432000 134512640 135305190 4294527776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 97528

[startup+12.701 s]
/proc/loadavg: 8.14 8.01 7.87 9/358 18279
/proc/meminfo: memFree=14559192/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=112156 CPUtime=48.17 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 19667 0 0 0 4803 14 0 0 25 0 4 0 622450990 114847744 19616 33554432000 134512640 135305190 4294527776 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 28039 19616 84 194 0 27843 0
[pid=18275/tid=18276] ppid=18272 vsize=112156 CPUtime=11.9 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 2919 0 0 0 1188 2 0 0 25 0 4 0 622451000 114847744 19616 33554432000 134512640 135305190 4294527776 18446744073709551615 134528636 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=112156 CPUtime=12.04 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 3787 0 0 0 1201 3 0 0 25 0 4 0 622451000 114847744 19616 33554432000 134512640 135305190 4294527776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=112156 CPUtime=12.05 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 3637 0 0 0 1201 4 0 0 25 0 4 0 622451000 114847744 19616 33554432000 134512640 135305190 4294527776 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.7
Current children cumulated vsize (KiB) 120856

[startup+25.5008 s]
/proc/loadavg: 8.17 8.02 7.88 9/358 18279
/proc/meminfo: memFree=14540104/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=124952 CPUtime=99.19 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 22701 0 0 0 9903 16 0 0 25 0 4 0 622450990 127950848 22650 33554432000 134512640 135305190 4294527776 18446744073709551615 134551659 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 31238 22650 84 194 0 31042 0
[pid=18275/tid=18276] ppid=18272 vsize=124952 CPUtime=24.56 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 3609 0 0 0 2453 3 0 0 25 0 4 0 622451000 127950848 22650 33554432000 134512640 135305190 4294527776 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=124952 CPUtime=24.83 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 4673 0 0 0 2480 3 0 0 25 0 4 0 622451000 127950848 22650 33554432000 134512640 135305190 4294527776 18446744073709551615 134555126 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=124952 CPUtime=24.84 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 4373 0 0 0 2480 4 0 0 25 0 4 0 622451000 127950848 22650 33554432000 134512640 135305190 4294527776 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.72
Current children cumulated vsize (KiB) 133652

[startup+51.1003 s]
/proc/loadavg: 8.11 8.02 7.88 9/358 18280
/proc/meminfo: memFree=14510912/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=148752 CPUtime=201.28 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 28728 0 0 0 20106 22 0 0 25 0 4 0 622450990 152322048 28677 33554432000 134512640 135305190 4294527776 18446744073709551615 134530994 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 37188 28677 84 194 0 36992 0
[pid=18275/tid=18276] ppid=18272 vsize=148752 CPUtime=49.86 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 4966 0 0 0 4982 4 0 0 25 0 4 0 622451000 152322048 28677 33554432000 134512640 135305190 4294527776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=148752 CPUtime=50.43 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 6155 0 0 0 5038 5 0 0 25 0 4 0 622451000 152322048 28677 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=148752 CPUtime=50.43 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 5927 0 0 0 5037 6 0 0 25 0 4 0 622451000 152322048 28677 33554432000 134512640 135305190 4294527776 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.81
Current children cumulated vsize (KiB) 157452

[startup+102.313 s]
/proc/loadavg: 8.05 8.02 7.88 9/358 18281
/proc/meminfo: memFree=14441460/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=200336 CPUtime=405.49 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 41361 0 0 0 40514 35 0 0 25 0 4 0 622450990 205144064 41310 33554432000 134512640 135305190 4294527776 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 50084 41310 84 194 0 49888 0
[pid=18275/tid=18276] ppid=18272 vsize=200336 CPUtime=100.46 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 8706 0 0 0 10039 7 0 0 25 0 4 0 622451000 205144064 41310 33554432000 134512640 135305190 4294527776 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=200336 CPUtime=101.64 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 9566 0 0 0 10156 8 0 0 25 0 4 0 622451000 205144064 41310 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=200336 CPUtime=101.63 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 8373 0 0 0 10155 8 0 0 25 0 4 0 622451000 205144064 41310 33554432000 134512640 135305190 4294527776 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.02
Current children cumulated vsize (KiB) 209036

[startup+162.301 s]
/proc/loadavg: 8.06 8.03 7.89 9/358 18283
/proc/meminfo: memFree=14385776/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=224068 CPUtime=644.73 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 46987 0 0 0 64431 42 0 0 25 0 4 0 622450990 229445632 46936 33554432000 134512640 135305190 4294527776 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/18275/statm: 56017 46936 84 194 0 55821 0
[pid=18275/tid=18276] ppid=18272 vsize=224068 CPUtime=159.78 cores=1,3,5,7

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

/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 20764 0 0 0 82129 24 0 0 25 0 4 0 622451000 484175872 107236 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.55
Current children cumulated vsize (KiB) 481528

[startup+882.301 s]
/proc/loadavg: 8.18 8.15 8.01 9/358 18335
/proc/meminfo: memFree=14220868/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=504312 CPUtime=3516.31 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 114933 0 0 0 351507 124 0 0 25 0 4 0 622450990 516415488 114878 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 126078 114878 84 194 0 125882 0
[pid=18275/tid=18276] ppid=18272 vsize=504312 CPUtime=875.12 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 26587 0 0 0 87482 30 0 0 25 0 4 0 622451000 516415488 114878 33554432000 134512640 135305190 4294527776 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=504312 CPUtime=879.34 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 32675 0 0 0 87900 34 0 0 25 0 4 0 622451000 516415488 114878 33554432000 134512640 135305190 4294527776 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=504312 CPUtime=881.52 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 22667 0 0 0 88127 25 0 0 25 0 4 0 622451000 516415488 114878 33554432000 134512640 135305190 4294527776 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.84
Current children cumulated vsize (KiB) 513012

[startup+942.301 s]
/proc/loadavg: 8.06 8.12 8.00 9/358 18336
/proc/meminfo: memFree=14210272/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=510168 CPUtime=3755.58 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 116463 0 0 0 375430 128 0 0 25 0 4 0 622450990 522412032 116408 33554432000 134512640 135305190 4294527776 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 127542 116408 84 194 0 127346 0
[pid=18275/tid=18276] ppid=18272 vsize=510168 CPUtime=935.12 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 26627 0 0 0 93482 30 0 0 25 0 4 0 622451000 522412032 116408 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=510168 CPUtime=938.65 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 32810 0 0 0 93831 34 0 0 25 0 4 0 622451000 522412032 116408 33554432000 134512640 135305190 4294527776 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=510168 CPUtime=941.5 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 23317 0 0 0 94123 27 0 0 25 0 4 0 622451000 522412032 116408 33554432000 134512640 135305190 4294527776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.11
Current children cumulated vsize (KiB) 518868

[startup+1002.3 s]
/proc/loadavg: 8.02 8.09 8.00 9/358 18338
/proc/meminfo: memFree=14179108/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=512172 CPUtime=3994.9 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 116943 0 0 0 399361 129 0 0 25 0 4 0 622450990 524464128 116888 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 128043 116888 84 194 0 127847 0
[pid=18275/tid=18276] ppid=18272 vsize=512172 CPUtime=995.12 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 26763 0 0 0 99482 30 0 0 25 0 4 0 622451000 524464128 116888 33554432000 134512640 135305190 4294527776 18446744073709551615 134838145 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=512172 CPUtime=997.96 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 33154 0 0 0 99762 34 0 0 25 0 4 0 622451000 524464128 116888 33554432000 134512640 135305190 4294527776 18446744073709551615 134539092 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=512172 CPUtime=1001.5 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 23317 0 0 0 100123 27 0 0 25 0 4 0 622451000 524464128 116888 33554432000 134512640 135305190 4294527776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.43
Current children cumulated vsize (KiB) 520872

[startup+1062.3 s]
/proc/loadavg: 8.01 8.07 8.00 9/358 18340
/proc/meminfo: memFree=14172840/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=515052 CPUtime=4234.24 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 117581 0 0 0 423295 129 0 0 25 0 4 0 622450990 527413248 117526 33554432000 134512640 135305190 4294527776 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 128763 117526 84 194 0 128567 0
[pid=18275/tid=18276] ppid=18272 vsize=515052 CPUtime=1055.13 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 26938 0 0 0 105483 30 0 0 25 0 4 0 622451000 527413248 117526 33554432000 134512640 135305190 4294527776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=515052 CPUtime=1057.3 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 33587 0 0 0 105695 35 0 0 25 0 4 0 622451000 527413248 117526 33554432000 134512640 135305190 4294527776 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=515052 CPUtime=1061.5 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 23318 0 0 0 106123 27 0 0 25 0 4 0 622451000 527413248 117526 33554432000 134512640 135305190 4294527776 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.77
Current children cumulated vsize (KiB) 523752

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 8.00 9/358 18341
/proc/meminfo: memFree=14083532/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=599300 CPUtime=4473.56 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 138127 0 0 0 447204 152 0 0 25 0 4 0 622450990 613683200 138072 33554432000 134512640 135305190 4294527776 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 149825 138072 84 194 0 149629 0
[pid=18275/tid=18276] ppid=18272 vsize=599300 CPUtime=1115.12 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 30951 0 0 0 111478 34 0 0 25 0 4 0 622451000 613683200 138072 33554432000 134512640 135305190 4294527776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=599300 CPUtime=1116.61 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 41683 0 0 0 111616 45 0 0 25 0 4 0 622451000 613683200 138072 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=599300 CPUtime=1121.5 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 27501 0 0 0 112118 32 0 0 25 0 4 0 622451000 613683200 138072 33554432000 134512640 135305190 4294527776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.09
Current children cumulated vsize (KiB) 608000

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/358 18343
/proc/meminfo: memFree=14039724/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=611872 CPUtime=4712.86 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 141318 0 0 0 471129 157 0 0 25 0 4 0 622450990 626556928 141263 33554432000 134512640 135305190 4294527776 18446744073709551615 134528753 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 152968 141263 84 194 0 152772 0
[pid=18275/tid=18276] ppid=18272 vsize=611872 CPUtime=1175.1 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 31472 0 0 0 117474 36 0 0 25 0 4 0 622451000 626556928 141263 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=611872 CPUtime=1175.94 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 43195 0 0 0 117547 47 0 0 25 0 4 0 622451000 626556928 141263 33554432000 134512640 135305190 4294527776 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=611872 CPUtime=1181.5 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 28014 0 0 0 118118 32 0 0 25 0 4 0 622451000 626556928 141263 33554432000 134512640 135305190 4294527776 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4713.39
Current children cumulated vsize (KiB) 620572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.13 8.09 8.01 9/358 18343
/proc/meminfo: memFree=14032752/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=617784 CPUtime=4799.84 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 142591 0 0 0 479825 159 0 0 25 0 4 0 622450990 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 154446 142536 84 194 0 154250 0
[pid=18275/tid=18276] ppid=18272 vsize=617784 CPUtime=1196.91 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 32019 0 0 0 119655 36 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=617784 CPUtime=1197.49 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 43445 0 0 0 119701 48 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=617784 CPUtime=1203.31 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 28195 0 0 0 120299 32 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 626484

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

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

[startup+1204.1 s]
/proc/loadavg: 8.13 8.09 8.01 9/358 18343
/proc/meminfo: memFree=14032752/32951124 swapFree=67111348/67111528
[pid=18272] ppid=18270 vsize=8700 CPUtime=0.53 cores=1,3,5,7
/proc/18272/stat : 18272 (manysat.sh) S 18270 18272 17714 0 -1 4202496 358 5230 0 0 0 0 51 2 20 0 1 0 622450937 8908800 253 33554432000 4194304 4922060 140733520306000 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18272/statm: 2175 253 209 178 0 68 0
[pid=18275] ppid=18272 vsize=617784 CPUtime=4799.84 cores=1,3,5,7
/proc/18275/stat : 18275 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202496 142591 0 0 0 479825 159 0 0 25 0 4 0 622450990 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/18275/statm: 154446 142536 84 194 0 154250 0
[pid=18275/tid=18276] ppid=18272 vsize=617784 CPUtime=1196.91 cores=1,3,5,7
/proc/18275/task/18276/stat : 18276 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 32019 0 0 0 119655 36 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=18275/tid=18277] ppid=18272 vsize=617784 CPUtime=1197.49 cores=1,3,5,7
/proc/18275/task/18277/stat : 18277 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 43445 0 0 0 119701 48 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=18275/tid=18278] ppid=18272 vsize=617784 CPUtime=1203.31 cores=1,3,5,7
/proc/18275/task/18278/stat : 18278 (manysat1.1_stat) R 18272 18272 17714 0 -1 4202560 28195 0 0 0 120299 32 0 0 25 0 4 0 622451000 632610816 142536 33554432000 134512640 135305190 4294527776 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 626484

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.13
CPU time (s): 4800.37
CPU user time (s): 4798.76
CPU system time (s): 1.61
CPU usage (%): 398.66
Max. virtual memory (cumulated for all children) (KiB): 626484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.514921
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= 5588
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.89841 second user time and 9.60754 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 17:25:48
IDJOB=3362255
IDBENCH=83127
IDSOLVER=1838
FILE ID=node144/3362255-1305300348
RUNJOBID= node144-1305296391-17733
PBS_JOBID= 13321409
Free space on /tmp= 37432 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=2123614364

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14648860 kB
Buffers:        235152 kB
Cached:       10243276 kB
SwapCached:          0 kB
Active:        8230516 kB
Inactive:      9597292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14648860 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:     7349556 kB
Mapped:          27704 kB
Slab:           373536 kB
PageTables:      37432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82252296 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= 37440 MiB
End job on node144 at 2011-05-13 17:45:54