Trace number 3361935

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.02 1204.33

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  141000   329000 |   42299       0        0     nan |  0.000 % |
0.00/0.45	c |         0 |  105063   295988 |      --       0       --      -- |     --   | -35935/-33007
0.00/0.45	c ==============================================================================
0.00/0.45	c Result  :   #vars: 24245   #clauses: 105063   #literals: 295988
0.00/0.45	c CPU time:   0.434933 s
0.00/0.45	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-3361935-1305297072/watcher-3361935-1305297072 -o /tmp/evaluation-result-3361935-1305297072/solver-3361935-1305297072 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361935-1305297072.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.84 7.16 4.10 5/374 9706
/proc/meminfo: memFree=1868836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641304943 8908800 250 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9706/statm: 2175 250 209 178 0 68 0

[startup+0.0344369 s]
/proc/loadavg: 7.84 7.16 4.10 5/374 9706
/proc/meminfo: memFree=1868836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641304943 8908800 250 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9706/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100429 s]
/proc/loadavg: 7.84 7.16 4.10 5/374 9706
/proc/meminfo: memFree=1868836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641304943 8908800 250 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9706/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300389 s]
/proc/loadavg: 7.84 7.16 4.10 5/374 9706
/proc/meminfo: memFree=1868836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 641304943 8908800 250 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9706/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701136 s]
/proc/loadavg: 7.84 7.16 4.10 5/374 9706
/proc/meminfo: memFree=1868836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8700

[startup+1.50114 s]
/proc/loadavg: 7.84 7.16 4.10 9/379 9712
/proc/meminfo: memFree=1827328/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=72500 CPUtime=3.5 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 9678 0 0 0 339 11 0 0 19 0 4 0 641304995 74240000 9628 33554432000 134512640 135305190 4292116272 18446744073709551615 134551854 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 18125 9628 84 194 0 17929 0
[pid=9709/tid=9710] ppid=9706 vsize=72500 CPUtime=0.83 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 487 0 0 0 81 2 0 0 19 0 4 0 641305008 74240000 9628 33554432000 134512640 135305190 4292116272 18446744073709551615 134557253 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=72500 CPUtime=0.84 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 369 0 0 0 82 2 0 0 18 0 4 0 641305008 74240000 9628 33554432000 134512640 135305190 4292116272 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=72500 CPUtime=0.82 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 678 0 0 0 80 2 0 0 19 0 4 0 641305008 74240000 9628 33554432000 134512640 135305190 4292116272 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 81200

[startup+3.10085 s]
/proc/loadavg: 7.84 7.16 4.10 9/379 9712
/proc/meminfo: memFree=1821128/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=79052 CPUtime=9.88 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 11514 0 0 0 976 12 0 0 22 0 4 0 641304995 80949248 11464 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 19763 11464 84 194 0 19567 0
[pid=9709/tid=9710] ppid=9706 vsize=79052 CPUtime=2.43 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 948 0 0 0 241 2 0 0 18 0 4 0 641305008 80949248 11464 33554432000 134512640 135305190 4292116272 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=79052 CPUtime=2.44 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 537 0 0 0 242 2 0 0 22 0 4 0 641305008 80949248 11464 33554432000 134512640 135305190 4292116272 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=79052 CPUtime=2.41 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 1339 0 0 0 238 3 0 0 22 0 4 0 641305008 80949248 11464 33554432000 134512640 135305190 4292116272 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 87752

[startup+6.30026 s]
/proc/loadavg: 7.85 7.18 4.12 9/379 9712
/proc/meminfo: memFree=1810328/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=87256 CPUtime=22.63 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 13390 0 0 0 2250 13 0 0 25 0 4 0 641304995 89350144 13336 33554432000 134512640 135305190 4292116272 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 21814 13336 84 194 0 21618 0
[pid=9709/tid=9710] ppid=9706 vsize=87256 CPUtime=5.64 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 1373 0 0 0 561 3 0 0 25 0 4 0 641305008 89350144 13336 33554432000 134512640 135305190 4292116272 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=87256 CPUtime=5.63 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 642 0 0 0 561 2 0 0 25 0 4 0 641305008 89350144 13336 33554432000 134512640 135305190 4292116272 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=87256 CPUtime=5.57 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 1988 0 0 0 554 3 0 0 25 0 4 0 641305008 89350144 13336 33554432000 134512640 135305190 4292116272 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.13
Current children cumulated vsize (KiB) 95956

