Trace number 3362264

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) 20394.2 5100.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  152865   392419 |   45859       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  106127   393098 |      --       0       --      -- |     --   | -46738/679
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 19145   #clauses: 106127   #literals: 393098
0.00/0.70	c CPU time:   0.679896 s
0.00/0.70	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362264-1305301799/watcher-3362264-1305301799 -o /tmp/evaluation-result-3362264-1305301799/solver-3362264-1305301799 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362264-1305301799.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.73 3.95 3.91 1/332 6824
/proc/meminfo: memFree=9816348/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641777889 8908800 250 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6824/statm: 2175 250 209 178 0 68 0

[startup+0.074847 s]
/proc/loadavg: 3.73 3.95 3.91 1/332 6824
/proc/meminfo: memFree=9816348/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641777889 8908800 250 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6824/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100845 s]
/proc/loadavg: 3.73 3.95 3.91 1/332 6824
/proc/meminfo: memFree=9816348/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641777889 8908800 250 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6824/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300821 s]
/proc/loadavg: 3.73 3.95 3.91 1/332 6824
/proc/meminfo: memFree=9816348/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641777889 8908800 250 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6824/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70074 s]
/proc/loadavg: 3.73 3.95 3.91 1/332 6824
/proc/meminfo: memFree=9816348/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641777889 8908800 250 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6824/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 3.73 3.95 3.91 5/337 6830
/proc/meminfo: memFree=9777152/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=74256 CPUtime=2.33 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 10042 0 0 0 223 10 0 0 18 0 4 0 641777969 76038144 9980 33554432000 134512640 135305190 4287083248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 18564 9980 84 194 0 18368 0
[pid=6827/tid=6828] ppid=6824 vsize=74256 CPUtime=0.55 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 480 0 0 0 54 1 0 0 17 0 4 0 641777982 76038144 9980 33554432000 134512640 135305190 4287083248 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=74256 CPUtime=0.54 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 623 0 0 0 52 2 0 0 18 0 4 0 641777982 76038144 9980 33554432000 134512640 135305190 4287083248 18446744073709551615 134551636 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=74256 CPUtime=0.54 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 600 0 0 0 52 2 0 0 18 0 4 0 641777982 76038144 9980 33554432000 134512640 135305190 4287083248 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 82956

[startup+3.10031 s]
/proc/loadavg: 3.75 3.95 3.91 5/337 6830
/proc/meminfo: memFree=9767976/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=83020 CPUtime=8.72 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 12236 0 0 0 861 11 0 0 18 0 4 0 641777969 85012480 12174 33554432000 134512640 135305190 4287083248 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 20755 12174 84 194 0 20559 0
[pid=6827/tid=6828] ppid=6824 vsize=83020 CPUtime=2.15 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 892 0 0 0 213 2 0 0 19 0 4 0 641777982 85012480 12174 33554432000 134512640 135305190 4287083248 18446744073709551615 134528178 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=83020 CPUtime=2.13 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 1147 0 0 0 211 2 0 0 18 0 4 0 641777982 85012480 12174 33554432000 134512640 135305190 4287083248 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=83020 CPUtime=2.13 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 1206 0 0 0 211 2 0 0 18 0 4 0 641777982 85012480 12174 33554432000 134512640 135305190 4287083248 18446744073709551615 134835650 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 91720

[startup+6.30075 s]
/proc/loadavg: 3.75 3.95 3.91 5/337 6830
/proc/meminfo: memFree=9756076/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=97412 CPUtime=21.53 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 15771 0 0 0 2139 14 0 0 18 0 4 0 641777969 99749888 15709 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 24353 15709 84 194 0 24157 0
[pid=6827/tid=6828] ppid=6824 vsize=97412 CPUtime=5.35 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 1558 0 0 0 533 2 0 0 25 0 4 0 641777982 99749888 15709 33554432000 134512640 135305190 4287083248 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=97412 CPUtime=5.34 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 2152 0 0 0 531 3 0 0 18 0 4 0 641777982 99749888 15709 33554432000 134512640 135305190 4287083248 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=97412 CPUtime=5.33 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 2020 0 0 0 530 3 0 0 18 0 4 0 641777982 99749888 15709 33554432000 134512640 135305190 4287083248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 106112

