Trace number 3362138

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) 20372.4 5100.03

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.22281
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
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.49	c ==============================================================================
0.00/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.49	c ==============================================================================
0.00/0.49	c |         0 | 1076505  2511845 |  322951       0        0     nan |  0.000 % |
3.09/3.18	c |         0 |  707834  2011464 |      --       0       --      -- |     --   | -367134/-496771
3.09/3.18	c ==============================================================================
3.09/3.18	c Result  :   #vars: 170050   #clauses: 707834   #literals: 2011464
3.09/3.18	c CPU time:   3.08053 s
3.09/3.18	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-3362138-1305300075/watcher-3362138-1305300075 -o /tmp/evaluation-result-3362138-1305300075/solver-3362138-1305300075 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362138-1305300075.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.71 4.20 3.94 2/348 4003
/proc/meminfo: memFree=19878624/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0

[startup+0.033704 s]
/proc/loadavg: 4.71 4.20 3.94 2/348 4003
/proc/meminfo: memFree=19878624/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100691 s]
/proc/loadavg: 4.71 4.20 3.94 2/348 4003
/proc/meminfo: memFree=19878624/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300642 s]
/proc/loadavg: 4.71 4.20 3.94 2/348 4003
/proc/meminfo: memFree=19878624/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700572 s]
/proc/loadavg: 4.71 4.20 3.94 2/348 4003
/proc/meminfo: memFree=19878624/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 4.71 4.20 3.94 2/350 4005
/proc/meminfo: memFree=19714316/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
[pid=4004] ppid=4003 vsize=195552 CPUtime=1.49 cores=0-7
/proc/4004/stat : 4004 (SatElite) R 4003 4003 3602 0 -1 4202496 44503 0 0 0 140 9 0 0 25 0 1 0 641605553 200245248 41474 33554432000 134512640 135034092 4291096160 18446744073709551615 134566515 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/4004/statm: 48888 41474 68 128 0 48758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204252

[startup+3.10114 s]
/proc/loadavg: 4.58 4.18 3.94 2/350 4005
/proc/meminfo: memFree=19691996/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=0 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641605553 8908800 250 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4003/statm: 2175 250 209 178 0 68 0
[pid=4004] ppid=4003 vsize=203668 CPUtime=3.09 cores=0-7
/proc/4004/stat : 4004 (SatElite) R 4003 4003 3602 0 -1 4202496 46881 0 0 0 299 10 0 0 25 0 1 0 641605553 208556032 42981 33554432000 134512640 135034092 4291096160 18446744073709551615 134581783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/4004/statm: 50917 42981 68 128 0 50787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212368

[startup+6.30056 s]
/proc/loadavg: 4.58 4.18 3.94 5/353 4009
/proc/meminfo: memFree=19636580/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=267440 CPUtime=7.85 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 54445 0 0 0 766 19 0 0 18 0 4 0 641605918 273858560 54271 33554432000 134512640 135305190 4287256112 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/4006/statm: 66860 54271 84 194 0 66664 0
[pid=4006/tid=4007] ppid=4003 vsize=267440 CPUtime=1.74 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 1170 0 0 0 172 2 0 0 18 0 4 0 641606004 273858560 54271 33554432000 134512640 135305190 4287256112 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=267440 CPUtime=1.73 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 1233 0 0 0 170 3 0 0 18 0 4 0 641606004 273858560 54271 33554432000 134512640 135305190 4287256112 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=267440 CPUtime=1.73 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 1093 0 0 0 171 2 0 0 18 0 4 0 641606004 273858560 54271 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 276140

[startup+12.7004 s]
/proc/loadavg: 4.88 4.25 3.96 5/353 4009
/proc/meminfo: memFree=19602256/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=296124 CPUtime=33.36 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 61647 0 0 0 3306 30 0 0 18 0 4 0 641605918 303230976 61473 33554432000 134512640 135305190 4287256112 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/4006/statm: 74031 61473 84 194 0 73835 0
[pid=4006/tid=4007] ppid=4003 vsize=296124 CPUtime=8.13 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 2701 0 0 0 808 5 0 0 19 0 4 0 641606004 303230976 61473 33554432000 134512640 135305190 4287256112 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=296124 CPUtime=8.12 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 3485 0 0 0 806 6 0 0 17 0 4 0 641606004 303230976 61473 33554432000 134512640 135305190 4287256112 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=296124 CPUtime=8.09 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 2849 0 0 0 804 5 0 0 18 0 4 0 641606004 303230976 61473 33554432000 134512640 135305190 4287256112 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37
Current children cumulated vsize (KiB) 304824

