Trace number 3361987

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.38 1208.23

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
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 variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
0.00/0.73	c ==============================================================================
0.00/0.73	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.73	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.73	c ==============================================================================
0.00/0.73	c |         0 | 1358076  3290875 |  407422       0        0     nan |  0.000 % |
3.88/3.95	c |         0 |  943589  2622489 |      --       0       --      -- |     --   | -112392/18842
3.88/3.95	c ==============================================================================
3.88/3.95	c Result  :   #vars: 137484   #clauses: 943589   #literals: 2622489
3.88/3.95	c CPU time:   3.85941 s
3.88/3.95	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-3361987-1305297676/watcher-3361987-1305297676 -o /tmp/evaluation-result-3361987-1305297676/solver-3361987-1305297676 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361987-1305297676.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: 7.95 7.96 6.00 6/374 9755
/proc/meminfo: memFree=3656088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0

[startup+0.0220829 s]
/proc/loadavg: 7.95 7.96 6.00 6/374 9755
/proc/meminfo: memFree=3656088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10107 s]
/proc/loadavg: 7.95 7.96 6.00 6/374 9755
/proc/meminfo: memFree=3656088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301049 s]
/proc/loadavg: 7.95 7.96 6.00 6/374 9755
/proc/meminfo: memFree=3656088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700962 s]
/proc/loadavg: 7.95 7.96 6.00 6/374 9755
/proc/meminfo: memFree=3656088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 7.95 7.96 6.00 6/376 9757
/proc/meminfo: memFree=3526740/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
[pid=9756] ppid=9755 vsize=147352 CPUtime=1.49 cores=0,2,4,6
/proc/9756/stat : 9756 (SatElite) R 9755 9755 9547 0 -1 4202496 38356 0 0 0 143 6 0 0 25 0 1 0 641365432 150888448 34937 33554432000 134512640 135034092 4292160832 18446744073709551615 134575632 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9756/statm: 36838 34937 68 128 0 36708 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156052

[startup+3.10052 s]
/proc/loadavg: 7.95 7.96 6.00 6/376 9757
/proc/meminfo: memFree=3504172/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641365432 8908800 249 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9755/statm: 2175 249 209 178 0 68 0
[pid=9756] ppid=9755 vsize=151468 CPUtime=3.09 cores=0,2,4,6
/proc/9756/stat : 9756 (SatElite) R 9755 9755 9547 0 -1 4202496 42688 0 0 0 301 8 0 0 25 0 1 0 641365432 155103232 36004 33554432000 134512640 135034092 4292160832 18446744073709551615 134566391 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9756/statm: 37867 36004 68 128 0 37737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160168

[startup+6.3009 s]
/proc/loadavg: 7.71 7.91 6.00 6/376 9758
/proc/meminfo: memFree=3450952/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=289956 CPUtime=3.06 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 63395 0 0 0 283 23 0 0 18 0 4 0 641365889 296914944 63298 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 72489 63298 84 194 0 72293 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 298656

[startup+12.7007 s]
/proc/loadavg: 7.74 7.91 6.01 9/379 9761
/proc/meminfo: memFree=3359020/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=300328 CPUtime=28.51 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 66266 0 0 0 2824 27 0 0 25 0 4 0 641365889 307535872 66169 33554432000 134512640 135305190 4287102416 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 75082 66169 84 194 0 74886 0
[pid=9758/tid=9759] ppid=9755 vsize=300328 CPUtime=6.8 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 1659 0 0 0 675 5 0 0 25 0 4 0 641366014 307535872 66169 33554432000 134512640 135305190 4287102416 18446744073709551615 134557920 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=300328 CPUtime=6.74 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 1935 0 0 0 670 4 0 0 25 0 4 0 641366014 307535872 66169 33554432000 134512640 135305190 4287102416 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=300328 CPUtime=6.84 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 1828 0 0 0 680 4 0 0 25 0 4 0 641366014 307535872 66169 33554432000 134512640 135305190 4287102416 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33.06
Current children cumulated vsize (KiB) 309028

[startup+25.5004 s]
/proc/loadavg: 7.79 7.92 6.04 9/379 9761
/proc/meminfo: memFree=3330988/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=325144 CPUtime=79.54 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 72503 0 0 0 7923 31 0 0 25 0 4 0 641365889 332947456 72379 33554432000 134512640 135305190 4287102416 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 81286 72379 84 194 0 81090 0
[pid=9758/tid=9759] ppid=9755 vsize=325144 CPUtime=19.6 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 2950 0 0 0 1954 6 0 0 25 0 4 0 641366014 332947456 72379 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=325144 CPUtime=19.39 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 3838 0 0 0 1933 6 0 0 25 0 4 0 641366014 332947456 72379 33554432000 134512640 135305190 4287102416 18446744073709551615 134551653 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=325144 CPUtime=19.64 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 3251 0 0 0 1959 5 0 0 25 0 4 0 641366014 332947456 72379 33554432000 134512640 135305190 4287102416 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.09
Current children cumulated vsize (KiB) 333844

