Trace number 3361855

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.08 1206.23

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.00/0.00	c Parsing...
0.00/0.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  717437  1645964 |  215231       0        0     nan |  0.000 % |
2.59/2.63	c |         0 |  408968  1113292 |      --       0       --      -- |     --   | -134393/-137715
2.59/2.64	c ==============================================================================
2.59/2.64	c Result  :   #vars: 76968   #clauses: 408968   #literals: 1113292
2.59/2.64	c CPU time:   2.58661 s
2.59/2.64	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-3361855-1305296391/watcher-3361855-1305296391 -o /tmp/evaluation-result-3361855-1305296391/solver-3361855-1305296391 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361855-1305296391.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: 0.00 0.00 0.00 2/361 31099
/proc/meminfo: memFree=11056644/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0

[startup+0.0533949 s]
/proc/loadavg: 0.00 0.00 0.00 2/361 31099
/proc/meminfo: memFree=11056644/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100384 s]
/proc/loadavg: 0.00 0.00 0.00 2/361 31099
/proc/meminfo: memFree=11056644/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300348 s]
/proc/loadavg: 0.00 0.00 0.00 2/361 31099
/proc/meminfo: memFree=11056644/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700273 s]
/proc/loadavg: 0.00 0.00 0.00 2/361 31099
/proc/meminfo: memFree=11056644/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50113 s]
/proc/loadavg: 0.00 0.00 0.00 3/367 31108
/proc/meminfo: memFree=10863240/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 622055404 8908800 249 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31099/statm: 2175 249 209 178 0 68 0
[pid=31100] ppid=31099 vsize=98036 CPUtime=1.49 cores=1,3,5,7
/proc/31100/stat : 31100 (SatElite) R 31099 31099 31066 0 -1 4202496 23168 0 0 0 145 4 0 0 25 0 1 0 622055404 100388864 20982 33554432000 134512640 135034092 4287187552 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/31100/statm: 24509 20982 68 128 0 24379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106736

[startup+3.10084 s]
/proc/loadavg: 0.00 0.00 0.00 3/367 31108
/proc/meminfo: memFree=10851832/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 8700

[startup+6.30124 s]
/proc/loadavg: 0.40 0.08 0.03 9/373 31116
/proc/meminfo: memFree=10800772/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=158704 CPUtime=11.95 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 30084 0 0 0 1182 13 0 0 23 0 4 0 622055693 162512896 29999 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31109/statm: 39676 29999 84 194 0 39480 0
[pid=31109/tid=31110] ppid=31099 vsize=158704 CPUtime=2.85 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 809 0 0 0 283 2 0 0 22 0 4 0 622055743 162512896 29999 33554432000 134512640 135305190 4289231248 18446744073709551615 134541976 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=158704 CPUtime=2.83 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 834 0 0 0 282 1 0 0 21 0 4 0 622055743 162512896 29999 33554432000 134512640 135305190 4289231248 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=158704 CPUtime=2.86 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 802 0 0 0 284 2 0 0 22 0 4 0 622055743 162512896 29999 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 167404

[startup+12.7011 s]
/proc/loadavg: 1.01 0.21 0.07 9/373 31116
/proc/meminfo: memFree=10760124/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=192012 CPUtime=37.46 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 38537 0 0 0 3729 17 0 0 25 0 4 0 622055693 196620288 38452 33554432000 134512640 135305190 4289231248 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31109/statm: 48003 38452 84 194 0 47807 0
[pid=31109/tid=31110] ppid=31099 vsize=192012 CPUtime=9.25 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 2220 0 0 0 922 3 0 0 25 0 4 0 622055743 196620288 38452 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=192012 CPUtime=9.15 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 3520 0 0 0 913 2 0 0 25 0 4 0 622055743 196620288 38452 33554432000 134512640 135305190 4289231248 18446744073709551615 134552865 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=192012 CPUtime=9.26 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 2644 0 0 0 923 3 0 0 25 0 4 0 622055743 196620288 38452 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40.34
Current children cumulated vsize (KiB) 200712

[startup+25.5008 s]
/proc/loadavg: 2.56 0.60 0.20 9/373 31116
/proc/meminfo: memFree=10686532/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=255368 CPUtime=88.5 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 54420 0 0 0 8826 24 0 0 25 0 4 0 622055693 261496832 54335 33554432000 134512640 135305190 4289231248 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31109/statm: 63842 54335 84 194 0 63646 0
[pid=31109/tid=31110] ppid=31099 vsize=255368 CPUtime=22.05 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 5199 0 0 0 2200 5 0 0 25 0 4 0 622055743 261496832 54335 33554432000 134512640 135305190 4289231248 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=255368 CPUtime=21.8 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 7530 0 0 0 2176 4 0 0 25 0 4 0 622055743 261496832 54335 33554432000 134512640 135305190 4289231248 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=255368 CPUtime=22.06 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 6757 0 0 0 2201 5 0 0 25 0 4 0 622055743 261496832 54335 33554432000 134512640 135305190 4289231248 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 91.38
Current children cumulated vsize (KiB) 264068

