Trace number 3361931

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.1 1204.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  225114   525266 |   67534       0        0     nan |  0.000 % |
1.10/1.11	c |         0 |  139451   431015 |      --       0       --      -- |     --   | -85661/-94246
1.10/1.11	c ==============================================================================
1.10/1.11	c Result  :   #vars: 27388   #clauses: 139451   #literals: 431015
1.10/1.11	c CPU time:   1.07984 s
1.10/1.11	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-3361931-1305297004/watcher-3361931-1305297004 -o /tmp/evaluation-result-3361931-1305297004/solver-3361931-1305297004 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361931-1305297004.cnf aimd 1 

running on 4 cores: 0,2,4,6

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: 8.04 7.03 3.87 6/292 29213
/proc/meminfo: memFree=28999500/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641298384 8908800 249 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29213/statm: 2175 249 209 178 0 68 0

[startup+0.0458589 s]
/proc/loadavg: 8.04 7.03 3.87 6/292 29213
/proc/meminfo: memFree=28999500/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641298384 8908800 249 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29213/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10085 s]
/proc/loadavg: 8.04 7.03 3.87 6/292 29213
/proc/meminfo: memFree=28999500/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641298384 8908800 249 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29213/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300812 s]
/proc/loadavg: 8.04 7.03 3.87 6/292 29213
/proc/meminfo: memFree=28999500/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641298384 8908800 249 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29213/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70075 s]
/proc/loadavg: 8.04 7.03 3.87 6/292 29213
/proc/meminfo: memFree=28999500/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641298384 8908800 249 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29213/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 7.88 7.01 3.88 6/294 29216
/proc/meminfo: memFree=28956084/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 8700

[startup+3.10027 s]
/proc/loadavg: 7.88 7.01 3.88 10/297 29220
/proc/meminfo: memFree=28941304/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=86080 CPUtime=6.97 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 12707 0 0 0 687 10 0 0 20 0 4 0 641298506 88145920 12656 33554432000 134512640 135305190 4288195456 18446744073709551615 134556926 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 21520 12656 84 194 0 21324 0
[pid=29217/tid=29218] ppid=29213 vsize=86080 CPUtime=1.68 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 745 0 0 0 166 2 0 0 20 0 4 0 641298523 88145920 12656 33554432000 134512640 135305190 4288195456 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=86080 CPUtime=1.69 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 858 0 0 0 167 2 0 0 20 0 4 0 641298523 88145920 12656 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=86080 CPUtime=1.69 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 756 0 0 0 168 1 0 0 18 0 4 0 641298523 88145920 12656 33554432000 134512640 135305190 4288195456 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 94780

[startup+6.30069 s]
/proc/loadavg: 7.88 7.01 3.88 9/297 29220
/proc/meminfo: memFree=28929888/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=96876 CPUtime=19.73 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 15267 0 0 0 1962 11 0 0 25 0 4 0 641298506 99201024 15216 33554432000 134512640 135305190 4288195456 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 24219 15216 84 194 0 24023 0
[pid=29217/tid=29218] ppid=29213 vsize=96876 CPUtime=4.86 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 1275 0 0 0 483 3 0 0 25 0 4 0 641298523 99201024 15216 33554432000 134512640 135305190 4288195456 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=96876 CPUtime=4.89 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 1768 0 0 0 487 2 0 0 25 0 4 0 641298523 99201024 15216 33554432000 134512640 135305190 4288195456 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=96876 CPUtime=4.89 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 1202 0 0 0 488 1 0 0 25 0 4 0 641298523 99201024 15216 33554432000 134512640 135305190 4288195456 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.93
Current children cumulated vsize (KiB) 105576

