Trace number 3362244

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  126441   324131 |   37932       0        0     nan |  0.000 % |
0.00/0.52	c |         0 |   87498   323274 |      --       0       --      -- |     --   | -38943/-857
0.00/0.52	c ==============================================================================
0.00/0.52	c Result  :   #vars: 15806   #clauses: 87498   #literals: 323274
0.00/0.52	c CPU time:   0.509922 s
0.00/0.52	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-3362244-1305301528/watcher-3362244-1305301528 -o /tmp/evaluation-result-3362244-1305301528/solver-3362244-1305301528 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362244-1305301528.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.99 3.99 3.92 1/340 9633
/proc/meminfo: memFree=26092876/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641753301 8908800 250 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9633/statm: 2175 250 209 178 0 68 0

[startup+0.0800829 s]
/proc/loadavg: 3.99 3.99 3.92 1/340 9633
/proc/meminfo: memFree=26092876/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641753301 8908800 250 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9633/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101094 s]
/proc/loadavg: 3.99 3.99 3.92 1/340 9633
/proc/meminfo: memFree=26092876/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641753301 8908800 250 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9633/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301044 s]
/proc/loadavg: 3.99 3.99 3.92 1/340 9633
/proc/meminfo: memFree=26092876/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641753301 8908800 250 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9633/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700971 s]
/proc/loadavg: 3.99 3.99 3.92 1/340 9633
/proc/meminfo: memFree=26092876/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9639
/proc/meminfo: memFree=26055124/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=69888 CPUtime=3.19 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 8851 0 0 0 310 9 0 0 18 0 4 0 641753361 71565312 8785 33554432000 134512640 135305190 4289963152 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 17472 8785 84 194 0 17276 0
[pid=9636/tid=9637] ppid=9633 vsize=69888 CPUtime=0.77 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 505 0 0 0 75 2 0 0 17 0 4 0 641753372 71565312 8785 33554432000 134512640 135305190 4289963152 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=69888 CPUtime=0.75 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 642 0 0 0 74 1 0 0 18 0 4 0 641753372 71565312 8785 33554432000 134512640 135305190 4289963152 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=69888 CPUtime=0.76 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 641 0 0 0 74 2 0 0 18 0 4 0 641753372 71565312 8785 33554432000 134512640 135305190 4289963152 18446744073709551615 134834233 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 78588