[startup+51.1012 s]
/proc/loadavg: 4.48 1.20 0.41 9/373 31117
/proc/meminfo: memFree=10557128/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=356552 CPUtime=190.6 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 79883 0 0 0 19022 38 0 0 25 0 4 0 622055693 365109248 79798 33554432000 134512640 135305190 4289231248 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31109/statm: 89138 79798 84 194 0 88942 0
[pid=31109/tid=31110] ppid=31099 vsize=356552 CPUtime=47.65 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 10066 0 0 0 4758 7 0 0 25 0 4 0 622055743 365109248 79798 33554432000 134512640 135305190 4289231248 18446744073709551615 134557382 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=356552 CPUtime=47.1 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 15217 0 0 0 4702 8 0 0 25 0 4 0 622055743 365109248 79798 33554432000 134512640 135305190 4289231248 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=356552 CPUtime=47.66 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 12952 0 0 0 4758 8 0 0 25 0 4 0 622055743 365109248 79798 33554432000 134512640 135305190 4289231248 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 193.48
Current children cumulated vsize (KiB) 365252

[startup+102.314 s]
/proc/loadavg: 6.59 2.28 0.81 9/373 31118
/proc/meminfo: memFree=10394776/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=482608 CPUtime=394.83 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 111120 0 0 0 39429 54 0 0 25 0 4 0 622055693 494190592 111035 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/31109/statm: 120652 111035 84 194 0 120456 0
[pid=31109/tid=31110] ppid=31099 vsize=482608 CPUtime=98.86 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 17097 0 0 0 9875 11 0 0 25 0 4 0 622055743 494190592 111035 33554432000 134512640 135305190 4289231248 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=482608 CPUtime=97.7 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 23645 0 0 0 9757 13 0 0 25 0 4 0 622055743 494190592 111035 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=482608 CPUtime=98.87 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 20244 0 0 0 9875 12 0 0 25 0 4 0 622055743 494190592 111035 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 397.71
Current children cumulated vsize (KiB) 491308

[startup+162.3 s]
/proc/loadavg: 7.71 3.38 1.28 9/373 31120
/proc/meminfo: memFree=10259208/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=581216 CPUtime=634.07 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 135672 0 0 0 63338 69 0 0 25 0 4 0 622055693 595165184 135587 33554432000 134512640 135305190 4289231248 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/31109/statm: 145304 135587 84 194 0 145108 0
[pid=31109/tid=31110] ppid=31099 vsize=581216 CPUtime=158.84 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 22206 0 0 0 15870 14 0 0 25 0 4 0 622055743 595165184 135587 33554432000 134512640 135305190 4289231248 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=581216 CPUtime=157.33 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 29918 0 0 0 15717 16 0 0 25 0 4 0 622055743 595165184 135587 33554432000 134512640 135305190 4289231248 18446744073709551615 134551760 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=581216 CPUtime=158.85 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 26525 0 0 0 15868 17 0 0 25 0 4 0 622055743 595165184 135587 33554432000 134512640 135305190 4289231248 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 636.95
Current children cumulated vsize (KiB) 589916

[startup+222.301 s]
/proc/loadavg: 7.89 4.22 1.70 9/373 31121
/proc/meminfo: memFree=10180552/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=636092 CPUtime=873.34 cores=1,3,5,7

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

/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 74691 0 0 0 75831 50 0 0 25 0 4 0 622055743 1348751360 318810 33554432000 134512640 135305190 4289231248 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3029.81
Current children cumulated vsize (KiB) 1325840

[startup+822.301 s]
/proc/loadavg: 8.08 7.61 4.75 9/373 31140
/proc/meminfo: memFree=9282880/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1347596 CPUtime=3266.18 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 326809 0 0 0 326422 196 0 0 25 0 4 0 622055693 1379938304 326724 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 336899 326724 84 194 0 336703 0
[pid=31109/tid=31110] ppid=31099 vsize=1347596 CPUtime=818.25 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 65254 0 0 0 81784 41 0 0 25 0 4 0 622055743 1379938304 326724 33554432000 134512640 135305190 4289231248 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1347596 CPUtime=815.61 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 77065 0 0 0 81516 45 0 0 25 0 4 0 622055743 1379938304 326724 33554432000 134512640 135305190 4289231248 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1347596 CPUtime=818.8 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 77135 0 0 0 81827 53 0 0 25 0 4 0 622055743 1379938304 326724 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3269.06
Current children cumulated vsize (KiB) 1356296

