Trace number 3362342

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.5 5100.03

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   14746    40026 |    4423       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   14598    40438 |      --       0       --      -- |     --   | -148/413
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 4165   #clauses: 14598   #literals: 40438
0.00/0.02	c CPU time:   0.023996 s
0.00/0.02	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362342-1305303704/watcher-3362342-1305303704 -o /tmp/evaluation-result-3362342-1305303704/solver-3362342-1305303704 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362342-1305303704.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.74 4.16 5.45 2/348 9406
/proc/meminfo: memFree=10587552/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622785923 8908800 250 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 250 209 178 0 68 0

[startup+0.086827 s]
/proc/loadavg: 3.74 4.16 5.45 2/348 9406
/proc/meminfo: memFree=10587552/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.10297 s]
/proc/loadavg: 3.74 4.16 5.45 2/348 9406
/proc/meminfo: memFree=10587552/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.300934 s]
/proc/loadavg: 3.74 4.16 5.45 2/348 9406
/proc/meminfo: memFree=10587552/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+0.700865 s]
/proc/loadavg: 3.74 4.16 5.45 2/348 9406
/proc/meminfo: memFree=10587552/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 3.76 4.16 5.44 5/353 9412
/proc/meminfo: memFree=10572400/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=52132 CPUtime=5.76 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 4635 0 0 0 572 4 0 0 18 0 4 0 622785927 53383168 4583 33554432000 134512640 135305190 4291798592 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 13033 4583 84 194 0 12837 0
[pid=9409/tid=9410] ppid=9406 vsize=52132 CPUtime=1.43 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 637 0 0 0 143 0 0 0 25 0 4 0 622785929 53383168 4583 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=52132 CPUtime=1.42 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 801 0 0 0 142 0 0 0 18 0 4 0 622785929 53383168 4583 33554432000 134512640 135305190 4291798592 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=52132 CPUtime=1.43 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 918 0 0 0 142 1 0 0 18 0 4 0 622785929 53383168 4583 33554432000 134512640 135305190 4291798592 18446744073709551615 134559239 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 60832

[startup+3.10043 s]
/proc/loadavg: 3.76 4.16 5.44 5/353 9412
/proc/meminfo: memFree=10564216/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=59196 CPUtime=12.16 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 6231 0 0 0 1210 6 0 0 18 0 4 0 622785927 60616704 6154 33554432000 134512640 135305190 4291798592 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 14799 6154 84 194 0 14603 0
[pid=9409/tid=9410] ppid=9406 vsize=59196 CPUtime=3.04 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 986 0 0 0 303 1 0 0 19 0 4 0 622785929 60616704 6154 33554432000 134512640 135305190 4291798592 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=59196 CPUtime=3.02 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 1232 0 0 0 301 1 0 0 18 0 4 0 622785929 60616704 6154 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=59196 CPUtime=3.03 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 1347 0 0 0 301 2 0 0 18 0 4 0 622785929 60616704 6154 33554432000 134512640 135305190 4291798592 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 67896

[startup+6.30084 s]
/proc/loadavg: 3.78 4.15 5.43 5/353 9412
/proc/meminfo: memFree=10555164/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=72088 CPUtime=24.96 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 9525 0 0 0 2487 9 0 0 18 0 4 0 622785927 73818112 9448 33554432000 134512640 135305190 4291798592 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 18022 9448 84 194 0 17826 0
[pid=9409/tid=9410] ppid=9406 vsize=72088 CPUtime=6.23 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 1708 0 0 0 622 1 0 0 25 0 4 0 622785929 73818112 9448 33554432000 134512640 135305190 4291798592 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=72088 CPUtime=6.22 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2099 0 0 0 620 2 0 0 18 0 4 0 622785929 73818112 9448 33554432000 134512640 135305190 4291798592 18446744073709551615 134552871 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=72088 CPUtime=6.22 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2244 0 0 0 620 2 0 0 18 0 4 0 622785929 73818112 9448 33554432000 134512640 135305190 4291798592 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 80788

[startup+12.7007 s]
/proc/loadavg: 3.80 4.15 5.43 5/353 9413
/proc/meminfo: memFree=10542424/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=81736 CPUtime=50.55 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 11948 0 0 0 5044 11 0 0 18 0 4 0 622785927 83697664 11871 33554432000 134512640 135305190 4291798592 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 20434 11871 84 194 0 20238 0
[pid=9409/tid=9410] ppid=9406 vsize=81736 CPUtime=12.63 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2162 0 0 0 1262 1 0 0 25 0 4 0 622785929 83697664 11871 33554432000 134512640 135305190 4291798592 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=81736 CPUtime=12.61 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2847 0 0 0 1258 3 0 0 18 0 4 0 622785929 83697664 11871 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=81736 CPUtime=12.63 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2892 0 0 0 1260 3 0 0 18 0 4 0 622785929 83697664 11871 33554432000 134512640 135305190 4291798592 18446744073709551615 134528438 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 90436