[startup+12.7006 s]
/proc/loadavg: 3.77 3.95 3.91 5/337 6830
/proc/meminfo: memFree=9732928/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=120736 CPUtime=47.11 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 21686 0 0 0 4694 17 0 0 18 0 4 0 641777969 123633664 21624 33554432000 134512640 135305190 4287083248 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 30184 21624 84 194 0 29988 0
[pid=6827/tid=6828] ppid=6824 vsize=120736 CPUtime=11.75 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 2587 0 0 0 1173 2 0 0 25 0 4 0 641777982 123633664 21624 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=120736 CPUtime=11.74 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 3876 0 0 0 1170 4 0 0 19 0 4 0 641777982 123633664 21624 33554432000 134512640 135305190 4287083248 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=120736 CPUtime=11.73 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 3524 0 0 0 1168 5 0 0 18 0 4 0 641777982 123633664 21624 33554432000 134512640 135305190 4287083248 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.9
Current children cumulated vsize (KiB) 129436

[startup+25.5004 s]
/proc/loadavg: 3.82 3.95 3.91 5/337 6831
/proc/meminfo: memFree=9705240/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=146580 CPUtime=98.29 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 28002 0 0 0 9808 21 0 0 18 0 4 0 641777969 150097920 27940 33554432000 134512640 135305190 4287083248 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 36645 27940 84 194 0 36449 0
[pid=6827/tid=6828] ppid=6824 vsize=146580 CPUtime=24.54 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 3803 0 0 0 2451 3 0 0 19 0 4 0 641777982 150097920 27940 33554432000 134512640 135305190 4287083248 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=146580 CPUtime=24.53 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 5532 0 0 0 2449 4 0 0 18 0 4 0 641777982 150097920 27940 33554432000 134512640 135305190 4287083248 18446744073709551615 134552328 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=146580 CPUtime=24.51 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 5218 0 0 0 2445 6 0 0 18 0 4 0 641777982 150097920 27940 33554432000 134512640 135305190 4287083248 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.08
Current children cumulated vsize (KiB) 155280

[startup+51.1009 s]
/proc/loadavg: 3.88 3.95 3.91 5/337 6831
/proc/meminfo: memFree=9681448/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=171564 CPUtime=200.63 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 34035 0 0 0 20034 29 0 0 18 0 4 0 641777969 175681536 33973 33554432000 134512640 135305190 4287083248 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/6827/statm: 42891 33973 84 194 0 42695 0
[pid=6827/tid=6828] ppid=6824 vsize=171564 CPUtime=50.13 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 5035 0 0 0 5009 4 0 0 19 0 4 0 641777982 175681536 33973 33554432000 134512640 135305190 4287083248 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=171564 CPUtime=50.12 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 7062 0 0 0 5007 5 0 0 18 0 4 0 641777982 175681536 33973 33554432000 134512640 135305190 4287083248 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=171564 CPUtime=50.1 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 6883 0 0 0 4999 11 0 0 20 0 4 0 641777982 175681536 33973 33554432000 134512640 135305190 4287083248 18446744073709551615 134557493 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.42
Current children cumulated vsize (KiB) 180264

[startup+102.313 s]
/proc/loadavg: 3.95 3.96 3.91 5/337 6833
/proc/meminfo: memFree=9649452/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=202712 CPUtime=405.41 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 41892 0 0 0 40502 39 0 0 18 0 4 0 641777969 207577088 41830 33554432000 134512640 135305190 4287083248 18446744073709551615 134551661 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 50678 41830 84 194 0 50482 0
[pid=6827/tid=6828] ppid=6824 vsize=202712 CPUtime=101.32 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 6457 0 0 0 10125 7 0 0 25 0 4 0 641777982 207577088 41830 33554432000 134512640 135305190 4287083248 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=202712 CPUtime=101.31 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 9540 0 0 0 10124 7 0 0 18 0 4 0 641777982 207577088 41830 33554432000 134512640 135305190 4287083248 18446744073709551615 134530583 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=202712 CPUtime=101.3 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 8835 0 0 0 10116 14 0 0 18 0 4 0 641777982 207577088 41830 33554432000 134512640 135305190 4287083248 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.2
Current children cumulated vsize (KiB) 211412

[startup+162.3 s]
/proc/loadavg: 4.02 3.97 3.91 5/337 6834
/proc/meminfo: memFree=9592740/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=262340 CPUtime=645.29 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 56764 0 0 0 64474 55 0 0 19 0 4 0 641777969 268636160 56702 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 65585 56702 84 194 0 65389 0
[pid=6827/tid=6828] ppid=6824 vsize=262340 CPUtime=161.29 cores=0-7

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

/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 70591 0 0 0 465944 139 0 0 25 0 4 0 641777982 1570029568 365547 33554432000 134512640 135305190 4287083248 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18644
Current children cumulated vsize (KiB) 1541932

