Trace number 3361878

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

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2847.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.00/0.01	c CPU time:   0.015997 s
0.00/0.01	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361878-1305296395/watcher-3361878-1305296395 -o /tmp/evaluation-result-3361878-1305296395/solver-3361878-1305296395 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361878-1305296395.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: 0.00 0.00 0.00 1/376 4888
/proc/meminfo: memFree=7894844/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719870173 8908800 250 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4888/statm: 2175 250 209 178 0 68 0

[startup+0.0970931 s]
/proc/loadavg: 0.00 0.00 0.00 1/376 4888
/proc/meminfo: memFree=7894844/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.104144 s]
/proc/loadavg: 0.00 0.00 0.00 1/376 4888
/proc/meminfo: memFree=7894844/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.300146 s]
/proc/loadavg: 0.00 0.00 0.00 1/376 4888
/proc/meminfo: memFree=7894844/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+0.701076 s]
/proc/loadavg: 0.00 0.00 0.00 1/376 4888
/proc/meminfo: memFree=7894844/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 0.32 0.07 0.02 5/381 4894
/proc/meminfo: memFree=7888232/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=43464 CPUtime=5.87 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 2459 0 0 0 584 3 0 0 18 0 4 0 719870175 44507136 2414 33554432000 134512640 135305190 4287886656 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 10866 2414 84 194 0 10670 0
[pid=4891/tid=4892] ppid=4888 vsize=43464 CPUtime=1.46 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 381 0 0 0 146 0 0 0 25 0 4 0 719870176 44507136 2414 33554432000 134512640 135305190 4287886656 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=43464 CPUtime=1.45 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 580 0 0 0 145 0 0 0 18 0 4 0 719870176 44507136 2414 33554432000 134512640 135305190 4287886656 18446744073709551615 134552732 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=43464 CPUtime=1.45 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 556 0 0 0 145 0 0 0 18 0 4 0 719870176 44507136 2414 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 52164

[startup+3.10065 s]
/proc/loadavg: 0.32 0.07 0.02 5/381 4894
/proc/meminfo: memFree=7881672/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=48116 CPUtime=12.26 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 3705 0 0 0 1223 3 0 0 18 0 4 0 719870175 49270784 3660 33554432000 134512640 135305190 4287886656 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 12029 3660 84 194 0 11833 0
[pid=4891/tid=4892] ppid=4888 vsize=48116 CPUtime=3.06 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 623 0 0 0 306 0 0 0 25 0 4 0 719870176 49270784 3660 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=48116 CPUtime=3.05 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 996 0 0 0 304 1 0 0 18 0 4 0 719870176 49270784 3660 33554432000 134512640 135305190 4287886656 18446744073709551615 134551833 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=48116 CPUtime=3.05 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 886 0 0 0 305 0 0 0 18 0 4 0 719870176 49270784 3660 33554432000 134512640 135305190 4287886656 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 56816

[startup+6.3011 s]
/proc/loadavg: 0.32 0.07 0.02 5/381 4894
/proc/meminfo: memFree=7872620/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=59252 CPUtime=25.06 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 6377 0 0 0 2501 5 0 0 18 0 4 0 719870175 60674048 6297 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 14813 6297 84 194 0 14617 0
[pid=4891/tid=4892] ppid=4888 vsize=59252 CPUtime=6.26 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 1074 0 0 0 626 0 0 0 20 0 4 0 719870176 60674048 6297 33554432000 134512640 135305190 4287886656 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=59252 CPUtime=6.24 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 1844 0 0 0 623 1 0 0 18 0 4 0 719870176 60674048 6297 33554432000 134512640 135305190 4287886656 18446744073709551615 134553034 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=59252 CPUtime=6.26 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 1619 0 0 0 625 1 0 0 18 0 4 0 719870176 60674048 6297 33554432000 134512640 135305190 4287886656 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 67952