[startup+12.7005 s]
/proc/loadavg: 7.98 7.06 3.93 9/297 29220
/proc/meminfo: memFree=28915016/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=109196 CPUtime=45.27 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 18381 0 0 0 4514 13 0 0 25 0 4 0 641298506 111816704 18330 33554432000 134512640 135305190 4288195456 18446744073709551615 134556831 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 27299 18330 84 194 0 27103 0
[pid=29217/tid=29218] ppid=29213 vsize=109196 CPUtime=11.19 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 2016 0 0 0 1116 3 0 0 25 0 4 0 641298523 111816704 18330 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=109196 CPUtime=11.29 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 2476 0 0 0 1127 2 0 0 25 0 4 0 641298523 111816704 18330 33554432000 134512640 135305190 4288195456 18446744073709551615 134555106 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=109196 CPUtime=11.3 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 1960 0 0 0 1128 2 0 0 25 0 4 0 641298523 111816704 18330 33554432000 134512640 135305190 4288195456 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.47
Current children cumulated vsize (KiB) 117896

[startup+25.5012 s]
/proc/loadavg: 7.98 7.09 3.98 9/297 29220
/proc/meminfo: memFree=28881408/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=139920 CPUtime=96.35 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 25975 0 0 0 9619 16 0 0 25 0 4 0 641298506 143278080 25924 33554432000 134512640 135305190 4288195456 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 34980 25924 84 194 0 34784 0
[pid=29217/tid=29218] ppid=29213 vsize=139920 CPUtime=23.87 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 3535 0 0 0 2383 4 0 0 25 0 4 0 641298523 143278080 25924 33554432000 134512640 135305190 4288195456 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=139920 CPUtime=24.09 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 5442 0 0 0 2406 3 0 0 25 0 4 0 641298523 143278080 25924 33554432000 134512640 135305190 4288195456 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=139920 CPUtime=24.1 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 3434 0 0 0 2407 3 0 0 25 0 4 0 641298523 143278080 25924 33554432000 134512640 135305190 4288195456 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 97.55
Current children cumulated vsize (KiB) 148620

[startup+51.1005 s]
/proc/loadavg: 8.05 7.18 4.09 9/297 29221
/proc/meminfo: memFree=28823228/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=174088 CPUtime=198.49 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 34639 0 0 0 19827 22 0 0 25 0 4 0 641298506 178266112 34588 33554432000 134512640 135305190 4288195456 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 43522 34588 84 194 0 43326 0
[pid=29217/tid=29218] ppid=29213 vsize=174088 CPUtime=49.22 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 5249 0 0 0 4917 5 0 0 25 0 4 0 641298523 178266112 34588 33554432000 134512640 135305190 4288195456 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=174088 CPUtime=49.69 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 8978 0 0 0 4964 5 0 0 25 0 4 0 641298523 178266112 34588 33554432000 134512640 135305190 4288195456 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=174088 CPUtime=49.69 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 5038 0 0 0 4965 4 0 0 25 0 4 0 641298523 178266112 34588 33554432000 134512640 135305190 4288195456 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.69
Current children cumulated vsize (KiB) 182788

[startup+102.311 s]
/proc/loadavg: 8.06 7.33 4.32 9/297 29222
/proc/meminfo: memFree=28730932/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=201196 CPUtime=402.81 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 41530 0 0 0 40255 26 0 0 25 0 4 0 641298506 206024704 41479 33554432000 134512640 135305190 4288195456 18446744073709551615 134556734 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 50299 41479 84 194 0 50103 0
[pid=29217/tid=29218] ppid=29213 vsize=201196 CPUtime=99.96 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 6604 0 0 0 9989 7 0 0 25 0 4 0 641298523 206024704 41479 33554432000 134512640 135305190 4288195456 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=201196 CPUtime=100.88 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 11640 0 0 0 10081 7 0 0 25 0 4 0 641298523 206024704 41479 33554432000 134512640 135305190 4288195456 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=201196 CPUtime=100.9 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 6433 0 0 0 10085 5 0 0 25 0 4 0 641298523 206024704 41479 33554432000 134512640 135305190 4288195456 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.01
Current children cumulated vsize (KiB) 209896

