Trace number 3362341

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.16 1203.02

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
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 |   14746    40026 |    4423       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   14598    40438 |      --       0       --      -- |     --   | -148/413
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 4165   #clauses: 14598   #literals: 40438
0.00/0.02	c CPU time:   0.024996 s
0.00/0.02	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-3362341-1305301789/watcher-3362341-1305301789 -o /tmp/evaluation-result-3362341-1305301789/solver-3362341-1305301789 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362341-1305301789.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622594837 8908800 249 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20717/statm: 2175 249 209 178 0 68 0

[startup+0.0600219 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.105459 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.883757 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.934032 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 7.77 8.04 7.99 5/295 20717
/proc/meminfo: memFree=24277928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+3.10035 s]
/proc/loadavg: 7.77 8.04 7.99 9/300 20723
/proc/meminfo: memFree=24251732/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=59688 CPUtime=12.14 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 6501 0 0 0 1211 3 0 0 25 0 4 0 622594841 61120512 6418 33554432000 134512640 135305190 4286744544 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 14922 6418 84 194 0 14726 0
[pid=20720/tid=20721] ppid=20717 vsize=59688 CPUtime=3.03 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 1253 0 0 0 302 1 0 0 25 0 4 0 622594843 61120512 6418 33554432000 134512640 135305190 4286744544 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=59688 CPUtime=3.01 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 1237 0 0 0 300 1 0 0 25 0 4 0 622594843 61120512 6418 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=59688 CPUtime=3.03 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 1375 0 0 0 303 0 0 0 25 0 4 0 622594843 61120512 6418 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 68388

[startup+6.30076 s]
/proc/loadavg: 7.79 8.04 7.99 9/300 20723
/proc/meminfo: memFree=24240084/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=70948 CPUtime=24.91 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 9223 0 0 0 2486 5 0 0 18 0 4 0 622594841 72650752 9140 33554432000 134512640 135305190 4286744544 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 17737 9140 84 194 0 17541 0
[pid=20720/tid=20721] ppid=20717 vsize=70948 CPUtime=6.23 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 1836 0 0 0 622 1 0 0 25 0 4 0 622594843 72650752 9140 33554432000 134512640 135305190 4286744544 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=70948 CPUtime=6.18 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 2020 0 0 0 617 1 0 0 25 0 4 0 622594843 72650752 9140 33554432000 134512640 135305190 4286744544 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=70948 CPUtime=6.23 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 2008 0 0 0 622 1 0 0 25 0 4 0 622594843 72650752 9140 33554432000 134512640 135305190 4286744544 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 79648

[startup+12.7106 s]
/proc/loadavg: 7.80 8.04 7.99 9/300 20723
/proc/meminfo: memFree=24225684/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=84304 CPUtime=50.47 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 12570 0 0 0 5040 7 0 0 25 0 4 0 622594841 86327296 12487 33554432000 134512640 135305190 4286744544 18446744073709551615 134846358 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 21076 12487 84 194 0 20880 0
[pid=20720/tid=20721] ppid=20717 vsize=84304 CPUtime=12.64 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 2697 0 0 0 1262 2 0 0 25 0 4 0 622594843 86327296 12487 33554432000 134512640 135305190 4286744544 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=84304 CPUtime=12.52 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 2860 0 0 0 1251 1 0 0 25 0 4 0 622594843 86327296 12487 33554432000 134512640 135305190 4286744544 18446744073709551615 134541711 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=84304 CPUtime=12.64 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 2913 0 0 0 1263 1 0 0 25 0 4 0 622594843 86327296 12487 33554432000 134512640 135305190 4286744544 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 93004

[startup+25.5002 s]
/proc/loadavg: 7.85 8.03 7.99 9/300 20723
/proc/meminfo: memFree=24214264/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=95136 CPUtime=101.5 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 15391 0 0 0 10141 9 0 0 25 0 4 0 622594841 97419264 15308 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 23784 15308 84 194 0 23588 0
[pid=20720/tid=20721] ppid=20717 vsize=95136 CPUtime=25.41 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 3234 0 0 0 2539 2 0 0 25 0 4 0 622594843 97419264 15308 33554432000 134512640 135305190 4286744544 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=95136 CPUtime=25.19 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 3810 0 0 0 2517 2 0 0 25 0 4 0 622594843 97419264 15308 33554432000 134512640 135305190 4286744544 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=95136 CPUtime=25.42 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 3603 0 0 0 2540 2 0 0 25 0 4 0 622594843 97419264 15308 33554432000 134512640 135305190 4286744544 18446744073709551615 134530569 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 103836