[startup+25.5003 s]
/proc/loadavg: 3.84 4.14 5.40 5/353 9413
/proc/meminfo: memFree=10529596/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=95468 CPUtime=101.72 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 15358 0 0 0 10157 15 0 0 18 0 4 0 622785927 97759232 15281 33554432000 134512640 135305190 4291798592 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 23867 15281 84 194 0 23671 0
[pid=9409/tid=9410] ppid=9406 vsize=95468 CPUtime=25.43 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 2866 0 0 0 2541 2 0 0 25 0 4 0 622785929 97759232 15281 33554432000 134512640 135305190 4291798592 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=95468 CPUtime=25.4 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 3956 0 0 0 2534 6 0 0 18 0 4 0 622785929 97759232 15281 33554432000 134512640 135305190 4291798592 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=95468 CPUtime=25.42 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 3687 0 0 0 2539 3 0 0 18 0 4 0 622785929 97759232 15281 33554432000 134512640 135305190 4291798592 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 104168

[startup+51.1006 s]
/proc/loadavg: 3.89 4.13 5.36 5/353 9414
/proc/meminfo: memFree=10505856/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=121244 CPUtime=204.08 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 21544 0 0 0 20385 23 0 0 18 0 4 0 622785927 124153856 21467 33554432000 134512640 135305190 4291798592 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 30311 21467 84 194 0 30115 0
[pid=9409/tid=9410] ppid=9406 vsize=121244 CPUtime=51.02 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 4151 0 0 0 5099 3 0 0 25 0 4 0 622785929 124153856 21467 33554432000 134512640 135305190 4291798592 18446744073709551615 134528356 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=121244 CPUtime=50.99 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 6360 0 0 0 5088 11 0 0 19 0 4 0 622785929 124153856 21467 33554432000 134512640 135305190 4291798592 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=121244 CPUtime=51.01 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 4988 0 0 0 5096 5 0 0 19 0 4 0 622785929 124153856 21467 33554432000 134512640 135305190 4291798592 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 129944

[startup+102.313 s]
/proc/loadavg: 3.95 4.11 5.29 5/353 9415
/proc/meminfo: memFree=10483400/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=143028 CPUtime=408.84 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 26686 0 0 0 40851 33 0 0 25 0 4 0 622785927 146460672 26609 33554432000 134512640 135305190 4291798592 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 35757 26609 84 194 0 35561 0
[pid=9409/tid=9410] ppid=9406 vsize=143028 CPUtime=102.2 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 4853 0 0 0 10216 4 0 0 25 0 4 0 622785929 146460672 26609 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=143028 CPUtime=102.18 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 8022 0 0 0 10201 17 0 0 19 0 4 0 622785929 146460672 26609 33554432000 134512640 135305190 4291798592 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=143028 CPUtime=102.2 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 6561 0 0 0 10214 6 0 0 18 0 4 0 622785929 146460672 26609 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.87
Current children cumulated vsize (KiB) 151728

[startup+162.301 s]
/proc/loadavg: 3.98 4.08 5.21 5/353 9417
/proc/meminfo: memFree=10452244/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=175624 CPUtime=648.73 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 34411 0 0 0 64829 44 0 0 25 0 4 0 622785927 179838976 34334 33554432000 134512640 135305190 4291798592 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 43906 34334 84 194 0 43710 0
[pid=9409/tid=9410] ppid=9406 vsize=175624 CPUtime=162.17 cores=0-7

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