[startup+162.3 s]
/proc/loadavg: 8.02 7.45 4.54 9/297 29224
/proc/meminfo: memFree=28683032/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=234448 CPUtime=642.18 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 49710 0 0 0 64184 34 0 0 25 0 4 0 641298506 240074752 49659 33554432000 134512640 135305190 4288195456 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 58612 49659 84 194 0 58416 0
[pid=29217/tid=29218] ppid=29213 vsize=234448 CPUtime=159.38 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 8496 0 0 0 15930 8 0 0 25 0 4 0 641298523 240074752 49659 33554432000 134512640 135305190 4288195456 18446744073709551615 134558326 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=234448 CPUtime=160.85 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 13959 0 0 0 16076 9 0 0 25 0 4 0 641298523 240074752 49659 33554432000 134512640 135305190 4288195456 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=234448 CPUtime=160.88 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 8379 0 0 0 16081 7 0 0 25 0 4 0 641298523 240074752 49659 33554432000 134512640 135305190 4288195456 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 643.38
Current children cumulated vsize (KiB) 243148

[startup+222.3 s]

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

/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 21806 0 0 0 76061 18 0 0 25 0 4 0 641298523 486318080 109133 33554432000 134512640 135305190 4288195456 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3037.57
Current children cumulated vsize (KiB) 483620

[startup+822.3 s]
/proc/loadavg: 8.06 8.01 6.33 9/297 29274
/proc/meminfo: memFree=28804696/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=477348 CPUtime=3275.68 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 109657 0 0 0 327487 81 0 0 25 0 4 0 641298506 488804352 109606 33554432000 134512640 135305190 4288195456 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 119337 109606 84 194 0 119141 0
[pid=29217/tid=29218] ppid=29213 vsize=477348 CPUtime=816.09 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 21875 0 0 0 81591 18 0 0 25 0 4 0 641298523 488804352 109606 33554432000 134512640 135305190 4288195456 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=477348 CPUtime=817.85 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 31419 0 0 0 81761 24 0 0 25 0 4 0 641298523 488804352 109606 33554432000 134512640 135305190 4288195456 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=477348 CPUtime=820.79 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 22005 0 0 0 82060 19 0 0 25 0 4 0 641298523 488804352 109606 33554432000 134512640 135305190 4288195456 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3276.88
Current children cumulated vsize (KiB) 486048

[startup+882.301 s]
/proc/loadavg: 8.16 8.04 6.44 9/297 29276
/proc/meminfo: memFree=28786052/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=478372 CPUtime=3515.13 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 109840 0 0 0 351431 82 0 0 25 0 4 0 641298506 489852928 109789 33554432000 134512640 135305190 4288195456 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 119593 109789 84 194 0 119397 0
[pid=29217/tid=29218] ppid=29213 vsize=478372 CPUtime=875.53 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 21939 0 0 0 87535 18 0 0 25 0 4 0 641298523 489852928 109789 33554432000 134512640 135305190 4288195456 18446744073709551615 134557305 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=478372 CPUtime=877.85 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 31500 0 0 0 87761 24 0 0 25 0 4 0 641298523 489852928 109789 33554432000 134512640 135305190 4288195456 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=478372 CPUtime=880.79 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 22021 0 0 0 88060 19 0 0 25 0 4 0 641298523 489852928 109789 33554432000 134512640 135305190 4288195456 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3516.33
Current children cumulated vsize (KiB) 487072

