Trace number 3362275

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.26 1202.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    9760    38688 |    2927       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9376    37408 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1600   #clauses: 9376   #literals: 37408
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	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-3362275-1305300781/watcher-3362275-1305300781 -o /tmp/evaluation-result-3362275-1305300781/solver-3362275-1305300781 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362275-1305300781.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.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622494009 8908800 249 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20657/statm: 2175 249 209 178 0 68 0

[startup+0.0766479 s]
/proc/loadavg: 8.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.840684 s]
/proc/loadavg: 8.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.900771 s]
/proc/loadavg: 8.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.00075 s]
/proc/loadavg: 8.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 8.08 8.07 7.92 6/295 20657
/proc/meminfo: memFree=24414708/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+3.10037 s]
/proc/loadavg: 8.07 8.07 7.92 9/300 20663
/proc/meminfo: memFree=24392748/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=55616 CPUtime=12.24 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 5253 0 0 0 1223 1 0 0 25 0 4 0 622494010 56950784 5202 33554432000 134512640 135305190 4289837904 18446744073709551615 134558342 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20660/statm: 13904 5202 84 194 0 13708 0
[pid=20660/tid=20661] ppid=20657 vsize=55616 CPUtime=3.06 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 1012 0 0 0 306 0 0 0 25 0 4 0 622494012 56950784 5202 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=55616 CPUtime=3.06 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 940 0 0 0 306 0 0 0 25 0 4 0 622494012 56950784 5202 33554432000 134512640 135305190 4289837904 18446744073709551615 134552841 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=55616 CPUtime=3.05 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 1220 0 0 0 305 0 0 0 25 0 4 0 622494012 56950784 5202 33554432000 134512640 135305190 4289837904 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 64316

[startup+6.30078 s]
/proc/loadavg: 8.07 8.07 7.92 9/300 20663
/proc/meminfo: memFree=24374636/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=64212 CPUtime=25.01 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 7549 0 0 0 2499 2 0 0 25 0 4 0 622494010 65753088 7498 33554432000 134512640 135305190 4289837904 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20660/statm: 16053 7498 84 194 0 15857 0
[pid=20660/tid=20661] ppid=20657 vsize=64212 CPUtime=6.26 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 1567 0 0 0 626 0 0 0 25 0 4 0 622494012 65753088 7498 33554432000 134512640 135305190 4289837904 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=64212 CPUtime=6.25 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 1391 0 0 0 625 0 0 0 25 0 4 0 622494012 65753088 7498 33554432000 134512640 135305190 4289837904 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=64212 CPUtime=6.25 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 1904 0 0 0 625 0 0 0 25 0 4 0 622494012 65753088 7498 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 72912

[startup+12.7006 s]
/proc/loadavg: 8.06 8.06 7.92 9/300 20663
/proc/meminfo: memFree=24353452/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=83308 CPUtime=50.58 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 12490 0 0 0 5053 5 0 0 25 0 4 0 622494010 85307392 12439 33554432000 134512640 135305190 4289837904 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20660/statm: 20827 12439 84 194 0 20631 0
[pid=20660/tid=20661] ppid=20657 vsize=83308 CPUtime=12.67 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 2809 0 0 0 1266 1 0 0 25 0 4 0 622494012 85307392 12443 33554432000 134512640 135305190 4289837904 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=83308 CPUtime=12.67 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 2661 0 0 0 1266 1 0 0 25 0 4 0 622494012 85307392 12443 33554432000 134512640 135305190 4289837904 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=83308 CPUtime=12.67 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 3136 0 0 0 1266 1 0 0 25 0 4 0 622494012 85307392 12443 33554432000 134512640 135305190 4289837904 18446744073709551615 134557336 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 92008

[startup+25.5012 s]
/proc/loadavg: 8.05 8.06 7.92 9/300 20664
/proc/meminfo: memFree=24341400/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=96688 CPUtime=101.65 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 15663 0 0 0 10158 7 0 0 25 0 4 0 622494010 99008512 15612 33554432000 134512640 135305190 4289837904 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20660/statm: 24172 15612 84 194 0 23976 0
[pid=20660/tid=20661] ppid=20657 vsize=96688 CPUtime=25.45 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 3645 0 0 0 2544 1 0 0 25 0 4 0 622494012 99008512 15612 33554432000 134512640 135305190 4289837904 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=96688 CPUtime=25.45 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 3459 0 0 0 2544 1 0 0 25 0 4 0 622494012 99008512 15612 33554432000 134512640 135305190 4289837904 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=96688 CPUtime=25.46 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 3909 0 0 0 2544 2 0 0 25 0 4 0 622494012 99008512 15612 33554432000 134512640 135305190 4289837904 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 105388