[startup+51.1007 s]
/proc/loadavg: 7.92 7.94 6.10 9/379 9762
/proc/meminfo: memFree=3277832/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=371668 CPUtime=181.62 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 83984 0 0 0 18125 37 0 0 25 0 4 0 641365889 380588032 83860 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 92917 83860 84 194 0 92721 0
[pid=9758/tid=9759] ppid=9755 vsize=371668 CPUtime=45.19 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 5316 0 0 0 4512 7 0 0 25 0 4 0 641366014 380588032 83860 33554432000 134512640 135305190 4287102416 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=371668 CPUtime=44.68 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 7140 0 0 0 4461 7 0 0 25 0 4 0 641366014 380588032 83860 33554432000 134512640 135305190 4287102416 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=371668 CPUtime=45.23 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 5653 0 0 0 4517 6 0 0 25 0 4 0 641366014 380588032 83860 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 186.17
Current children cumulated vsize (KiB) 380368

[startup+102.314 s]
/proc/loadavg: 8.08 7.98 6.20 9/379 9764
/proc/meminfo: memFree=3202032/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=443196 CPUtime=385.83 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 101829 0 0 0 38535 48 0 0 25 0 4 0 641365889 453832704 101705 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 110799 101705 84 194 0 110603 0
[pid=9758/tid=9759] ppid=9755 vsize=443196 CPUtime=96.39 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 8830 0 0 0 9630 9 0 0 25 0 4 0 641366014 453832704 101705 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=443196 CPUtime=95.28 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 12136 0 0 0 9518 10 0 0 25 0 4 0 641366014 453832704 101705 33554432000 134512640 135305190 4287102416 18446744073709551615 134553245 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=443196 CPUtime=96.44 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 9835 0 0 0 9636 8 0 0 25 0 4 0 641366014 453832704 101705 33554432000 134512640 135305190 4287102416 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 390.38
Current children cumulated vsize (KiB) 451896

[startup+162.3 s]
/proc/loadavg: 8.13 8.01 6.32 9/379 9765
/proc/meminfo: memFree=3095320/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=543336 CPUtime=625.06 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 126849 0 0 0 62447 59 0 0 25 0 4 0 641365889 556376064 126725 33554432000 134512640 135305190 4287102416 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 135834 126725 84 194 0 135638 0
[pid=9758/tid=9759] ppid=9755 vsize=543336 CPUtime=156.37 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 13702 0 0 0 15625 12 0 0 25 0 4 0 641366014 556376064 126725 33554432000 134512640 135305190 4287102416 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=543336 CPUtime=154.57 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 19108 0 0 0 15444 13 0 0 25 0 4 0 641366014 556376064 126725 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=543336 CPUtime=156.43 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 16511 0 0 0 15632 11 0 0 25 0 4 0 641366014 556376064 126725 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 629.61
Current children cumulated vsize (KiB) 552036

[startup+222.3 s]
/proc/loadavg: 8.12 8.03 6.44 9/379 9767
/proc/meminfo: memFree=3060216/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=574084 CPUtime=864.32 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 134608 0 0 0 86367 65 0 0 25 0 4 0 641365889 587862016 134484 33554432000 134512640 135305190 4287102416 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 143521 134484 84 194 0 143325 0
[pid=9758/tid=9759] ppid=9755 vsize=574084 CPUtime=216.35 cores=0,2,4,6

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

/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 36905 0 0 0 75615 25 0 0 25 0 4 0 641366014 814977024 189750 33554432000 134512640 135305190 4287102416 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3022.29
Current children cumulated vsize (KiB) 804576

[startup+822.301 s]
/proc/loadavg: 7.98 7.91 7.12 9/379 9881
/proc/meminfo: memFree=1232696/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=798588 CPUtime=3256.97 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 190598 0 0 0 325584 113 0 0 25 0 4 0 641365889 817754112 190474 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9758/statm: 199647 190474 84 194 0 199451 0
[pid=9758/tid=9759] ppid=9755 vsize=798588 CPUtime=816.17 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 26555 0 0 0 81588 29 0 0 25 0 4 0 641366014 817754112 190474 33554432000 134512640 135305190 4287102416 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=798588 CPUtime=810.79 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 36264 0 0 0 81051 28 0 0 25 0 4 0 641366014 817754112 190474 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=798588 CPUtime=816.39 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 37034 0 0 0 81614 25 0 0 25 0 4 0 641366014 817754112 190474 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3261.52
Current children cumulated vsize (KiB) 807288