[startup+942.301 s]
/proc/loadavg: 8.25 8.07 6.55 9/297 29278
/proc/meminfo: memFree=28770272/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=480688 CPUtime=3754.56 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 110352 0 0 0 375373 83 0 0 25 0 4 0 641298506 492224512 110301 33554432000 134512640 135305190 4288195456 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 120172 110301 84 194 0 119976 0
[pid=29217/tid=29218] ppid=29213 vsize=480688 CPUtime=934.98 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 21992 0 0 0 93480 18 0 0 25 0 4 0 641298523 492224512 110301 33554432000 134512640 135305190 4288195456 18446744073709551615 134557680 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=480688 CPUtime=937.85 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 31784 0 0 0 93761 24 0 0 25 0 4 0 641298523 492224512 110301 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=480688 CPUtime=940.76 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 22115 0 0 0 94057 19 0 0 25 0 4 0 641298523 492224512 110301 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3755.76
Current children cumulated vsize (KiB) 489388

[startup+1002.3 s]
/proc/loadavg: 8.16 8.07 6.65 9/297 29279
/proc/meminfo: memFree=28709220/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=537528 CPUtime=3993.98 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 124510 0 0 0 399306 92 0 0 25 0 4 0 641298506 550428672 124459 33554432000 134512640 135305190 4288195456 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 134382 124459 84 194 0 134186 0
[pid=29217/tid=29218] ppid=29213 vsize=537528 CPUtime=994.41 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 25172 0 0 0 99420 21 0 0 25 0 4 0 641298523 550428672 124459 33554432000 134512640 135305190 4288195456 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=537528 CPUtime=997.86 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 35461 0 0 0 99759 27 0 0 25 0 4 0 641298523 550428672 124459 33554432000 134512640 135305190 4288195456 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=537528 CPUtime=1000.76 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 25705 0 0 0 100055 21 0 0 25 0 4 0 641298523 550428672 124459 33554432000 134512640 135305190 4288195456 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3995.18
Current children cumulated vsize (KiB) 546228

[startup+1062.3 s]
/proc/loadavg: 8.19 8.09 6.74 9/297 29281
/proc/meminfo: memFree=28693808/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=537948 CPUtime=4233.4 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 124649 0 0 0 423247 93 0 0 25 0 4 0 641298506 550858752 124598 33554432000 134512640 135305190 4288195456 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 134487 124598 84 194 0 134291 0
[pid=29217/tid=29218] ppid=29213 vsize=537948 CPUtime=1053.87 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 25208 0 0 0 105366 21 0 0 25 0 4 0 641298523 550858752 124598 33554432000 134512640 135305190 4288195456 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=537948 CPUtime=1057.86 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 35503 0 0 0 105759 27 0 0 25 0 4 0 641298523 550858752 124598 33554432000 134512640 135305190 4288195456 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=537948 CPUtime=1060.77 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 25751 0 0 0 106055 22 0 0 25 0 4 0 641298523 550858752 124598 33554432000 134512640 135305190 4288195456 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4234.6
Current children cumulated vsize (KiB) 546648

