Trace number 3362187

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.3 1205.63

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.89/2.98	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.89/2.98	c ==============================================================================
2.89/2.98	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.89/2.98	c CPU time:   2.90456 s
2.89/2.98	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-3362187-1305299573/watcher-3362187-1305299573 -o /tmp/evaluation-result-3362187-1305299573/solver-3362187-1305299573 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362187-1305299573.cnf aimd 1 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.48 7.80 7.59 5/295 20556
/proc/meminfo: memFree=24080480/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0

[startup+0.097652 s]
/proc/loadavg: 7.48 7.80 7.59 5/295 20556
/proc/meminfo: memFree=24080480/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100648 s]
/proc/loadavg: 7.48 7.80 7.59 5/295 20556
/proc/meminfo: memFree=24080480/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300613 s]
/proc/loadavg: 7.48 7.80 7.59 5/295 20556
/proc/meminfo: memFree=24080480/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70054 s]
/proc/loadavg: 7.48 7.80 7.59 5/295 20556
/proc/meminfo: memFree=24080480/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50039 s]
/proc/loadavg: 7.29 7.75 7.58 6/297 20558
/proc/meminfo: memFree=23993420/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
[pid=20557] ppid=20556 vsize=93248 CPUtime=1.49 cores=1,3,5,7
/proc/20557/stat : 20557 (SatElite) R 20556 20556 19790 0 -1 4202496 21876 0 0 0 144 5 0 0 25 0 1 0 622373221 95485952 20312 33554432000 134512640 135034092 4292101152 18446744073709551615 134679760 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20557/statm: 23312 20312 68 128 0 23182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101948

[startup+3.1011 s]
/proc/loadavg: 7.29 7.75 7.58 6/297 20558
/proc/meminfo: memFree=23978912/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622373221 8908800 250 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/20556/statm: 2175 250 209 178 0 68 0
[pid=20557] ppid=20556 vsize=95336 CPUtime=3.09 cores=1,3,5,7
/proc/20557/stat : 20557 (SatElite) R 20556 20556 19790 0 -1 4202496 25787 0 0 0 301 8 0 0 25 0 1 0 622373221 97624064 20773 33554432000 134512640 135034092 4292101152 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/20557/statm: 23834 20773 68 128 0 23704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104036

[startup+6.30048 s]
/proc/loadavg: 7.34 7.75 7.58 9/300 20562
/proc/meminfo: memFree=23978236/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=116464 CPUtime=11.57 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 20022 0 0 0 1141 16 0 0 19 0 4 0 622373538 119259136 19915 33554432000 134512640 135305190 4293862528 18446744073709551615 134530621 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20559/statm: 29116 19915 84 194 0 28920 0
[pid=20559/tid=20560] ppid=20556 vsize=116464 CPUtime=2.8 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 1335 0 0 0 277 3 0 0 23 0 4 0 622373567 119259136 19915 33554432000 134512640 135305190 4293862528 18446744073709551615 134528609 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=116464 CPUtime=2.81 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 1436 0 0 0 278 3 0 0 24 0 4 0 622373567 119259136 19915 33554432000 134512640 135305190 4293862528 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=116464 CPUtime=2.81 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 1370 0 0 0 278 3 0 0 23 0 4 0 622373567 119259136 19915 33554432000 134512640 135305190 4293862528 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 125164

[startup+12.7003 s]
/proc/loadavg: 7.39 7.76 7.58 9/300 20562
/proc/meminfo: memFree=23961000/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=132664 CPUtime=37.11 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 23969 0 0 0 3691 20 0 0 25 0 4 0 622373538 135847936 23828 33554432000 134512640 135305190 4293862528 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20559/statm: 33166 23828 84 194 0 32970 0
[pid=20559/tid=20560] ppid=20556 vsize=132664 CPUtime=9.2 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 2000 0 0 0 916 4 0 0 25 0 4 0 622373567 135847936 23828 33554432000 134512640 135305190 4293862528 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=132664 CPUtime=9.22 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 2688 0 0 0 917 5 0 0 25 0 4 0 622373567 135847936 23828 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=132664 CPUtime=9.14 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 2380 0 0 0 911 3 0 0 25 0 4 0 622373567 135847936 23828 33554432000 134512640 135305190 4293862528 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.25
Current children cumulated vsize (KiB) 141364

