Trace number 3362224

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) 20392.5 5100.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  230230   592644 |   69068       0        0     nan |  0.000 % |
0.00/0.97	c |         0 |  161055   599091 |      --       0       --      -- |     --   | -69175/6447
0.00/0.97	c ==============================================================================
0.00/0.97	c Result  :   #vars: 29052   #clauses: 161055   #literals: 599091
0.00/0.97	c CPU time:   0.951855 s
0.00/0.97	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-3362224-1305301405/watcher-3362224-1305301405 -o /tmp/evaluation-result-3362224-1305301405/solver-3362224-1305301405 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362224-1305301405.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 3.98 3.92 1/406 1796
/proc/meminfo: memFree=6656216/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=0 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720371258 8908800 249 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1796/statm: 2175 249 209 178 0 68 0

[startup+0.0900139 s]
/proc/loadavg: 3.97 3.98 3.92 1/406 1796
/proc/meminfo: memFree=6656216/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=0 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720371258 8908800 249 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1796/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101012 s]
/proc/loadavg: 3.97 3.98 3.92 1/406 1796
/proc/meminfo: memFree=6656216/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=0 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720371258 8908800 249 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1796/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300977 s]
/proc/loadavg: 3.97 3.98 3.92 1/406 1796
/proc/meminfo: memFree=6656216/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=0 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720371258 8908800 249 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1796/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700908 s]
/proc/loadavg: 3.97 3.98 3.92 1/406 1796
/proc/meminfo: memFree=6656216/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=0 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 720371258 8908800 249 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1796/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 3.73 3.93 3.90 2/408 1798
/proc/meminfo: memFree=6614040/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 8700

[startup+3.10049 s]
/proc/loadavg: 3.73 3.93 3.90 5/411 1802
/proc/meminfo: memFree=6586748/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=99936 CPUtime=7.29 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 16248 0 0 0 711 18 0 0 18 0 4 0 720371368 102334464 16197 33554432000 134512640 135305190 4289742384 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1799/statm: 24984 16197 84 194 0 24788 0
[pid=1799/tid=1800] ppid=1796 vsize=99936 CPUtime=1.78 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 915 0 0 0 174 4 0 0 18 0 4 0 720371388 102334464 16197 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=99936 CPUtime=1.76 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 1287 0 0 0 173 3 0 0 18 0 4 0 720371388 102334464 16197 33554432000 134512640 135305190 4289742384 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=99936 CPUtime=1.77 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 1205 0 0 0 172 5 0 0 18 0 4 0 720371388 102334464 16197 33554432000 134512640 135305190 4289742384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 108636

[startup+6.30093 s]
/proc/loadavg: 3.76 3.93 3.90 5/411 1802
/proc/meminfo: memFree=6568664/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=116492 CPUtime=20.1 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 20303 0 0 0 1989 21 0 0 18 0 4 0 720371368 119287808 20252 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1799/statm: 29123 20252 84 194 0 28927 0
[pid=1799/tid=1800] ppid=1796 vsize=116492 CPUtime=4.97 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 1591 0 0 0 493 4 0 0 25 0 4 0 720371388 119287808 20252 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=116492 CPUtime=4.97 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 2546 0 0 0 493 4 0 0 18 0 4 0 720371388 119287808 20252 33554432000 134512640 135305190 4289742384 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=116492 CPUtime=4.96 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 2281 0 0 0 491 5 0 0 18 0 4 0 720371388 119287808 20252 33554432000 134512640 135305190 4289742384 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.18
Current children cumulated vsize (KiB) 125192

[startup+12.7008 s]
/proc/loadavg: 3.78 3.94 3.90 5/411 1803
/proc/meminfo: memFree=6542688/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=140908 CPUtime=45.68 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 26478 0 0 0 4544 24 0 0 18 0 4 0 720371368 144289792 26427 33554432000 134512640 135305190 4289742384 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1799/statm: 35227 26427 84 194 0 35031 0
[pid=1799/tid=1800] ppid=1796 vsize=140908 CPUtime=11.37 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 2441 0 0 0 1133 4 0 0 19 0 4 0 720371388 144289792 26427 33554432000 134512640 135305190 4289742384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=140908 CPUtime=11.36 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 5016 0 0 0 1131 5 0 0 18 0 4 0 720371388 144289792 26427 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=140908 CPUtime=11.35 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 3718 0 0 0 1129 6 0 0 18 0 4 0 720371388 144289792 26427 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.76
Current children cumulated vsize (KiB) 149608