[startup+3.10053 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9640
/proc/meminfo: memFree=26048428/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=77740 CPUtime=9.59 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 11039 0 0 0 949 10 0 0 18 0 4 0 641753361 79605760 10973 33554432000 134512640 135305190 4289963152 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 19435 10973 84 194 0 19239 0
[pid=9636/tid=9637] ppid=9633 vsize=77740 CPUtime=2.37 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 887 0 0 0 235 2 0 0 19 0 4 0 641753372 79605760 10973 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=77740 CPUtime=2.36 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 1177 0 0 0 234 2 0 0 18 0 4 0 641753372 79605760 10973 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=77740 CPUtime=2.36 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 1284 0 0 0 234 2 0 0 18 0 4 0 641753372 79605760 10973 33554432000 134512640 135305190 4289963152 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 86440

[startup+6.30095 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9640
/proc/meminfo: memFree=26031384/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=89844 CPUtime=22.39 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 13984 0 0 0 2226 13 0 0 18 0 4 0 641753361 92000256 13918 33554432000 134512640 135305190 4289963152 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 22461 13918 84 194 0 22265 0
[pid=9636/tid=9637] ppid=9633 vsize=89844 CPUtime=5.57 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 1408 0 0 0 555 2 0 0 19 0 4 0 641753372 92000256 13918 33554432000 134512640 135305190 4289963152 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=89844 CPUtime=5.56 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 1972 0 0 0 554 2 0 0 18 0 4 0 641753372 92000256 13918 33554432000 134512640 135305190 4289963152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=89844 CPUtime=5.56 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 2083 0 0 0 553 3 0 0 18 0 4 0 641753372 92000256 13918 33554432000 134512640 135305190 4289963152 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 98544

[startup+12.7008 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9640
/proc/meminfo: memFree=26011072/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=109456 CPUtime=47.97 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 18972 0 0 0 4781 16 0 0 18 0 4 0 641753361 112082944 18906 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 27364 18906 84 194 0 27168 0
[pid=9636/tid=9637] ppid=9633 vsize=109456 CPUtime=11.97 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 2398 0 0 0 1194 3 0 0 25 0 4 0 641753372 112082944 18906 33554432000 134512640 135305190 4289963152 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=109456 CPUtime=11.95 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 3314 0 0 0 1193 2 0 0 18 0 4 0 641753372 112082944 18906 33554432000 134512640 135305190 4289963152 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=109456 CPUtime=11.95 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 3386 0 0 0 1191 4 0 0 18 0 4 0 641753372 112082944 18906 33554432000 134512640 135305190 4289963152 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 118156

[startup+25.5005 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9640
/proc/meminfo: memFree=25989056/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=132812 CPUtime=99.15 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 24857 0 0 0 9894 21 0 0 18 0 4 0 641753361 135999488 24791 33554432000 134512640 135305190 4289963152 18446744073709551615 134869156 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 33203 24792 84 194 0 33007 0
[pid=9636/tid=9637] ppid=9633 vsize=132812 CPUtime=24.76 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 3745 0 0 0 2472 4 0 0 25 0 4 0 641753372 135999488 24792 33554432000 134512640 135305190 4289963152 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=132812 CPUtime=24.75 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 4893 0 0 0 2472 3 0 0 22 0 4 0 641753372 135999488 24792 33554432000 134512640 135305190 4289963152 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=132812 CPUtime=24.75 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 4635 0 0 0 2469 6 0 0 18 0 4 0 641753372 135999488 24792 33554432000 134512640 135305190 4289963152 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (KiB) 141512

[startup+51.1008 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9641
/proc/meminfo: memFree=25955584/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=166584 CPUtime=201.49 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 33161 0 0 0 20121 28 0 0 18 0 4 0 641753361 170582016 33095 33554432000 134512640 135305190 4289963152 18446744073709551615 134528203 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 41646 33095 84 194 0 41450 0
[pid=9636/tid=9637] ppid=9633 vsize=166584 CPUtime=50.36 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 5698 0 0 0 5030 6 0 0 25 0 4 0 641753372 170582016 33095 33554432000 134512640 135305190 4289963152 18446744073709551615 134557212 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=166584 CPUtime=50.34 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 6972 0 0 0 5030 4 0 0 19 0 4 0 641753372 170582016 33095 33554432000 134512640 135305190 4289963152 18446744073709551615 134542450 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=166584 CPUtime=50.33 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 6507 0 0 0 5024 9 0 0 18 0 4 0 641753372 170582016 33095 33554432000 134512640 135305190 4289963152 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 175284

[startup+102.313 s]
/proc/loadavg: 3.99 3.99 3.92 5/345 9642
/proc/meminfo: memFree=25932864/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=190608 CPUtime=406.28 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 38704 0 0 0 40593 35 0 0 18 0 4 0 641753361 195182592 38638 33554432000 134512640 135305190 4289963152 18446744073709551615 134558424 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 47652 38638 84 194 0 47456 0
[pid=9636/tid=9637] ppid=9633 vsize=190608 CPUtime=101.55 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 7096 0 0 0 10148 7 0 0 22 0 4 0 641753372 195182592 38638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=190608 CPUtime=101.54 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 8343 0 0 0 10149 5 0 0 21 0 4 0 641753372 195182592 38638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=190608 CPUtime=101.53 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 7769 0 0 0 10141 12 0 0 25 0 4 0 641753372 195182592 38638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.87
Current children cumulated vsize (KiB) 199308

[startup+162.3 s]
/proc/loadavg: 4.04 4.00 3.93 5/345 9644
/proc/meminfo: memFree=25878392/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=245324 CPUtime=646.18 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 52388 0 0 0 64572 46 0 0 20 0 4 0 641753361 251211776 52322 33554432000 134512640 135305190 4289963152 18446744073709551615 134545977 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 61331 52322 84 194 0 61135 0
[pid=9636/tid=9637] ppid=9633 vsize=245324 CPUtime=161.53 cores=0-7

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

/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 51517 0 0 0 465995 106 0 0 25 0 4 0 641753372 1179402240 269594 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18645
Current children cumulated vsize (KiB) 1160460

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9789
/proc/meminfo: memFree=24998632/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1159600 CPUtime=18884.5 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 271440 0 0 0 1888109 337 0 0 25 0 4 0 641753361 1187430400 271338 33554432000 134512640 135305190 4289963152 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 289900 271338 84 194 0 289704 0
[pid=9636/tid=9637] ppid=9633 vsize=1159600 CPUtime=4721.29 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 54030 0 0 0 472069 60 0 0 25 0 4 0 641753372 1187430400 271338 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1159600 CPUtime=4720.84 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 91786 0 0 0 471991 93 0 0 25 0 4 0 641753372 1187430400 271338 33554432000 134512640 135305190 4289963152 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1159600 CPUtime=4721.03 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 51664 0 0 0 471996 107 0 0 25 0 4 0 641753372 1187430400 271338 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18885.1
Current children cumulated vsize (KiB) 1168300

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9791
/proc/meminfo: memFree=24993240/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1164756 CPUtime=19124.4 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 272740 0 0 0 1912100 340 0 0 20 0 4 0 641753361 1192710144 272638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 291189 272638 84 194 0 290993 0
[pid=9636/tid=9637] ppid=9633 vsize=1164756 CPUtime=4781.28 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 54441 0 0 0 478067 61 0 0 25 0 4 0 641753372 1192710144 272638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1164756 CPUtime=4780.81 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 92223 0 0 0 477987 94 0 0 21 0 4 0 641753372 1192710144 272638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1164756 CPUtime=4781.01 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 51828 0 0 0 477994 107 0 0 25 0 4 0 641753372 1192710144 272638 33554432000 134512640 135305190 4289963152 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19125
Current children cumulated vsize (KiB) 1173456

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9793
/proc/meminfo: memFree=24985768/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1172456 CPUtime=19364.4 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 274615 0 0 0 1936099 341 0 0 25 0 4 0 641753361 1200594944 274513 33554432000 134512640 135305190 4289963152 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 293114 274513 84 194 0 292918 0
[pid=9636/tid=9637] ppid=9633 vsize=1172456 CPUtime=4841.28 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 55011 0 0 0 484067 61 0 0 25 0 4 0 641753372 1200594944 274513 33554432000 134512640 135305190 4289963152 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1172456 CPUtime=4840.81 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 93118 0 0 0 483986 95 0 0 25 0 4 0 641753372 1200594944 274513 33554432000 134512640 135305190 4289963152 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1172456 CPUtime=4841.01 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 52048 0 0 0 483994 107 0 0 25 0 4 0 641753372 1200594944 274513 33554432000 134512640 135305190 4289963152 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19365
Current children cumulated vsize (KiB) 1181156

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9794
/proc/meminfo: memFree=24946676/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1214592 CPUtime=19604.4 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 284592 0 0 0 1960084 357 0 0 25 0 4 0 641753361 1243742208 284490 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 303648 284490 84 194 0 303452 0
[pid=9636/tid=9637] ppid=9633 vsize=1214592 CPUtime=4901.29 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 56757 0 0 0 490065 64 0 0 25 0 4 0 641753372 1243742208 284490 33554432000 134512640 135305190 4289963152 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1214592 CPUtime=4900.81 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 97968 0 0 0 489979 102 0 0 25 0 4 0 641753372 1243742208 284490 33554432000 134512640 135305190 4289963152 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1214592 CPUtime=4901.01 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 53179 0 0 0 489991 110 0 0 25 0 4 0 641753372 1243742208 284490 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19605
Current children cumulated vsize (KiB) 1223292

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9796
/proc/meminfo: memFree=24908700/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1252976 CPUtime=19844.4 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 293980 0 0 0 1984075 365 0 0 25 0 4 0 641753361 1283047424 293878 33554432000 134512640 135305190 4289963152 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 313244 293878 84 194 0 313048 0
[pid=9636/tid=9637] ppid=9633 vsize=1252976 CPUtime=4961.29 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 58636 0 0 0 496064 65 0 0 25 0 4 0 641753372 1283047424 293878 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1252976 CPUtime=4960.8 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 101514 0 0 0 495975 105 0 0 25 0 4 0 641753372 1283047424 293878 33554432000 134512640 135305190 4289963152 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1252976 CPUtime=4961.02 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 55001 0 0 0 495989 113 0 0 25 0 4 0 641753372 1283047424 293878 33554432000 134512640 135305190 4289963152 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19845
Current children cumulated vsize (KiB) 1261676

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/345 9797
/proc/meminfo: memFree=24907300/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1256292 CPUtime=20084.3 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 294361 0 0 0 2008068 367 0 0 22 0 4 0 641753361 1286443008 294259 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 314073 294259 84 194 0 313877 0
[pid=9636/tid=9637] ppid=9633 vsize=1256292 CPUtime=5021.23 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 58764 0 0 0 502057 66 0 0 25 0 4 0 641753372 1286443008 294259 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1256292 CPUtime=5020.8 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 101557 0 0 0 501975 105 0 0 25 0 4 0 641753372 1286443008 294259 33554432000 134512640 135305190 4289963152 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1256292 CPUtime=5021.02 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 55135 0 0 0 501989 113 0 0 25 0 4 0 641753372 1286443008 294259 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20084.9
Current children cumulated vsize (KiB) 1264992

[startup+5082.3 s]
/proc/loadavg: 4.06 4.01 3.98 5/345 9799
/proc/meminfo: memFree=24904544/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1259632 CPUtime=20324.3 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 295009 0 0 0 2032068 367 0 0 25 0 4 0 641753361 1289863168 294907 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 314908 294907 84 194 0 314712 0
[pid=9636/tid=9637] ppid=9633 vsize=1259632 CPUtime=5081.23 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 58765 0 0 0 508057 66 0 0 25 0 4 0 641753372 1289863168 294907 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1259632 CPUtime=5080.81 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 101590 0 0 0 507975 106 0 0 18 0 4 0 641753372 1289863168 294907 33554432000 134512640 135305190 4289963152 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1259632 CPUtime=5081.03 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 55479 0 0 0 507989 114 0 0 25 0 4 0 641753372 1289863168 294907 33554432000 134512640 135305190 4289963152 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20324.9
Current children cumulated vsize (KiB) 1268332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.04 4.01 3.98 5/345 9799
/proc/meminfo: memFree=24904040/32951124 swapFree=40554400/67111528
[pid=9633] ppid=9631 vsize=8700 CPUtime=0.59 cores=0-7
/proc/9633/stat : 9633 (manysat.sh) S 9631 9633 9394 0 -1 4202496 357 5742 0 0 0 0 57 2 17 0 1 0 641753301 8908800 253 33554432000 4194304 4922060 140733330608704 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9633/statm: 2175 253 209 178 0 68 0
[pid=9636] ppid=9633 vsize=1260068 CPUtime=20395.2 cores=0-7
/proc/9636/stat : 9636 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202496 295145 0 0 0 2039148 368 0 0 25 0 4 0 641753361 1290309632 295043 33554432000 134512640 135305190 4289963152 18446744073709551615 134529138 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9636/statm: 315017 295043 84 194 0 314821 0
[pid=9636/tid=9637] ppid=9633 vsize=1260068 CPUtime=5098.94 cores=0-7
/proc/9636/task/9637/stat : 9637 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 58765 0 0 0 509828 66 0 0 25 0 4 0 641753372 1290309632 295043 33554432000 134512640 135305190 4289963152 18446744073709551615 134546666 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9636/tid=9638] ppid=9633 vsize=1260068 CPUtime=5098.49 cores=0-7
/proc/9636/task/9638/stat : 9638 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 101614 0 0 0 509743 106 0 0 25 0 4 0 641753372 1290309632 295043 33554432000 134512640 135305190 4289963152 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9636/tid=9639] ppid=9633 vsize=1260068 CPUtime=5098.74 cores=0-7
/proc/9636/task/9639/stat : 9639 (manysat1.1_stat) R 9633 9633 9394 0 -1 4202560 55586 0 0 0 509760 114 0 0 25 0 4 0 641753372 1290309632 295043 33554432000 134512640 135305190 4289963152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20395.8
Current children cumulated vsize (KiB) 1268768

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 9633 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=575912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=20996
# CPU time returned by wait4() is 0.596908
# while last known CPU time is 20395.8
#
# 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): 20395.8
CPU user time (s): 20392
CPU system time (s): 3.7
CPU usage (%): 399.915
Max. virtual memory (cumulated for all children) (KiB): 1268768

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

runsolver used 15.9206 second user time and 39.749 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-13 17:45:29
IDJOB=3362244
IDBENCH=83119
IDSOLVER=1839
FILE ID=node104/3362244-1305301528
RUNJOBID= node104-1305296396-9408
PBS_JOBID= 13321449
Free space on /tmp= 16392 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=502661826

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26093156 kB
Buffers:        205972 kB
Cached:        2191840 kB
SwapCached:     122128 kB
Active:         831084 kB
Inactive:      5775020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26093156 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            3928 kB
Writeback:           0 kB
AnonPages:     4098948 kB
Mapped:          10712 kB
Slab:           102268 kB
PageTables:      84064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74801884 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= 16384 MiB
End job on node104 at 2011-05-13 19:10:31