Trace number 3361856

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.00/0.00	c Parsing...
0.00/0.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  717437  1645964 |  215231       0        0     nan |  0.000 % |
2.65/2.71	c |         0 |  408968  1113292 |      --       0       --      -- |     --   | -134393/-137715
2.65/2.71	c ==============================================================================
2.65/2.71	c Result  :   #vars: 76968   #clauses: 408968   #literals: 1113292
2.65/2.71	c CPU time:   2.6086 s
2.65/2.71	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-3361856-1305296393/watcher-3361856-1305296393 -o /tmp/evaluation-result-3361856-1305296393/solver-3361856-1305296393 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361856-1305296393.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: 0.00 0.00 0.00 2/275 30368
/proc/meminfo: memFree=14809236/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0

[startup+0.047933 s]
/proc/loadavg: 0.00 0.00 0.00 2/275 30368
/proc/meminfo: memFree=14809236/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100928 s]
/proc/loadavg: 0.00 0.00 0.00 2/275 30368
/proc/meminfo: memFree=14809236/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30089 s]
/proc/loadavg: 0.00 0.00 0.00 2/275 30368
/proc/meminfo: memFree=14809236/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700832 s]
/proc/loadavg: 0.00 0.00 0.00 2/275 30368
/proc/meminfo: memFree=14809236/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 0.00 0.00 0.00 2/277 30370
/proc/meminfo: memFree=14728992/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=0 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641238989 8908800 250 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/30368/statm: 2175 250 209 178 0 68 0
[pid=30369] ppid=30368 vsize=98036 CPUtime=1.49 cores=0-7
/proc/30369/stat : 30369 (SatElite) R 30368 30368 30342 0 -1 4202496 23166 0 0 0 144 5 0 0 25 0 1 0 641238989 100388864 20980 33554432000 134512640 135034092 4291317088 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/30369/statm: 24509 20980 68 128 0 24379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106736

[startup+3.10041 s]
/proc/loadavg: 0.00 0.00 0.00 2/277 30370
/proc/meminfo: memFree=14725148/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 8700

[startup+6.30085 s]
/proc/loadavg: 0.08 0.02 0.01 5/280 30374
/proc/meminfo: memFree=14677184/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=159712 CPUtime=11.61 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 30380 0 0 0 1146 15 0 0 18 0 4 0 641239286 163545088 30324 33554432000 134512640 135305190 4294171008 18446744073709551615 134529119 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30371/statm: 39928 30324 84 194 0 39732 0
[pid=30371/tid=30372] ppid=30368 vsize=159712 CPUtime=2.79 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 733 0 0 0 277 2 0 0 18 0 4 0 641239336 163545088 30324 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=159712 CPUtime=2.76 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 833 0 0 0 273 3 0 0 18 0 4 0 641239336 163545088 30324 33554432000 134512640 135305190 4294171008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=159712 CPUtime=2.77 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 915 0 0 0 274 3 0 0 18 0 4 0 641239336 163545088 30324 33554432000 134512640 135305190 4294171008 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 168412

[startup+12.7008 s]
/proc/loadavg: 0.47 0.10 0.03 6/280 30374
/proc/meminfo: memFree=14648860/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=189524 CPUtime=35.89 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 37858 0 0 0 3541 48 0 0 18 0 4 0 641239286 194072576 37802 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30371/statm: 47381 37803 84 194 0 47185 0
[pid=30371/tid=30372] ppid=30368 vsize=189524 CPUtime=8.54 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 2335 0 0 0 844 10 0 0 18 0 4 0 641239336 194072576 37803 33554432000 134512640 135305190 4294171008 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=189524 CPUtime=9.02 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 2828 0 0 0 894 8 0 0 19 0 4 0 641239336 194072576 37803 33554432000 134512640 135305190 4294171008 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=189524 CPUtime=9.05 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 2580 0 0 0 896 9 0 0 19 0 4 0 641239336 194072576 37803 33554432000 134512640 135305190 4294171008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38.8
Current children cumulated vsize (KiB) 198224

