Trace number 3362354

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

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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 |    4577     9520 |    1373       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    3634     9851 |      --       0       --      -- |     --   | -93/2100
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 404   #clauses: 3634   #literals: 9851
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	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-3362354-1305303986/watcher-3362354-1305303986 -o /tmp/evaluation-result-3362354-1305303986/solver-3362354-1305303986 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362354-1305303986.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.54 4.08 5.46 3/281 30481
/proc/meminfo: memFree=29470604/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) R 30479 30481 30336 0 -1 4202496 338 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122534293 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0

[startup+0.049615 s]
/proc/loadavg: 3.54 4.08 5.46 3/281 30481
/proc/meminfo: memFree=29470604/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100595 s]
/proc/loadavg: 3.54 4.08 5.46 3/281 30481
/proc/meminfo: memFree=29470604/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300533 s]
/proc/loadavg: 3.54 4.08 5.46 3/281 30481
/proc/meminfo: memFree=29470604/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700463 s]
/proc/loadavg: 3.54 4.08 5.46 3/281 30481
/proc/meminfo: memFree=29470604/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 3.54 4.08 5.46 5/286 30487
/proc/meminfo: memFree=29460768/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=46636 CPUtime=5.93 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 3182 0 0 0 590 3 0 0 18 0 4 0 641996606 47755264 3132 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 11659 3132 84 194 0 11463 0
[pid=30483/tid=30485] ppid=30481 vsize=46636 CPUtime=1.48 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 618 0 0 0 148 0 0 0 18 0 4 0 641996606 47755264 3132 33554432000 134512640 135305190 4290316496 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=46636 CPUtime=1.47 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 741 0 0 0 146 1 0 0 18 0 4 0 641996606 47755264 3132 33554432000 134512640 135305190 4290316496 18446744073709551615 134553513 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=46636 CPUtime=1.48 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 741 0 0 0 147 1 0 0 19 0 4 0 641996606 47755264 3132 33554432000 134512640 135305190 4290316496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 55336

[startup+3.10103 s]
/proc/loadavg: 3.54 4.08 5.46 5/286 30487
/proc/meminfo: memFree=29454476/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=52612 CPUtime=12.33 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 4841 0 0 0 1228 5 0 0 18 0 4 0 641996606 53874688 4791 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 13153 4791 84 194 0 12957 0
[pid=30483/tid=30485] ppid=30481 vsize=52612 CPUtime=3.08 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 921 0 0 0 308 0 0 0 18 0 4 0 641996606 53874688 4791 33554432000 134512640 135305190 4290316496 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=52612 CPUtime=3.07 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 1266 0 0 0 305 2 0 0 18 0 4 0 641996606 53874688 4791 33554432000 134512640 135305190 4290316496 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=52612 CPUtime=3.07 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 1235 0 0 0 306 1 0 0 22 0 4 0 641996606 53874688 4791 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 61312

[startup+6.30046 s]
/proc/loadavg: 3.58 4.08 5.45 5/286 30487
/proc/meminfo: memFree=29443416/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=62336 CPUtime=25.12 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 7202 0 0 0 2504 8 0 0 18 0 4 0 641996606 63832064 7152 33554432000 134512640 135305190 4290316496 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 15584 7152 84 194 0 15388 0
[pid=30483/tid=30485] ppid=30481 vsize=62336 CPUtime=6.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 1560 0 0 0 627 0 0 0 18 0 4 0 641996606 63832064 7152 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=62336 CPUtime=6.26 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 1969 0 0 0 623 3 0 0 18 0 4 0 641996606 63832064 7152 33554432000 134512640 135305190 4290316496 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=62336 CPUtime=6.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 1697 0 0 0 626 2 0 0 19 0 4 0 641996606 63832064 7152 33554432000 134512640 135305190 4290316496 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 71036

[startup+12.7003 s]
/proc/loadavg: 3.61 4.08 5.44 5/286 30487
/proc/meminfo: memFree=29433856/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=71844 CPUtime=50.7 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 9252 0 0 0 5060 10 0 0 18 0 4 0 641996606 73568256 9202 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 17961 9202 84 194 0 17765 0
[pid=30483/tid=30485] ppid=30481 vsize=71844 CPUtime=12.67 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 2021 0 0 0 1266 1 0 0 18 0 4 0 641996606 73568256 9202 33554432000 134512640 135305190 4290316496 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=71844 CPUtime=12.66 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 2579 0 0 0 1262 4 0 0 18 0 4 0 641996606 73568256 9202 33554432000 134512640 135305190 4290316496 18446744073709551615 134570423 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=71844 CPUtime=12.67 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 2218 0 0 0 1265 2 0 0 19 0 4 0 641996606 73568256 9202 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 80544