[startup+25.5009 s]
/proc/loadavg: 7.53 7.77 7.59 9/300 20562
/proc/meminfo: memFree=23926028/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=154624 CPUtime=88.17 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 29360 0 0 0 8792 25 0 0 25 0 4 0 622373538 158334976 29219 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20559/statm: 38656 29219 84 194 0 38460 0
[pid=20559/tid=20560] ppid=20556 vsize=154624 CPUtime=22 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 2646 0 0 0 2195 5 0 0 25 0 4 0 622373567 158334976 29219 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=154624 CPUtime=22.02 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 5100 0 0 0 2195 7 0 0 25 0 4 0 622373567 158334976 29219 33554432000 134512640 135305190 4293862528 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=154624 CPUtime=21.82 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 3555 0 0 0 2177 5 0 0 25 0 4 0 622373567 158334976 29219 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 91.31
Current children cumulated vsize (KiB) 163324

[startup+51.1012 s]
/proc/loadavg: 7.82 7.82 7.61 9/300 20563
/proc/meminfo: memFree=23839104/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=194648 CPUtime=190.31 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 39426 0 0 0 18999 32 0 0 25 0 4 0 622373538 199319552 39285 33554432000 134512640 135305190 4293862528 18446744073709551615 134529496 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20559/statm: 48662 39285 84 194 0 48466 0
[pid=20559/tid=20560] ppid=20556 vsize=194648 CPUtime=47.59 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 3993 0 0 0 4752 7 0 0 25 0 4 0 622373567 199319552 39285 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=194648 CPUtime=47.62 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 9288 0 0 0 4753 9 0 0 25 0 4 0 622373567 199319552 39285 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=194648 CPUtime=47.19 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 5799 0 0 0 4712 7 0 0 25 0 4 0 622373567 199319552 39285 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 193.45
Current children cumulated vsize (KiB) 203348

[startup+102.311 s]
/proc/loadavg: 7.97 7.86 7.63 9/300 20564
/proc/meminfo: memFree=23735296/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=229220 CPUtime=394.59 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 48068 0 0 0 39419 40 0 0 25 0 4 0 622373538 234721280 47927 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/20559/statm: 57305 47927 84 194 0 57109 0
[pid=20559/tid=20560] ppid=20556 vsize=229220 CPUtime=98.79 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 5589 0 0 0 9871 8 0 0 19 0 4 0 622373567 234721280 47927 33554432000 134512640 135305190 4293862528 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=229220 CPUtime=98.78 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 11431 0 0 0 9867 11 0 0 20 0 4 0 622373567 234721280 47927 33554432000 134512640 135305190 4293862528 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=229220 CPUtime=97.91 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 8142 0 0 0 9782 9 0 0 25 0 4 0 622373567 234721280 47927 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 397.73
Current children cumulated vsize (KiB) 237920

[startup+162.301 s]
/proc/loadavg: 8.03 7.90 7.66 9/300 20566
/proc/meminfo: memFree=23642616/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=237216 CPUtime=633.96 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 49717 0 0 0 63351 45 0 0 25 0 4 0 622373538 242909184 49576 33554432000 134512640 135305190 4293862528 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 59304 49576 84 194 0 59108 0
[pid=20559/tid=20560] ppid=20556 vsize=237216 CPUtime=158.5 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 5821 0 0 0 15841 9 0 0 25 0 4 0 622373567 242909184 49576 33554432000 134512640 135305190 4293862528 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=237216 CPUtime=158.76 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 12206 0 0 0 15864 12 0 0 25 0 4 0 622373567 242909184 49576 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=237216 CPUtime=157.6 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 8395 0 0 0 15750 10 0 0 25 0 4 0 622373567 242909184 49576 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 637.1
Current children cumulated vsize (KiB) 245916

[startup+222.301 s]
/proc/loadavg: 8.01 7.91 7.67 9/300 20568
/proc/meminfo: memFree=23519772/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7

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

/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 21035 0 0 0 75525 24 0 0 25 0 4 0 622373567 449847296 99630 33554432000 134512640 135305190 4293862528 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3031.36
Current children cumulated vsize (KiB) 448004

[startup+822.301 s]
/proc/loadavg: 8.17 8.10 7.87 9/300 20587
/proc/meminfo: memFree=23037940/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=462864 CPUtime=3267.54 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 105614 0 0 0 326643 111 0 0 25 0 4 0 622373538 473972736 105473 33554432000 134512640 135305190 4293862528 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 115716 105473 84 194 0 115520 0
[pid=20559/tid=20560] ppid=20556 vsize=462864 CPUtime=816.94 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 17875 0 0 0 81673 21 0 0 25 0 4 0 622373567 473972736 105473 33554432000 134512640 135305190 4293862528 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=462864 CPUtime=816.15 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 25710 0 0 0 81588 27 0 0 25 0 4 0 622373567 473972736 105473 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=462864 CPUtime=815.45 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 22990 0 0 0 81519 26 0 0 25 0 4 0 622373567 473972736 105473 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3270.68
Current children cumulated vsize (KiB) 471564