/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34466 0 0 0 466130 70 0 0 25 0 4 0 622785929 908783616 202122 33554432000 134512640 135305190 4291798592 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18647.7
Current children cumulated vsize (KiB) 896184

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 9553
/proc/meminfo: memFree=9776400/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=889148 CPUtime=18887.7 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 202861 0 0 0 1888336 432 0 0 18 0 4 0 622785927 910487552 202742 33554432000 134512640 135305190 4291798592 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 222287 202742 84 194 0 222091 0
[pid=9409/tid=9410] ppid=9406 vsize=889148 CPUtime=4722.02 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 33311 0 0 0 472160 42 0 0 25 0 4 0 622785929 910487552 202742 33554432000 134512640 135305190 4291798592 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=889148 CPUtime=4721.55 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 97862 0 0 0 471903 252 0 0 24 0 4 0 622785929 910487552 202742 33554432000 134512640 135305190 4291798592 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=889148 CPUtime=4722.01 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34764 0 0 0 472131 70 0 0 25 0 4 0 622785929 910487552 202742 33554432000 134512640 135305190 4291798592 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18887.7
Current children cumulated vsize (KiB) 897848

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 9555
/proc/meminfo: memFree=9774144/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=891540 CPUtime=19127.6 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 203454 0 0 0 1912330 432 0 0 25 0 4 0 622785927 912936960 203335 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 222885 203335 84 194 0 222689 0
[pid=9409/tid=9410] ppid=9406 vsize=891540 CPUtime=4782 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 33681 0 0 0 478158 42 0 0 25 0 4 0 622785929 912936960 203335 33554432000 134512640 135305190 4291798592 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=891540 CPUtime=4781.53 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 97883 0 0 0 477901 252 0 0 25 0 4 0 622785929 912936960 203335 33554432000 134512640 135305190 4291798592 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=891540 CPUtime=4782 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34917 0 0 0 478130 70 0 0 25 0 4 0 622785929 912936960 203335 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19127.7
Current children cumulated vsize (KiB) 900240

[startup+4842.3 s]
/proc/loadavg: 4.08 4.03 4.01 5/353 9556
/proc/meminfo: memFree=9771640/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=895036 CPUtime=19367.6 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 204093 0 0 0 1936330 434 0 0 22 0 4 0 622785927 916516864 203974 33554432000 134512640 135305190 4291798592 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 223759 203974 84 194 0 223563 0
[pid=9409/tid=9410] ppid=9406 vsize=895036 CPUtime=4842.01 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34092 0 0 0 484158 43 0 0 25 0 4 0 622785929 916516864 203974 33554432000 134512640 135305190 4291798592 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=895036 CPUtime=4841.53 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 97889 0 0 0 483901 252 0 0 25 0 4 0 622785929 916516864 203974 33554432000 134512640 135305190 4291798592 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=895036 CPUtime=4842 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35139 0 0 0 484130 70 0 0 25 0 4 0 622785929 916516864 203974 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19367.7
Current children cumulated vsize (KiB) 903736

