Trace number 3362261

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.25 1204.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  102565   262491 |   30769       0        0     nan |  0.000 % |
0.00/0.45	c |         0 |   70699   260528 |      --       0       --      -- |     --   | -31866/-1963
0.00/0.45	c ==============================================================================
0.00/0.45	c Result  :   #vars: 12802   #clauses: 70699   #literals: 260528
0.00/0.45	c CPU time:   0.437933 s
0.00/0.45	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-3362261-1305300654/watcher-3362261-1305300654 -o /tmp/evaluation-result-3362261-1305300654/solver-3362261-1305300654 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362261-1305300654.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.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641662503 8908800 249 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11600/statm: 2175 249 209 178 0 68 0

[startup+0.0197811 s]
/proc/loadavg: 7.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641662503 8908800 249 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11600/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100832 s]
/proc/loadavg: 7.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641662503 8908800 249 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11600/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300794 s]
/proc/loadavg: 7.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641662503 8908800 249 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11600/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.707057 s]
/proc/loadavg: 7.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 7.79 7.98 7.75 5/356 11600
/proc/meminfo: memFree=4192964/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8700

[startup+3.1012 s]
/proc/loadavg: 7.79 7.98 7.75 9/361 11606
/proc/meminfo: memFree=4148292/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=76184 CPUtime=10.04 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 10555 0 0 0 998 6 0 0 22 0 4 0 641662553 78012416 10504 33554432000 134512640 135305190 4287649088 18446744073709551615 134551575 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 19046 10504 84 194 0 18850 0
[pid=11603/tid=11604] ppid=11600 vsize=76184 CPUtime=2.49 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 1109 0 0 0 248 1 0 0 22 0 4 0 641662562 78012416 10504 33554432000 134512640 135305190 4287649088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=76184 CPUtime=2.46 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 1189 0 0 0 245 1 0 0 22 0 4 0 641662562 78012416 10504 33554432000 134512640 135305190 4287649088 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=76184 CPUtime=2.49 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 1360 0 0 0 248 1 0 0 22 0 4 0 641662562 78012416 10504 33554432000 134512640 135305190 4287649088 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 84884

[startup+6.30058 s]
/proc/loadavg: 7.89 8.00 7.75 9/361 11606
/proc/meminfo: memFree=4136228/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=86864 CPUtime=22.8 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 13333 0 0 0 2273 7 0 0 25 0 4 0 641662553 88948736 13282 33554432000 134512640 135305190 4287649088 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 21716 13282 84 194 0 21520 0
[pid=11603/tid=11604] ppid=11600 vsize=86864 CPUtime=5.68 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 1724 0 0 0 567 1 0 0 25 0 4 0 641662562 88948736 13282 33554432000 134512640 135305190 4287649088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=86864 CPUtime=5.62 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 1930 0 0 0 561 1 0 0 25 0 4 0 641662562 88948736 13282 33554432000 134512640 135305190 4287649088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=86864 CPUtime=5.69 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 2083 0 0 0 568 1 0 0 21 0 4 0 641662562 88948736 13282 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 95564

[startup+12.7134 s]
/proc/loadavg: 7.89 8.00 7.75 9/361 11606
/proc/meminfo: memFree=4114904/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=106220 CPUtime=48.37 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 17983 0 0 0 4829 8 0 0 25 0 4 0 641662553 108769280 17932 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 26555 17932 84 194 0 26359 0
[pid=11603/tid=11604] ppid=11600 vsize=106220 CPUtime=12.1 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 2857 0 0 0 1208 2 0 0 25 0 4 0 641662562 108769280 17932 33554432000 134512640 135305190 4287649088 18446744073709551615 134570397 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=106220 CPUtime=11.96 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 3087 0 0 0 1195 1 0 0 25 0 4 0 641662562 108769280 17932 33554432000 134512640 135305190 4287649088 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=106220 CPUtime=12.1 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 3208 0 0 0 1208 2 0 0 25 0 4 0 641662562 108769280 17932 33554432000 134512640 135305190 4287649088 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.87
Current children cumulated vsize (KiB) 114920

[startup+25.5009 s]
/proc/loadavg: 7.92 8.00 7.76 9/361 11607
/proc/meminfo: memFree=4095176/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=116460 CPUtime=99.38 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 20510 0 0 0 9927 11 0 0 25 0 4 0 641662553 119255040 20459 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 29115 20459 84 194 0 28919 0
[pid=11603/tid=11604] ppid=11600 vsize=116460 CPUtime=24.88 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 3480 0 0 0 2486 2 0 0 25 0 4 0 641662562 119255040 20459 33554432000 134512640 135305190 4287649088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=116460 CPUtime=24.62 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 3632 0 0 0 2460 2 0 0 25 0 4 0 641662562 119255040 20459 33554432000 134512640 135305190 4287649088 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=116460 CPUtime=24.88 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 3868 0 0 0 2486 2 0 0 25 0 4 0 641662562 119255040 20459 33554432000 134512640 135305190 4287649088 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 125160

