Trace number 3361960

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) 20397.7 5100.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3141.43
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.69	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.69	c ==============================================================================
0.00/0.69	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.69	c CPU time:   0.674897 s
0.00/0.69	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-3361960-1305296735/watcher-3361960-1305296735 -o /tmp/evaluation-result-3361960-1305296735/solver-3361960-1305296735 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361960-1305296735.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: 3.98 2.65 1.18 2/284 31110
/proc/meminfo: memFree=10574812/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641276248 8908800 249 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31110/statm: 2175 249 209 178 0 68 0

[startup+0.0784631 s]
/proc/loadavg: 3.98 2.65 1.18 2/284 31110
/proc/meminfo: memFree=10574812/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641276248 8908800 249 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31110/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10046 s]
/proc/loadavg: 3.98 2.65 1.18 2/284 31110
/proc/meminfo: memFree=10574812/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641276248 8908800 249 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31110/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300441 s]
/proc/loadavg: 3.98 2.65 1.18 2/284 31110
/proc/meminfo: memFree=10574812/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641276248 8908800 249 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31110/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700353 s]
/proc/loadavg: 3.98 2.65 1.18 2/284 31110
/proc/meminfo: memFree=10574812/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641276248 8908800 249 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31110/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50121 s]
/proc/loadavg: 3.98 2.65 1.18 5/289 31116
/proc/meminfo: memFree=10548732/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=55512 CPUtime=2.81 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 5493 0 0 0 277 4 0 0 18 0 4 0 641276321 56844288 5426 33554432000 134512640 135305190 4287505280 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 13878 5426 84 194 0 13682 0
[pid=31113/tid=31114] ppid=31110 vsize=55512 CPUtime=0.67 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 191 0 0 0 67 0 0 0 18 0 4 0 641276328 56844288 5426 33554432000 134512640 135305190 4287505280 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=55512 CPUtime=0.68 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 150 0 0 0 67 1 0 0 18 0 4 0 641276328 56844288 5426 33554432000 134512640 135305190 4287505280 18446744073709551615 134570384 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=55512 CPUtime=0.68 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 334 0 0 0 67 1 0 0 18 0 4 0 641276328 56844288 5426 33554432000 134512640 135305190 4287505280 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 64212

[startup+3.10093 s]
/proc/loadavg: 3.98 2.67 1.19 5/289 31116
/proc/meminfo: memFree=10547552/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=56168 CPUtime=9.21 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 5684 0 0 0 917 4 0 0 21 0 4 0 641276321 57516032 5617 33554432000 134512640 135305190 4287505280 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 14042 5617 84 194 0 13846 0
[pid=31113/tid=31114] ppid=31110 vsize=56168 CPUtime=2.27 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 215 0 0 0 227 0 0 0 20 0 4 0 641276328 57516032 5617 33554432000 134512640 135305190 4287505280 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=56168 CPUtime=2.28 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 179 0 0 0 227 1 0 0 21 0 4 0 641276328 57516032 5617 33554432000 134512640 135305190 4287505280 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=56168 CPUtime=2.28 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 451 0 0 0 227 1 0 0 20 0 4 0 641276328 57516032 5617 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 64868

[startup+6.30036 s]
/proc/loadavg: 3.98 2.67 1.19 5/289 31117
/proc/meminfo: memFree=10546312/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=57352 CPUtime=22 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 5996 0 0 0 2196 4 0 0 25 0 4 0 641276321 58728448 5929 33554432000 134512640 135305190 4287505280 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31113/statm: 14338 5929 84 194 0 14142 0
[pid=31113/tid=31114] ppid=31110 vsize=57352 CPUtime=5.48 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 280 0 0 0 547 1 0 0 25 0 4 0 641276328 58728448 5929 33554432000 134512640 135305190 4287505280 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=57352 CPUtime=5.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 244 0 0 0 547 1 0 0 25 0 4 0 641276328 58728448 5929 33554432000 134512640 135305190 4287505280 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=57352 CPUtime=5.48 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 564 0 0 0 547 1 0 0 25 0 4 0 641276328 58728448 5929 33554432000 134512640 135305190 4287505280 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.72
Current children cumulated vsize (KiB) 66052