[startup+25.5011 s]
/proc/loadavg: 5.05 4.31 3.98 5/353 4010
/proc/meminfo: memFree=19568176/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=331024 CPUtime=84.46 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 70237 0 0 0 8405 41 0 0 18 0 4 0 641605918 338968576 70063 33554432000 134512640 135305190 4287256112 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/4006/statm: 82756 70063 84 194 0 82560 0
[pid=4006/tid=4007] ppid=4003 vsize=331024 CPUtime=20.91 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 4451 0 0 0 2082 9 0 0 20 0 4 0 641606004 338968576 70063 33554432000 134512640 135305190 4287256112 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=331024 CPUtime=20.9 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 6711 0 0 0 2082 8 0 0 18 0 4 0 641606004 338968576 70063 33554432000 134512640 135305190 4287256112 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=331024 CPUtime=20.85 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 4425 0 0 0 2078 7 0 0 18 0 4 0 641606004 338968576 70063 33554432000 134512640 135305190 4287256112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 88.1
Current children cumulated vsize (KiB) 339724

[startup+51.1005 s]
/proc/loadavg: 4.87 4.33 4.00 5/352 4010
/proc/meminfo: memFree=21353040/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=374488 CPUtime=186.63 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 81095 0 0 0 18606 57 0 0 18 0 4 0 641605918 383475712 80921 33554432000 134512640 135305190 4287256112 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4006/statm: 93622 80921 84 194 0 93426 0
[pid=4006/tid=4007] ppid=4003 vsize=374488 CPUtime=46.44 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 5929 0 0 0 4631 13 0 0 18 0 4 0 641606004 383475712 80921 33554432000 134512640 135305190 4287256112 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=374488 CPUtime=46.49 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 12095 0 0 0 4637 12 0 0 25 0 4 0 641606004 383475712 80921 33554432000 134512640 135305190 4287256112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=374488 CPUtime=46.38 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 6094 0 0 0 4627 11 0 0 18 0 4 0 641606004 383475712 80921 33554432000 134512640 135305190 4287256112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 190.27
Current children cumulated vsize (KiB) 383188

[startup+102.313 s]
/proc/loadavg: 4.39 4.29 4.00 5/352 4012
/proc/meminfo: memFree=21281604/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=446304 CPUtime=391.23 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 98941 0 0 0 39045 78 0 0 18 0 4 0 641605918 457015296 98750 33554432000 134512640 135305190 4287256112 18446744073709551615 134541969 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 111576 98750 84 194 0 111380 0
[pid=4006/tid=4007] ppid=4003 vsize=446304 CPUtime=97.59 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 8556 0 0 0 9742 17 0 0 18 0 4 0 641606004 457015296 98750 33554432000 134512640 135305190 4287256112 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=446304 CPUtime=97.7 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 20882 0 0 0 9750 20 0 0 25 0 4 0 641606004 457015296 98751 33554432000 134512640 135305190 4287256112 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=446304 CPUtime=97.5 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 9143 0 0 0 9735 15 0 0 18 0 4 0 641606004 457015296 98751 33554432000 134512640 135305190 4287256112 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394.87
Current children cumulated vsize (KiB) 455004

[startup+162.3 s]
/proc/loadavg: 4.15 4.24 4.00 5/352 4013
/proc/meminfo: memFree=21177656/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=553032 CPUtime=630.95 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 125384 0 0 0 62990 105 0 0 18 0 4 0 641605918 566304768 125193 33554432000 134512640 135305190 4287256112 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 138258 125193 84 194 0 138062 0
[pid=4006/tid=4007] ppid=4003 vsize=553032 CPUtime=157.49 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 12445 0 0 0 15726 23 0 0 18 0 4 0 641606004 566304768 125193 33554432000 134512640 135305190 4287256112 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=553032 CPUtime=157.65 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 34047 0 0 0 15738 27 0 0 25 0 4 0 641606004 566304768 125193 33554432000 134512640 135305190 4287256112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=553032 CPUtime=157.43 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 14462 0 0 0 15721 22 0 0 18 0 4 0 641606004 566304768 125193 33554432000 134512640 135305190 4287256112 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 634.59
Current children cumulated vsize (KiB) 561732

[startup+222.301 s]
/proc/loadavg: 4.05 4.19 4.00 5/352 4015
/proc/meminfo: memFree=21151560/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7

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