[startup+882.301 s]
/proc/loadavg: 8.22 8.13 7.89 9/300 20588
/proc/meminfo: memFree=23025464/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=467328 CPUtime=3506.97 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 106493 0 0 0 350584 113 0 0 25 0 4 0 622373538 478543872 106352 33554432000 134512640 135305190 4293862528 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 116832 106352 84 194 0 116636 0
[pid=20559/tid=20560] ppid=20556 vsize=467328 CPUtime=876.39 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 17974 0 0 0 87618 21 0 0 25 0 4 0 622373567 478543872 106352 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=467328 CPUtime=876.14 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 25931 0 0 0 87587 27 0 0 25 0 4 0 622373567 478543872 106352 33554432000 134512640 135305190 4293862528 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=467328 CPUtime=875.45 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 23087 0 0 0 87519 26 0 0 25 0 4 0 622373567 478543872 106352 33554432000 134512640 135305190 4293862528 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3510.11
Current children cumulated vsize (KiB) 476028

[startup+942.301 s]
/proc/loadavg: 8.15 8.12 7.90 9/300 20590
/proc/meminfo: memFree=23002952/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=475280 CPUtime=3746.43 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 108381 0 0 0 374527 116 0 0 25 0 4 0 622373538 486686720 108240 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 118820 108240 84 194 0 118624 0
[pid=20559/tid=20560] ppid=20556 vsize=475280 CPUtime=935.85 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 18391 0 0 0 93563 22 0 0 25 0 4 0 622373567 486686720 108240 33554432000 134512640 135305190 4293862528 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=475280 CPUtime=936.15 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 26416 0 0 0 93587 28 0 0 25 0 4 0 622373567 486686720 108240 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=475280 CPUtime=935.45 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 23290 0 0 0 93518 27 0 0 25 0 4 0 622373567 486686720 108240 33554432000 134512640 135305190 4293862528 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3749.57
Current children cumulated vsize (KiB) 483980

[startup+1002.3 s]
/proc/loadavg: 8.16 8.12 7.92 9/300 20591
/proc/meminfo: memFree=22971884/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=489200 CPUtime=3985.87 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 112036 0 0 0 398466 121 0 0 25 0 4 0 622373538 500940800 111895 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 122300 111895 84 194 0 122104 0
[pid=20559/tid=20560] ppid=20556 vsize=489200 CPUtime=995.29 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 19018 0 0 0 99506 23 0 0 25 0 4 0 622373567 500940800 111895 33554432000 134512640 135305190 4293862528 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=489200 CPUtime=996.14 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 27819 0 0 0 99585 29 0 0 25 0 4 0 622373567 500940800 111895 33554432000 134512640 135305190 4293862528 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=489200 CPUtime=995.45 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 24119 0 0 0 99517 28 0 0 25 0 4 0 622373567 500940800 111895 33554432000 134512640 135305190 4293862528 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3989.01
Current children cumulated vsize (KiB) 497900

[startup+1062.3 s]
/proc/loadavg: 8.03 8.07 7.91 9/300 20626
/proc/meminfo: memFree=24009116/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=522624 CPUtime=4225.29 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 120268 0 0 0 422399 130 0 0 25 0 4 0 622373538 535166976 120127 33554432000 134512640 135305190 4293862528 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/20559/statm: 130656 120127 84 194 0 130460 0
[pid=20559/tid=20560] ppid=20556 vsize=522624 CPUtime=1054.74 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 20576 0 0 0 105449 25 0 0 25 0 4 0 622373567 535166976 120127 33554432000 134512640 135305190 4293862528 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=522624 CPUtime=1056.14 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 30898 0 0 0 105582 32 0 0 25 0 4 0 622373567 535166976 120127 33554432000 134512640 135305190 4293862528 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=522624 CPUtime=1055.41 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 25922 0 0 0 105511 30 0 0 25 0 4 0 622373567 535166976 120127 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4228.43
Current children cumulated vsize (KiB) 531324

[startup+1122.3 s]
/proc/loadavg: 8.01 8.06 7.91 9/300 20628
/proc/meminfo: memFree=23930424/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=540100 CPUtime=4464.67 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 124464 0 0 0 446333 134 0 0 25 0 4 0 622373538 553062400 124323 33554432000 134512640 135305190 4293862528 18446744073709551615 134530694 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20559/statm: 135025 124323 84 194 0 134829 0
[pid=20559/tid=20560] ppid=20556 vsize=540100 CPUtime=1114.53 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 21227 0 0 0 111427 26 0 0 25 0 4 0 622373567 553062400 124323 33554432000 134512640 135305190 4293862528 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=540100 CPUtime=1116.11 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 32389 0 0 0 111578 33 0 0 25 0 4 0 622373567 553062400 124323 33554432000 134512640 135305190 4293862528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=540100 CPUtime=1115.41 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 27004 0 0 0 111510 31 0 0 25 0 4 0 622373567 553062400 124323 33554432000 134512640 135305190 4293862528 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4467.81
Current children cumulated vsize (KiB) 548800