[startup+12.7012 s]
/proc/loadavg: 3.98 2.72 1.22 5/289 31117
/proc/meminfo: memFree=10543676/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=60632 CPUtime=47.61 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 6823 0 0 0 4756 5 0 0 19 0 4 0 641276321 62087168 6756 33554432000 134512640 135305190 4287505280 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31113/statm: 15158 6756 84 194 0 14962 0
[pid=31113/tid=31114] ppid=31110 vsize=60632 CPUtime=11.88 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 426 0 0 0 1187 1 0 0 25 0 4 0 641276328 62087168 6756 33554432000 134512640 135305190 4287505280 18446744073709551615 134528634 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=60632 CPUtime=11.88 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 417 0 0 0 1187 1 0 0 21 0 4 0 641276328 62087168 6756 33554432000 134512640 135305190 4287505280 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=60632 CPUtime=11.88 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 923 0 0 0 1187 1 0 0 22 0 4 0 641276328 62087168 6756 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.33
Current children cumulated vsize (KiB) 69332

[startup+25.501 s]
/proc/loadavg: 3.99 2.76 1.25 5/289 31117
/proc/meminfo: memFree=10540060/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=65032 CPUtime=98.81 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 7991 0 0 0 9876 5 0 0 25 0 4 0 641276321 66592768 7924 33554432000 134512640 135305190 4287505280 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/31113/statm: 16258 7924 84 194 0 16062 0
[pid=31113/tid=31114] ppid=31110 vsize=65032 CPUtime=24.68 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 665 0 0 0 2467 1 0 0 25 0 4 0 641276328 66592768 7924 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=65032 CPUtime=24.67 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 785 0 0 0 2466 1 0 0 25 0 4 0 641276328 66592768 7924 33554432000 134512640 135305190 4287505280 18446744073709551615 134554270 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=65032 CPUtime=24.67 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 1241 0 0 0 2466 1 0 0 25 0 4 0 641276328 66592768 7924 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.53
Current children cumulated vsize (KiB) 73732

[startup+51.1004 s]
/proc/loadavg: 3.99 2.86 1.32 5/289 31118
/proc/meminfo: memFree=10531032/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=75104 CPUtime=201.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 10333 0 0 0 20114 6 0 0 25 0 4 0 641276321 76906496 10266 33554432000 134512640 135305190 4287505280 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/31113/statm: 18776 10266 84 194 0 18580 0
[pid=31113/tid=31114] ppid=31110 vsize=75104 CPUtime=50.28 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 1002 0 0 0 5027 1 0 0 25 0 4 0 641276328 76906496 10266 33554432000 134512640 135305190 4287505280 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=75104 CPUtime=50.27 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 1181 0 0 0 5026 1 0 0 22 0 4 0 641276328 76906496 10266 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=75104 CPUtime=50.28 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 2307 0 0 0 5026 2 0 0 25 0 4 0 641276328 76906496 10266 33554432000 134512640 135305190 4287505280 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.92
Current children cumulated vsize (KiB) 83804

[startup+102.31 s]
/proc/loadavg: 3.99 3.05 1.47 5/289 31119
/proc/meminfo: memFree=10519592/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=85932 CPUtime=406.05 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 12990 0 0 0 40598 7 0 0 25 0 4 0 641276321 87994368 12923 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 21483 12923 84 194 0 21287 0
[pid=31113/tid=31114] ppid=31110 vsize=85932 CPUtime=101.5 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 1509 0 0 0 10148 2 0 0 25 0 4 0 641276328 87994368 12923 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=85932 CPUtime=101.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 1988 0 0 0 10147 1 0 0 25 0 4 0 641276328 87994368 12923 33554432000 134512640 135305190 4287505280 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=85932 CPUtime=101.48 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 3217 0 0 0 10146 2 0 0 25 0 4 0 641276328 87994368 12923 33554432000 134512640 135305190 4287505280 18446744073709551615 134563876 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 406.77
Current children cumulated vsize (KiB) 94632

[startup+162.301 s]
/proc/loadavg: 4.07 3.23 1.63 5/289 31121
/proc/meminfo: memFree=10503536/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=101784 CPUtime=646.02 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 16944 0 0 0 64591 11 0 0 25 0 4 0 641276321 104226816 16873 33554432000 134512640 135305190 4287505280 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 25446 16873 84 194 0 25250 0
[pid=31113/tid=31114] ppid=31110 vsize=101784 CPUtime=161.49 cores=0-7

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

/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 22013 0 0 0 466131 21 0 0 25 0 4 0 641276328 308830208 64009 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18646.9
Current children cumulated vsize (KiB) 310292