[startup+51.101 s]
/proc/loadavg: 8.00 8.01 7.77 9/361 11608
/proc/meminfo: memFree=4056904/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=146240 CPUtime=201.48 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 28046 0 0 0 20132 16 0 0 25 0 4 0 641662553 149749760 27995 33554432000 134512640 135305190 4287649088 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 36560 27995 84 194 0 36364 0
[pid=11603/tid=11604] ppid=11600 vsize=146240 CPUtime=50.48 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 5339 0 0 0 5045 3 0 0 25 0 4 0 641662562 149749760 27995 33554432000 134512640 135305190 4287649088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=146240 CPUtime=50.02 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 5535 0 0 0 4998 4 0 0 25 0 4 0 641662562 149749760 27995 33554432000 134512640 135305190 4287649088 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=146240 CPUtime=50.41 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 5632 0 0 0 5037 4 0 0 25 0 4 0 641662562 149749760 27995 33554432000 134512640 135305190 4287649088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.98
Current children cumulated vsize (KiB) 154940

[startup+102.301 s]
/proc/loadavg: 8.13 8.04 7.79 9/361 11609
/proc/meminfo: memFree=4003112/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=181708 CPUtime=405.65 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 36729 0 0 0 40542 23 0 0 25 0 4 0 641662553 186068992 36678 33554432000 134512640 135305190 4287649088 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 45427 36678 84 194 0 45231 0
[pid=11603/tid=11604] ppid=11600 vsize=181708 CPUtime=101.66 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 7444 0 0 0 10161 5 0 0 25 0 4 0 641662562 186068992 36678 33554432000 134512640 135305190 4287649088 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=181708 CPUtime=101.18 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 8072 0 0 0 10113 5 0 0 25 0 4 0 641662562 186068992 36678 33554432000 134512640 135305190 4287649088 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=181708 CPUtime=101.03 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 7554 0 0 0 10098 5 0 0 25 0 4 0 641662562 186068992 36678 33554432000 134512640 135305190 4287649088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.15
Current children cumulated vsize (KiB) 190408

[startup+162.313 s]
/proc/loadavg: 8.16 8.06 7.81 9/361 11610
/proc/meminfo: memFree=3948744/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=212252 CPUtime=644.98 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 44292 0 0 0 64469 29 0 0 25 0 4 0 641662553 217346048 44226 33554432000 134512640 135305190 4287649088 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 53063 44226 84 194 0 52867 0
[pid=11603/tid=11604] ppid=11600 vsize=212252 CPUtime=161.67 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 9422 0 0 0 16160 7 0 0 25 0 4 0 641662562 217346048 44226 33554432000 134512640 135305190 4287649088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=212252 CPUtime=161.17 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 10295 0 0 0 16110 7 0 0 25 0 4 0 641662562 217346048 44226 33554432000 134512640 135305190 4287649088 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=212252 CPUtime=160.37 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 9108 0 0 0 16031 6 0 0 25 0 4 0 641662562 217346048 44226 33554432000 134512640 135305190 4287649088 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.48
Current children cumulated vsize (KiB) 220952

[startup+222.301 s]

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

/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 20196 0 0 0 75681 20 0 0 25 0 4 0 641662562 439697408 96404 33554432000 134512640 135305190 4287649088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3038.45
Current children cumulated vsize (KiB) 438092

[startup+822.313 s]
/proc/loadavg: 8.08 8.08 7.92 9/361 11694
/proc/meminfo: memFree=3807008/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=464984 CPUtime=3277.33 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 105196 0 0 0 327642 91 0 0 25 0 4 0 641662553 476143616 105127 33554432000 134512640 135305190 4287649088 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 116246 105127 84 194 0 116050 0
[pid=11603/tid=11604] ppid=11600 vsize=464984 CPUtime=817.61 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 22694 0 0 0 81742 19 0 0 25 0 4 0 641662562 476143616 105127 33554432000 134512640 135305190 4287649088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=464984 CPUtime=821 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 30765 0 0 0 82075 25 0 0 25 0 4 0 641662562 476143616 105127 33554432000 134512640 135305190 4287649088 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=464984 CPUtime=817.02 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 21797 0 0 0 81680 22 0 0 25 0 4 0 641662562 476143616 105127 33554432000 134512640 135305190 4287649088 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3277.83
Current children cumulated vsize (KiB) 473684