[startup+25.501 s]
/proc/loadavg: 3.70 4.07 5.42 5/286 30487
/proc/meminfo: memFree=29424212/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=82100 CPUtime=101.89 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 11704 0 0 0 10174 15 0 0 18 0 4 0 641996606 84070400 11654 33554432000 134512640 135305190 4290316496 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 20525 11654 84 194 0 20329 0
[pid=30483/tid=30485] ppid=30481 vsize=82100 CPUtime=25.47 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 2598 0 0 0 2545 2 0 0 19 0 4 0 641996606 84070400 11654 33554432000 134512640 135305190 4290316496 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=82100 CPUtime=25.46 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 3403 0 0 0 2539 7 0 0 19 0 4 0 641996606 84070400 11654 33554432000 134512640 135305190 4290316496 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=82100 CPUtime=25.47 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 2787 0 0 0 2544 3 0 0 18 0 4 0 641996606 84070400 11654 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 90800

[startup+51.1004 s]
/proc/loadavg: 3.87 4.08 5.39 5/286 30488
/proc/meminfo: memFree=29404316/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=103568 CPUtime=204.26 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 16751 0 0 0 20402 24 0 0 19 0 4 0 641996606 106053632 16668 33554432000 134512640 135305190 4290316496 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 25892 16668 84 194 0 25696 0
[pid=30483/tid=30485] ppid=30481 vsize=103568 CPUtime=51.06 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 3690 0 0 0 5103 3 0 0 19 0 4 0 641996606 106053632 16668 33554432000 134512640 135305190 4290316496 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=103568 CPUtime=51.05 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 5583 0 0 0 5092 13 0 0 25 0 4 0 641996606 106053632 16668 33554432000 134512640 135305190 4290316496 18446744073709551615 134552906 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=103568 CPUtime=51.06 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 3663 0 0 0 5102 4 0 0 25 0 4 0 641996606 106053632 16668 33554432000 134512640 135305190 4290316496 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.26
Current children cumulated vsize (KiB) 112268

[startup+102.311 s]
/proc/loadavg: 3.94 4.07 5.31 5/286 30489
/proc/meminfo: memFree=29385300/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=122368 CPUtime=409.09 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 21277 0 0 0 40878 31 0 0 18 0 4 0 641996606 125304832 21194 33554432000 134512640 135305190 4290316496 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 30592 21194 84 194 0 30396 0
[pid=30483/tid=30485] ppid=30481 vsize=122368 CPUtime=102.26 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 4484 0 0 0 10223 3 0 0 18 0 4 0 641996606 125304832 21194 33554432000 134512640 135305190 4290316496 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=122368 CPUtime=102.25 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 7192 0 0 0 10208 17 0 0 25 0 4 0 641996606 125304832 21194 33554432000 134512640 135305190 4290316496 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=122368 CPUtime=102.27 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 4606 0 0 0 10222 5 0 0 23 0 4 0 641996606 125304832 21194 33554432000 134512640 135305190 4290316496 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 409.09
Current children cumulated vsize (KiB) 131068

[startup+162.3 s]
/proc/loadavg: 3.98 4.05 5.23 5/286 30491
/proc/meminfo: memFree=29368528/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=142236 CPUtime=649.02 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 25802 0 0 0 64865 37 0 0 18 0 4 0 641996606 145649664 25691 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 35559 25691 84 194 0 35363 0
[pid=30483/tid=30485] ppid=30481 vsize=142236 CPUtime=162.24 cores=0-7

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

