Trace number 3361927

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.22 1210.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
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 variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
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.36	c ==============================================================================
0.00/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.36	c ==============================================================================
0.00/0.36	c |         0 |  746442  1741698 |  223932       0        0     nan |  0.000 % |
7.39/7.48	c |         0 |  397738  1362662 |      --       0       --      -- |     --   | -348682/-378983
7.39/7.49	c ==============================================================================
7.39/7.49	c Result  :   #vars: 76979   #clauses: 397738   #literals: 1362662
7.39/7.49	c CPU time:   7.36988 s
7.39/7.49	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-3361927-1305296876/watcher-3361927-1305296876 -o /tmp/evaluation-result-3361927-1305296876/solver-3361927-1305296876 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361927-1305296876.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 8.11 6.47 3.24 6/368 26229
/proc/meminfo: memFree=20859356/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0

[startup+0.0233641 s]
/proc/loadavg: 8.11 6.47 3.24 6/368 26229
/proc/meminfo: memFree=20859356/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100401 s]
/proc/loadavg: 8.11 6.47 3.24 6/368 26229
/proc/meminfo: memFree=20859356/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300351 s]
/proc/loadavg: 8.11 6.47 3.24 6/368 26229
/proc/meminfo: memFree=20859356/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700285 s]
/proc/loadavg: 8.11 6.47 3.24 6/368 26229
/proc/meminfo: memFree=20859356/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/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: 7.86 6.45 3.25 6/370 26231
/proc/meminfo: memFree=20750724/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
[pid=26230] ppid=26229 vsize=109976 CPUtime=1.49 cores=0,2,4,6
/proc/26230/stat : 26230 (SatElite) R 26229 26229 25977 0 -1 4202496 28137 0 0 0 145 4 0 0 25 0 1 0 622103250 112615424 26026 33554432000 134512640 135034092 4290558880 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26230/statm: 27494 26026 68 128 0 27364 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118676

[startup+3.10083 s]
/proc/loadavg: 7.86 6.45 3.25 6/370 26231
/proc/meminfo: memFree=20735968/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
[pid=26230] ppid=26229 vsize=115296 CPUtime=3.09 cores=0,2,4,6
/proc/26230/stat : 26230 (SatElite) R 26229 26229 25977 0 -1 4202496 29399 0 0 0 302 7 0 0 25 0 1 0 622103250 118063104 27288 33554432000 134512640 135034092 4290558880 18446744073709551615 134540472 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26230/statm: 28824 27288 68 128 0 28694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123996

[startup+6.30023 s]
/proc/loadavg: 7.86 6.45 3.25 6/370 26231
/proc/meminfo: memFree=20704140/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 622103250 8908800 249 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26229/statm: 2175 249 209 178 0 68 0
[pid=26230] ppid=26229 vsize=123896 CPUtime=6.29 cores=0,2,4,6
/proc/26230/stat : 26230 (SatElite) R 26229 26229 25977 0 -1 4202496 31260 0 0 0 618 11 0 0 25 0 1 0 622103250 126869504 29149 33554432000 134512640 135034092 4290558880 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26230/statm: 30974 29149 68 128 0 30844 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132596

[startup+12.701 s]
/proc/loadavg: 7.66 6.45 3.29 9/373 26235
/proc/meminfo: memFree=20667060/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=178304 CPUtime=17.78 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 35085 0 0 0 1760 18 0 0 25 0 4 0 622104030 182583296 34906 33554432000 134512640 135305190 4288206256 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 44576 34907 84 194 0 44380 0
[pid=26232/tid=26233] ppid=26229 vsize=178304 CPUtime=4.26 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 1861 0 0 0 423 3 0 0 25 0 4 0 622104082 182583296 34907 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=178304 CPUtime=4.34 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 1968 0 0 0 432 2 0 0 25 0 4 0 622104082 182583296 34907 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=178304 CPUtime=4.31 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 1703 0 0 0 428 3 0 0 25 0 4 0 622104082 182583296 34907 33554432000 134512640 135305190 4288206256 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 187004

[startup+25.5006 s]
/proc/loadavg: 7.80 6.51 3.34 9/373 26236
/proc/meminfo: memFree=20643864/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=200060 CPUtime=68.83 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 40633 0 0 0 6861 22 0 0 25 0 4 0 622104030 204861440 40454 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 50015 40454 84 194 0 49819 0
[pid=26232/tid=26233] ppid=26229 vsize=200060 CPUtime=16.91 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 2957 0 0 0 1687 4 0 0 25 0 4 0 622104082 204861440 40454 33554432000 134512640 135305190 4288206256 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=200060 CPUtime=17.14 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 4232 0 0 0 1711 3 0 0 25 0 4 0 622104082 204861440 40454 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=200060 CPUtime=17.11 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 2536 0 0 0 1707 4 0 0 25 0 4 0 622104082 204861440 40454 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 76.62
Current children cumulated vsize (KiB) 208760