[startup+25.5006 s]
/proc/loadavg: 3.81 3.94 3.91 5/411 1803
/proc/meminfo: memFree=6512336/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=171624 CPUtime=96.87 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 34163 0 0 0 9657 30 0 0 25 0 4 0 720371368 175742976 34112 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1799/statm: 42906 34112 84 194 0 42710 0
[pid=1799/tid=1800] ppid=1796 vsize=171624 CPUtime=24.17 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 3796 0 0 0 2411 6 0 0 25 0 4 0 720371388 175742976 34112 33554432000 134512640 135305190 4289742384 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=171624 CPUtime=24.16 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 7707 0 0 0 2410 6 0 0 25 0 4 0 720371388 175742976 34112 33554432000 134512640 135305190 4289742384 18446744073709551615 134553242 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=171624 CPUtime=24.14 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 5641 0 0 0 2407 7 0 0 25 0 4 0 720371388 175742976 34112 33554432000 134512640 135305190 4289742384 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (KiB) 180324

[startup+51.1011 s]
/proc/loadavg: 3.88 3.94 3.91 5/411 1804
/proc/meminfo: memFree=6476268/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=208092 CPUtime=199.22 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 43021 0 0 0 19886 36 0 0 19 0 4 0 720371368 213086208 42970 33554432000 134512640 135305190 4289742384 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 52023 42970 84 194 0 51827 0
[pid=1799/tid=1800] ppid=1796 vsize=208092 CPUtime=49.75 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 5375 0 0 0 4968 7 0 0 21 0 4 0 720371388 213086208 42970 33554432000 134512640 135305190 4289742384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=208092 CPUtime=49.76 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 10624 0 0 0 4968 8 0 0 18 0 4 0 720371388 213086208 42970 33554432000 134512640 135305190 4289742384 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=208092 CPUtime=49.73 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 7966 0 0 0 4964 9 0 0 18 0 4 0 720371388 213086208 42970 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.3
Current children cumulated vsize (KiB) 216792

[startup+102.315 s]
/proc/loadavg: 3.95 3.95 3.91 5/411 1805
/proc/meminfo: memFree=6432472/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=249800 CPUtime=403.98 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 53688 0 0 0 40351 47 0 0 25 0 4 0 720371368 255795200 53637 33554432000 134512640 135305190 4289742384 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 62450 53637 84 194 0 62254 0
[pid=1799/tid=1800] ppid=1796 vsize=249800 CPUtime=100.94 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 7268 0 0 0 10085 9 0 0 25 0 4 0 720371388 255795200 53637 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=249800 CPUtime=100.95 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 13684 0 0 0 10084 11 0 0 25 0 4 0 720371388 255795200 53637 33554432000 134512640 135305190 4289742384 18446744073709551615 134542034 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=249800 CPUtime=100.93 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 10922 0 0 0 10080 13 0 0 25 0 4 0 720371388 255795200 53637 33554432000 134512640 135305190 4289742384 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.06
Current children cumulated vsize (KiB) 258500

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/411 1807
/proc/meminfo: memFree=6351460/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=331436 CPUtime=643.83 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 73835 0 0 0 64321 62 0 0 25 0 4 0 720371368 339390464 73784 33554432000 134512640 135305190 4289742384 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 82859 73784 84 194 0 82663 0
[pid=1799/tid=1800] ppid=1796 vsize=331436 CPUtime=160.91 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 10946 0 0 0 16078 13 0 0 25 0 4 0 720371388 339390464 73784 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=331436 CPUtime=160.91 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 20145 0 0 0 16076 15 0 0 25 0 4 0 720371388 339390464 73784 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=331436 CPUtime=160.88 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 15136 0 0 0 16072 16 0 0 18 0 4 0 720371388 339390464 73784 33554432000 134512640 135305190 4289742384 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 644.91
Current children cumulated vsize (KiB) 340136

[startup+222.301 s]

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

/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 93497 0 0 0 465882 138 0 0 25 0 4 0 720371388 1915985920 450344 33554432000 134512640 135305190 4289742384 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18642.1
Current children cumulated vsize (KiB) 1879780