/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21582 0 0 0 466205 24 0 0 25 0 4 0 641996606 595587072 126338 33554432000 134512640 135305190 4290316496 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18648.9
Current children cumulated vsize (KiB) 590328

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30625
/proc/meminfo: memFree=28959268/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=584896 CPUtime=18888.9 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128291 0 0 0 1888634 257 0 0 18 0 4 0 641996606 598933504 127050 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146224 127050 84 194 0 146028 0
[pid=30483/tid=30485] ppid=30481 vsize=584896 CPUtime=4722.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22482 0 0 0 472200 27 0 0 25 0 4 0 641996606 598933504 127050 33554432000 134512640 135305190 4290316496 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=584896 CPUtime=4722.05 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61681 0 0 0 472032 173 0 0 25 0 4 0 641996606 598933504 127050 33554432000 134512640 135305190 4290316496 18446744073709551615 134538165 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=584896 CPUtime=4722.29 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21907 0 0 0 472205 24 0 0 25 0 4 0 641996606 598933504 127050 33554432000 134512640 135305190 4290316496 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18888.9
Current children cumulated vsize (KiB) 593596

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30626
/proc/meminfo: memFree=28958104/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=585776 CPUtime=19128.8 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128561 0 0 0 1912626 258 0 0 25 0 4 0 641996606 599834624 127320 33554432000 134512640 135305190 4290316496 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146444 127320 84 194 0 146248 0
[pid=30483/tid=30485] ppid=30481 vsize=585776 CPUtime=4782.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22624 0 0 0 478199 28 0 0 20 0 4 0 641996606 599834624 127320 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=585776 CPUtime=4782.02 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61696 0 0 0 478029 173 0 0 25 0 4 0 641996606 599834624 127320 33554432000 134512640 135305190 4290316496 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=585776 CPUtime=4782.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21992 0 0 0 478203 25 0 0 25 0 4 0 641996606 599834624 127320 33554432000 134512640 135305190 4290316496 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19128.8
Current children cumulated vsize (KiB) 594476

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30628
/proc/meminfo: memFree=28957556/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=585992 CPUtime=19368.8 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128649 0 0 0 1936626 258 0 0 25 0 4 0 641996606 600055808 127408 33554432000 134512640 135305190 4290316496 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146498 127408 84 194 0 146302 0
[pid=30483/tid=30485] ppid=30481 vsize=585992 CPUtime=4842.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22680 0 0 0 484199 28 0 0 25 0 4 0 641996606 600055808 127408 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=585992 CPUtime=4842.02 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61696 0 0 0 484029 173 0 0 25 0 4 0 641996606 600055808 127408 33554432000 134512640 135305190 4290316496 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=585992 CPUtime=4842.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21992 0 0 0 484203 25 0 0 25 0 4 0 641996606 600055808 127408 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19368.8
Current children cumulated vsize (KiB) 594692

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30629
/proc/meminfo: memFree=28957256/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=586280 CPUtime=19608.8 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128710 0 0 0 1960627 258 0 0 25 0 4 0 641996606 600350720 127469 33554432000 134512640 135305190 4290316496 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146570 127469 84 194 0 146374 0
[pid=30483/tid=30485] ppid=30481 vsize=586280 CPUtime=4902.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22707 0 0 0 490199 28 0 0 25 0 4 0 641996606 600350720 127469 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=586280 CPUtime=4902.02 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61697 0 0 0 490029 173 0 0 20 0 4 0 641996606 600350720 127469 33554432000 134512640 135305190 4290316496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=586280 CPUtime=4902.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21993 0 0 0 490203 25 0 0 25 0 4 0 641996606 600350720 127469 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19608.8
Current children cumulated vsize (KiB) 594980

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30631
/proc/meminfo: memFree=28956944/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=586496 CPUtime=19848.9 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128790 0 0 0 1984627 259 0 0 19 0 4 0 641996606 600571904 127549 33554432000 134512640 135305190 4290316496 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146624 127549 84 194 0 146428 0
[pid=30483/tid=30485] ppid=30481 vsize=586496 CPUtime=4962.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22765 0 0 0 496199 28 0 0 25 0 4 0 641996606 600571904 127549 33554432000 134512640 135305190 4290316496 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=586496 CPUtime=4962.01 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61697 0 0 0 496028 173 0 0 25 0 4 0 641996606 600571904 127549 33554432000 134512640 135305190 4290316496 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=586496 CPUtime=4962.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21993 0 0 0 496203 25 0 0 25 0 4 0 641996606 600571904 127549 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19848.9
Current children cumulated vsize (KiB) 595196

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/286 30633
/proc/meminfo: memFree=28956532/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=586496 CPUtime=20088.9 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 128930 0 0 0 2008627 259 0 0 18 0 4 0 641996606 600571904 127689 33554432000 134512640 135305190 4290316496 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146624 127689 84 194 0 146428 0
[pid=30483/tid=30485] ppid=30481 vsize=586496 CPUtime=5022.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22836 0 0 0 502199 28 0 0 18 0 4 0 641996606 600571904 127689 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=586496 CPUtime=5022.02 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61697 0 0 0 502028 174 0 0 25 0 4 0 641996606 600571904 127689 33554432000 134512640 135305190 4290316496 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=586496 CPUtime=5022.28 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21993 0 0 0 502203 25 0 0 25 0 4 0 641996606 600571904 127689 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20088.9
Current children cumulated vsize (KiB) 595196