[startup+51.1007 s]
/proc/loadavg: 7.86 6.63 3.46 9/373 26236
/proc/meminfo: memFree=20606136/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=231452 CPUtime=170.91 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 48546 0 0 0 17064 27 0 0 25 0 4 0 622104030 237006848 48364 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 57863 48364 84 194 0 57667 0
[pid=26232/tid=26233] ppid=26229 vsize=231452 CPUtime=42.2 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 4899 0 0 0 4215 5 0 0 25 0 4 0 622104082 237006848 48364 33554432000 134512640 135305190 4288206256 18446744073709551615 134542046 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=231452 CPUtime=42.74 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 7111 0 0 0 4269 5 0 0 25 0 4 0 622104082 237006848 48364 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=231452 CPUtime=42.7 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 3714 0 0 0 4265 5 0 0 25 0 4 0 622104082 237006848 48364 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 178.7
Current children cumulated vsize (KiB) 240152

[startup+102.314 s]
/proc/loadavg: 7.98 6.87 3.73 9/373 26238
/proc/meminfo: memFree=20549328/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=277424 CPUtime=375.12 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 59917 0 0 0 37479 33 0 0 25 0 4 0 622104030 284082176 59735 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 69356 59735 84 194 0 69160 0
[pid=26232/tid=26233] ppid=26229 vsize=277424 CPUtime=92.78 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 8247 0 0 0 9271 7 0 0 25 0 4 0 622104082 284082176 59735 33554432000 134512640 135305190 4288206256 18446744073709551615 134530682 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=277424 CPUtime=93.95 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 9658 0 0 0 9389 6 0 0 25 0 4 0 622104082 284082176 59735 33554432000 134512640 135305190 4288206256 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=277424 CPUtime=93.92 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 5420 0 0 0 9385 7 0 0 25 0 4 0 622104082 284082176 59735 33554432000 134512640 135305190 4288206256 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 382.91
Current children cumulated vsize (KiB) 286124

[startup+162.301 s]
/proc/loadavg: 8.05 7.09 4.00 9/373 26239
/proc/meminfo: memFree=20497492/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=329604 CPUtime=614.33 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 72723 0 0 0 61392 41 0 0 21 0 4 0 622104030 337514496 72541 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 82401 72541 84 194 0 82205 0
[pid=26232/tid=26233] ppid=26229 vsize=329604 CPUtime=152.05 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 10991 0 0 0 15196 9 0 0 25 0 4 0 622104082 337514496 72541 33554432000 134512640 135305190 4288206256 18446744073709551615 134530640 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=329604 CPUtime=153.94 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 13862 0 0 0 15385 9 0 0 25 0 4 0 622104082 337514496 72541 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=329604 CPUtime=153.9 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 7119 0 0 0 15382 8 0 0 25 0 4 0 622104082 337514496 72541 33554432000 134512640 135305190 4288206256 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 622.12
Current children cumulated vsize (KiB) 338304

[startup+222.3 s]
/proc/loadavg: 8.05 7.27 4.25 10/373 26274
/proc/meminfo: memFree=20989292/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=364352 CPUtime=853.6 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 81207 0 0 0 85314 46 0 0 25 0 4 0 622104030 373096448 81025 33554432000 134512640 135305190 4288206256 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 91088 81025 84 194 0 90892 0
[pid=26232/tid=26233] ppid=26229 vsize=364352 CPUtime=211.33 cores=0,2,4,6

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

/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 16944 0 0 0 75369 15 0 0 25 0 4 0 622104082 671637504 152480 33554432000 134512640 135305190 4288206256 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3014.86
Current children cumulated vsize (KiB) 664596

[startup+822.301 s]
/proc/loadavg: 8.12 8.01 6.08 10/373 26290
/proc/meminfo: memFree=20516208/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=686588 CPUtime=3246.3 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 160343 0 0 0 324537 93 0 0 25 0 4 0 622104030 703066112 160135 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 171647 160135 84 194 0 171451 0
[pid=26232/tid=26233] ppid=26229 vsize=686588 CPUtime=804.14 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 30714 0 0 0 80394 20 0 0 25 0 4 0 622104082 703066112 160135 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=686588 CPUtime=813.95 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 45849 0 0 0 81367 28 0 0 25 0 4 0 622104082 703066112 160135 33554432000 134512640 135305190 4288206256 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=686588 CPUtime=813.82 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 18316 0 0 0 81366 16 0 0 25 0 4 0 622104082 703066112 160135 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3254.09
Current children cumulated vsize (KiB) 695288