[startup+51.1005 s]
/proc/loadavg: 8.02 8.06 8.00 9/300 20724
/proc/meminfo: memFree=24188568/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=114452 CPUtime=203.67 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 20083 0 0 0 20353 14 0 0 25 0 4 0 622594841 117198848 20000 33554432000 134512640 135305190 4286744544 18446744073709551615 134556831 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 28613 20000 84 194 0 28417 0
[pid=20720/tid=20721] ppid=20717 vsize=114452 CPUtime=51.02 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 3996 0 0 0 5099 3 0 0 25 0 4 0 622594843 117198848 20000 33554432000 134512640 135305190 4286744544 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=114452 CPUtime=50.56 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 5669 0 0 0 5052 4 0 0 25 0 4 0 622594843 117198848 20000 33554432000 134512640 135305190 4286744544 18446744073709551615 134553454 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=114452 CPUtime=51.03 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 4746 0 0 0 5100 3 0 0 25 0 4 0 622594843 117198848 20000 33554432000 134512640 135305190 4286744544 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 123152

[startup+102.301 s]
/proc/loadavg: 8.14 8.08 8.01 9/300 20725
/proc/meminfo: memFree=24125888/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=142692 CPUtime=407.93 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 26820 0 0 0 40773 20 0 0 25 0 4 0 622594841 146116608 26737 33554432000 134512640 135305190 4286744544 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 35673 26737 84 194 0 35477 0
[pid=20720/tid=20721] ppid=20717 vsize=142692 CPUtime=102.19 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 5443 0 0 0 10215 4 0 0 25 0 4 0 622594843 146116608 26737 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=142692 CPUtime=101.27 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 7645 0 0 0 10122 5 0 0 25 0 4 0 622594843 146116608 26737 33554432000 134512640 135305190 4286744544 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=142692 CPUtime=102.21 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 6165 0 0 0 10216 5 0 0 25 0 4 0 622594843 146116608 26737 33554432000 134512640 135305190 4286744544 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 151392

[startup+162.311 s]
/proc/loadavg: 8.17 8.10 8.01 9/300 20727
/proc/meminfo: memFree=24093984/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=171676 CPUtime=647.35 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 33453 0 0 0 64707 28 0 0 25 0 4 0 622594841 175796224 33370 33554432000 134512640 135305190 4286744544 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 42919 33370 84 194 0 42723 0
[pid=20720/tid=20721] ppid=20717 vsize=171676 CPUtime=162.04 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 6736 0 0 0 16199 5 0 0 25 0 4 0 622594843 175796224 33370 33554432000 134512640 135305190 4286744544 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=171676 CPUtime=160.85 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 10079 0 0 0 16076 9 0 0 25 0 4 0 622594843 175796224 33370 33554432000 134512640 135305190 4286744544 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=171676 CPUtime=162.2 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 7579 0 0 0 16214 6 0 0 25 0 4 0 622594843 175796224 33370 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.38
Current children cumulated vsize (KiB) 180376

[startup+222.301 s]

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

/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16068 0 0 0 76198 15 0 0 25 0 4 0 622594843 355311616 75198 33554432000 134512640 135305190 4286744544 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.52
Current children cumulated vsize (KiB) 355684

[startup+822.311 s]
/proc/loadavg: 8.14 8.07 7.98 9/300 20820
/proc/meminfo: memFree=23791952/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=357428 CPUtime=3280.98 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 77823 0 0 0 328021 77 0 0 25 0 4 0 622594841 366006272 77740 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 89357 77740 84 194 0 89161 0
[pid=20720/tid=20721] ppid=20717 vsize=357428 CPUtime=818.95 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 14245 0 0 0 81883 12 0 0 25 0 4 0 622594843 366006272 77740 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=357428 CPUtime=820.66 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 28925 0 0 0 82036 30 0 0 25 0 4 0 622594843 366006272 77740 33554432000 134512640 135305190 4286744544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=357428 CPUtime=822.14 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16320 0 0 0 82199 15 0 0 25 0 4 0 622594843 366006272 77740 33554432000 134512640 135305190 4286744544 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.01
Current children cumulated vsize (KiB) 366128