[startup+882.301 s]
/proc/loadavg: 8.09 7.95 7.19 9/379 9882
/proc/meminfo: memFree=1068088/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=833476 CPUtime=3496.25 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 199082 0 0 0 349507 118 0 0 25 0 4 0 641365889 853479424 198958 33554432000 134512640 135305190 4287102416 18446744073709551615 134528794 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9758/statm: 208369 198958 84 194 0 208173 0
[pid=9758/tid=9759] ppid=9755 vsize=833476 CPUtime=876.16 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 28323 0 0 0 87586 30 0 0 25 0 4 0 641366014 853479424 198958 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=833476 CPUtime=870.79 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 38473 0 0 0 87050 29 0 0 25 0 4 0 641366014 853479424 198958 33554432000 134512640 135305190 4287102416 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=833476 CPUtime=876.39 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40078 0 0 0 87612 27 0 0 25 0 4 0 641366014 853479424 198958 33554432000 134512640 135305190 4287102416 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3500.8
Current children cumulated vsize (KiB) 842176

[startup+942.301 s]
/proc/loadavg: 8.03 7.96 7.23 9/379 9884
/proc/meminfo: memFree=1010976/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=858100 CPUtime=3735.52 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 205030 0 0 0 373430 122 0 0 25 0 4 0 641365889 878694400 204906 33554432000 134512640 135305190 4287102416 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9758/statm: 214525 204906 84 194 0 214329 0
[pid=9758/tid=9759] ppid=9755 vsize=858100 CPUtime=936.14 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29447 0 0 0 93583 31 0 0 25 0 4 0 641366014 878694400 204906 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=858100 CPUtime=930.8 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 39843 0 0 0 93050 30 0 0 25 0 4 0 641366014 878694400 204906 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=858100 CPUtime=936.38 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42468 0 0 0 93610 28 0 0 25 0 4 0 641366014 878694400 204906 33554432000 134512640 135305190 4287102416 18446744073709551615 134537981 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3740.07
Current children cumulated vsize (KiB) 866800

[startup+1002.3 s]
/proc/loadavg: 8.10 7.99 7.29 9/379 9886
/proc/meminfo: memFree=983496/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=859284 CPUtime=3974.76 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 205328 0 0 0 397354 122 0 0 25 0 4 0 641365889 879906816 205204 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9758/statm: 214821 205204 84 194 0 214625 0
[pid=9758/tid=9759] ppid=9755 vsize=859284 CPUtime=996.13 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29476 0 0 0 99582 31 0 0 25 0 4 0 641366014 879906816 205204 33554432000 134512640 135305190 4287102416 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=859284 CPUtime=990.8 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40021 0 0 0 99050 30 0 0 25 0 4 0 641366014 879906816 205204 33554432000 134512640 135305190 4287102416 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=859284 CPUtime=996.37 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42506 0 0 0 99609 28 0 0 25 0 4 0 641366014 879906816 205204 33554432000 134512640 135305190 4287102416 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3979.31
Current children cumulated vsize (KiB) 867984

[startup+1062.3 s]
/proc/loadavg: 8.07 8.01 7.33 9/379 9887
/proc/meminfo: memFree=855208/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=860556 CPUtime=4214.01 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 205626 0 0 0 421279 122 0 0 25 0 4 0 641365889 881209344 205502 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 215139 205502 84 194 0 214943 0
[pid=9758/tid=9759] ppid=9755 vsize=860556 CPUtime=1056.11 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29558 0 0 0 105580 31 0 0 25 0 4 0 641366014 881209344 205502 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=860556 CPUtime=1050.64 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40221 0 0 0 105034 30 0 0 25 0 4 0 641366014 881209344 205502 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=860556 CPUtime=1056.37 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42518 0 0 0 105609 28 0 0 25 0 4 0 641366014 881209344 205502 33554432000 134512640 135305190 4287102416 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4218.56
Current children cumulated vsize (KiB) 869256