[startup+4722.31 s]
/proc/loadavg: 4.05 4.02 3.97 5/337 6980
/proc/meminfo: memFree=8289916/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1597944 CPUtime=18883.2 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 381067 0 0 0 1887670 653 0 0 19 0 4 0 641777969 1636294656 380962 33554432000 134512640 135305190 4287083248 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 399486 380962 84 194 0 399290 0
[pid=6827/tid=6828] ppid=6824 vsize=1597944 CPUtime=4720.92 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 71076 0 0 0 471982 110 0 0 25 0 4 0 641777982 1636294656 380962 33554432000 134512640 135305190 4287083248 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1597944 CPUtime=4720.46 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 138890 0 0 0 471807 239 0 0 18 0 4 0 641777982 1636294656 380962 33554432000 134512640 135305190 4287083248 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1597944 CPUtime=4720.85 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 73548 0 0 0 471942 143 0 0 25 0 4 0 641777982 1636294656 380962 33554432000 134512640 135305190 4287083248 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18884
Current children cumulated vsize (KiB) 1606644

[startup+4782.3 s]
/proc/loadavg: 4.02 4.02 3.97 5/337 6982
/proc/meminfo: memFree=8277616/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1610084 CPUtime=19123.2 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 384079 0 0 0 1911658 658 0 0 25 0 4 0 641777969 1648726016 383974 33554432000 134512640 135305190 4287083248 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 402521 383974 84 194 0 402325 0
[pid=6827/tid=6828] ppid=6824 vsize=1610084 CPUtime=4780.91 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 71707 0 0 0 477980 111 0 0 25 0 4 0 641777982 1648726016 383974 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1610084 CPUtime=4780.43 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 139873 0 0 0 477802 241 0 0 25 0 4 0 641777982 1648726016 383974 33554432000 134512640 135305190 4287083248 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1610084 CPUtime=4780.84 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74207 0 0 0 477940 144 0 0 25 0 4 0 641777982 1648726016 383974 33554432000 134512640 135305190 4287083248 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19123.9
Current children cumulated vsize (KiB) 1618784

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/337 6983
/proc/meminfo: memFree=8272244/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1616144 CPUtime=19363.1 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 385482 0 0 0 1935646 661 0 0 18 0 4 0 641777969 1654931456 385377 33554432000 134512640 135305190 4287083248 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 404036 385377 84 194 0 403840 0
[pid=6827/tid=6828] ppid=6824 vsize=1616144 CPUtime=4840.92 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72108 0 0 0 483980 112 0 0 25 0 4 0 641777982 1654931456 385377 33554432000 134512640 135305190 4287083248 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1616144 CPUtime=4840.44 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 139892 0 0 0 483802 242 0 0 25 0 4 0 641777982 1654931456 385377 33554432000 134512640 135305190 4287083248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1616144 CPUtime=4840.75 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 483930 145 0 0 25 0 4 0 641777982 1654931456 385377 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19363.9
Current children cumulated vsize (KiB) 1624844