[startup+882.301 s]
/proc/loadavg: 8.03 7.68 4.95 9/373 31142
/proc/meminfo: memFree=9149784/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1479308 CPUtime=3505.45 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 359423 0 0 0 350327 218 0 0 25 0 4 0 622055693 1514811392 359338 33554432000 134512640 135305190 4289231248 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 369827 359338 84 194 0 369631 0
[pid=31109/tid=31110] ppid=31099 vsize=1479308 CPUtime=878.25 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 73848 0 0 0 87778 47 0 0 25 0 4 0 622055743 1514811392 359338 33554432000 134512640 135305190 4289231248 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1479308 CPUtime=874.89 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 83195 0 0 0 87440 49 0 0 25 0 4 0 622055743 1514811392 359338 33554432000 134512640 135305190 4289231248 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1479308 CPUtime=878.79 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 86759 0 0 0 87821 58 0 0 25 0 4 0 622055743 1514811392 359338 33554432000 134512640 135305190 4289231248 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3508.33
Current children cumulated vsize (KiB) 1488008

[startup+942.301 s]
/proc/loadavg: 8.08 7.76 5.15 9/373 31144
/proc/meminfo: memFree=9144560/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1481608 CPUtime=3744.74 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 360165 0 0 0 374254 220 0 0 25 0 4 0 622055693 1517166592 360080 33554432000 134512640 135305190 4289231248 18446744073709551615 134528477 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 370402 360080 84 194 0 370206 0
[pid=31109/tid=31110] ppid=31099 vsize=1481608 CPUtime=938.25 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 73908 0 0 0 93778 47 0 0 25 0 4 0 622055743 1517166592 360080 33554432000 134512640 135305190 4289231248 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1481608 CPUtime=934.18 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 83670 0 0 0 93369 49 0 0 25 0 4 0 622055743 1517166592 360080 33554432000 134512640 135305190 4289231248 18446744073709551615 134837972 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1481608 CPUtime=938.78 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 86961 0 0 0 93819 59 0 0 25 0 4 0 622055743 1517166592 360080 33554432000 134512640 135305190 4289231248 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3747.62
Current children cumulated vsize (KiB) 1490308

[startup+1002.3 s]
/proc/loadavg: 8.14 7.83 5.34 9/373 31145
/proc/meminfo: memFree=9126164/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1484796 CPUtime=3984.02 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 360821 0 0 0 398181 221 0 0 25 0 4 0 622055693 1520431104 360736 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 371199 360736 84 194 0 371003 0
[pid=31109/tid=31110] ppid=31099 vsize=1484796 CPUtime=998.24 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 73966 0 0 0 99777 47 0 0 25 0 4 0 622055743 1520431104 360736 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1484796 CPUtime=993.48 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 84176 0 0 0 99298 50 0 0 25 0 4 0 622055743 1520431104 360736 33554432000 134512640 135305190 4289231248 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1484796 CPUtime=998.78 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 87035 0 0 0 99819 59 0 0 25 0 4 0 622055743 1520431104 360736 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3986.9
Current children cumulated vsize (KiB) 1493496

[startup+1062.3 s]
/proc/loadavg: 8.16 7.89 5.51 9/373 31147
/proc/meminfo: memFree=8997420/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1600708 CPUtime=4223.32 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 389816 0 0 0 422087 245 0 0 25 0 4 0 622055693 1639124992 389731 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 400177 389731 84 194 0 399981 0
[pid=31109/tid=31110] ppid=31099 vsize=1600708 CPUtime=1058.24 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 81776 0 0 0 105770 54 0 0 25 0 4 0 622055743 1639124992 389731 33554432000 134512640 135305190 4289231248 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1600708 CPUtime=1052.78 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 89720 0 0 0 105224 54 0 0 25 0 4 0 622055743 1639124992 389731 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1600708 CPUtime=1058.79 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 95094 0 0 0 105814 65 0 0 25 0 4 0 622055743 1639124992 389731 33554432000 134512640 135305190 4289231248 18446744073709551615 134530631 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4226.2
Current children cumulated vsize (KiB) 1609408