[startup+1122.3 s]
/proc/loadavg: 8.10 8.03 7.38 9/379 9889
/proc/meminfo: memFree=842604/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=861120 CPUtime=4453.25 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 205740 0 0 0 445202 123 0 0 25 0 4 0 641365889 881786880 205616 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 215280 205616 84 194 0 215084 0
[pid=9758/tid=9759] ppid=9755 vsize=861120 CPUtime=1115.65 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29575 0 0 0 111534 31 0 0 25 0 4 0 641366014 881786880 205616 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=861120 CPUtime=1110.34 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40300 0 0 0 111004 30 0 0 25 0 4 0 641366014 881786880 205616 33554432000 134512640 135305190 4287102416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=861120 CPUtime=1116.37 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42518 0 0 0 111609 28 0 0 25 0 4 0 641366014 881786880 205616 33554432000 134512640 135305190 4287102416 18446744073709551615 134556748 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4457.8
Current children cumulated vsize (KiB) 869820

[startup+1182.3 s]
/proc/loadavg: 8.24 8.08 7.44 9/379 9890
/proc/meminfo: memFree=752252/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=862100 CPUtime=4692.54 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 205995 0 0 0 469130 124 0 0 25 0 4 0 641365889 882790400 205871 33554432000 134512640 135305190 4287102416 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 215525 205871 84 194 0 215329 0
[pid=9758/tid=9759] ppid=9755 vsize=862100 CPUtime=1175.64 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29598 0 0 0 117533 31 0 0 25 0 4 0 641366014 882790400 205871 33554432000 134512640 135305190 4287102416 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=862100 CPUtime=1169.64 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40353 0 0 0 116934 30 0 0 25 0 4 0 641366014 882790400 205871 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=862100 CPUtime=1176.36 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42602 0 0 0 117608 28 0 0 25 0 4 0 641366014 882790400 205871 33554432000 134512640 135305190 4287102416 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4697.09
Current children cumulated vsize (KiB) 870800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.2 s]
/proc/loadavg: 8.21 8.09 7.46 10/379 9900
/proc/meminfo: memFree=749456/32951124 swapFree=67111348/67111528
[pid=9755] ppid=9753 vsize=8700 CPUtime=4.55 cores=0,2,4,6
/proc/9755/stat : 9755 (manysat.sh) S 9753 9755 9547 0 -1 4202496 357 47332 0 0 0 0 443 12 18 0 1 0 641365432 8908800 252 33554432000 4194304 4922060 140734122901392 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9755/statm: 2175 252 209 178 0 68 0
[pid=9758] ppid=9755 vsize=862580 CPUtime=4795.83 cores=0,2,4,6
/proc/9758/stat : 9758 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202496 206111 0 0 0 479459 124 0 0 25 0 4 0 641365889 883281920 205987 33554432000 134512640 135305190 4287102416 18446744073709551615 134556770 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9758/statm: 215645 205987 84 194 0 215449 0
[pid=9758/tid=9759] ppid=9755 vsize=862580 CPUtime=1201.54 cores=0,2,4,6
/proc/9758/task/9759/stat : 9759 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 29633 0 0 0 120123 31 0 0 25 0 4 0 641366014 883281920 205987 33554432000 134512640 135305190 4287102416 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9758/tid=9760] ppid=9755 vsize=862580 CPUtime=1195.22 cores=0,2,4,6
/proc/9758/task/9760/stat : 9760 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 40380 0 0 0 119492 30 0 0 25 0 4 0 641366014 883281920 205987 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9758/tid=9761] ppid=9755 vsize=862580 CPUtime=1202.27 cores=0,2,4,6
/proc/9758/task/9761/stat : 9761 (manysat1.1_stat) R 9755 9755 9547 0 -1 4202560 42607 0 0 0 120199 28 0 0 25 0 4 0 641366014 883281920 205987 33554432000 134512640 135305190 4287102416 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 871280

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

Real time (s): 1208.23
CPU time (s): 4800.38
CPU user time (s): 4799.02
CPU system time (s): 1.36
CPU usage (%): 397.308
Max. virtual memory (cumulated for all children) (KiB): 871280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.43933
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47689
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= 9
involuntary context switches= 61

runsolver used 3.98439 second user time and 10.3404 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 16:41:17
IDJOB=3361987
IDBENCH=71036
IDSOLVER=1838
FILE ID=node139/3361987-1305297676
RUNJOBID= node139-1305296392-9565
PBS_JOBID= 13321414
Free space on /tmp= 40572 MiB

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

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1189986079

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3656360 kB
Buffers:        253952 kB
Cached:       21089672 kB
SwapCached:          8 kB
Active:       16456080 kB
Inactive:     12077944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3656360 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           27524 kB
Writeback:           0 kB
AnonPages:     7189984 kB
Mapped:          29412 kB
Slab:           658452 kB
PageTables:      38976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77170868 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= 40396 MiB
End job on node139 at 2011-05-13 17:01:27