[startup+882.3 s]
/proc/loadavg: 8.05 8.05 7.98 9/300 20821
/proc/meminfo: memFree=23749616/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=385824 CPUtime=3520.35 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 84511 0 0 0 351951 84 0 0 25 0 4 0 622594841 395083776 84428 33554432000 134512640 135305190 4286744544 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 96456 84428 84 194 0 96260 0
[pid=20720/tid=20721] ppid=20717 vsize=385824 CPUtime=878.41 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 15107 0 0 0 87827 14 0 0 25 0 4 0 622594843 395083776 84428 33554432000 134512640 135305190 4286744544 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=385824 CPUtime=880.62 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 33024 0 0 0 88029 33 0 0 25 0 4 0 622594843 395083776 84428 33554432000 134512640 135305190 4286744544 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=385824 CPUtime=882.14 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 17264 0 0 0 88197 17 0 0 25 0 4 0 622594843 395083776 84428 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.38
Current children cumulated vsize (KiB) 394524

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 7.99 9/300 20823
/proc/meminfo: memFree=23735928/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=391844 CPUtime=3759.81 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 86110 0 0 0 375895 86 0 0 25 0 4 0 622594841 401248256 86027 33554432000 134512640 135305190 4286744544 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 97961 86027 84 194 0 97765 0
[pid=20720/tid=20721] ppid=20717 vsize=391844 CPUtime=937.86 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 15749 0 0 0 93772 14 0 0 25 0 4 0 622594843 401248256 86027 33554432000 134512640 135305190 4286744544 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=391844 CPUtime=940.62 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 33513 0 0 0 94028 34 0 0 25 0 4 0 622594843 401248256 86027 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=391844 CPUtime=942.14 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 17732 0 0 0 94197 17 0 0 25 0 4 0 622594843 401248256 86027 33554432000 134512640 135305190 4286744544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.84
Current children cumulated vsize (KiB) 400544

[startup+1002.3 s]
/proc/loadavg: 8.02 8.04 7.99 9/300 20824
/proc/meminfo: memFree=23710344/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=398972 CPUtime=3999.25 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 87873 0 0 0 399836 89 0 0 25 0 4 0 622594841 408547328 87790 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 99743 87790 84 194 0 99547 0
[pid=20720/tid=20721] ppid=20717 vsize=398972 CPUtime=997.3 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16038 0 0 0 99715 15 0 0 25 0 4 0 622594843 408547328 87790 33554432000 134512640 135305190 4286744544 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=398972 CPUtime=1000.6 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 34024 0 0 0 100025 35 0 0 25 0 4 0 622594843 408547328 87790 33554432000 134512640 135305190 4286744544 18446744073709551615 134538906 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=398972 CPUtime=1002.14 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 18557 0 0 0 100196 18 0 0 25 0 4 0 622594843 408547328 87790 33554432000 134512640 135305190 4286744544 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.28
Current children cumulated vsize (KiB) 407672

[startup+1062.3 s]
/proc/loadavg: 8.01 8.03 7.99 9/300 20826
/proc/meminfo: memFree=23676956/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=400252 CPUtime=4238.64 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 88222 0 0 0 423774 90 0 0 25 0 4 0 622594841 409858048 88139 33554432000 134512640 135305190 4286744544 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 100063 88139 84 194 0 99867 0
[pid=20720/tid=20721] ppid=20717 vsize=400252 CPUtime=1056.75 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16038 0 0 0 105660 15 0 0 25 0 4 0 622594843 409858048 88139 33554432000 134512640 135305190 4286744544 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=400252 CPUtime=1060.57 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 34068 0 0 0 106022 35 0 0 25 0 4 0 622594843 409858048 88139 33554432000 134512640 135305190 4286744544 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=400252 CPUtime=1062.13 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 18586 0 0 0 106194 19 0 0 25 0 4 0 622594843 409858048 88139 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4238.67
Current children cumulated vsize (KiB) 408952

[startup+1122.3 s]
/proc/loadavg: 8.00 8.02 7.99 9/300 20828
/proc/meminfo: memFree=23653716/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=412596 CPUtime=4478.1 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 91249 0 0 0 447716 94 0 0 25 0 4 0 622594841 422498304 91166 33554432000 134512640 135305190 4286744544 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 103149 91166 84 194 0 102953 0
[pid=20720/tid=20721] ppid=20717 vsize=412596 CPUtime=1116.22 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16306 0 0 0 111606 16 0 0 25 0 4 0 622594843 422498304 91166 33554432000 134512640 135305190 4286744544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=412596 CPUtime=1120.57 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 35629 0 0 0 112019 38 0 0 25 0 4 0 622594843 422498304 91166 33554432000 134512640 135305190 4286744544 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=412596 CPUtime=1122.12 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 19138 0 0 0 112193 19 0 0 25 0 4 0 622594843 422498304 91166 33554432000 134512640 135305190 4286744544 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.13
Current children cumulated vsize (KiB) 421296