[startup+4902.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/353 9558
/proc/meminfo: memFree=9763796/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=902016 CPUtime=19607.6 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 206026 0 0 0 1960325 438 0 0 18 0 4 0 622785927 923664384 205907 33554432000 134512640 135305190 4291798592 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 225504 205907 84 194 0 225308 0
[pid=9409/tid=9410] ppid=9406 vsize=902016 CPUtime=4902.01 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34443 0 0 0 490158 43 0 0 25 0 4 0 622785929 923664384 205907 33554432000 134512640 135305190 4291798592 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=902016 CPUtime=4901.54 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 99023 0 0 0 489898 256 0 0 18 0 4 0 622785929 923664384 205907 33554432000 134512640 135305190 4291798592 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=902016 CPUtime=4902.01 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35455 0 0 0 490130 71 0 0 25 0 4 0 622785929 923664384 205907 33554432000 134512640 135305190 4291798592 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19607.7
Current children cumulated vsize (KiB) 910716

[startup+4962.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/353 9560
/proc/meminfo: memFree=9753724/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=912732 CPUtime=19847.6 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 208543 0 0 0 1984320 444 0 0 25 0 4 0 622785927 934637568 208424 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 228183 208424 84 194 0 227987 0
[pid=9409/tid=9410] ppid=9406 vsize=912732 CPUtime=4962 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 34897 0 0 0 496157 43 0 0 25 0 4 0 622785929 934637568 208424 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=912732 CPUtime=4961.54 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 100343 0 0 0 495894 260 0 0 25 0 4 0 622785929 934637568 208424 33554432000 134512640 135305190 4291798592 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=912732 CPUtime=4962.01 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35883 0 0 0 496130 71 0 0 25 0 4 0 622785929 934637568 208424 33554432000 134512640 135305190 4291798592 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19847.7
Current children cumulated vsize (KiB) 921432

[startup+5022.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/353 9561
/proc/meminfo: memFree=9733600/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=933512 CPUtime=20087.7 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 213558 0 0 0 2008313 452 0 0 25 0 4 0 622785927 955916288 213439 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 233378 213439 84 194 0 233182 0
[pid=9409/tid=9410] ppid=9406 vsize=933512 CPUtime=5022.01 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35686 0 0 0 502157 44 0 0 25 0 4 0 622785929 955916288 213439 33554432000 134512640 135305190 4291798592 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=933512 CPUtime=5021.53 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 102944 0 0 0 501889 264 0 0 25 0 4 0 622785929 955916288 213439 33554432000 134512640 135305190 4291798592 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=933512 CPUtime=5022.01 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 36680 0 0 0 502128 73 0 0 25 0 4 0 622785929 955916288 213439 33554432000 134512640 135305190 4291798592 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20087.7
Current children cumulated vsize (KiB) 942212

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 9563
/proc/meminfo: memFree=9726752/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=940924 CPUtime=20327.6 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 215278 0 0 0 2032309 455 0 0 25 0 4 0 622785927 963506176 215159 33554432000 134512640 135305190 4291798592 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 235231 215159 84 194 0 235035 0
[pid=9409/tid=9410] ppid=9406 vsize=940924 CPUtime=5082 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35905 0 0 0 508156 44 0 0 25 0 4 0 622785929 963506176 215159 33554432000 134512640 135305190 4291798592 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=940924 CPUtime=5081.53 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 103990 0 0 0 507886 267 0 0 25 0 4 0 622785929 963506176 215159 33554432000 134512640 135305190 4291798592 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=940924 CPUtime=5082.02 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 36878 0 0 0 508129 73 0 0 25 0 4 0 622785929 963506176 215159 33554432000 134512640 135305190 4291798592 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20327.7
Current children cumulated vsize (KiB) 949624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/353 9563
/proc/meminfo: memFree=9726244/32951124 swapFree=65980216/67111528
[pid=9406] ppid=9404 vsize=8700 CPUtime=0.03 cores=0-7
/proc/9406/stat : 9406 (manysat.sh) S 9404 9406 9380 0 -1 4202496 358 662 0 0 0 0 3 0 25 0 1 0 622785923 8908800 253 33554432000 4194304 4922060 140735341292880 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9406/statm: 2175 253 209 178 0 68 0
[pid=9409] ppid=9406 vsize=941668 CPUtime=20398.4 cores=0-7
/proc/9409/stat : 9409 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202496 215407 0 0 0 2039389 456 0 0 25 0 4 0 622785927 964268032 215288 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9409/statm: 235417 215288 84 194 0 235221 0
[pid=9409/tid=9410] ppid=9406 vsize=941668 CPUtime=5099.7 cores=0-7
/proc/9409/task/9410/stat : 9410 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 35905 0 0 0 509926 44 0 0 22 0 4 0 622785929 964268032 215288 33554432000 134512640 135305190 4291798592 18446744073709551615 134538599 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=941668 CPUtime=5099.24 cores=0-7
/proc/9409/task/9411/stat : 9411 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 103990 0 0 0 509657 267 0 0 25 0 4 0 622785929 964268032 215288 33554432000 134512640 135305190 4291798592 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=941668 CPUtime=5099.73 cores=0-7
/proc/9409/task/9412/stat : 9412 (manysat1.1_stat) R 9406 9406 9380 0 -1 4202560 37004 0 0 0 509900 73 0 0 25 0 4 0 622785929 964268032 215288 33554432000 134512640 135305190 4291798592 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20398.5
Current children cumulated vsize (KiB) 950368

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

Real time (s): 5100.03
CPU time (s): 20398.5
CPU user time (s): 20393.9
CPU system time (s): 4.56
CPU usage (%): 399.968
Max. virtual memory (cumulated for all children) (KiB): 950368

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

runsolver used 16.0796 second user time and 40.4259 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 18:21:45
IDJOB=3362342
IDBENCH=84237
IDSOLVER=1839
FILE ID=node142/3362342-1305303704
RUNJOBID= node142-1305303704-9394
PBS_JOBID= 13321461
Free space on /tmp= 47096 MiB

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

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1975617077

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10587700 kB
Buffers:        279232 kB
Cached:       17161608 kB
SwapCached:      11520 kB
Active:        9695552 kB
Inactive:     11956984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10587700 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            1616 kB
Writeback:           0 kB
AnonPages:     4209044 kB
Mapped:          19344 kB
Slab:           611924 kB
PageTables:      32236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77016564 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= 47092 MiB
End job on node142 at 2011-05-13 19:46:47