Trace number 3362082

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? (exit code) 12663.1 3201.54

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.00	c Parsing...
0.00/0.30	c ==============================================================================
0.00/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.30	c ==============================================================================
0.00/0.30	c |         0 |  657497  1534503 |  197249       0        0     nan |  0.000 % |
1.89/1.93	c |         0 |  567099  1461833 |      --       0       --      -- |     --   | -36191/39494
1.89/1.94	c ==============================================================================
1.89/1.94	c Result  :   #vars: 86089   #clauses: 567099   #literals: 1461833
1.89/1.94	c CPU time:   1.87871 s
1.89/1.94	c ==============================================================================
12663.04/3201.52	HOME/manysat.sh: line 55: 13150 Segmentation fault      (core dumped) $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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-3362082-1305298948/watcher-3362082-1305298948 -o /tmp/evaluation-result-3362082-1305298948/solver-3362082-1305298948 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362082-1305298948.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.72 1/255 13147
/proc/meminfo: memFree=23692052/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0

[startup+0.027005 s]
/proc/loadavg: 4.00 4.00 3.72 1/255 13147
/proc/meminfo: memFree=23692052/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100993 s]
/proc/loadavg: 4.00 4.00 3.72 1/255 13147
/proc/meminfo: memFree=23692052/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30096 s]
/proc/loadavg: 4.00 4.00 3.72 1/255 13147
/proc/meminfo: memFree=23692052/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700883 s]
/proc/loadavg: 4.00 4.00 3.72 1/255 13147
/proc/meminfo: memFree=23692052/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 4.00 4.00 3.72 2/257 13149
/proc/meminfo: memFree=23599488/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=0 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 641493083 8908800 250 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 250 209 178 0 68 0
[pid=13148] ppid=13147 vsize=108984 CPUtime=1.49 cores=0-7
/proc/13148/stat : 13148 (SatElite) R 13147 13147 12978 0 -1 4202496 25108 0 0 0 144 5 0 0 23 0 1 0 641493083 111599616 22895 33554432000 134512640 135034092 4289117488 18446744073709551615 134569271 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/13148/statm: 27246 22895 68 128 0 27116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117684

[startup+3.10044 s]
/proc/loadavg: 3.76 3.95 3.70 2/257 13149
/proc/meminfo: memFree=23596884/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30086 s]
/proc/loadavg: 3.76 3.95 3.70 5/260 13153
/proc/meminfo: memFree=23530156/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=186512 CPUtime=14.28 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 37684 0 0 0 1422 6 0 0 18 0 4 0 641493308 190988288 37541 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 46628 37541 84 194 0 46432 0
[pid=13150/tid=13151] ppid=13147 vsize=186512 CPUtime=3.41 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 695 0 0 0 341 0 0 0 25 0 4 0 641493371 190988288 37541 33554432000 134512640 135305190 4290325264 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=186512 CPUtime=3.4 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 877 0 0 0 340 0 0 0 25 0 4 0 641493371 190988288 37541 33554432000 134512640 135305190 4290325264 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=186512 CPUtime=3.41 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 835 0 0 0 341 0 0 0 25 0 4 0 641493371 190988288 37541 33554432000 134512640 135305190 4290325264 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.53
Current children cumulated vsize (KiB) 195212

[startup+12.7007 s]
/proc/loadavg: 3.80 3.95 3.71 5/260 13154
/proc/meminfo: memFree=23505884/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=210012 CPUtime=39.88 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 43587 0 0 0 3981 7 0 0 18 0 4 0 641493308 215052288 43444 33554432000 134512640 135305190 4290325264 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 52503 43444 84 194 0 52307 0
[pid=13150/tid=13151] ppid=13147 vsize=210012 CPUtime=9.81 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 1481 0 0 0 981 0 0 0 20 0 4 0 641493371 215052288 43444 33554432000 134512640 135305190 4290325264 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=210012 CPUtime=9.8 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 3481 0 0 0 980 0 0 0 21 0 4 0 641493371 215052288 43444 33554432000 134512640 135305190 4290325264 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=210012 CPUtime=9.81 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 1974 0 0 0 981 0 0 0 25 0 4 0 641493371 215052288 43444 33554432000 134512640 135305190 4290325264 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.13
Current children cumulated vsize (KiB) 218712

[startup+25.5004 s]
/proc/loadavg: 3.83 3.95 3.71 5/260 13154
/proc/meminfo: memFree=23467128/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=248840 CPUtime=91.07 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 53207 0 0 0 9098 9 0 0 19 0 4 0 641493308 254812160 53053 33554432000 134512640 135305190 4290325264 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 62210 53053 84 194 0 62014 0
[pid=13150/tid=13151] ppid=13147 vsize=248840 CPUtime=22.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 4101 0 0 0 2260 1 0 0 19 0 4 0 641493371 254812160 53053 33554432000 134512640 135305190 4290325264 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=248840 CPUtime=22.6 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 6567 0 0 0 2259 1 0 0 21 0 4 0 641493371 254812160 53053 33554432000 134512640 135305190 4290325264 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=248840 CPUtime=22.61 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 3820 0 0 0 2260 1 0 0 25 0 4 0 641493371 254812160 53053 33554432000 134512640 135305190 4290325264 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.32
Current children cumulated vsize (KiB) 257540