[startup+12.701 s]
/proc/loadavg: 0.89 0.20 0.06 5/381 4894
/proc/meminfo: memFree=7862756/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=66936 CPUtime=50.64 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 8389 0 0 0 5057 7 0 0 18 0 4 0 719870175 68542464 8309 33554432000 134512640 135305190 4287886656 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 16734 8309 84 194 0 16538 0
[pid=4891/tid=4892] ppid=4888 vsize=66936 CPUtime=12.67 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 1478 0 0 0 1266 1 0 0 25 0 4 0 719870176 68542464 8309 33554432000 134512640 135305190 4287886656 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=66936 CPUtime=12.64 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 2429 0 0 0 1261 3 0 0 18 0 4 0 719870176 68542464 8309 33554432000 134512640 135305190 4287886656 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=66936 CPUtime=12.65 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 2132 0 0 0 1264 1 0 0 18 0 4 0 719870176 68542464 8309 33554432000 134512640 135305190 4287886656 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 75636

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 5/381 4894
/proc/meminfo: memFree=7850916/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=79564 CPUtime=101.83 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 11361 0 0 0 10173 10 0 0 22 0 4 0 719870175 81473536 11281 33554432000 134512640 135305190 4287886656 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 19891 11281 84 194 0 19695 0
[pid=4891/tid=4892] ppid=4888 vsize=79564 CPUtime=25.46 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 2020 0 0 0 2545 1 0 0 25 0 4 0 719870176 81473536 11281 33554432000 134512640 135305190 4287886656 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=79564 CPUtime=25.44 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 3282 0 0 0 2539 5 0 0 18 0 4 0 719870176 81473536 11281 33554432000 134512640 135305190 4287886656 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=79564 CPUtime=25.45 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 2886 0 0 0 2543 2 0 0 18 0 4 0 719870176 81473536 11281 33554432000 134512640 135305190 4287886656 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 88264

[startup+51.1012 s]
/proc/loadavg: 2.40 0.67 0.23 5/381 4895
/proc/meminfo: memFree=7839836/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=92180 CPUtime=204.21 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 14393 0 0 0 20406 15 0 0 20 0 4 0 719870175 94392320 14313 33554432000 134512640 135305190 4287886656 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 23045 14313 84 194 0 22849 0
[pid=4891/tid=4892] ppid=4888 vsize=92180 CPUtime=51.05 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 2705 0 0 0 5104 1 0 0 25 0 4 0 719870176 94392320 14313 33554432000 134512640 135305190 4287886656 18446744073709551615 134528280 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=92180 CPUtime=51.04 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 4397 0 0 0 5096 8 0 0 18 0 4 0 719870176 94392320 14313 33554432000 134512640 135305190 4287886656 18446744073709551615 134555103 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=92180 CPUtime=51.04 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 3542 0 0 0 5102 2 0 0 18 0 4 0 719870176 94392320 14313 33554432000 134512640 135305190 4287886656 18446744073709551615 134830601 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.22
Current children cumulated vsize (KiB) 100880

[startup+102.314 s]
/proc/loadavg: 3.30 1.18 0.42 5/381 4896
/proc/meminfo: memFree=7816624/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=114108 CPUtime=409.02 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 19734 0 0 0 40879 23 0 0 20 0 4 0 719870175 116846592 19654 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 28527 19654 84 194 0 28331 0
[pid=4891/tid=4892] ppid=4888 vsize=114108 CPUtime=102.26 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 3532 0 0 0 10224 2 0 0 25 0 4 0 719870176 116846592 19654 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=114108 CPUtime=102.24 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 6638 0 0 0 10211 13 0 0 18 0 4 0 719870176 116846592 19654 33554432000 134512640 135305190 4287886656 18446744073709551615 134551825 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=114108 CPUtime=102.24 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 4687 0 0 0 10220 4 0 0 18 0 4 0 719870176 116846592 19654 33554432000 134512640 135305190 4287886656 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 409.03
Current children cumulated vsize (KiB) 122808

[startup+162.301 s]
/proc/loadavg: 3.78 1.71 0.65 5/381 4898
/proc/meminfo: memFree=7803200/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=127648 CPUtime=648.93 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 23048 0 0 0 64865 28 0 0 25 0 4 0 719870175 130711552 22968 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 31912 22968 84 194 0 31716 0
[pid=4891/tid=4892] ppid=4888 vsize=127648 CPUtime=162.24 cores=0-7

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

/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18835 0 0 0 466175 28 0 0 25 0 4 0 719870176 512761856 110420 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18648.1
Current children cumulated vsize (KiB) 509444