[startup+4722.32 s]
/proc/loadavg: 4.00 4.00 4.00 5/411 1949
/proc/meminfo: memFree=4837200/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1874764 CPUtime=18881.1 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 451256 0 0 0 1887532 576 0 0 25 0 4 0 720371368 1919758336 451146 33554432000 134512640 135305190 4289742384 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 468691 451146 84 194 0 468495 0
[pid=1799/tid=1800] ppid=1796 vsize=1874764 CPUtime=4720.38 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 471955 83 0 0 25 0 4 0 720371388 1919758336 451146 33554432000 134512640 135305190 4289742384 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1874764 CPUtime=4719.9 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 158102 0 0 0 471764 226 0 0 25 0 4 0 720371388 1919758336 451146 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1874764 CPUtime=4720.22 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 93770 0 0 0 471883 139 0 0 25 0 4 0 720371388 1919758336 451146 33554432000 134512640 135305190 4289742384 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18882.2
Current children cumulated vsize (KiB) 1883464

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/411 1951
/proc/meminfo: memFree=4835404/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1876736 CPUtime=19120.9 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 451734 0 0 0 1911507 579 0 0 25 0 4 0 720371368 1921777664 451624 33554432000 134512640 135305190 4289742384 18446744073709551615 134528617 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 469184 451624 84 194 0 468988 0
[pid=1799/tid=1800] ppid=1796 vsize=1876736 CPUtime=4780.37 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 477953 84 0 0 25 0 4 0 720371388 1921777664 451624 33554432000 134512640 135305190 4289742384 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1876736 CPUtime=4779.89 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 158188 0 0 0 477762 227 0 0 25 0 4 0 720371388 1921777664 451624 33554432000 134512640 135305190 4289742384 18446744073709551615 134555103 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1876736 CPUtime=4780.2 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94019 0 0 0 477881 139 0 0 25 0 4 0 720371388 1921777664 451624 33554432000 134512640 135305190 4289742384 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19121.9
Current children cumulated vsize (KiB) 1885436

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/411 1952
/proc/meminfo: memFree=4832260/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1879956 CPUtime=19360.9 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 452515 0 0 0 1935506 580 0 0 25 0 4 0 720371368 1925074944 452405 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 469989 452405 84 194 0 469793 0
[pid=1799/tid=1800] ppid=1796 vsize=1879956 CPUtime=4840.37 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 483953 84 0 0 25 0 4 0 720371388 1925074944 452405 33554432000 134512640 135305190 4289742384 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1879956 CPUtime=4839.88 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 158579 0 0 0 483761 227 0 0 25 0 4 0 720371388 1925074944 452405 33554432000 134512640 135305190 4289742384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1879956 CPUtime=4840.21 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94409 0 0 0 483881 140 0 0 25 0 4 0 720371388 1925074944 452405 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19361.9
Current children cumulated vsize (KiB) 1888656

[startup+4902.3 s]
/proc/loadavg: 4.13 4.03 4.01 5/411 1954
/proc/meminfo: memFree=4830240/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1882528 CPUtime=19600.9 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 453039 0 0 0 1959506 581 0 0 25 0 4 0 720371368 1927708672 452929 33554432000 134512640 135305190 4289742384 18446744073709551615 134528350 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 470632 452929 84 194 0 470436 0
[pid=1799/tid=1800] ppid=1796 vsize=1882528 CPUtime=4900.37 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 489953 84 0 0 25 0 4 0 720371388 1927708672 452929 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1882528 CPUtime=4899.89 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 158865 0 0 0 489761 228 0 0 25 0 4 0 720371388 1927708672 452929 33554432000 134512640 135305190 4289742384 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1882528 CPUtime=4900.2 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94647 0 0 0 489880 140 0 0 25 0 4 0 720371388 1927708672 452929 33554432000 134512640 135305190 4289742384 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19602
Current children cumulated vsize (KiB) 1891228