/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 80325 0 0 0 465269 194 0 0 25 0 4 0 641606004 2322595840 550128 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18623.3
Current children cumulated vsize (KiB) 2276860

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4147
/proc/meminfo: memFree=19387628/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2357064 CPUtime=18859.7 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 571607 0 0 0 1885060 910 0 0 19 0 4 0 641605918 2413633536 571416 33554432000 134512640 135305190 4287256112 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 589266 571416 84 194 0 589070 0
[pid=4006/tid=4007] ppid=4003 vsize=2357064 CPUtime=4714.46 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 83102 0 0 0 471225 221 0 0 25 0 4 0 641606004 2413633536 571416 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2357064 CPUtime=4715.24 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 271018 0 0 0 471206 318 0 0 22 0 4 0 641606004 2413633536 571416 33554432000 134512640 135305190 4287256112 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2357064 CPUtime=4714.65 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 83476 0 0 0 471267 198 0 0 19 0 4 0 641606004 2413633536 571416 33554432000 134512640 135305190 4287256112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18863.3
Current children cumulated vsize (KiB) 2365764

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4149
/proc/meminfo: memFree=19312340/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2429704 CPUtime=19099.4 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 590329 0 0 0 1908999 937 0 0 25 0 4 0 641605918 2488016896 590138 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 607426 590138 84 194 0 607230 0
[pid=4006/tid=4007] ppid=4003 vsize=2429704 CPUtime=4774.43 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85321 0 0 0 477215 228 0 0 25 0 4 0 641606004 2488016896 590138 33554432000 134512640 135305190 4287256112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2429704 CPUtime=4774.96 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 282839 0 0 0 477165 331 0 0 19 0 4 0 641606004 2488016896 590138 33554432000 134512640 135305190 4287256112 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2429704 CPUtime=4774.64 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85821 0 0 0 477263 201 0 0 25 0 4 0 641606004 2488016896 590138 33554432000 134512640 135305190 4287256112 18446744073709551615 134541999 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19103
Current children cumulated vsize (KiB) 2438404

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4150
/proc/meminfo: memFree=19312044/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2429848 CPUtime=19338.4 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 590623 0 0 0 1932899 945 0 0 24 0 4 0 641605918 2488164352 590432 33554432000 134512640 135305190 4287256112 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 607462 590432 84 194 0 607266 0
[pid=4006/tid=4007] ppid=4003 vsize=2429848 CPUtime=4834.41 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85499 0 0 0 483212 229 0 0 25 0 4 0 641606004 2488164352 590432 33554432000 134512640 135305190 4287256112 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2429848 CPUtime=4834.93 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 282840 0 0 0 483160 333 0 0 18 0 4 0 641606004 2488164352 590432 33554432000 134512640 135305190 4287256112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2429848 CPUtime=4834.18 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 483215 203 0 0 18 0 4 0 641606004 2488164352 590432 33554432000 134512640 135305190 4287256112 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19342.1
Current children cumulated vsize (KiB) 2438548

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4152
/proc/meminfo: memFree=19310256/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2430860 CPUtime=19578.4 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 591018 0 0 0 1956897 947 0 0 25 0 4 0 641605918 2489200640 590827 33554432000 134512640 135305190 4287256112 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 607715 590827 84 194 0 607519 0
[pid=4006/tid=4007] ppid=4003 vsize=2430860 CPUtime=4894.4 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85701 0 0 0 489211 229 0 0 25 0 4 0 641606004 2489200640 590827 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2430860 CPUtime=4894.93 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 283033 0 0 0 489160 333 0 0 18 0 4 0 641606004 2489200640 590827 33554432000 134512640 135305190 4287256112 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2430860 CPUtime=4894.19 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 489215 204 0 0 19 0 4 0 641606004 2489200640 590827 33554432000 134512640 135305190 4287256112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19582.1
Current children cumulated vsize (KiB) 2439560