[startup+882.3 s]
/proc/loadavg: 8.11 8.02 6.20 10/373 26292
/proc/meminfo: memFree=20469784/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=717740 CPUtime=3485.53 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 167475 0 0 0 348454 99 0 0 25 0 4 0 622104030 734965760 167267 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 179435 167267 84 194 0 179239 0
[pid=26232/tid=26233] ppid=26229 vsize=717740 CPUtime=863.8 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 32300 0 0 0 86359 21 0 0 25 0 4 0 622104082 734965760 167267 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=717740 CPUtime=873.55 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 48107 0 0 0 87325 30 0 0 25 0 4 0 622104082 734965760 167267 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=717740 CPUtime=873.8 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 19605 0 0 0 87363 17 0 0 25 0 4 0 622104082 734965760 167267 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3493.32
Current children cumulated vsize (KiB) 726440

[startup+942.301 s]
/proc/loadavg: 8.09 8.03 6.32 10/373 26293
/proc/meminfo: memFree=20462684/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=719476 CPUtime=3724.82 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 167905 0 0 0 372382 100 0 0 25 0 4 0 622104030 736743424 167697 33554432000 134512640 135305190 4288206256 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 179869 167697 84 194 0 179673 0
[pid=26232/tid=26233] ppid=26229 vsize=719476 CPUtime=923.8 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 32323 0 0 0 92359 21 0 0 25 0 4 0 622104082 736743424 167697 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=719476 CPUtime=932.85 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 48303 0 0 0 93255 30 0 0 25 0 4 0 622104082 736743424 167697 33554432000 134512640 135305190 4288206256 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=719476 CPUtime=933.78 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 19707 0 0 0 93361 17 0 0 25 0 4 0 622104082 736743424 167697 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3732.61
Current children cumulated vsize (KiB) 728176

[startup+1002.3 s]
/proc/loadavg: 8.09 8.04 6.43 9/373 26295
/proc/meminfo: memFree=20409696/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=755476 CPUtime=3964.08 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 176684 0 0 0 396302 106 0 0 25 0 4 0 622104030 773607424 176476 33554432000 134512640 135305190 4288206256 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 188869 176476 84 194 0 188673 0
[pid=26232/tid=26233] ppid=26229 vsize=755476 CPUtime=983.79 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 34267 0 0 0 98356 23 0 0 25 0 4 0 622104082 773607424 176476 33554432000 134512640 135305190 4288206256 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=755476 CPUtime=992.13 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 51601 0 0 0 99180 33 0 0 25 0 4 0 622104082 773607424 176476 33554432000 134512640 135305190 4288206256 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=755476 CPUtime=993.77 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 20951 0 0 0 99359 18 0 0 25 0 4 0 622104082 773607424 176476 33554432000 134512640 135305190 4288206256 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3971.87
Current children cumulated vsize (KiB) 764176

[startup+1062.3 s]
/proc/loadavg: 8.08 8.04 6.53 10/373 26296
/proc/meminfo: memFree=20383616/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=773156 CPUtime=4203.37 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 181022 0 0 0 420227 110 0 0 25 0 4 0 622104030 791711744 180814 33554432000 134512640 135305190 4288206256 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 193289 180814 84 194 0 193093 0
[pid=26232/tid=26233] ppid=26229 vsize=773156 CPUtime=1043.79 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 34800 0 0 0 104356 23 0 0 25 0 4 0 622104082 791711744 180814 33554432000 134512640 135305190 4288206256 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=773156 CPUtime=1051.43 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 53767 0 0 0 105109 34 0 0 25 0 4 0 622104082 791711744 180814 33554432000 134512640 135305190 4288206256 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=773156 CPUtime=1053.76 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 21409 0 0 0 105358 18 0 0 25 0 4 0 622104082 791711744 180814 33554432000 134512640 135305190 4288206256 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4211.16
Current children cumulated vsize (KiB) 781856