[startup+12.7011 s]
/proc/loadavg: 7.86 7.19 4.14 9/379 9712
/proc/meminfo: memFree=1793796/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=104104 CPUtime=48.16 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 17473 0 0 0 4799 17 0 0 25 0 4 0 641304995 106602496 17419 33554432000 134512640 135305190 4292116272 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 26026 17419 84 194 0 25830 0
[pid=9709/tid=9710] ppid=9706 vsize=104104 CPUtime=12.03 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 2106 0 0 0 1200 3 0 0 25 0 4 0 641305008 106602496 17420 33554432000 134512640 135305190 4292116272 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=104104 CPUtime=12.04 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 1762 0 0 0 1201 3 0 0 25 0 4 0 641305008 106602496 17420 33554432000 134512640 135305190 4292116272 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=104104 CPUtime=11.9 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 3118 0 0 0 1185 5 0 0 25 0 4 0 641305008 106602496 17420 33554432000 134512640 135305190 4292116272 18446744073709551615 134548937 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.66
Current children cumulated vsize (KiB) 112804

[startup+25.5008 s]
/proc/loadavg: 7.97 7.25 4.21 9/379 9712
/proc/meminfo: memFree=1768864/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=126076 CPUtime=99.18 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 22969 0 0 0 9897 21 0 0 25 0 4 0 641304995 129101824 22915 33554432000 134512640 135305190 4292116272 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 31519 22915 84 194 0 31323 0
[pid=9709/tid=9710] ppid=9706 vsize=126076 CPUtime=24.82 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 3062 0 0 0 2478 4 0 0 25 0 4 0 641305008 129101824 22915 33554432000 134512640 135305190 4292116272 18446744073709551615 134530691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=126076 CPUtime=24.83 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 3794 0 0 0 2479 4 0 0 25 0 4 0 641305008 129101824 22915 33554432000 134512640 135305190 4292116272 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=126076 CPUtime=24.53 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 4372 0 0 0 2447 6 0 0 25 0 4 0 641305008 129101824 22915 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.68
Current children cumulated vsize (KiB) 134776

[startup+51.1011 s]
/proc/loadavg: 8.03 7.32 4.31 9/379 9713
/proc/meminfo: memFree=1736084/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=146152 CPUtime=201.23 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 27870 0 0 0 20097 26 0 0 25 0 4 0 641304995 149659648 27816 33554432000 134512640 135305190 4292116272 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 36538 27816 84 194 0 36342 0
[pid=9709/tid=9710] ppid=9706 vsize=146152 CPUtime=50.41 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 3685 0 0 0 5037 4 0 0 25 0 4 0 641305008 149659648 27816 33554432000 134512640 135305190 4292116272 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=146152 CPUtime=50.42 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 5295 0 0 0 5037 5 0 0 25 0 4 0 641305008 149659648 27816 33554432000 134512640 135305190 4292116272 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=146152 CPUtime=49.82 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 6189 0 0 0 4974 8 0 0 25 0 4 0 641305008 149659648 27816 33554432000 134512640 135305190 4292116272 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.73
Current children cumulated vsize (KiB) 154852

[startup+102.301 s]
/proc/loadavg: 8.13 7.45 4.51 9/379 9714
/proc/meminfo: memFree=1685088/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=164844 CPUtime=405.41 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 32358 0 0 0 40510 31 0 0 25 0 4 0 641304995 168800256 32304 33554432000 134512640 135305190 4292116272 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 41211 32304 84 194 0 41015 0
[pid=9709/tid=9710] ppid=9706 vsize=164844 CPUtime=101.62 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 4491 0 0 0 10157 5 0 0 25 0 4 0 641305008 168800256 32307 33554432000 134512640 135305190 4292116272 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=164844 CPUtime=101.62 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 7016 0 0 0 10156 6 0 0 25 0 4 0 641305008 168800256 32307 33554432000 134512640 135305190 4292116272 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=164844 CPUtime=100.41 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 7148 0 0 0 10031 10 0 0 25 0 4 0 641305008 168800256 32307 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 405.91
Current children cumulated vsize (KiB) 173544

[startup+162.301 s]
/proc/loadavg: 8.21 7.60 4.74 9/379 9716
/proc/meminfo: memFree=1601712/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=219172 CPUtime=644.63 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 45978 0 0 0 64423 40 0 0 25 0 4 0 641304995 224432128 45924 33554432000 134512640 135305190 4292116272 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/9709/statm: 54793 45924 84 194 0 54597 0
[pid=9709/tid=9710] ppid=9706 vsize=219172 CPUtime=161.6 cores=1,3,5,7

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

/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 18929 0 0 0 75923 24 0 0 25 0 4 0 641305008 420872192 92274 33554432000 134512640 135305190 4292116272 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3037.55
Current children cumulated vsize (KiB) 419708