[startup+51.1007 s]
/proc/loadavg: 3.95 3.97 3.72 5/260 13155
/proc/meminfo: memFree=23388956/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=327476 CPUtime=193.48 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 72849 0 0 0 19336 12 0 0 25 0 4 0 641493308 335335424 72695 33554432000 134512640 135305190 4290325264 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 81869 72695 84 194 0 81673 0
[pid=13150/tid=13151] ppid=13147 vsize=327476 CPUtime=48.21 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 8258 0 0 0 4820 1 0 0 21 0 4 0 641493371 335335424 72695 33554432000 134512640 135305190 4290325264 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=327476 CPUtime=48.2 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 13803 0 0 0 4818 2 0 0 25 0 4 0 641493371 335335424 72695 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=327476 CPUtime=48.2 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 6924 0 0 0 4819 1 0 0 25 0 4 0 641493371 335335424 72695 33554432000 134512640 135305190 4290325264 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 195.73
Current children cumulated vsize (KiB) 336176

[startup+102.309 s]
/proc/loadavg: 3.98 3.97 3.73 5/260 13156
/proc/meminfo: memFree=23269208/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=446992 CPUtime=398.32 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 102529 0 0 0 39814 18 0 0 25 0 4 0 641493308 457719808 102375 33554432000 134512640 135305190 4290325264 18446744073709551615 134551746 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 111748 102375 84 194 0 111552 0
[pid=13150/tid=13151] ppid=13147 vsize=446992 CPUtime=99.42 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 14173 0 0 0 9939 3 0 0 25 0 4 0 641493371 457719808 102375 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=446992 CPUtime=99.41 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 23880 0 0 0 9936 5 0 0 25 0 4 0 641493371 457719808 102375 33554432000 134512640 135305190 4290325264 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=446992 CPUtime=99.41 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 14031 0 0 0 9939 2 0 0 25 0 4 0 641493371 457719808 102375 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 400.57
Current children cumulated vsize (KiB) 455692

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.75 5/260 13161
/proc/meminfo: memFree=23145240/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=574300 CPUtime=638.29 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 134356 0 0 0 63806 23 0 0 25 0 4 0 641493308 588083200 134202 33554432000 134512640 135305190 4290325264 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/13150/statm: 143575 134202 84 194 0 143379 0
[pid=13150/tid=13151] ppid=13147 vsize=574300 CPUtime=159.41 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 22285 0 0 0 15938 3 0 0 25 0 4 0 641493371 588083200 134202 33554432000 134512640 135305190 4290325264 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=574300 CPUtime=159.4 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 28664 0 0 0 15934 6 0 0 25 0 4 0 641493371 588083200 134202 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=574300 CPUtime=159.41 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 22170 0 0 0 15937 4 0 0 25 0 4 0 641493371 588083200 134202 33554432000 134512640 135305190 4290325264 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 640.54
Current children cumulated vsize (KiB) 583000

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.76 5/260 13162
/proc/meminfo: memFree=23039956/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0

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

/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4173684 CPUtime=12397.9 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 1033469 0 0 0 1239596 198 0 0 25 0 4 0 641493308 4273852416 1033314 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1043421 1033314 84 194 0 1043225 0
[pid=13150/tid=13151] ppid=13147 vsize=4173684 CPUtime=3099.28 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 190259 0 0 0 309895 33 0 0 25 0 4 0 641493371 4273852416 1033314 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4173684 CPUtime=3099.45 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 346287 0 0 0 309876 69 0 0 25 0 4 0 641493371 4273852416 1033314 33554432000 134512640 135305190 4290325264 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=4173684 CPUtime=3099.33 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 152878 0 0 0 309897 36 0 0 25 0 4 0 641493371 4273852416 1033314 33554432000 134512640 135305190 4290325264 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12400.2
Current children cumulated vsize (KiB) 4182384

[startup+3162.3 s]
/proc/loadavg: 4.06 4.02 3.96 5/260 13241
/proc/meminfo: memFree=19532532/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4182900 CPUtime=12638 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202496 1035638 0 0 0 1263596 199 0 0 25 0 4 0 641493308 4283289600 1035483 33554432000 134512640 135305190 4290325264 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1045725 1035483 84 194 0 1045529 0
[pid=13150/tid=13151] ppid=13147 vsize=4182900 CPUtime=3159.28 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 191113 0 0 0 315895 33 0 0 25 0 4 0 641493371 4283289600 1035483 33554432000 134512640 135305190 4290325264 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4182900 CPUtime=3159.45 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 346485 0 0 0 315876 69 0 0 25 0 4 0 641493371 4283289600 1035483 33554432000 134512640 135305190 4290325264 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13150/tid=13153] ppid=13147 vsize=4182900 CPUtime=3159.33 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) R 13147 13147 12978 0 -1 4202560 153429 0 0 0 315897 36 0 0 25 0 4 0 641493371 4283289600 1035483 33554432000 134512640 135305190 4290325264 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12640.2
Current children cumulated vsize (KiB) 4191600