[startup+1122.3 s]
/proc/loadavg: 8.19 8.10 6.83 9/297 29282
/proc/meminfo: memFree=28662016/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=550632 CPUtime=4472.84 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 127709 0 0 0 447188 96 0 0 25 0 4 0 641298506 563847168 127658 33554432000 134512640 135305190 4288195456 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 137658 127658 84 194 0 137462 0
[pid=29217/tid=29218] ppid=29213 vsize=550632 CPUtime=1113.32 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 25940 0 0 0 111310 22 0 0 25 0 4 0 641298523 563847168 127658 33554432000 134512640 135305190 4288195456 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=550632 CPUtime=1117.86 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 36107 0 0 0 111759 27 0 0 25 0 4 0 641298523 563847168 127658 33554432000 134512640 135305190 4288195456 18446744073709551615 134528166 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=550632 CPUtime=1120.76 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 26405 0 0 0 112054 22 0 0 25 0 4 0 641298523 563847168 127658 33554432000 134512640 135305190 4288195456 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.04
Current children cumulated vsize (KiB) 559332

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 6.91 9/297 29284
/proc/meminfo: memFree=28589812/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=590740 CPUtime=4712.27 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 137732 0 0 0 471125 102 0 0 25 0 4 0 641298506 604917760 137681 33554432000 134512640 135305190 4288195456 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 147685 137681 84 194 0 147489 0
[pid=29217/tid=29218] ppid=29213 vsize=590740 CPUtime=1172.78 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 28273 0 0 0 117254 24 0 0 25 0 4 0 641298523 604917760 137681 33554432000 134512640 135305190 4288195456 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=590740 CPUtime=1177.86 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 38315 0 0 0 117758 28 0 0 25 0 4 0 641298523 604917760 137681 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=590740 CPUtime=1180.75 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 28951 0 0 0 118051 24 0 0 25 0 4 0 641298523 604917760 137681 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4713.47
Current children cumulated vsize (KiB) 599440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.13 8.10 6.93 10/297 29285
/proc/meminfo: memFree=28584212/32951124 swapFree=54427468/67111528
[pid=29213] ppid=29211 vsize=8700 CPUtime=1.2 cores=0,2,4,6
/proc/29213/stat : 29213 (manysat.sh) S 29211 29213 29121 0 -1 4202496 356 10674 0 0 0 0 117 3 18 0 1 0 641298384 8908800 252 33554432000 4194304 4922060 140734073322480 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29213/statm: 2175 252 209 178 0 68 0
[pid=29217] ppid=29213 vsize=594156 CPUtime=4798.9 cores=0,2,4,6
/proc/29217/stat : 29217 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202496 138912 0 0 0 479787 103 0 0 25 0 4 0 641298506 608415744 138861 33554432000 134512640 135305190 4288195456 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/29217/statm: 148539 138861 84 194 0 148343 0
[pid=29217/tid=29218] ppid=29213 vsize=594156 CPUtime=1194.28 cores=0,2,4,6
/proc/29217/task/29218/stat : 29218 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 28476 0 0 0 119404 24 0 0 25 0 4 0 641298523 608415744 138861 33554432000 134512640 135305190 4288195456 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29217/tid=29219] ppid=29213 vsize=594156 CPUtime=1199.57 cores=0,2,4,6
/proc/29217/task/29219/stat : 29219 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 38602 0 0 0 119929 28 0 0 25 0 4 0 641298523 608415744 138861 33554432000 134512640 135305190 4288195456 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29217/tid=29220] ppid=29213 vsize=594156 CPUtime=1202.45 cores=0,2,4,6
/proc/29217/task/29220/stat : 29220 (manysat1.1_stat) R 29213 29213 29121 0 -1 4202560 29299 0 0 0 120221 24 0 0 25 0 4 0 641298523 608415744 138861 33554432000 134512640 135305190 4288195456 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 602856

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

Real time (s): 1204.02
CPU time (s): 4800.1
CPU user time (s): 4799.04
CPU system time (s): 1.06
CPU usage (%): 398.672
Max. virtual memory (cumulated for all children) (KiB): 602856

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

runsolver used 3.15352 second user time and 7.80781 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:30:04
IDJOB=3361931
IDBENCH=70781
IDSOLVER=1838
FILE ID=node138/3361931-1305297004
RUNJOBID= node138-1305296392-29139
PBS_JOBID= 13321415
Free space on /tmp= 47576 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361931-1305297004/watcher-3361931-1305297004 -o /tmp/evaluation-result-3361931-1305297004/solver-3361931-1305297004 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361931-1305297004.cnf aimd 1

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1823132659

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:      28999648 kB
Buffers:        203412 kB
Cached:        2998336 kB
SwapCached:      18472 kB
Active:        1111764 kB
Inactive:      2642828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28999648 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            5072 kB
Writeback:           4 kB
AnonPages:      545800 kB
Mapped:           9480 kB
Slab:            94684 kB
PageTables:      41472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 40053084 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= 47572 MiB
End job on node138 at 2011-05-13 16:50:10