[startup+1122.3 s]
/proc/loadavg: 8.15 7.94 5.67 9/373 31148
/proc/meminfo: memFree=8929540/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1663724 CPUtime=4462.59 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 405330 0 0 0 446004 255 0 0 25 0 4 0 622055693 1703653376 405245 33554432000 134512640 135305190 4289231248 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 415931 405245 84 194 0 415735 0
[pid=31109/tid=31110] ppid=31099 vsize=1663724 CPUtime=1118.24 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 85430 0 0 0 111767 57 0 0 25 0 4 0 622055743 1703653376 405245 33554432000 134512640 135305190 4289231248 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1663724 CPUtime=1112.06 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 92820 0 0 0 111151 55 0 0 25 0 4 0 622055743 1703653376 405245 33554432000 134512640 135305190 4289231248 18446744073709551615 134838921 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1663724 CPUtime=1118.79 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 99755 0 0 0 111812 67 0 0 25 0 4 0 622055743 1703653376 405245 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4465.47
Current children cumulated vsize (KiB) 1672424

[startup+1182.3 s]
/proc/loadavg: 8.14 7.97 5.83 9/373 31150
/proc/meminfo: memFree=8897136/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1695400 CPUtime=4701.84 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 412745 0 0 0 469923 261 0 0 25 0 4 0 622055693 1736089600 412660 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 423850 412660 84 194 0 423654 0
[pid=31109/tid=31110] ppid=31099 vsize=1695400 CPUtime=1178.23 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 87049 0 0 0 117764 59 0 0 25 0 4 0 622055743 1736089600 412660 33554432000 134512640 135305190 4289231248 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1695400 CPUtime=1171.36 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 95461 0 0 0 117079 57 0 0 25 0 4 0 622055743 1736089600 412660 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1695400 CPUtime=1178.75 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 101263 0 0 0 117807 68 0 0 25 0 4 0 622055743 1736089600 412660 33554432000 134512640 135305190 4289231248 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4704.72
Current children cumulated vsize (KiB) 1704100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.2 s]
/proc/loadavg: 8.09 7.97 5.88 9/373 31151
/proc/meminfo: memFree=8887824/32951124 swapFree=65155552/67111528
[pid=31099] ppid=31097 vsize=8700 CPUtime=2.88 cores=1,3,5,7
/proc/31099/stat : 31099 (manysat.sh) S 31097 31099 31066 0 -1 4202496 355 31148 0 0 0 0 282 6 18 0 1 0 622055404 8908800 252 33554432000 4194304 4922060 140735631190560 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31099/statm: 2175 252 209 178 0 68 0
[pid=31109] ppid=31099 vsize=1698124 CPUtime=4797.2 cores=1,3,5,7
/proc/31109/stat : 31109 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202496 413363 0 0 0 479458 262 0 0 25 0 4 0 622055693 1738878976 413278 33554432000 134512640 135305190 4289231248 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/31109/statm: 424531 413278 84 194 0 424335 0
[pid=31109/tid=31110] ppid=31099 vsize=1698124 CPUtime=1202.14 cores=1,3,5,7
/proc/31109/task/31110/stat : 31110 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 87089 0 0 0 120155 59 0 0 25 0 4 0 622055743 1738878976 413278 33554432000 134512640 135305190 4289231248 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=31109/tid=31111] ppid=31099 vsize=1698124 CPUtime=1194.97 cores=1,3,5,7
/proc/31109/task/31111/stat : 31111 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 95887 0 0 0 119440 57 0 0 25 0 4 0 622055743 1738878976 413278 33554432000 134512640 135305190 4289231248 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31109/tid=31112] ppid=31099 vsize=1698124 CPUtime=1202.66 cores=1,3,5,7
/proc/31109/task/31112/stat : 31112 (manysat1.1_stat) R 31099 31099 31066 0 -1 4202560 101335 0 0 0 120198 68 0 0 25 0 4 0 622055743 1738878976 413278 33554432000 134512640 135305190 4289231248 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1706824

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

Real time (s): 1206.23
CPU time (s): 4800.08
CPU user time (s): 4797.4
CPU system time (s): 2.68
CPU usage (%): 397.942
Max. virtual memory (cumulated for all children) (KiB): 1706824

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

runsolver used 3.86641 second user time and 10.4094 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 16:19:51
IDJOB=3361855
IDBENCH=20386
IDSOLVER=1838
FILE ID=node146/3361855-1305296391
RUNJOBID= node146-1305296390-31086
PBS_JOBID= 13321407
Free space on /tmp= 41392 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361855-1305296391/watcher-3361855-1305296391 -o /tmp/evaluation-result-3361855-1305296391/solver-3361855-1305296391 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361855-1305296391.cnf aimd 1

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=498905485

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      11056924 kB
Buffers:        211016 kB
Cached:        5876024 kB
SwapCached:       9684 kB
Active:       11287192 kB
Inactive:     10281448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11056924 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           29884 kB
Writeback:           0 kB
AnonPages:    15479420 kB
Mapped:          22216 kB
Slab:           199708 kB
PageTables:      59636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81758188 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= 41356 MiB
End job on node146 at 2011-05-13 16:40:00