[startup+51.1005 s]
/proc/loadavg: 8.22 8.10 7.94 9/300 20664
/proc/meminfo: memFree=24309724/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=126144 CPUtime=203.8 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 23003 0 0 0 20366 14 0 0 25 0 4 0 622494010 129171456 22952 33554432000 134512640 135305190 4289837904 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 31536 22952 84 194 0 31340 0
[pid=20660/tid=20661] ppid=20657 vsize=126144 CPUtime=51.04 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 5353 0 0 0 5101 3 0 0 25 0 4 0 622494012 129171456 22952 33554432000 134512640 135305190 4289837904 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=126144 CPUtime=51.02 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 5468 0 0 0 5099 3 0 0 25 0 4 0 622494012 129171456 22952 33554432000 134512640 135305190 4289837904 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=126144 CPUtime=50.86 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 5701 0 0 0 5083 3 0 0 25 0 4 0 622494012 129171456 22952 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 134844

[startup+102.301 s]
/proc/loadavg: 8.09 8.08 7.94 9/300 20666
/proc/meminfo: memFree=24252628/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=151584 CPUtime=408.1 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 29289 0 0 0 40790 20 0 0 25 0 4 0 622494010 155222016 29238 33554432000 134512640 135305190 4289837904 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 37896 29238 84 194 0 37700 0
[pid=20660/tid=20661] ppid=20657 vsize=151584 CPUtime=102.23 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 6712 0 0 0 10219 4 0 0 25 0 4 0 622494012 155222016 29238 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=151584 CPUtime=102.22 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 7484 0 0 0 10217 5 0 0 25 0 4 0 622494012 155222016 29238 33554432000 134512640 135305190 4289837904 18446744073709551615 134569845 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=151584 CPUtime=101.58 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 7225 0 0 0 10154 4 0 0 25 0 4 0 622494012 155222016 29238 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 160284

[startup+162.301 s]
/proc/loadavg: 8.03 8.06 7.94 9/300 20667
/proc/meminfo: memFree=24215608/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=174488 CPUtime=647.53 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 34875 0 0 0 64726 27 0 0 25 0 4 0 622494010 178675712 34824 33554432000 134512640 135305190 4289837904 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 43622 34824 84 194 0 43426 0
[pid=20660/tid=20661] ppid=20657 vsize=174488 CPUtime=162.23 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 7566 0 0 0 16218 5 0 0 25 0 4 0 622494012 178675712 34824 33554432000 134512640 135305190 4289837904 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=174488 CPUtime=162.22 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 9276 0 0 0 16215 7 0 0 25 0 4 0 622494012 178675712 34824 33554432000 134512640 135305190 4289837904 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=174488 CPUtime=161.04 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 8732 0 0 0 16097 7 0 0 25 0 4 0 622494012 178675712 34824 33554432000 134512640 135305190 4289837904 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.54
Current children cumulated vsize (KiB) 183188

[startup+222.301 s]

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

/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 17716 0 0 0 75984 20 0 0 25 0 4 0 622494012 339779584 73974 33554432000 134512640 135305190 4289837904 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.9
Current children cumulated vsize (KiB) 340516

[startup+822.3 s]
/proc/loadavg: 8.24 8.13 8.02 9/300 20685
/proc/meminfo: memFree=23862692/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=376764 CPUtime=3281.34 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 84724 0 0 0 328044 90 0 0 25 0 4 0 622494010 385806336 84673 33554432000 134512640 135305190 4289837904 18446744073709551615 134528542 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 94191 84673 84 194 0 93995 0
[pid=20660/tid=20661] ppid=20657 vsize=376764 CPUtime=820.47 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 16841 0 0 0 82031 16 0 0 25 0 4 0 622494012 385806336 84673 33554432000 134512640 135305190 4289837904 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=376764 CPUtime=821.55 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 29196 0 0 0 82123 32 0 0 25 0 4 0 622494012 385806336 84673 33554432000 134512640 135305190 4289837904 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=376764 CPUtime=820.06 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 19598 0 0 0 81984 22 0 0 25 0 4 0 622494012 385806336 84673 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.35
Current children cumulated vsize (KiB) 385464