[startup+822.3 s]
/proc/loadavg: 8.13 8.03 6.43 9/379 9767
/proc/meminfo: memFree=3060836/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=415416 CPUtime=3276.28 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 93551 0 0 0 327530 98 0 0 25 0 4 0 641304995 425385984 93456 33554432000 134512640 135305190 4292116272 18446744073709551615 134538280 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 103854 93456 84 194 0 103658 0
[pid=9709/tid=9710] ppid=9706 vsize=415416 CPUtime=819.09 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 14491 0 0 0 81891 18 0 0 25 0 4 0 641305008 425385984 93456 33554432000 134512640 135305190 4292116272 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=415416 CPUtime=819.12 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 33894 0 0 0 81882 30 0 0 25 0 4 0 641305008 425385984 93456 33554432000 134512640 135305190 4292116272 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=415416 CPUtime=818.76 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19004 0 0 0 81851 25 0 0 25 0 4 0 641305008 425385984 93456 33554432000 134512640 135305190 4292116272 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3276.78
Current children cumulated vsize (KiB) 424116

[startup+882.314 s]
/proc/loadavg: 8.05 8.02 6.52 9/379 9768
/proc/meminfo: memFree=3005888/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=419568 CPUtime=3515.56 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 94757 0 0 0 351455 101 0 0 25 0 4 0 641304995 429637632 94662 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 104892 94662 84 194 0 104696 0
[pid=9709/tid=9710] ppid=9706 vsize=419568 CPUtime=879.1 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 14741 0 0 0 87892 18 0 0 25 0 4 0 641305008 429637632 94662 33554432000 134512640 135305190 4292116272 18446744073709551615 134528136 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=419568 CPUtime=879.12 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 34340 0 0 0 87881 31 0 0 25 0 4 0 641305008 429637632 94662 33554432000 134512640 135305190 4292116272 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=419568 CPUtime=878.04 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19191 0 0 0 87779 25 0 0 25 0 4 0 641305008 429637632 94662 33554432000 134512640 135305190 4292116272 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.06
Current children cumulated vsize (KiB) 428268

[startup+942.3 s]
/proc/loadavg: 8.07 8.03 6.62 9/379 9770
/proc/meminfo: memFree=2991228/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=426540 CPUtime=3754.78 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 96501 0 0 0 375372 106 0 0 25 0 4 0 641304995 436776960 96406 33554432000 134512640 135305190 4292116272 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 106635 96406 84 194 0 106439 0
[pid=9709/tid=9710] ppid=9706 vsize=426540 CPUtime=939.07 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 15296 0 0 0 93887 20 0 0 25 0 4 0 641305008 436776960 96406 33554432000 134512640 135305190 4292116272 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=426540 CPUtime=939.1 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 35148 0 0 0 93877 33 0 0 25 0 4 0 641305008 436776960 96406 33554432000 134512640 135305190 4292116272 18446744073709551615 134553335 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=426540 CPUtime=937.33 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19359 0 0 0 93707 26 0 0 25 0 4 0 641305008 436776960 96406 33554432000 134512640 135305190 4292116272 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.28
Current children cumulated vsize (KiB) 435240

[startup+1002.3 s]
/proc/loadavg: 8.02 8.03 6.70 9/379 9771
/proc/meminfo: memFree=2959100/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=434544 CPUtime=3994.02 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 98520 0 0 0 399292 110 0 0 25 0 4 0 641304995 444973056 98425 33554432000 134512640 135305190 4292116272 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 108636 98425 84 194 0 108440 0
[pid=9709/tid=9710] ppid=9706 vsize=434544 CPUtime=999.07 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 15806 0 0 0 99886 21 0 0 25 0 4 0 641305008 444973056 98425 33554432000 134512640 135305190 4292116272 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=434544 CPUtime=998.85 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 36022 0 0 0 99850 35 0 0 25 0 4 0 641305008 444973056 98425 33554432000 134512640 135305190 4292116272 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=434544 CPUtime=996.83 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19527 0 0 0 99657 26 0 0 25 0 4 0 641305008 444973056 98425 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3994.52
Current children cumulated vsize (KiB) 443244

[startup+1062.3 s]
/proc/loadavg: 8.04 8.03 6.78 9/379 9773
/proc/meminfo: memFree=2897828/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=441692 CPUtime=4233.28 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 99962 0 0 0 423216 112 0 0 25 0 4 0 641304995 452292608 99867 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 110423 99867 84 194 0 110227 0
[pid=9709/tid=9710] ppid=9706 vsize=441692 CPUtime=1059.07 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 15866 0 0 0 105886 21 0 0 25 0 4 0 641305008 452292608 99867 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=441692 CPUtime=1058.14 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 36979 0 0 0 105779 35 0 0 25 0 4 0 641305008 452292608 99867 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=441692 CPUtime=1056.84 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19527 0 0 0 105657 27 0 0 25 0 4 0 641305008 452292608 99867 33554432000 134512640 135305190 4292116272 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4233.78
Current children cumulated vsize (KiB) 450392