[startup+5082.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/286 30634
/proc/meminfo: memFree=28955864/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=587620 CPUtime=20328.9 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 129118 0 0 0 2032627 260 0 0 23 0 4 0 641996606 601722880 127877 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146905 127877 84 194 0 146709 0
[pid=30483/tid=30485] ppid=30481 vsize=587620 CPUtime=5082.27 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22950 0 0 0 508199 28 0 0 25 0 4 0 641996606 601722880 127877 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=587620 CPUtime=5082.02 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61698 0 0 0 508028 174 0 0 25 0 4 0 641996606 601722880 127877 33554432000 134512640 135305190 4290316496 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=587620 CPUtime=5082.29 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21994 0 0 0 508204 25 0 0 25 0 4 0 641996606 601722880 127877 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20328.9
Current children cumulated vsize (KiB) 596320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.02 4.01 4.00 5/286 30635
/proc/meminfo: memFree=28955736/32951124 swapFree=54427468/67111528
[pid=30481] ppid=30479 vsize=8700 CPUtime=0 cores=0-7
/proc/30481/stat : 30481 (manysat.sh) S 30479 30481 30336 0 -1 4202496 357 252 0 0 0 0 0 0 22 0 1 0 641996605 8908800 253 33554432000 4194304 4922060 140733778544144 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30481/statm: 2175 253 209 178 0 68 0
[pid=30483] ppid=30481 vsize=587620 CPUtime=20399.7 cores=0-7
/proc/30483/stat : 30483 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202496 129140 0 0 0 2039711 260 0 0 25 0 4 0 641996606 601722880 127899 33554432000 134512640 135305190 4290316496 18446744073709551615 134528438 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30483/statm: 146905 127899 84 194 0 146709 0
[pid=30483/tid=30485] ppid=30481 vsize=587620 CPUtime=5099.98 cores=0-7
/proc/30483/task/30485/stat : 30485 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 22950 0 0 0 509970 28 0 0 25 0 4 0 641996606 601722880 127899 33554432000 134512640 135305190 4290316496 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30483/tid=30486] ppid=30481 vsize=587620 CPUtime=5099.73 cores=0-7
/proc/30483/task/30486/stat : 30486 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 61698 0 0 0 509799 174 0 0 25 0 4 0 641996606 601722880 127899 33554432000 134512640 135305190 4290316496 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30483/tid=30487] ppid=30481 vsize=587620 CPUtime=5100 cores=0-7
/proc/30483/task/30487/stat : 30487 (manysat1.1_stat) R 30481 30481 30336 0 -1 4202560 21994 0 0 0 509975 25 0 0 25 0 4 0 641996606 601722880 127899 33554432000 134512640 135305190 4290316496 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20399.7
Current children cumulated vsize (KiB) 596320

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

Real time (s): 5100.02
CPU time (s): 20399.7
CPU user time (s): 20397.1
CPU system time (s): 2.6
CPU usage (%): 399.992
Max. virtual memory (cumulated for all children) (KiB): 596320

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

runsolver used 13.184 second user time and 33.192 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 18:26:26
IDJOB=3362354
IDBENCH=84808
IDSOLVER=1839
FILE ID=node138/3362354-1305303986
RUNJOBID= node138-1305303244-30350
PBS_JOBID= 13321455
Free space on /tmp= 47588 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362354-1305303986/watcher-3362354-1305303986 -o /tmp/evaluation-result-3362354-1305303986/solver-3362354-1305303986 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362354-1305303986.cnf aimd 1

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=944190400

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29470752 kB
Buffers:        213072 kB
Cached:        3037984 kB
SwapCached:      18472 kB
Active:         687720 kB
Inactive:      2585604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29470752 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:       15616 kB
Mapped:           8596 kB
Slab:           104764 kB
PageTables:      39952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39469276 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= 47588 MiB
End job on node138 at 2011-05-13 19:51:28