[startup+1122.3 s]
/proc/loadavg: 8.12 8.06 6.63 10/373 26298
/proc/meminfo: memFree=20342656/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=798428 CPUtime=4442.63 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 187239 0 0 0 444149 114 0 0 25 0 4 0 622104030 817590272 187010 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 199607 187010 84 194 0 199411 0
[pid=26232/tid=26233] ppid=26229 vsize=798428 CPUtime=1103.79 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 35941 0 0 0 110355 24 0 0 25 0 4 0 622104082 817590272 187010 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=798428 CPUtime=1110.71 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 56212 0 0 0 111035 36 0 0 25 0 4 0 622104082 817590272 187010 33554432000 134512640 135305190 4288206256 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=798428 CPUtime=1113.75 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 22337 0 0 0 111357 18 0 0 25 0 4 0 622104082 817590272 187010 33554432000 134512640 135305190 4288206256 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4450.42
Current children cumulated vsize (KiB) 807128

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 6.71 10/373 26300
/proc/meminfo: memFree=20327476/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=812880 CPUtime=4681.88 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 190754 0 0 0 468071 117 0 0 25 0 4 0 622104030 832389120 190525 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 203220 190525 84 194 0 203024 0
[pid=26232/tid=26233] ppid=26229 vsize=812880 CPUtime=1163.78 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 36559 0 0 0 116353 25 0 0 25 0 4 0 622104082 832389120 190525 33554432000 134512640 135305190 4288206256 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=812880 CPUtime=1170.01 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 57954 0 0 0 116964 37 0 0 25 0 4 0 622104082 832389120 190525 33554432000 134512640 135305190 4288206256 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=812880 CPUtime=1173.72 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 22922 0 0 0 117353 19 0 0 25 0 4 0 622104082 832389120 190525 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4689.67
Current children cumulated vsize (KiB) 821580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.01 s]
/proc/loadavg: 8.17 8.08 6.76 9/373 26300
/proc/meminfo: memFree=20312448/32951124 swapFree=66341972/67111528
[pid=26229] ppid=26227 vsize=8700 CPUtime=7.79 cores=0,2,4,6
/proc/26229/stat : 26229 (manysat.sh) S 26227 26229 25977 0 -1 4202496 356 35691 0 0 0 0 766 13 18 0 1 0 622103250 8908800 252 33554432000 4194304 4922060 140736903610944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26229/statm: 2175 252 209 178 0 68 0
[pid=26232] ppid=26229 vsize=822556 CPUtime=4792.43 cores=0,2,4,6
/proc/26232/stat : 26232 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202496 193186 0 0 0 479124 119 0 0 25 0 4 0 622104030 842297344 192957 33554432000 134512640 135305190 4288206256 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26232/statm: 205639 192957 84 194 0 205443 0
[pid=26232/tid=26233] ppid=26229 vsize=822556 CPUtime=1191.5 cores=0,2,4,6
/proc/26232/task/26233/stat : 26233 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 36871 0 0 0 119125 25 0 0 25 0 4 0 622104082 842297344 192957 33554432000 134512640 135305190 4288206256 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26232/tid=26234] ppid=26229 vsize=822556 CPUtime=1197.39 cores=0,2,4,6
/proc/26232/task/26234/stat : 26234 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 59498 0 0 0 119700 39 0 0 25 0 4 0 622104082 842297344 192957 33554432000 134512640 135305190 4288206256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26232/tid=26235] ppid=26229 vsize=822556 CPUtime=1201.44 cores=0,2,4,6
/proc/26232/task/26235/stat : 26235 (manysat1.1_stat) R 26229 26229 25977 0 -1 4202560 23078 0 0 0 120125 19 0 0 25 0 4 0 622104082 842297344 192957 33554432000 134512640 135305190 4288206256 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 831256

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

Real time (s): 1210.04
CPU time (s): 4800.22
CPU user time (s): 4798.9
CPU system time (s): 1.32
CPU usage (%): 396.699
Max. virtual memory (cumulated for all children) (KiB): 831256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.66383
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 26

runsolver used 3.85341 second user time and 10.4754 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 16:27:56
IDJOB=3361927
IDBENCH=70769
IDSOLVER=1838
FILE ID=node141/3361927-1305296876
RUNJOBID= node141-1305296391-25995
PBS_JOBID= 13321412
Free space on /tmp= 48884 MiB

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

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1720719514

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.84
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.806
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.806
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.806
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:      20859512 kB
Buffers:        210008 kB
Cached:        5892384 kB
SwapCached:      22860 kB
Active:        3570984 kB
Inactive:      8295368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20859512 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           14808 kB
Writeback:           0 kB
AnonPages:     5747432 kB
Mapped:          19952 kB
Slab:           124516 kB
PageTables:      39088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86817436 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= 48868 MiB
End job on node141 at 2011-05-13 16:48:08