[startup+882.3 s]
/proc/loadavg: 8.17 8.12 8.02 9/300 20686
/proc/meminfo: memFree=23842908/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=378244 CPUtime=3520.75 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 85130 0 0 0 351984 91 0 0 25 0 4 0 622494010 387321856 85079 33554432000 134512640 135305190 4289837904 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 94561 85079 84 194 0 94365 0
[pid=20660/tid=20661] ppid=20657 vsize=378244 CPUtime=880.47 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 16962 0 0 0 88030 17 0 0 25 0 4 0 622494012 387321856 85079 33554432000 134512640 135305190 4289837904 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=378244 CPUtime=880.99 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 29240 0 0 0 88067 32 0 0 25 0 4 0 622494012 387321856 85079 33554432000 134512640 135305190 4289837904 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=378244 CPUtime=880.03 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 19839 0 0 0 87980 23 0 0 25 0 4 0 622494012 387321856 85079 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.76
Current children cumulated vsize (KiB) 386944

[startup+942.311 s]
/proc/loadavg: 8.12 8.11 8.02 9/300 20688
/proc/meminfo: memFree=23826596/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=383836 CPUtime=3760.26 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 86517 0 0 0 375932 94 0 0 25 0 4 0 622494010 393048064 86466 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 95959 86466 84 194 0 95763 0
[pid=20660/tid=20661] ppid=20657 vsize=383836 CPUtime=940.48 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 17510 0 0 0 94031 17 0 0 25 0 4 0 622494012 393048064 86466 33554432000 134512640 135305190 4289837904 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=383836 CPUtime=940.45 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 29618 0 0 0 94012 33 0 0 25 0 4 0 622494012 393048064 86466 33554432000 134512640 135305190 4289837904 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=383836 CPUtime=940.05 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 20120 0 0 0 93981 24 0 0 25 0 4 0 622494012 393048064 86466 33554432000 134512640 135305190 4289837904 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.27
Current children cumulated vsize (KiB) 392536

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/300 20690
/proc/meminfo: memFree=23804824/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=391116 CPUtime=3999.65 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 88390 0 0 0 399868 97 0 0 25 0 4 0 622494010 400502784 88339 33554432000 134512640 135305190 4289837904 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 97779 88339 84 194 0 97583 0
[pid=20660/tid=20661] ppid=20657 vsize=391116 CPUtime=1000.45 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 17978 0 0 0 100027 18 0 0 25 0 4 0 622494012 400502784 88339 33554432000 134512640 135305190 4289837904 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=391116 CPUtime=999.9 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 30569 0 0 0 99955 35 0 0 25 0 4 0 622494012 400502784 88339 33554432000 134512640 135305190 4289837904 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=391116 CPUtime=1000.03 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 20345 0 0 0 99979 24 0 0 25 0 4 0 622494012 400502784 88339 33554432000 134512640 135305190 4289837904 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.66
Current children cumulated vsize (KiB) 399816

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/300 20724
/proc/meminfo: memFree=24187452/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=399028 CPUtime=4239.1 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 90479 0 0 0 423810 100 0 0 25 0 4 0 622494010 408604672 90428 33554432000 134512640 135305190 4289837904 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 99757 90428 84 194 0 99561 0
[pid=20660/tid=20661] ppid=20657 vsize=399028 CPUtime=1060.45 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 18113 0 0 0 106027 18 0 0 25 0 4 0 622494012 408604672 90428 33554432000 134512640 135305190 4289837904 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=399028 CPUtime=1059.35 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 31528 0 0 0 105899 36 0 0 25 0 4 0 622494012 408604672 90428 33554432000 134512640 135305190 4289837904 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=399028 CPUtime=1060.03 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 20761 0 0 0 105978 25 0 0 25 0 4 0 622494012 408604672 90428 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.11
Current children cumulated vsize (KiB) 407728