[startup+25.5005 s]
/proc/loadavg: 1.32 0.31 0.10 5/280 30375
/proc/meminfo: memFree=14577260/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=259584 CPUtime=87.09 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 55401 0 0 0 8651 58 0 0 18 0 4 0 641239286 265814016 55345 33554432000 134512640 135305190 4294171008 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30371/statm: 64896 55345 84 194 0 64700 0
[pid=30371/tid=30372] ppid=30368 vsize=259584 CPUtime=21.34 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 6317 0 0 0 2121 13 0 0 18 0 4 0 641239336 265814016 55345 33554432000 134512640 135305190 4294171008 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=259584 CPUtime=21.83 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 7004 0 0 0 2172 11 0 0 25 0 4 0 641239336 265814016 55345 33554432000 134512640 135305190 4294171008 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=259584 CPUtime=21.85 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 6307 0 0 0 2174 11 0 0 25 0 4 0 641239336 265814016 55345 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (KiB) 268284

[startup+51.1011 s]
/proc/loadavg: 2.23 0.60 0.20 5/280 30375
/proc/meminfo: memFree=14490136/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=345704 CPUtime=189.46 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 76799 0 0 0 18877 69 0 0 18 0 4 0 641239286 354000896 76743 33554432000 134512640 135305190 4294171008 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30371/statm: 86426 76743 84 194 0 86230 0
[pid=30371/tid=30372] ppid=30368 vsize=345704 CPUtime=46.93 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 11188 0 0 0 4677 16 0 0 23 0 4 0 641239336 354000896 76743 33554432000 134512640 135305190 4294171008 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=345704 CPUtime=47.42 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 11946 0 0 0 4729 13 0 0 18 0 4 0 641239336 354000896 76743 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=345704 CPUtime=47.44 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 11082 0 0 0 4730 14 0 0 25 0 4 0 641239336 354000896 76743 33554432000 134512640 135305190 4294171008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 192.37
Current children cumulated vsize (KiB) 354404

[startup+102.31 s]
/proc/loadavg: 3.23 1.12 0.40 5/280 30377
/proc/meminfo: memFree=14374264/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=462124 CPUtime=394.27 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 105648 0 0 0 39342 85 0 0 18 0 4 0 641239286 473214976 105592 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30371/statm: 115531 105592 84 194 0 115335 0
[pid=30371/tid=30372] ppid=30368 vsize=462124 CPUtime=98.14 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 17247 0 0 0 9794 20 0 0 21 0 4 0 641239336 473214976 105592 33554432000 134512640 135305190 4294171008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=462124 CPUtime=98.62 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 18828 0 0 0 9846 16 0 0 22 0 4 0 641239336 473214976 105592 33554432000 134512640 135305190 4294171008 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=462124 CPUtime=98.64 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 17682 0 0 0 9846 18 0 0 19 0 4 0 641239336 473214976 105592 33554432000 134512640 135305190 4294171008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 397.18
Current children cumulated vsize (KiB) 470824

[startup+162.301 s]
/proc/loadavg: 3.72 1.64 0.62 5/280 30378
/proc/meminfo: memFree=14269344/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=566108 CPUtime=634.19 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 131798 0 0 0 63315 104 0 0 18 0 4 0 641239286 579694592 131742 33554432000 134512640 135305190 4294171008 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/30371/statm: 141527 131742 84 194 0 141331 0
[pid=30371/tid=30372] ppid=30368 vsize=566108 CPUtime=158.11 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 22257 0 0 0 15787 24 0 0 25 0 4 0 641239336 579694592 131742 33554432000 134512640 135305190 4294171008 18446744073709551615 134551659 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=566108 CPUtime=158.61 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 26482 0 0 0 15841 20 0 0 25 0 4 0 641239336 579694592 131742 33554432000 134512640 135305190 4294171008 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=566108 CPUtime=158.63 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 23774 0 0 0 15839 24 0 0 25 0 4 0 641239336 579694592 131742 33554432000 134512640 135305190 4294171008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 637.1
Current children cumulated vsize (KiB) 574808

[startup+222.3 s]
/proc/loadavg: 3.89 2.07 0.83 5/280 30380
/proc/meminfo: memFree=14162068/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=673292 CPUtime=874.18 cores=0-7

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