[startup+4962.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/411 1956
/proc/meminfo: memFree=4829196/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1883576 CPUtime=19840.7 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 453299 0 0 0 1983480 585 0 0 25 0 4 0 720371368 1928781824 453189 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 470894 453189 84 194 0 470698 0
[pid=1799/tid=1800] ppid=1796 vsize=1883576 CPUtime=4960.38 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 495953 85 0 0 25 0 4 0 720371388 1928781824 453189 33554432000 134512640 135305190 4289742384 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1883576 CPUtime=4959.89 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 159019 0 0 0 495761 228 0 0 25 0 4 0 720371388 1928781824 453189 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1883576 CPUtime=4959.98 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94753 0 0 0 495856 142 0 0 25 0 4 0 720371388 1928781824 453189 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19841.7
Current children cumulated vsize (KiB) 1892276

[startup+5022.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/411 1957
/proc/meminfo: memFree=4828148/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1884564 CPUtime=20080.7 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 453555 0 0 0 2007480 586 0 0 25 0 4 0 720371368 1929793536 453445 33554432000 134512640 135305190 4289742384 18446744073709551615 134528157 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 471141 453445 84 194 0 470945 0
[pid=1799/tid=1800] ppid=1796 vsize=1884564 CPUtime=5020.38 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76919 0 0 0 501953 85 0 0 25 0 4 0 720371388 1929793536 453445 33554432000 134512640 135305190 4289742384 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1884564 CPUtime=5019.89 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 159275 0 0 0 501761 228 0 0 25 0 4 0 720371388 1929793536 453445 33554432000 134512640 135305190 4289742384 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1884564 CPUtime=5019.98 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94753 0 0 0 501856 142 0 0 25 0 4 0 720371388 1929793536 453445 33554432000 134512640 135305190 4289742384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20081.7
Current children cumulated vsize (KiB) 1893264

[startup+5082.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/411 1959
/proc/meminfo: memFree=4826608/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1886812 CPUtime=20320.7 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 454054 0 0 0 2031480 586 0 0 25 0 4 0 720371368 1932095488 453944 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 471703 453944 84 194 0 471507 0
[pid=1799/tid=1800] ppid=1796 vsize=1886812 CPUtime=5080.38 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76950 0 0 0 507953 85 0 0 25 0 4 0 720371388 1932095488 453944 33554432000 134512640 135305190 4289742384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1886812 CPUtime=5079.89 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 159652 0 0 0 507760 229 0 0 25 0 4 0 720371388 1932095488 453944 33554432000 134512640 135305190 4289742384 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1886812 CPUtime=5079.98 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 94776 0 0 0 507856 142 0 0 25 0 4 0 720371388 1932095488 453944 33554432000 134512640 135305190 4289742384 18446744073709551615 134551751 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20321.7
Current children cumulated vsize (KiB) 1895512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.01 4.00 5/411 1959
/proc/meminfo: memFree=4824120/32950940 swapFree=67111356/67111528
[pid=1796] ppid=1794 vsize=8700 CPUtime=1.08 cores=0-7
/proc/1796/stat : 1796 (manysat.sh) S 1794 1796 1528 0 -1 4202496 356 10386 0 0 0 0 106 2 18 0 1 0 720371258 8908800 252 33554432000 4194304 4922060 140735448345104 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1796/statm: 2175 252 209 178 0 68 0
[pid=1799] ppid=1796 vsize=1889380 CPUtime=20391.5 cores=0-7
/proc/1799/stat : 1799 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202496 454694 0 0 0 2038559 588 0 0 25 0 4 0 720371368 1934725120 454584 33554432000 134512640 135305190 4289742384 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1799/statm: 472345 454584 84 194 0 472149 0
[pid=1799/tid=1800] ppid=1796 vsize=1889380 CPUtime=5098.1 cores=0-7
/proc/1799/task/1800/stat : 1800 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 76956 0 0 0 509725 85 0 0 25 0 4 0 720371388 1934725120 454584 33554432000 134512640 135305190 4289742384 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1799/tid=1801] ppid=1796 vsize=1889380 CPUtime=5097.61 cores=0-7
/proc/1799/task/1801/stat : 1801 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 159865 0 0 0 509531 230 0 0 25 0 4 0 720371388 1934725120 454584 33554432000 134512640 135305190 4289742384 18446744073709551615 134569845 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1799/tid=1802] ppid=1796 vsize=1889380 CPUtime=5097.7 cores=0-7
/proc/1799/task/1802/stat : 1802 (manysat1.1_stat) R 1796 1796 1528 0 -1 4202560 95168 0 0 0 509627 143 0 0 25 0 4 0 720371388 1934725120 454584 33554432000 134512640 135305190 4289742384 18446744073709551615 134528356 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20392.6
Current children cumulated vsize (KiB) 1898080

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5100.03
CPU time (s): 20392.5
CPU user time (s): 20386.7
CPU system time (s): 5.9
CPU usage (%): 399.852
Max. virtual memory (cumulated for all children) (KiB): 1898080

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

runsolver used 19.594 second user time and 49.9514 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 17:43:25
IDJOB=3362224
IDBENCH=83107
IDSOLVER=1839
FILE ID=node117/3362224-1305301405
RUNJOBID= node117-1305296394-1542
PBS_JOBID= 13321436
Free space on /tmp= 37752 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362224-1305301405/watcher-3362224-1305301405 -o /tmp/evaluation-result-3362224-1305301405/solver-3362224-1305301405 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362224-1305301405.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1486480940

node117.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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5332.75
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.849
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.74
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.849
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.75
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       6656612 kB
Buffers:        252540 kB
Cached:       17501224 kB
SwapCached:          0 kB
Active:       13911988 kB
Inactive:     11719944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       6656612 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:     7878380 kB
Mapped:          31548 kB
Slab:           551980 kB
PageTables:      43924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100407516 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= 37740 MiB
End job on node117 at 2011-05-13 19:08:27