[startup+1122.3 s]
/proc/loadavg: 8.09 8.05 6.87 9/379 9775
/proc/meminfo: memFree=2893840/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=444456 CPUtime=4472.5 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 100645 0 0 0 447136 114 0 0 25 0 4 0 641304995 455122944 100550 33554432000 134512640 135305190 4292116272 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 111114 100550 84 194 0 110918 0
[pid=9709/tid=9710] ppid=9706 vsize=444456 CPUtime=1119.03 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 16415 0 0 0 111882 21 0 0 25 0 4 0 641305008 455122944 100550 33554432000 134512640 135305190 4292116272 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=444456 CPUtime=1117.4 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 37112 0 0 0 111704 36 0 0 25 0 4 0 641305008 455122944 100550 33554432000 134512640 135305190 4292116272 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=444456 CPUtime=1116.83 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19528 0 0 0 111656 27 0 0 25 0 4 0 641305008 455122944 100550 33554432000 134512640 135305190 4292116272 18446744073709551615 134551653 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4473
Current children cumulated vsize (KiB) 453156

[startup+1182.3 s]
/proc/loadavg: 8.15 8.07 6.95 9/379 9776
/proc/meminfo: memFree=2890492/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=446236 CPUtime=4711.76 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 101136 0 0 0 471060 116 0 0 25 0 4 0 641304995 456945664 101041 33554432000 134512640 135305190 4292116272 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 111559 101041 84 194 0 111363 0
[pid=9709/tid=9710] ppid=9706 vsize=446236 CPUtime=1179.03 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 16437 0 0 0 117882 21 0 0 25 0 4 0 641305008 456945664 101041 33554432000 134512640 135305190 4292116272 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=446236 CPUtime=1176.66 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 37471 0 0 0 117629 37 0 0 25 0 4 0 641305008 456945664 101041 33554432000 134512640 135305190 4292116272 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=446236 CPUtime=1176.83 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19575 0 0 0 117655 28 0 0 25 0 4 0 641305008 456945664 101041 33554432000 134512640 135305190 4292116272 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4712.26
Current children cumulated vsize (KiB) 454936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.18 8.08 6.97 10/379 9777
/proc/meminfo: memFree=2861224/32951124 swapFree=67111348/67111528
[pid=9706] ppid=9704 vsize=8700 CPUtime=0.5 cores=1,3,5,7
/proc/9706/stat : 9706 (manysat.sh) S 9704 9706 9547 0 -1 4202496 357 6579 0 0 0 0 49 1 20 0 1 0 641304943 8908800 253 33554432000 4194304 4922060 140734625166960 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9706/statm: 2175 253 209 178 0 68 0
[pid=9709] ppid=9706 vsize=447396 CPUtime=4799.52 cores=1,3,5,7
/proc/9709/stat : 9709 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202496 101407 0 0 0 479835 117 0 0 25 0 4 0 641304995 458133504 101312 33554432000 134512640 135305190 4292116272 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/9709/statm: 111849 101312 84 194 0 111653 0
[pid=9709/tid=9710] ppid=9706 vsize=447396 CPUtime=1201.04 cores=1,3,5,7
/proc/9709/task/9710/stat : 9710 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 16437 0 0 0 120083 21 0 0 25 0 4 0 641305008 458133504 101312 33554432000 134512640 135305190 4292116272 18446744073709551615 134557999 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=9709/tid=9711] ppid=9706 vsize=447396 CPUtime=1198.39 cores=1,3,5,7
/proc/9709/task/9711/stat : 9711 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 37515 0 0 0 119802 37 0 0 25 0 4 0 641305008 458133504 101312 33554432000 134512640 135305190 4292116272 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=9709/tid=9712] ppid=9706 vsize=447396 CPUtime=1198.85 cores=1,3,5,7
/proc/9709/task/9712/stat : 9712 (manysat1.1_stat) R 9706 9706 9547 0 -1 4202560 19693 0 0 0 119857 28 0 0 25 0 4 0 641305008 458133504 101312 33554432000 134512640 135305190 4292116272 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 456096

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

Real time (s): 1204.33
CPU time (s): 4800.02
CPU user time (s): 4798.84
CPU system time (s): 1.18
CPU usage (%): 398.565
Max. virtual memory (cumulated for all children) (KiB): 456096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.496924
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6936
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.9314 second user time and 10.3794 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 16:31:12
IDJOB=3361935
IDBENCH=70791
IDSOLVER=1838
FILE ID=node139/3361935-1305297072
RUNJOBID= node139-1305296392-9566
PBS_JOBID= 13321414
Free space on /tmp= 40464 MiB

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

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1823132659

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:       1869124 kB
Buffers:        253756 kB
Cached:       21196160 kB
SwapCached:          8 kB
Active:       18245400 kB
Inactive:     12074284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1869124 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:     8869468 kB
Mapped:          29304 kB
Slab:           657488 kB
PageTables:      42236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78863700 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= 40544 MiB
End job on node139 at 2011-05-13 16:51:18