/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 187406 0 0 0 465553 248 0 0 25 0 4 0 641239336 3105095680 743438 33554432000 134512640 135305190 4294171008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18633.2
Current children cumulated vsize (KiB) 3041020

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/280 30512
/proc/meminfo: memFree=11795524/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3054784 CPUtime=18870.3 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 748922 0 0 0 1886387 645 0 0 25 0 4 0 641239286 3128098816 748863 33554432000 134512640 135305190 4294171008 18446744073709551615 134564030 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 763696 748863 84 194 0 763500 0
[pid=30371/tid=30372] ppid=30368 vsize=3054784 CPUtime=4717.32 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 155041 0 0 0 471616 116 0 0 25 0 4 0 641239336 3128098816 748863 33554432000 134512640 135305190 4294171008 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3054784 CPUtime=4716.75 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 181849 0 0 0 471548 127 0 0 25 0 4 0 641239336 3128098816 748863 33554432000 134512640 135305190 4294171008 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3054784 CPUtime=4718.01 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 188816 0 0 0 471549 252 0 0 18 0 4 0 641239336 3128098816 748863 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18873.2
Current children cumulated vsize (KiB) 3063484

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/280 30513
/proc/meminfo: memFree=11763652/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3086104 CPUtime=19110.3 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 756927 0 0 0 1910368 660 0 0 25 0 4 0 641239286 3160170496 756868 33554432000 134512640 135305190 4294171008 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 771526 756868 84 194 0 771330 0
[pid=30371/tid=30372] ppid=30368 vsize=3086104 CPUtime=4777.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 156133 0 0 0 477614 117 0 0 25 0 4 0 641239336 3160170496 756868 33554432000 134512640 135305190 4294171008 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3086104 CPUtime=4776.74 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 185198 0 0 0 477542 132 0 0 25 0 4 0 641239336 3160170496 756868 33554432000 134512640 135305190 4294171008 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3086104 CPUtime=4778 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 190738 0 0 0 477541 259 0 0 25 0 4 0 641239336 3160170496 756868 33554432000 134512640 135305190 4294171008 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19113.2
Current children cumulated vsize (KiB) 3094804

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/280 30515
/proc/meminfo: memFree=11738720/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3112204 CPUtime=19350.3 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 763052 0 0 0 1934356 672 0 0 25 0 4 0 641239286 3186896896 762993 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 778051 762993 84 194 0 777855 0
[pid=30371/tid=30372] ppid=30368 vsize=3112204 CPUtime=4837.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 157464 0 0 0 483612 119 0 0 25 0 4 0 641239336 3186896896 762993 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3112204 CPUtime=4836.74 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 187079 0 0 0 483539 135 0 0 25 0 4 0 641239336 3186896896 762993 33554432000 134512640 135305190 4294171008 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3112204 CPUtime=4838.01 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 192680 0 0 0 483536 265 0 0 25 0 4 0 641239336 3186896896 762993 33554432000 134512640 135305190 4294171008 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19353.2
Current children cumulated vsize (KiB) 3120904