[startup+4722.31 s]
/proc/loadavg: 4.11 4.04 3.94 5/381 5032
/proc/meminfo: memFree=7450556/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502212 CPUtime=18888.2 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111117 0 0 0 1888606 210 0 0 23 0 4 0 719870175 514265088 110632 33554432000 134512640 135305190 4287886656 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125553 110632 84 194 0 125357 0
[pid=4891/tid=4892] ppid=4888 vsize=502212 CPUtime=4722.06 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18206 0 0 0 472187 19 0 0 25 0 4 0 719870176 514265088 110632 33554432000 134512640 135305190 4287886656 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502212 CPUtime=4721.96 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55929 0 0 0 472060 136 0 0 25 0 4 0 719870176 514265088 110632 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502212 CPUtime=4722.05 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18976 0 0 0 472177 28 0 0 25 0 4 0 719870176 514265088 110632 33554432000 134512640 135305190 4287886656 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18888.2
Current children cumulated vsize (KiB) 510912

[startup+4782.3 s]
/proc/loadavg: 4.04 4.03 3.94 5/381 5036
/proc/meminfo: memFree=7449904/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502212 CPUtime=19128.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111193 0 0 0 1912599 210 0 0 19 0 4 0 719870175 514265088 110708 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125553 110708 84 194 0 125357 0
[pid=4891/tid=4892] ppid=4888 vsize=502212 CPUtime=4782.04 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18206 0 0 0 478185 19 0 0 25 0 4 0 719870176 514265088 110708 33554432000 134512640 135305190 4287886656 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502212 CPUtime=4781.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55930 0 0 0 478058 136 0 0 25 0 4 0 719870176 514265088 110708 33554432000 134512640 135305190 4287886656 18446744073709551615 134554294 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502212 CPUtime=4782.04 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19041 0 0 0 478175 29 0 0 20 0 4 0 719870176 514265088 110708 33554432000 134512640 135305190 4287886656 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19128.1
Current children cumulated vsize (KiB) 510912