[startup+4722.31 s]
/proc/loadavg: 4.05 4.01 3.93 5/289 31254
/proc/meminfo: memFree=10312844/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=303008 CPUtime=18886.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 64239 0 0 0 1888560 59 0 0 25 0 4 0 641276321 310280192 64168 33554432000 134512640 135305190 4287505280 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 75752 64168 84 194 0 75556 0
[pid=31113/tid=31114] ppid=31110 vsize=303008 CPUtime=4721.54 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 11540 0 0 0 472140 14 0 0 25 0 4 0 641276328 310280192 64168 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=303008 CPUtime=4721.49 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 13447 0 0 0 472137 12 0 0 25 0 4 0 641276328 310280192 64168 33554432000 134512640 135305190 4287505280 18446744073709551615 134570423 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=303008 CPUtime=4721.54 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 22014 0 0 0 472133 21 0 0 25 0 4 0 641276328 310280192 64168 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18886.9
Current children cumulated vsize (KiB) 311708

[startup+4782.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/289 31256
/proc/meminfo: memFree=10311820/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=304248 CPUtime=19126.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 64600 0 0 0 1912556 60 0 0 25 0 4 0 641276321 311549952 64529 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 76062 64529 84 194 0 75866 0
[pid=31113/tid=31114] ppid=31110 vsize=304248 CPUtime=4781.53 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 11540 0 0 0 478139 14 0 0 25 0 4 0 641276328 311549952 64529 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=304248 CPUtime=4781.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 13482 0 0 0 478136 12 0 0 25 0 4 0 641276328 311549952 64529 33554432000 134512640 135305190 4287505280 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=304248 CPUtime=4781.53 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 22124 0 0 0 478132 21 0 0 25 0 4 0 641276328 311549952 64529 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19126.9
Current children cumulated vsize (KiB) 312948

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31257
/proc/meminfo: memFree=10309312/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=305632 CPUtime=19366.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 65181 0 0 0 1936556 60 0 0 25 0 4 0 641276321 312967168 65110 33554432000 134512640 135305190 4287505280 18446744073709551615 134570384 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 76408 65110 84 194 0 76212 0
[pid=31113/tid=31114] ppid=31110 vsize=305632 CPUtime=4841.53 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 11592 0 0 0 484139 14 0 0 25 0 4 0 641276328 312967168 65110 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=305632 CPUtime=4841.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 13657 0 0 0 484136 12 0 0 25 0 4 0 641276328 312967168 65110 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=305632 CPUtime=4841.53 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 22264 0 0 0 484132 21 0 0 25 0 4 0 641276328 312967168 65110 33554432000 134512640 135305190 4287505280 18446744073709551615 134557212 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19366.9
Current children cumulated vsize (KiB) 314332

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31259
/proc/meminfo: memFree=10299844/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=316180 CPUtime=19606.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 67644 0 0 0 1960552 63 0 0 25 0 4 0 641276321 323768320 67573 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 79045 67573 84 194 0 78849 0
[pid=31113/tid=31114] ppid=31110 vsize=316180 CPUtime=4901.54 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 12072 0 0 0 490139 15 0 0 25 0 4 0 641276328 323768320 67573 33554432000 134512640 135305190 4287505280 18446744073709551615 134557266 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=316180 CPUtime=4901.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 14144 0 0 0 490136 12 0 0 25 0 4 0 641276328 323768320 67573 33554432000 134512640 135305190 4287505280 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=316180 CPUtime=4901.52 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 23216 0 0 0 490131 21 0 0 25 0 4 0 641276328 323768320 67573 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19606.9
Current children cumulated vsize (KiB) 324880

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31261
/proc/meminfo: memFree=10299064/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=316720 CPUtime=19846.1 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 67779 0 0 0 1984551 63 0 0 25 0 4 0 641276321 324321280 67708 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 79180 67708 84 194 0 78984 0
[pid=31113/tid=31114] ppid=31110 vsize=316720 CPUtime=4961.53 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 12080 0 0 0 496138 15 0 0 25 0 4 0 641276328 324321280 67708 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=316720 CPUtime=4961.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 14145 0 0 0 496136 12 0 0 25 0 4 0 641276328 324321280 67708 33554432000 134512640 135305190 4287505280 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=316720 CPUtime=4961.53 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 23342 0 0 0 496131 22 0 0 25 0 4 0 641276328 324321280 67708 33554432000 134512640 135305190 4287505280 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19846.9
Current children cumulated vsize (KiB) 325420

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31262
/proc/meminfo: memFree=10298028/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=317768 CPUtime=20086.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 67985 0 0 0 2008552 64 0 0 25 0 4 0 641276321 325394432 67914 33554432000 134512640 135305190 4287505280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 79442 67914 84 194 0 79246 0
[pid=31113/tid=31114] ppid=31110 vsize=317768 CPUtime=5021.53 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 12088 0 0 0 502138 15 0 0 25 0 4 0 641276328 325394432 67914 33554432000 134512640 135305190 4287505280 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=317768 CPUtime=5021.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 14146 0 0 0 502136 12 0 0 25 0 4 0 641276328 325394432 67914 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=317768 CPUtime=5021.53 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 23539 0 0 0 502131 22 0 0 25 0 4 0 641276328 325394432 67914 33554432000 134512640 135305190 4287505280 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20086.9
Current children cumulated vsize (KiB) 326468

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31264
/proc/meminfo: memFree=10297372/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=318548 CPUtime=20326.2 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 68185 0 0 0 2032553 64 0 0 25 0 4 0 641276321 326193152 68114 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 79637 68114 84 194 0 79441 0
[pid=31113/tid=31114] ppid=31110 vsize=318548 CPUtime=5081.54 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 12088 0 0 0 508139 15 0 0 25 0 4 0 641276328 326193152 68114 33554432000 134512640 135305190 4287505280 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=318548 CPUtime=5081.48 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 14176 0 0 0 508136 12 0 0 25 0 4 0 641276328 326193152 68114 33554432000 134512640 135305190 4287505280 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=318548 CPUtime=5081.53 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 23709 0 0 0 508131 22 0 0 25 0 4 0 641276328 326193152 68114 33554432000 134512640 135305190 4287505280 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20326.9
Current children cumulated vsize (KiB) 327248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.93 5/289 31264
/proc/meminfo: memFree=10297356/32951124 swapFree=52307768/67111528
[pid=31110] ppid=31108 vsize=8700 CPUtime=0.72 cores=0-7
/proc/31110/stat : 31110 (manysat.sh) S 31108 31110 31009 0 -1 4202496 357 4266 0 0 0 0 71 1 15 0 1 0 641276248 8908800 252 33554432000 4194304 4922060 140736205000272 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31110/statm: 2175 252 209 178 0 68 0
[pid=31113] ppid=31110 vsize=318620 CPUtime=20397 cores=0-7
/proc/31113/stat : 31113 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202496 68209 0 0 0 2039637 64 0 0 25 0 4 0 641276321 326266880 68138 33554432000 134512640 135305190 4287505280 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31113/statm: 79655 68138 84 194 0 79459 0
[pid=31113/tid=31114] ppid=31110 vsize=318620 CPUtime=5099.25 cores=0-7
/proc/31113/task/31114/stat : 31114 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 12089 0 0 0 509910 15 0 0 25 0 4 0 641276328 326266880 68138 33554432000 134512640 135305190 4287505280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=31113/tid=31115] ppid=31110 vsize=318620 CPUtime=5099.19 cores=0-7
/proc/31113/task/31115/stat : 31115 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 14180 0 0 0 509907 12 0 0 25 0 4 0 641276328 326266880 68138 33554432000 134512640 135305190 4287505280 18446744073709551615 134552678 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=31113/tid=31116] ppid=31110 vsize=318620 CPUtime=5099.24 cores=0-7
/proc/31113/task/31116/stat : 31116 (manysat1.1_stat) R 31110 31110 31009 0 -1 4202560 23728 0 0 0 509902 22 0 0 18 0 4 0 641276328 326266880 68138 33554432000 134512640 135305190 4287505280 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20397.7
Current children cumulated vsize (KiB) 327320

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

Real time (s): 5100.02
CPU time (s): 20397.7
CPU user time (s): 20397.1
CPU system time (s): 0.65
CPU usage (%): 399.954
Max. virtual memory (cumulated for all children) (KiB): 327320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.711891
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4623
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= 4

runsolver used 13.7319 second user time and 32.645 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-13 16:25:35
IDJOB=3361960
IDBENCH=70849
IDSOLVER=1839
FILE ID=node101/3361960-1305296735
RUNJOBID= node101-1305296397-31023
PBS_JOBID= 13321452
Free space on /tmp= 37512 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361960-1305296735/watcher-3361960-1305296735 -o /tmp/evaluation-result-3361960-1305296735/solver-3361960-1305296735 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361960-1305296735.cnf aimd 1

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1156803680

node101.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.841
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10575084 kB
Buffers:        267064 kB
Cached:       12026644 kB
SwapCached:      14848 kB
Active:       11613700 kB
Inactive:     10334012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10575084 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            3112 kB
Writeback:           0 kB
AnonPages:     9650848 kB
Mapped:          14304 kB
Slab:           301320 kB
PageTables:      61596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41975628 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= 37504 MiB
End job on node101 at 2011-05-13 17:50:37