[startup+1182.3 s]
/proc/loadavg: 8.12 8.08 7.92 9/300 20629
/proc/meminfo: memFree=23884092/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=542256 CPUtime=4704.14 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 124997 0 0 0 470279 135 0 0 25 0 4 0 622373538 555270144 124856 33554432000 134512640 135305190 4293862528 18446744073709551615 134834446 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20559/statm: 135564 124856 84 194 0 135368 0
[pid=20559/tid=20560] ppid=20556 vsize=542256 CPUtime=1174.54 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 21571 0 0 0 117427 27 0 0 25 0 4 0 622373567 555270144 124856 33554432000 134512640 135305190 4293862528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=542256 CPUtime=1176.11 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 32490 0 0 0 117578 33 0 0 25 0 4 0 622373567 555270144 124856 33554432000 134512640 135305190 4293862528 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=542256 CPUtime=1175.41 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 27083 0 0 0 117510 31 0 0 25 0 4 0 622373567 555270144 124856 33554432000 134512640 135305190 4293862528 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4707.28
Current children cumulated vsize (KiB) 550956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.61 s]
/proc/loadavg: 8.08 8.07 7.92 9/300 20630
/proc/meminfo: memFree=23880092/32951124 swapFree=63485424/67111528
[pid=20556] ppid=20554 vsize=8700 CPUtime=3.14 cores=1,3,5,7
/proc/20556/stat : 20556 (manysat.sh) S 20554 20556 19790 0 -1 4202496 357 25790 0 0 0 0 306 8 18 0 1 0 622373221 8908800 253 33554432000 4194304 4922060 140737166431888 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20556/statm: 2175 253 209 178 0 68 0
[pid=20559] ppid=20556 vsize=543072 CPUtime=4797.16 cores=1,3,5,7
/proc/20559/stat : 20559 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202496 125188 0 0 0 479580 136 0 0 25 0 4 0 622373538 556105728 125047 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/20559/statm: 135768 125047 84 194 0 135572 0
[pid=20559/tid=20560] ppid=20556 vsize=543072 CPUtime=1197.83 cores=1,3,5,7
/proc/20559/task/20560/stat : 20560 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 21574 0 0 0 119756 27 0 0 25 0 4 0 622373567 556105728 125047 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=20559/tid=20561] ppid=20556 vsize=543072 CPUtime=1199.43 cores=1,3,5,7
/proc/20559/task/20561/stat : 20561 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 32555 0 0 0 119910 33 0 0 25 0 4 0 622373567 556105728 125047 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=20559/tid=20562] ppid=20556 vsize=543072 CPUtime=1198.74 cores=1,3,5,7
/proc/20559/task/20562/stat : 20562 (manysat1.1_stat) R 20556 20556 19790 0 -1 4202560 27169 0 0 0 119842 32 0 0 25 0 4 0 622373567 556105728 125047 33554432000 134512640 135305190 4293862528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 551772

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

Real time (s): 1205.63
CPU time (s): 4800.3
CPU user time (s): 4798.86
CPU system time (s): 1.44
CPU usage (%): 398.156
Max. virtual memory (cumulated for all children) (KiB): 551772

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

runsolver used 3.05653 second user time and 7.92779 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:12:53
IDJOB=3362187
IDBENCH=82481
IDSOLVER=1838
FILE ID=node147/3362187-1305299573
RUNJOBID= node147-1305296390-19809
PBS_JOBID= 13321406
Free space on /tmp= 52492 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362187-1305299573/watcher-3362187-1305299573 -o /tmp/evaluation-result-3362187-1305299573/solver-3362187-1305299573 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362187-1305299573.cnf aimd 1

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=2072664073

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      24080628 kB
Buffers:        234916 kB
Cached:        4883780 kB
SwapCached:      13132 kB
Active:        1922452 kB
Inactive:      6719704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24080628 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           15424 kB
Writeback:           0 kB
AnonPages:     3519168 kB
Mapped:          15348 kB
Slab:           136356 kB
PageTables:      29344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45386836 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= 52508 MiB
End job on node147 at 2011-05-13 17:33:01