[startup+882.301 s]
/proc/loadavg: 8.08 8.08 7.93 9/361 11696
/proc/meminfo: memFree=3725604/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=488764 CPUtime=3516.58 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 111119 0 0 0 351561 97 0 0 25 0 4 0 641662553 500494336 111050 33554432000 134512640 135305190 4287649088 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 122191 111050 84 194 0 121995 0
[pid=11603/tid=11604] ppid=11600 vsize=488764 CPUtime=876.93 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 23500 0 0 0 87674 19 0 0 25 0 4 0 641662562 500494336 111050 33554432000 134512640 135305190 4287649088 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=488764 CPUtime=880.98 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 32910 0 0 0 88072 26 0 0 25 0 4 0 641662562 500494336 111050 33554432000 134512640 135305190 4287649088 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=488764 CPUtime=877 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 23165 0 0 0 87677 23 0 0 25 0 4 0 641662562 500494336 111050 33554432000 134512640 135305190 4287649088 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3517.08
Current children cumulated vsize (KiB) 497464

[startup+942.3 s]
/proc/loadavg: 8.18 8.10 7.95 9/361 11697
/proc/meminfo: memFree=3715152/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=493468 CPUtime=3755.87 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 112172 0 0 0 375487 100 0 0 25 0 4 0 641662553 505311232 112103 33554432000 134512640 135305190 4287649088 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 123367 112103 84 194 0 123171 0
[pid=11603/tid=11604] ppid=11600 vsize=493468 CPUtime=936.28 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 23539 0 0 0 93608 20 0 0 25 0 4 0 641662562 505311232 112103 33554432000 134512640 135305190 4287649088 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=493468 CPUtime=940.97 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 33121 0 0 0 94070 27 0 0 25 0 4 0 641662562 505311232 112103 33554432000 134512640 135305190 4287649088 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=493468 CPUtime=936.96 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 23664 0 0 0 93672 24 0 0 25 0 4 0 641662562 505311232 112103 33554432000 134512640 135305190 4287649088 18446744073709551615 134558377 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3756.37
Current children cumulated vsize (KiB) 502168

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 7.95 9/361 11699
/proc/meminfo: memFree=3691792/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=506748 CPUtime=3995.22 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 115470 0 0 0 399418 104 0 0 25 0 4 0 641662553 518909952 115401 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 126687 115401 84 194 0 126491 0
[pid=11603/tid=11604] ppid=11600 vsize=506748 CPUtime=995.63 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 24030 0 0 0 99543 20 0 0 25 0 4 0 641662562 518909952 115401 33554432000 134512640 135305190 4287649088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=506748 CPUtime=1000.97 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 34513 0 0 0 100068 29 0 0 25 0 4 0 641662562 518909952 115401 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=506748 CPUtime=996.95 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 24658 0 0 0 99670 25 0 0 25 0 4 0 641662562 518909952 115401 33554432000 134512640 135305190 4287649088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3995.72
Current children cumulated vsize (KiB) 515448

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 7.96 9/361 11700
/proc/meminfo: memFree=3620588/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=539064 CPUtime=4234.54 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 123192 0 0 0 423339 115 0 0 25 0 4 0 641662553 552001536 123123 33554432000 134512640 135305190 4287649088 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 134766 123123 84 194 0 134570 0
[pid=11603/tid=11604] ppid=11600 vsize=539064 CPUtime=1054.98 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 25252 0 0 0 105476 22 0 0 25 0 4 0 641662562 552001536 123123 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=539064 CPUtime=1060.95 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 38422 0 0 0 106061 34 0 0 25 0 4 0 641662562 552001536 123123 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=539064 CPUtime=1056.95 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 26143 0 0 0 105667 28 0 0 25 0 4 0 641662562 552001536 123123 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.04
Current children cumulated vsize (KiB) 547764