[startup+4962.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/352 4153
/proc/meminfo: memFree=19307976/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2437576 CPUtime=19818.4 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 591580 0 0 0 1980895 950 0 0 19 0 4 0 641605918 2496077824 591389 33554432000 134512640 135305190 4287256112 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 609394 591389 84 194 0 609198 0
[pid=4006/tid=4007] ppid=4003 vsize=2437576 CPUtime=4954.41 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85872 0 0 0 495211 230 0 0 25 0 4 0 641606004 2496077824 591389 33554432000 134512640 135305190 4287256112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2437576 CPUtime=4954.93 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 283424 0 0 0 495160 333 0 0 20 0 4 0 641606004 2496077824 591389 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2437576 CPUtime=4954.19 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 495214 205 0 0 18 0 4 0 641606004 2496077824 591389 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19822.1
Current children cumulated vsize (KiB) 2446276

[startup+5022.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/352 4155
/proc/meminfo: memFree=19306816/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2438224 CPUtime=20057.9 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 591843 0 0 0 2004841 954 0 0 25 0 4 0 641605918 2496741376 591652 33554432000 134512640 135305190 4287256112 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 609556 591652 84 194 0 609360 0
[pid=4006/tid=4007] ppid=4003 vsize=2438224 CPUtime=5013.93 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 86097 0 0 0 501162 231 0 0 25 0 4 0 641606004 2496741376 591652 33554432000 134512640 135305190 4287256112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2438224 CPUtime=5014.93 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 283462 0 0 0 501158 335 0 0 19 0 4 0 641606004 2496741376 591652 33554432000 134512640 135305190 4287256112 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2438224 CPUtime=5014.18 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 501212 206 0 0 19 0 4 0 641606004 2496741376 591652 33554432000 134512640 135305190 4287256112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20061.6
Current children cumulated vsize (KiB) 2446924

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4157
/proc/meminfo: memFree=19306040/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2439056 CPUtime=20297.9 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 592016 0 0 0 2028837 958 0 0 25 0 4 0 641605918 2497593344 591825 33554432000 134512640 135305190 4287256112 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 609764 591825 84 194 0 609568 0
[pid=4006/tid=4007] ppid=4003 vsize=2439056 CPUtime=5073.94 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 86097 0 0 0 507161 233 0 0 25 0 4 0 641606004 2497593344 591825 33554432000 134512640 135305190 4287256112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2439056 CPUtime=5074.93 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 283635 0 0 0 507158 335 0 0 18 0 4 0 641606004 2497593344 591825 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2439056 CPUtime=5074.18 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 507211 207 0 0 18 0 4 0 641606004 2497593344 591825 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20301.6
Current children cumulated vsize (KiB) 2447756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 4.00 5/352 4157
/proc/meminfo: memFree=19306020/32951124 swapFree=65581052/67111528
[pid=4003] ppid=4001 vsize=8700 CPUtime=3.64 cores=0-7
/proc/4003/stat : 4003 (manysat.sh) S 4001 4003 3602 0 -1 4202496 357 47250 0 0 0 0 351 13 18 0 1 0 641605553 8908800 253 33554432000 4194304 4922060 140735106925952 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4003/statm: 2175 253 209 178 0 68 0
[pid=4006] ppid=4003 vsize=2439164 CPUtime=20368.8 cores=0-7
/proc/4006/stat : 4006 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202496 592032 0 0 0 2035919 959 0 0 25 0 4 0 641605918 2497703936 591841 33554432000 134512640 135305190 4287256112 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/4006/statm: 609791 591841 84 194 0 609595 0
[pid=4006/tid=4007] ppid=4003 vsize=2439164 CPUtime=5091.65 cores=0-7
/proc/4006/task/4007/stat : 4007 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 86097 0 0 0 508932 233 0 0 25 0 4 0 641606004 2497703936 591841 33554432000 134512640 135305190 4287256112 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=4006/tid=4008] ppid=4003 vsize=2439164 CPUtime=5092.64 cores=0-7
/proc/4006/task/4008/stat : 4008 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 283651 0 0 0 508928 336 0 0 20 0 4 0 641606004 2497703936 591841 33554432000 134512640 135305190 4287256112 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4006/tid=4009] ppid=4003 vsize=2439164 CPUtime=5091.89 cores=0-7
/proc/4006/task/4009/stat : 4009 (manysat1.1_stat) R 4003 4003 3602 0 -1 4202560 85904 0 0 0 508982 207 0 0 25 0 4 0 641606004 2497703936 591841 33554432000 134512640 135305190 4287256112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20372.4
Current children cumulated vsize (KiB) 2447864

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

Real time (s): 5100.03
CPU time (s): 20372.4
CPU user time (s): 20362.7
CPU system time (s): 9.72
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 2447864

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

runsolver used 17.2644 second user time and 42.7645 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-13 17:21:18
IDJOB=3362138
IDBENCH=82446
IDSOLVER=1839
FILE ID=node137/3362138-1305300075
RUNJOBID= node137-1305296391-3616
PBS_JOBID= 13321416
Free space on /tmp= 37824 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362138-1305300075/watcher-3362138-1305300075 -o /tmp/evaluation-result-3362138-1305300075/solver-3362138-1305300075 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362138-1305300075.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=1578343706

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19878780 kB
Buffers:        201820 kB
Cached:        3388008 kB
SwapCached:      36296 kB
Active:        1531296 kB
Inactive:     11235592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19878780 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           22736 kB
Writeback:           0 kB
AnonPages:     7412548 kB
Mapped:          18780 kB
Slab:           202216 kB
PageTables:      38344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75891704 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= 37792 MiB
End job on node137 at 2011-05-13 18:46:20