[startup+4842.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/381 5038
/proc/meminfo: memFree=7449744/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502212 CPUtime=19368.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111203 0 0 0 1936598 211 0 0 25 0 4 0 719870175 514265088 110718 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125553 110718 84 194 0 125357 0
[pid=4891/tid=4892] ppid=4888 vsize=502212 CPUtime=4842.04 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18206 0 0 0 484185 19 0 0 25 0 4 0 719870176 514265088 110718 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502212 CPUtime=4841.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55932 0 0 0 484058 136 0 0 25 0 4 0 719870176 514265088 110718 33554432000 134512640 135305190 4287886656 18446744073709551615 134570400 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502212 CPUtime=4842.03 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19041 0 0 0 484174 29 0 0 25 0 4 0 719870176 514265088 110718 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19368.1
Current children cumulated vsize (KiB) 510912

[startup+4902.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/381 5039
/proc/meminfo: memFree=7449688/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502400 CPUtime=19608.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111220 0 0 0 1960598 211 0 0 25 0 4 0 719870175 514457600 110735 33554432000 134512640 135305190 4287886656 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125600 110735 84 194 0 125404 0
[pid=4891/tid=4892] ppid=4888 vsize=502400 CPUtime=4902.04 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18206 0 0 0 490185 19 0 0 25 0 4 0 719870176 514457600 110735 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502400 CPUtime=4901.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55944 0 0 0 490058 136 0 0 25 0 4 0 719870176 514457600 110735 33554432000 134512640 135305190 4287886656 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502400 CPUtime=4902.03 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19041 0 0 0 490174 29 0 0 25 0 4 0 719870176 514457600 110735 33554432000 134512640 135305190 4287886656 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19608.1
Current children cumulated vsize (KiB) 511100

[startup+4962.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/381 5041
/proc/meminfo: memFree=7449392/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502532 CPUtime=19848.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111271 0 0 0 1984598 211 0 0 25 0 4 0 719870175 514592768 110786 33554432000 134512640 135305190 4287886656 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125633 110786 84 194 0 125437 0
[pid=4891/tid=4892] ppid=4888 vsize=502532 CPUtime=4962.04 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18207 0 0 0 496185 19 0 0 25 0 4 0 719870176 514592768 110786 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502532 CPUtime=4961.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55945 0 0 0 496058 136 0 0 25 0 4 0 719870176 514592768 110786 33554432000 134512640 135305190 4287886656 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502532 CPUtime=4962.03 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19075 0 0 0 496174 29 0 0 25 0 4 0 719870176 514592768 110786 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19848.1
Current children cumulated vsize (KiB) 511232

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/381 5043
/proc/meminfo: memFree=7449088/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=502840 CPUtime=20088.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111335 0 0 0 2008598 211 0 0 20 0 4 0 719870175 514908160 110850 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125710 110850 84 194 0 125514 0
[pid=4891/tid=4892] ppid=4888 vsize=502840 CPUtime=5022.05 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18213 0 0 0 502186 19 0 0 25 0 4 0 719870176 514908160 110850 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=502840 CPUtime=5021.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55946 0 0 0 502058 136 0 0 25 0 4 0 719870176 514908160 110850 33554432000 134512640 135305190 4287886656 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=502840 CPUtime=5022.03 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19081 0 0 0 502174 29 0 0 25 0 4 0 719870176 514908160 110850 33554432000 134512640 135305190 4287886656 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20088.1
Current children cumulated vsize (KiB) 511540

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/381 5044
/proc/meminfo: memFree=7448660/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=503412 CPUtime=20328.1 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111464 0 0 0 2032598 212 0 0 25 0 4 0 719870175 515493888 110979 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125853 110979 84 194 0 125657 0
[pid=4891/tid=4892] ppid=4888 vsize=503412 CPUtime=5082.05 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18219 0 0 0 508186 19 0 0 25 0 4 0 719870176 515493888 110979 33554432000 134512640 135305190 4287886656 18446744073709551615 134556734 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=503412 CPUtime=5081.94 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55990 0 0 0 508058 136 0 0 20 0 4 0 719870176 515493888 110979 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=503412 CPUtime=5082.03 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19114 0 0 0 508174 29 0 0 25 0 4 0 719870176 515493888 110979 33554432000 134512640 135305190 4287886656 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20328.1
Current children cumulated vsize (KiB) 512112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.94 5/381 5045
/proc/meminfo: memFree=7448640/32951124 swapFree=65586204/67111528
[pid=4888] ppid=4886 vsize=8700 CPUtime=0.01 cores=0-7
/proc/4888/stat : 4888 (manysat.sh) S 4886 4888 4862 0 -1 4202496 356 367 0 0 0 0 1 0 21 0 1 0 719870173 8908800 253 33554432000 4194304 4922060 140733316609040 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/4888/statm: 2175 253 209 178 0 68 0
[pid=4891] ppid=4888 vsize=503412 CPUtime=20398.9 cores=0-7
/proc/4891/stat : 4891 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202496 111473 0 0 0 2039681 212 0 0 25 0 4 0 719870175 515493888 110988 33554432000 134512640 135305190 4287886656 18446744073709551615 134549011 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/4891/statm: 125853 110988 84 194 0 125657 0
[pid=4891/tid=4892] ppid=4888 vsize=503412 CPUtime=5099.76 cores=0-7
/proc/4891/task/4892/stat : 4892 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 18227 0 0 0 509957 19 0 0 25 0 4 0 719870176 515493888 110988 33554432000 134512640 135305190 4287886656 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=4891/tid=4893] ppid=4888 vsize=503412 CPUtime=5099.65 cores=0-7
/proc/4891/task/4893/stat : 4893 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 55990 0 0 0 509829 136 0 0 25 0 4 0 719870176 515493888 110988 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4891/tid=4894] ppid=4888 vsize=503412 CPUtime=5099.74 cores=0-7
/proc/4891/task/4894/stat : 4894 (manysat1.1_stat) R 4888 4888 4862 0 -1 4202560 19115 0 0 0 509945 29 0 0 25 0 4 0 719870176 515493888 110988 33554432000 134512640 135305190 4287886656 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20398.9
Current children cumulated vsize (KiB) 512112

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 4888 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=19996
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.020995
# while last known CPU time is 20398.9
#
# 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): 20398.9
CPU user time (s): 20396.8
CPU system time (s): 2.12
CPU usage (%): 399.977
Max. virtual memory (cumulated for all children) (KiB): 512112

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

runsolver used 17.2124 second user time and 43.1474 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 16:19:55
IDJOB=3361878
IDBENCH=20468
IDSOLVER=1839
FILE ID=node119/3361878-1305296395
RUNJOBID= node119-1305296394-4876
PBS_JOBID= 13321434
Free space on /tmp= 35104 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361878-1305296395/watcher-3361878-1305296395 -o /tmp/evaluation-result-3361878-1305296395/solver-3361878-1305296395 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361878-1305296395.cnf aimd 1

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1420417871

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7895116 kB
Buffers:        226496 kB
Cached:       11467412 kB
SwapCached:       4756 kB
Active:       15092652 kB
Inactive:      9480900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7895116 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:    12878476 kB
Mapped:          29588 kB
Slab:           360540 kB
PageTables:      55816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102456100 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= 35104 MiB
End job on node119 at 2011-05-13 17:44:57