[startup+1122.3 s]
/proc/loadavg: 8.21 8.12 7.97 9/361 11702
/proc/meminfo: memFree=3536352/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=589556 CPUtime=4473.88 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 135333 0 0 0 447265 123 0 0 25 0 4 0 641662553 603705344 135264 33554432000 134512640 135305190 4287649088 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 147389 135264 84 194 0 147193 0
[pid=11603/tid=11604] ppid=11600 vsize=589556 CPUtime=1114.32 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 28342 0 0 0 111408 24 0 0 25 0 4 0 641662562 603705344 135264 33554432000 134512640 135305190 4287649088 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=589556 CPUtime=1120.95 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 41866 0 0 0 112059 36 0 0 25 0 4 0 641662562 603705344 135264 33554432000 134512640 135305190 4287649088 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=589556 CPUtime=1116.93 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 28533 0 0 0 111664 29 0 0 25 0 4 0 641662562 603705344 135264 33554432000 134512640 135305190 4287649088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4474.38
Current children cumulated vsize (KiB) 598256

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 7.98 9/361 11704
/proc/meminfo: memFree=3502432/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=594980 CPUtime=4713.15 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 136335 0 0 0 471190 125 0 0 25 0 4 0 641662553 609259520 136266 33554432000 134512640 135305190 4287649088 18446744073709551615 134528579 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 148745 136266 84 194 0 148549 0
[pid=11603/tid=11604] ppid=11600 vsize=594980 CPUtime=1173.64 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 28344 0 0 0 117339 25 0 0 25 0 4 0 641662562 609259520 136266 33554432000 134512640 135305190 4287649088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=594980 CPUtime=1180.95 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 42009 0 0 0 118059 36 0 0 25 0 4 0 641662562 609259520 136266 33554432000 134512640 135305190 4287649088 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=594980 CPUtime=1176.92 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 28976 0 0 0 117662 30 0 0 25 0 4 0 641662562 609259520 136266 33554432000 134512640 135305190 4287649088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4713.65
Current children cumulated vsize (KiB) 603680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.01 s]
/proc/loadavg: 8.13 8.12 7.98 9/361 11704
/proc/meminfo: memFree=3489408/32950928 swapFree=67056568/67111528
[pid=11600] ppid=11598 vsize=8700 CPUtime=0.5 cores=0,2,4,6
/proc/11600/stat : 11600 (manysat.sh) S 11598 11600 10773 0 -1 4202496 357 4454 0 0 0 0 49 1 20 0 1 0 641662503 8908800 252 33554432000 4194304 4922060 140736830737936 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11600/statm: 2175 252 209 178 0 68 0
[pid=11603] ppid=11600 vsize=596220 CPUtime=4799.75 cores=0,2,4,6
/proc/11603/stat : 11603 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202496 136638 0 0 0 479849 126 0 0 25 0 4 0 641662553 610529280 136569 33554432000 134512640 135305190 4287649088 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/11603/statm: 149055 136569 84 194 0 148859 0
[pid=11603/tid=11604] ppid=11600 vsize=596220 CPUtime=1195.11 cores=0,2,4,6
/proc/11603/task/11604/stat : 11604 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 28395 0 0 0 119486 25 0 0 25 0 4 0 641662562 610529280 136569 33554432000 134512640 135305190 4287649088 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11603/tid=11605] ppid=11600 vsize=596220 CPUtime=1202.66 cores=0,2,4,6
/proc/11603/task/11605/stat : 11605 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 42041 0 0 0 120230 36 0 0 25 0 4 0 641662562 610529280 136569 33554432000 134512640 135305190 4287649088 18446744073709551615 134838145 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11603/tid=11606] ppid=11600 vsize=596220 CPUtime=1198.62 cores=0,2,4,6
/proc/11603/task/11606/stat : 11606 (manysat1.1_stat) R 11600 11600 10773 0 -1 4202560 29196 0 0 0 119832 30 0 0 19 0 4 0 641662562 610529280 136569 33554432000 134512640 135305190 4287649088 18446744073709551615 134538925 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 604920

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

Real time (s): 1204.04
CPU time (s): 4800.25
CPU user time (s): 4798.98
CPU system time (s): 1.27
CPU usage (%): 398.679
Max. virtual memory (cumulated for all children) (KiB): 604920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.492925
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 5

runsolver used 3.67744 second user time and 9.47556 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 17:30:54
IDJOB=3362261
IDBENCH=83134
IDSOLVER=1838
FILE ID=node148/3362261-1305300654
RUNJOBID= node148-1305296390-10791
PBS_JOBID= 13321405
Free space on /tmp= 30288 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1724113628

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.83
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.854
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.854
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.854
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.75
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.854
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.854
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:     32950928 kB
MemFree:       4193120 kB
Buffers:        271316 kB
Cached:       24307496 kB
SwapCached:       8488 kB
Active:       11286480 kB
Inactive:     16680976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4193120 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:     3386552 kB
Mapped:          27728 kB
Slab:           697392 kB
PageTables:      29892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85155296 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= 30280 MiB
End job on node148 at 2011-05-13 17:51:00