[startup+1122.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/300 20726
/proc/meminfo: memFree=24111744/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=437472 CPUtime=4478.55 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 99885 0 0 0 447743 112 0 0 25 0 4 0 622494010 447971328 99834 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 109368 99834 84 194 0 109172 0
[pid=20660/tid=20661] ppid=20657 vsize=437472 CPUtime=1120.45 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 19587 0 0 0 112025 20 0 0 25 0 4 0 622494012 447971328 99834 33554432000 134512640 135305190 4289837904 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=437472 CPUtime=1118.81 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 36486 0 0 0 111838 43 0 0 25 0 4 0 622494012 447971328 99834 33554432000 134512640 135305190 4289837904 18446744073709551615 134552885 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=437472 CPUtime=1120.04 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 22087 0 0 0 111978 26 0 0 25 0 4 0 622494012 447971328 99834 33554432000 134512640 135305190 4289837904 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.56
Current children cumulated vsize (KiB) 446172

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 8.01 9/300 20727
/proc/meminfo: memFree=24085176/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=439880 CPUtime=4717.97 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 100468 0 0 0 471685 112 0 0 25 0 4 0 622494010 450437120 100417 33554432000 134512640 135305190 4289837904 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 109970 100417 84 194 0 109774 0
[pid=20660/tid=20661] ppid=20657 vsize=439880 CPUtime=1180.44 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 19712 0 0 0 118024 20 0 0 25 0 4 0 622494012 450437120 100417 33554432000 134512640 135305190 4289837904 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=439880 CPUtime=1178.25 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 36496 0 0 0 117782 43 0 0 25 0 4 0 622494012 450437120 100417 33554432000 134512640 135305190 4289837904 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=439880 CPUtime=1180.02 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 22535 0 0 0 117976 26 0 0 25 0 4 0 622494012 450437120 100417 33554432000 134512640 135305190 4289837904 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.98
Current children cumulated vsize (KiB) 448580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.09 8.08 8.01 10/300 20728
/proc/meminfo: memFree=24074628/32951124 swapFree=63485424/67111528
[pid=20657] ppid=20655 vsize=8700 CPUtime=0.01 cores=1,3,5,7
/proc/20657/stat : 20657 (manysat.sh) S 20655 20657 19790 0 -1 4202496 356 429 0 0 0 0 1 0 25 0 1 0 622494009 8908800 252 33554432000 4194304 4922060 140736525302992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20657/statm: 2175 252 209 178 0 68 0
[pid=20660] ppid=20657 vsize=440516 CPUtime=4800.25 cores=1,3,5,7
/proc/20660/stat : 20660 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202496 100640 0 0 0 479912 113 0 0 25 0 4 0 622494010 451088384 100589 33554432000 134512640 135305190 4289837904 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20660/statm: 110129 100589 84 194 0 109933 0
[pid=20660/tid=20661] ppid=20657 vsize=440516 CPUtime=1201.07 cores=1,3,5,7
/proc/20660/task/20661/stat : 20661 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 19803 0 0 0 120087 20 0 0 25 0 4 0 622494012 451088384 100589 33554432000 134512640 135305190 4289837904 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20660/tid=20662] ppid=20657 vsize=440516 CPUtime=1198.67 cores=1,3,5,7
/proc/20660/task/20662/stat : 20662 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 36570 0 0 0 119824 43 0 0 25 0 4 0 622494012 451088384 100589 33554432000 134512640 135305190 4289837904 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20660/tid=20663] ppid=20657 vsize=440516 CPUtime=1200.64 cores=1,3,5,7
/proc/20660/task/20663/stat : 20663 (manysat1.1_stat) R 20657 20657 19790 0 -1 4202560 22535 0 0 0 120038 26 0 0 25 0 4 0 622494012 451088384 100589 33554432000 134512640 135305190 4289837904 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 449216

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 20657 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=14997
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.016996
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.93
CPU time (s): 4800.26
CPU user time (s): 4799.13
CPU system time (s): 1.13
CPU usage (%): 399.046
Max. virtual memory (cumulated for all children) (KiB): 449216

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

runsolver used 3.06553 second user time and 7.8858 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:33:01
IDJOB=3362275
IDBENCH=83416
IDSOLVER=1838
FILE ID=node147/3362275-1305300781
RUNJOBID= node147-1305296390-19809
PBS_JOBID= 13321406
Free space on /tmp= 52544 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362275-1305300781/watcher-3362275-1305300781 -o /tmp/evaluation-result-3362275-1305300781/solver-3362275-1305300781 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362275-1305300781.cnf aimd 1

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=979556980

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24414856 kB
Buffers:        235376 kB
Cached:        4827864 kB
SwapCached:      13132 kB
Active:        1606624 kB
Inactive:      6704952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24414856 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            1616 kB
Writeback:           0 kB
AnonPages:     3242988 kB
Mapped:          15400 kB
Slab:           133860 kB
PageTables:      28936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45095364 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= 52548 MiB
End job on node147 at 2011-05-13 17:53:06