[startup+4902.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/337 6985
/proc/meminfo: memFree=8269612/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1619444 CPUtime=19602.7 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 386128 0 0 0 1959609 665 0 0 20 0 4 0 641777969 1658310656 386023 33554432000 134512640 135305190 4287083248 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 404861 386023 84 194 0 404665 0
[pid=6827/tid=6828] ppid=6824 vsize=1619444 CPUtime=4900.78 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72330 0 0 0 489965 113 0 0 25 0 4 0 641777982 1658310656 386023 33554432000 134512640 135305190 4287083248 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1619444 CPUtime=4900.43 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 140014 0 0 0 489801 242 0 0 25 0 4 0 641777982 1658310656 386023 33554432000 134512640 135305190 4287083248 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1619444 CPUtime=4900.75 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 489929 146 0 0 25 0 4 0 641777982 1658310656 386023 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19603.5
Current children cumulated vsize (KiB) 1628144

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/337 6986
/proc/meminfo: memFree=8269444/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1619712 CPUtime=19842.6 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 386167 0 0 0 1983593 666 0 0 25 0 4 0 641777969 1658585088 386062 33554432000 134512640 135305190 4287083248 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 404928 386062 84 194 0 404732 0
[pid=6827/tid=6828] ppid=6824 vsize=1619712 CPUtime=4960.78 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72330 0 0 0 495965 113 0 0 25 0 4 0 641777982 1658585088 386062 33554432000 134512640 135305190 4287083248 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1619712 CPUtime=4960.29 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 140053 0 0 0 495786 243 0 0 25 0 4 0 641777982 1658585088 386062 33554432000 134512640 135305190 4287083248 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1619712 CPUtime=4960.75 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 495929 146 0 0 25 0 4 0 641777982 1658585088 386062 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19843.4
Current children cumulated vsize (KiB) 1628412

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/337 6988
/proc/meminfo: memFree=8269168/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1620036 CPUtime=20082.6 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 386227 0 0 0 2007593 667 0 0 25 0 4 0 641777969 1658916864 386122 33554432000 134512640 135305190 4287083248 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 405009 386122 84 194 0 404813 0
[pid=6827/tid=6828] ppid=6824 vsize=1620036 CPUtime=5020.78 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72330 0 0 0 501965 113 0 0 25 0 4 0 641777982 1658916864 386122 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1620036 CPUtime=5020.29 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 140113 0 0 0 501786 243 0 0 25 0 4 0 641777982 1658916864 386122 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1620036 CPUtime=5020.75 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 501929 146 0 0 25 0 4 0 641777982 1658916864 386122 33554432000 134512640 135305190 4287083248 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20083.4
Current children cumulated vsize (KiB) 1628736

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/337 6990
/proc/meminfo: memFree=8268640/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1620592 CPUtime=20322.6 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 386363 0 0 0 2031593 667 0 0 25 0 4 0 641777969 1659486208 386258 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 405148 386258 84 194 0 404952 0
[pid=6827/tid=6828] ppid=6824 vsize=1620592 CPUtime=5080.78 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72330 0 0 0 507965 113 0 0 25 0 4 0 641777982 1659486208 386258 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1620592 CPUtime=5080.29 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 140166 0 0 0 507786 243 0 0 25 0 4 0 641777982 1659486208 386258 33554432000 134512640 135305190 4287083248 18446744073709551615 134552715 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1620592 CPUtime=5080.75 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 507929 146 0 0 25 0 4 0 641777982 1659486208 386258 33554432000 134512640 135305190 4287083248 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20323.4
Current children cumulated vsize (KiB) 1629292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.97 5/337 6990
/proc/meminfo: memFree=8268508/32951124 swapFree=67082152/67111528
[pid=6824] ppid=6822 vsize=8700 CPUtime=0.79 cores=0-7
/proc/6824/stat : 6824 (manysat.sh) S 6822 6824 6509 0 -1 4202496 356 6881 0 0 0 0 76 3 15 0 1 0 641777889 8908800 253 33554432000 4194304 4922060 140735075997888 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6824/statm: 2175 253 209 178 0 68 0
[pid=6827] ppid=6824 vsize=1620976 CPUtime=20393.4 cores=0-7
/proc/6827/stat : 6827 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202496 386403 0 0 0 2038676 667 0 0 18 0 4 0 641777969 1659879424 386298 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/6827/statm: 405244 386298 84 194 0 405048 0
[pid=6827/tid=6828] ppid=6824 vsize=1620976 CPUtime=5098.49 cores=0-7
/proc/6827/task/6828/stat : 6828 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 72330 0 0 0 509736 113 0 0 25 0 4 0 641777982 1659879424 386298 33554432000 134512640 135305190 4287083248 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6827/tid=6829] ppid=6824 vsize=1620976 CPUtime=5098 cores=0-7
/proc/6827/task/6829/stat : 6829 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 140178 0 0 0 509557 243 0 0 25 0 4 0 641777982 1659879424 386298 33554432000 134512640 135305190 4287083248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=6827/tid=6830] ppid=6824 vsize=1620976 CPUtime=5098.46 cores=0-7
/proc/6827/task/6830/stat : 6830 (manysat1.1_stat) R 6824 6824 6509 0 -1 4202560 74393 0 0 0 509700 146 0 0 19 0 4 0 641777982 1659879424 386298 33554432000 134512640 135305190 4287083248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20394.2
Current children cumulated vsize (KiB) 1629676

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

Real time (s): 5100.02
CPU time (s): 20394.2
CPU user time (s): 20387.5
CPU system time (s): 6.7
CPU usage (%): 399.885
Max. virtual memory (cumulated for all children) (KiB): 1629676

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

runsolver used 15.9166 second user time and 39.734 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-13 17:49:59
IDJOB=3362264
IDBENCH=83135
IDSOLVER=1839
FILE ID=node136/3362264-1305301799
RUNJOBID= node136-1305296391-6523
PBS_JOBID= 13321417
Free space on /tmp= 44124 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=2123614364

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9816628 kB
Buffers:        251872 kB
Cached:       13268352 kB
SwapCached:       2740 kB
Active:       10515216 kB
Inactive:     12118732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9816628 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            8500 kB
Writeback:          56 kB
AnonPages:     9112908 kB
Mapped:          27224 kB
Slab:           394628 kB
PageTables:      38844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69859112 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= 44116 MiB
End job on node136 at 2011-05-13 19:15:01