[startup+1182.3 s]
/proc/loadavg: 5.79 7.42 7.78 5/290 20847
/proc/meminfo: memFree=24251468/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=432456 CPUtime=4717.52 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 95998 0 0 0 471645 107 0 0 25 0 4 0 622594841 442834944 95915 33554432000 134512640 135305190 4286744544 18446744073709551615 134538888 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/20720/statm: 108114 95915 84 194 0 107918 0
[pid=20720/tid=20721] ppid=20717 vsize=432456 CPUtime=1175.66 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 16946 0 0 0 117549 17 0 0 25 0 4 0 622594843 442834944 95915 33554432000 134512640 135305190 4286744544 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=432456 CPUtime=1180.54 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 38430 0 0 0 118008 46 0 0 25 0 4 0 622594843 442834944 95915 33554432000 134512640 135305190 4286744544 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=432456 CPUtime=1182.13 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 19581 0 0 0 118193 20 0 0 25 0 4 0 622594843 442834944 95915 33554432000 134512640 135305190 4286744544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4717.55
Current children cumulated vsize (KiB) 441156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 5.28 7.19 7.70 5/290 20848
/proc/meminfo: memFree=24250824/32951124 swapFree=63485424/67111528
[pid=20717] ppid=20715 vsize=8700 CPUtime=0.03 cores=0,2,4,6
/proc/20717/stat : 20717 (manysat.sh) S 20715 20717 19790 0 -1 4202496 357 661 0 0 0 0 3 0 25 0 1 0 622594837 8908800 252 33554432000 4194304 4922060 140737058290992 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20717/statm: 2175 252 209 178 0 68 0
[pid=20720] ppid=20717 vsize=433064 CPUtime=4800.13 cores=0,2,4,6
/proc/20720/stat : 20720 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202496 96180 0 0 0 479906 107 0 0 25 0 4 0 622594841 443457536 96097 33554432000 134512640 135305190 4286744544 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20720/statm: 108266 96097 84 194 0 108070 0
[pid=20720/tid=20721] ppid=20717 vsize=433064 CPUtime=1196.36 cores=0,2,4,6
/proc/20720/task/20721/stat : 20721 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 17066 0 0 0 119618 18 0 0 25 0 4 0 622594843 443457536 96097 33554432000 134512640 135305190 4286744544 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20720/tid=20722] ppid=20717 vsize=433064 CPUtime=1201.26 cores=0,2,4,6
/proc/20720/task/20722/stat : 20722 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 38436 0 0 0 120079 47 0 0 25 0 4 0 622594843 443457536 96097 33554432000 134512640 135305190 4286744544 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20720/tid=20723] ppid=20717 vsize=433064 CPUtime=1202.84 cores=0,2,4,6
/proc/20720/task/20723/stat : 20723 (manysat1.1_stat) R 20717 20717 19790 0 -1 4202560 19637 0 0 0 120264 20 0 0 25 0 4 0 622594843 443457536 96097 33554432000 134512640 135305190 4286744544 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 441764

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

Real time (s): 1203.02
CPU time (s): 4800.16
CPU user time (s): 4799.09
CPU system time (s): 1.07
CPU usage (%): 399.009
Max. virtual memory (cumulated for all children) (KiB): 441764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.032994
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1018
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.37549 second user time and 7.57985 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:49:49
IDJOB=3362341
IDBENCH=84237
IDSOLVER=1838
FILE ID=node147/3362341-1305301789
RUNJOBID= node147-1305296390-19808
PBS_JOBID= 13321406
Free space on /tmp= 52548 MiB

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

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1724113628

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:      24278092 kB
Buffers:        235680 kB
Cached:        4823424 kB
SwapCached:      13132 kB
Active:        1745320 kB
Inactive:      6702844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24278092 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:     3383928 kB
Mapped:          15400 kB
Slab:           133892 kB
PageTables:      29608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45238100 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 18:09:54