Solver just ended. Dumping a history of the last processes samples

[startup+3174.3 s]
/proc/loadavg: 4.13 4.03 3.97 1/260 13241
/proc/meminfo: memFree=18078352/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12657.3 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 414 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3165.83 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) R 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 275 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 561
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12659.6
Current children cumulated vsize (KiB) 4202984

[startup+3187.1 s]
/proc/loadavg: 4.62 4.14 4.01 1/260 13241
/proc/meminfo: memFree=16356436/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12659.2 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 598 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3167.67 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 459 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 1605
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12661.4
Current children cumulated vsize (KiB) 4202984

[startup+3193.5 s]
/proc/loadavg: 4.73 4.17 4.02 1/260 13241
/proc/meminfo: memFree=15956040/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12659.7 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 646 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3168.16 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 508 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 2087
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12661.9
Current children cumulated vsize (KiB) 4202984

[startup+3196.7 s]
/proc/loadavg: 4.91 4.22 4.03 2/260 13242
/proc/meminfo: memFree=15555024/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12660.1 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 694 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3168.64 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 556 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 2412
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12662.4
Current children cumulated vsize (KiB) 4202984

[startup+3199.91 s]
/proc/loadavg: 4.91 4.22 4.03 1/260 13242
/proc/meminfo: memFree=15292016/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12660.5 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 726 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3168.95 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 587 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 2739
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12662.7
Current children cumulated vsize (KiB) 4202984

[startup+3200.7 s]
/proc/loadavg: 4.91 4.22 4.03 1/260 13242
/proc/meminfo: memFree=15292016/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12660.5 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 726 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3168.95 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 587 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 2739
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12662.7
Current children cumulated vsize (KiB) 4202984

[startup+3201.1 s]
/proc/loadavg: 4.91 4.22 4.03 2/261 13243
/proc/meminfo: memFree=15196776/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=4194284 CPUtime=12660.6 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203524 1039365 0 0 0 1265320 743 0 0 25 0 4 0 641493308 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13150/statm: 1048571 1038600 84 194 0 1048375 0
[pid=13150/tid=13151] ppid=13147 vsize=4194284 CPUtime=3163.61 cores=0-7
/proc/13150/task/13151/stat : 13151 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 191702 0 0 0 316327 34 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551668 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=13150/tid=13152] ppid=13147 vsize=4194284 CPUtime=3169.12 cores=0-7
/proc/13150/task/13152/stat : 13152 (manysat1.1_stat) D 13147 13147 12978 0 -1 4204096 347110 0 0 0 316308 604 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 2894
[pid=13150/tid=13153] ppid=13147 vsize=4194284 CPUtime=3163.66 cores=0-7
/proc/13150/task/13153/stat : 13153 (manysat1.1_stat) D 13147 13147 12978 0 -1 4203588 155342 0 0 0 316324 42 0 0 18 0 4 0 641493371 4294946816 1038600 33554432000 134512640 135305190 4290325264 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12662.9
Current children cumulated vsize (KiB) 4202984

[startup+3201.5 s]
/proc/loadavg: 4.91 4.22 4.03 2/261 13243
/proc/meminfo: memFree=15196776/32951124 swapFree=61565116/67111528
[pid=13147] ppid=13145 vsize=8700 CPUtime=2.25 cores=0-7
/proc/13147/stat : 13147 (manysat.sh) S 13145 13147 12978 0 -1 4202496 357 26937 0 0 0 0 218 7 18 0 1 0 641493083 8908800 253 33554432000 4194304 4922060 140733249786560 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13147/statm: 2175 253 209 178 0 68 0
[pid=13150] ppid=13147 vsize=0 CPUtime=12660.8 cores=0-7
/proc/13150/stat : 13150 (manysat1.1_stat) R 13147 13147 12978 0 -1 4203524 1039366 0 0 0 1265320 759 0 0 18 0 1 0 641493308 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/13150/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12663
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 3201.54
CPU time (s): 12663.1
CPU user time (s): 12655.4
CPU system time (s): 7.69883
CPU usage (%): 395.532
Max. virtual memory (cumulated for all children) (KiB): 4202984

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

runsolver used 7.99078 second user time and 18.1812 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-13 17:02:29
IDJOB=3362082
IDBENCH=82389
IDSOLVER=1839
FILE ID=node134/3362082-1305298948
RUNJOBID= node134-1305296392-12992
PBS_JOBID= 13321419
Free space on /tmp= 39148 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362082-1305298948/watcher-3362082-1305298948 -o /tmp/evaluation-result-3362082-1305298948/solver-3362082-1305298948 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362082-1305298948.cnf aimd 1

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=57781434

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23692076 kB
Buffers:        201596 kB
Cached:        5522960 kB
SwapCached:      13768 kB
Active:         889948 kB
Inactive:      8166544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23692076 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           17104 kB
Writeback:           0 kB
AnonPages:     3326036 kB
Mapped:          11976 kB
Slab:           110696 kB
PageTables:      29688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38868040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 35088 MiB
End job on node134 at 2011-05-13 17:55:51