[startup+4902.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/280 30517
/proc/meminfo: memFree=11720112/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3129632 CPUtime=19590 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 767629 0 0 0 1958320 680 0 0 25 0 4 0 641239286 3204743168 767570 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 782408 767570 84 194 0 782212 0
[pid=30371/tid=30372] ppid=30368 vsize=3129632 CPUtime=4897.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 158213 0 0 0 489611 120 0 0 18 0 4 0 641239336 3204743168 767570 33554432000 134512640 135305190 4294171008 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3129632 CPUtime=4896.74 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 188796 0 0 0 489537 137 0 0 25 0 4 0 641239336 3204743168 767570 33554432000 134512640 135305190 4294171008 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3129632 CPUtime=4897.72 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 193620 0 0 0 489504 268 0 0 25 0 4 0 641239336 3204743168 767570 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19592.9
Current children cumulated vsize (KiB) 3138332

[startup+4962.3 s]
/proc/loadavg: 4.02 4.01 3.92 5/280 30518
/proc/meminfo: memFree=11718492/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3131504 CPUtime=19830 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 768070 0 0 0 1982320 680 0 0 25 0 4 0 641239286 3206660096 768011 33554432000 134512640 135305190 4294171008 18446744073709551615 134528435 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 782876 768011 84 194 0 782680 0
[pid=30371/tid=30372] ppid=30368 vsize=3131504 CPUtime=4957.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 158337 0 0 0 495611 120 0 0 20 0 4 0 641239336 3206660096 768011 33554432000 134512640 135305190 4294171008 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3131504 CPUtime=4956.74 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 188987 0 0 0 495537 137 0 0 19 0 4 0 641239336 3206660096 768011 33554432000 134512640 135305190 4294171008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3131504 CPUtime=4957.72 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 193655 0 0 0 495504 268 0 0 25 0 4 0 641239336 3206660096 768011 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19832.9
Current children cumulated vsize (KiB) 3140204

[startup+5022.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/280 30520
/proc/meminfo: memFree=11716628/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3134312 CPUtime=20070 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 768555 0 0 0 2006320 680 0 0 25 0 4 0 641239286 3209535488 768496 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 783578 768496 84 194 0 783382 0
[pid=30371/tid=30372] ppid=30368 vsize=3134312 CPUtime=5017.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 158540 0 0 0 501611 120 0 0 20 0 4 0 641239336 3209535488 768496 33554432000 134512640 135305190 4294171008 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3134312 CPUtime=5016.74 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 189089 0 0 0 501537 137 0 0 25 0 4 0 641239336 3209535488 768496 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3134312 CPUtime=5017.72 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 193655 0 0 0 501504 268 0 0 25 0 4 0 641239336 3209535488 768496 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20072.9
Current children cumulated vsize (KiB) 3143012

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/280 30521
/proc/meminfo: memFree=11714140/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3136500 CPUtime=20310 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 769157 0 0 0 2030319 681 0 0 25 0 4 0 641239286 3211776000 769098 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 784125 769098 84 194 0 783929 0
[pid=30371/tid=30372] ppid=30368 vsize=3136500 CPUtime=5077.31 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 158653 0 0 0 507611 120 0 0 25 0 4 0 641239336 3211776000 769098 33554432000 134512640 135305190 4294171008 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3136500 CPUtime=5076.73 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 189271 0 0 0 507536 137 0 0 25 0 4 0 641239336 3211776000 769098 33554432000 134512640 135305190 4294171008 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3136500 CPUtime=5077.72 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 193655 0 0 0 507504 268 0 0 25 0 4 0 641239336 3211776000 769098 33554432000 134512640 135305190 4294171008 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20312.9
Current children cumulated vsize (KiB) 3145200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.92 5/280 30522
/proc/meminfo: memFree=11712524/32951132 swapFree=67093824/67111528
[pid=30368] ppid=30366 vsize=8700 CPUtime=2.91 cores=0-7
/proc/30368/stat : 30368 (manysat.sh) S 30366 30368 30342 0 -1 4202496 357 31148 0 0 0 0 284 7 18 0 1 0 641238989 8908800 253 33554432000 4194304 4922060 140737280480224 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30368/statm: 2175 253 209 178 0 68 0
[pid=30371] ppid=30368 vsize=3138980 CPUtime=20380.8 cores=0-7
/proc/30371/stat : 30371 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202496 769530 0 0 0 2037403 682 0 0 25 0 4 0 641239286 3214315520 769471 33554432000 134512640 135305190 4294171008 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30371/statm: 784745 769471 84 194 0 784549 0
[pid=30371/tid=30372] ppid=30368 vsize=3138980 CPUtime=5095.02 cores=0-7
/proc/30371/task/30372/stat : 30372 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 158752 0 0 0 509382 120 0 0 25 0 4 0 641239336 3214315520 769471 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30371/tid=30373] ppid=30368 vsize=3138980 CPUtime=5094.44 cores=0-7
/proc/30371/task/30373/stat : 30373 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 189301 0 0 0 509307 137 0 0 25 0 4 0 641239336 3214315520 769471 33554432000 134512640 135305190 4294171008 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30371/tid=30374] ppid=30368 vsize=3138980 CPUtime=5095.43 cores=0-7
/proc/30371/task/30374/stat : 30374 (manysat1.1_stat) R 30368 30368 30342 0 -1 4202560 193840 0 0 0 509275 268 0 0 20 0 4 0 641239336 3214315520 769471 33554432000 134512640 135305190 4294171008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20383.8
Current children cumulated vsize (KiB) 3147680

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 30368 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=847567
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 2.92655
# while last known CPU time is 20383.8
#
# 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): 20383.8
CPU user time (s): 20376.9
CPU system time (s): 6.89
CPU usage (%): 399.68
Max. virtual memory (cumulated for all children) (KiB): 3147680

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

runsolver used 13.6909 second user time and 32.4181 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-13 16:19:53
IDJOB=3361856
IDBENCH=20386
IDSOLVER=1839
FILE ID=node131/3361856-1305296393
RUNJOBID= node131-1305296392-30356
PBS_JOBID= 13321422
Free space on /tmp= 52576 MiB

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

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=958841269

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14809384 kB
Buffers:        230300 kB
Cached:        7833700 kB
SwapCached:       1504 kB
Active:       10497144 kB
Inactive:      7283468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14809384 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           14128 kB
Writeback:           0 kB
AnonPages:     9715076 kB
Mapped:          26280 kB
Slab:           267624 kB
PageTables:      30648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 27988716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52560 MiB
End job on node131 at 2011-05-13 17:44:56