Trace number 3362086

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) 12472.9 3126.77

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  456000  1058309 |  136799       0        0     nan |  0.000 % |
1.39/1.44	c |         0 |  370290   957750 |      --       0       --      -- |     --   | -33998/6615
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 57316   #clauses: 370290   #literals: 957750
1.39/1.44	c CPU time:   1.40979 s
1.39/1.44	c ==============================================================================
12472.79/3126.76	HOME/manysat.sh: line 55:  6336 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-3362086-1305299035/watcher-3362086-1305299035 -o /tmp/evaluation-result-3362086-1305299035/solver-3362086-1305299035 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362086-1305299035.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 3.98 3.69 1/243 6333
/proc/meminfo: memFree=15974396/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0

[startup+0.088611 s]
/proc/loadavg: 4.00 3.98 3.69 1/243 6333
/proc/meminfo: memFree=15974396/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100615 s]
/proc/loadavg: 4.00 3.98 3.69 1/243 6333
/proc/meminfo: memFree=15974396/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300563 s]
/proc/loadavg: 4.00 3.98 3.69 1/243 6333
/proc/meminfo: memFree=15974396/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700488 s]
/proc/loadavg: 4.00 3.98 3.69 1/243 6333
/proc/meminfo: memFree=15974396/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 4.00 3.98 3.69 2/245 6335
/proc/meminfo: memFree=15907048/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=0 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641501396 8908800 249 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6333/statm: 2175 249 209 178 0 68 0
[pid=6334] ppid=6333 vsize=76504 CPUtime=1.49 cores=0-7
/proc/6334/stat : 6334 (SatElite) R 6333 6333 6130 0 -1 4202496 19287 0 0 0 146 3 0 0 25 0 1 0 641501396 78340096 15494 33554432000 134512640 135034092 4291043808 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/6334/statm: 19126 15494 68 128 0 18996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85204

[startup+3.10105 s]
/proc/loadavg: 4.00 3.98 3.69 5/248 6339
/proc/meminfo: memFree=15872968/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=130604 CPUtime=4.53 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 23848 0 0 0 450 3 0 0 18 0 4 0 641501561 133738496 23735 33554432000 134512640 135305190 4287437136 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 32651 23735 84 194 0 32455 0
[pid=6336/tid=6337] ppid=6333 vsize=130604 CPUtime=1.03 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 245 0 0 0 103 0 0 0 19 0 4 0 641501602 133738496 23735 33554432000 134512640 135305190 4287437136 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=130604 CPUtime=1.03 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 398 0 0 0 103 0 0 0 19 0 4 0 641501602 133738496 23735 33554432000 134512640 135305190 4287437136 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=130604 CPUtime=1.03 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 427 0 0 0 103 0 0 0 19 0 4 0 641501602 133738496 23735 33554432000 134512640 135305190 4287437136 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 139304

[startup+6.30046 s]
/proc/loadavg: 4.00 3.98 3.69 5/248 6339
/proc/meminfo: memFree=15862932/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=141864 CPUtime=17.33 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 26516 0 0 0 1730 3 0 0 18 0 4 0 641501561 145268736 26403 33554432000 134512640 135305190 4287437136 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 35466 26403 84 194 0 35270 0
[pid=6336/tid=6337] ppid=6333 vsize=141864 CPUtime=4.23 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 842 0 0 0 423 0 0 0 25 0 4 0 641501602 145268736 26403 33554432000 134512640 135305190 4287437136 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=141864 CPUtime=4.22 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 1044 0 0 0 422 0 0 0 18 0 4 0 641501602 145268736 26403 33554432000 134512640 135305190 4287437136 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=141864 CPUtime=4.22 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 1071 0 0 0 422 0 0 0 25 0 4 0 641501602 145268736 26403 33554432000 134512640 135305190 4287437136 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 150564

[startup+12.7003 s]
/proc/loadavg: 4.08 3.99 3.70 5/248 6339
/proc/meminfo: memFree=15846360/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=164284 CPUtime=42.93 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 32202 0 0 0 4289 4 0 0 18 0 4 0 641501561 168226816 32089 33554432000 134512640 135305190 4287437136 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 41071 32089 84 194 0 40875 0
[pid=6336/tid=6337] ppid=6333 vsize=164284 CPUtime=10.63 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 2009 0 0 0 1063 0 0 0 25 0 4 0 641501602 168226816 32089 33554432000 134512640 135305190 4287437136 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=164284 CPUtime=10.62 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 3558 0 0 0 1062 0 0 0 18 0 4 0 641501602 168226816 32089 33554432000 134512640 135305190 4287437136 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=164284 CPUtime=10.62 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 2229 0 0 0 1062 0 0 0 19 0 4 0 641501602 168226816 32089 33554432000 134512640 135305190 4287437136 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 44.57
Current children cumulated vsize (KiB) 172984

[startup+25.501 s]
/proc/loadavg: 4.06 3.99 3.70 5/248 6341
/proc/meminfo: memFree=15804204/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=199752 CPUtime=94.13 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 40907 0 0 0 9407 6 0 0 21 0 4 0 641501561 204546048 40794 33554432000 134512640 135305190 4287437136 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 49938 40794 84 194 0 49742 0
[pid=6336/tid=6337] ppid=6333 vsize=199752 CPUtime=23.42 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 4240 0 0 0 2342 0 0 0 25 0 4 0 641501602 204546048 40794 33554432000 134512640 135305190 4287437136 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=199752 CPUtime=23.42 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 5977 0 0 0 2342 0 0 0 25 0 4 0 641501602 204546048 40794 33554432000 134512640 135305190 4287437136 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=199752 CPUtime=23.42 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 4548 0 0 0 2341 1 0 0 25 0 4 0 641501602 204546048 40794 33554432000 134512640 135305190 4287437136 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 95.77
Current children cumulated vsize (KiB) 208452

[startup+51.1003 s]
/proc/loadavg: 4.04 3.99 3.71 5/248 6343
/proc/meminfo: memFree=15739208/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=263876 CPUtime=196.53 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 57184 0 0 0 19644 9 0 0 25 0 4 0 641501561 270209024 57071 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 65969 57071 84 194 0 65773 0
[pid=6336/tid=6337] ppid=6333 vsize=263876 CPUtime=49.03 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 8549 0 0 0 4902 1 0 0 25 0 4 0 641501602 270209024 57071 33554432000 134512640 135305190 4287437136 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=263876 CPUtime=49.03 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 10386 0 0 0 4902 1 0 0 20 0 4 0 641501602 270209024 57071 33554432000 134512640 135305190 4287437136 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=263876 CPUtime=49.02 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 8134 0 0 0 4900 2 0 0 25 0 4 0 641501602 270209024 57071 33554432000 134512640 135305190 4287437136 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.17
Current children cumulated vsize (KiB) 272576

[startup+102.309 s]
/proc/loadavg: 4.02 3.99 3.72 5/248 6344
/proc/meminfo: memFree=15590252/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=411712 CPUtime=401.38 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 93963 0 0 0 40121 17 0 0 25 0 4 0 641501561 421593088 93850 33554432000 134512640 135305190 4287437136 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 102928 93850 84 194 0 102732 0
[pid=6336/tid=6337] ppid=6333 vsize=411712 CPUtime=100.23 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 14988 0 0 0 10021 2 0 0 25 0 4 0 641501602 421593088 93850 33554432000 134512640 135305190 4287437136 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=411712 CPUtime=100.23 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 26880 0 0 0 10020 3 0 0 25 0 4 0 641501602 421593088 93850 33554432000 134512640 135305190 4287437136 18446744073709551615 134551687 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=411712 CPUtime=100.23 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 14239 0 0 0 10019 4 0 0 25 0 4 0 641501602 421593088 93850 33554432000 134512640 135305190 4287437136 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.02
Current children cumulated vsize (KiB) 420412

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.74 5/248 6346
/proc/meminfo: memFree=15479992/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=521464 CPUtime=641.34 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 121550 0 0 0 64112 22 0 0 25 0 4 0 641501561 533979136 121437 33554432000 134512640 135305190 4287437136 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 130366 121437 84 194 0 130170 0
[pid=6336/tid=6337] ppid=6333 vsize=521464 CPUtime=160.23 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 21476 0 0 0 16020 3 0 0 25 0 4 0 641501602 533979136 121437 33554432000 134512640 135305190 4287437136 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=521464 CPUtime=160.23 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 34838 0 0 0 16018 5 0 0 25 0 4 0 641501602 533979136 121437 33554432000 134512640 135305190 4287437136 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=521464 CPUtime=160.22 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 20313 0 0 0 16016 6 0 0 25 0 4 0 641501602 533979136 121437 33554432000 134512640 135305190 4287437136 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 642.98

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

/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 923222 0 0 0 1191915 188 0 0 25 0 4 0 641501561 3820769280 923109 33554432000 134512640 135305190 4287437136 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 932805 923109 84 194 0 932609 0
[pid=6336/tid=6337] ppid=6333 vsize=3731220 CPUtime=2980.07 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 245016 0 0 0 297957 50 0 0 25 0 4 0 641501602 3820769280 923109 33554432000 134512640 135305190 4287437136 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=3731220 CPUtime=2980.27 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 238740 0 0 0 297989 38 0 0 25 0 4 0 641501602 3820769280 923109 33554432000 134512640 135305190 4287437136 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=3731220 CPUtime=2980.14 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 176126 0 0 0 297966 48 0 0 25 0 4 0 641501602 3820769280 923109 33554432000 134512640 135305190 4287437136 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11922.7
Current children cumulated vsize (KiB) 3739920

[startup+3042.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/248 6423
/proc/meminfo: memFree=12093228/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=3909096 CPUtime=12161 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 967678 0 0 0 1215906 198 0 0 25 0 4 0 641501561 4002914304 967565 33554432000 134512640 135305190 4287437136 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 977274 967565 84 194 0 977078 0
[pid=6336/tid=6337] ppid=6333 vsize=3909096 CPUtime=3040.07 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 255105 0 0 0 303955 52 0 0 25 0 4 0 641501602 4002914304 967565 33554432000 134512640 135305190 4287437136 18446744073709551615 134551854 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=3909096 CPUtime=3040.28 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 255195 0 0 0 303984 44 0 0 25 0 4 0 641501602 4002914304 967565 33554432000 134512640 135305190 4287437136 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=3909096 CPUtime=3040.15 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 182915 0 0 0 303965 50 0 0 25 0 4 0 641501602 4002914304 967565 33554432000 134512640 135305190 4287437136 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12162.7
Current children cumulated vsize (KiB) 3917796

[startup+3102.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/248 6424
/proc/meminfo: memFree=11869260/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4130288 CPUtime=12401 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 1022884 0 0 0 1239896 208 0 0 18 0 4 0 641501561 4229414912 1022771 33554432000 134512640 135305190 4287437136 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1032572 1022771 84 194 0 1032376 0
[pid=6336/tid=6337] ppid=6333 vsize=4130288 CPUtime=3100.07 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 269883 0 0 0 309953 54 0 0 25 0 4 0 641501602 4229414912 1022771 33554432000 134512640 135305190 4287437136 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4130288 CPUtime=3100.27 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 274282 0 0 0 309979 48 0 0 25 0 4 0 641501602 4229414912 1022771 33554432000 134512640 135305190 4287437136 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=4130288 CPUtime=3100.15 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 191087 0 0 0 309964 51 0 0 25 0 4 0 641501602 4229414912 1022771 33554432000 134512640 135305190 4287437136 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12402.7
Current children cumulated vsize (KiB) 4138988

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

[startup+3110.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/248 6425
/proc/meminfo: memFree=11840608/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4159984 CPUtime=12433 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 1030193 0 0 0 1243094 211 0 0 25 0 4 0 641501561 4259823616 1030080 33554432000 134512640 135305190 4287437136 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1039996 1030080 84 194 0 1039800 0
[pid=6336/tid=6337] ppid=6333 vsize=4159984 CPUtime=3108.08 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 272402 0 0 0 310753 55 0 0 25 0 4 0 641501602 4259823616 1030080 33554432000 134512640 135305190 4287437136 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4159984 CPUtime=3108.27 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 276627 0 0 0 310778 49 0 0 25 0 4 0 641501602 4259823616 1030080 33554432000 134512640 135305190 4287437136 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=4159984 CPUtime=3108.15 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 191917 0 0 0 310764 51 0 0 25 0 4 0 641501602 4259823616 1030080 33554432000 134512640 135305190 4287437136 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12434.7
Current children cumulated vsize (KiB) 4168684

[startup+3116.7 s]
/proc/loadavg: 4.00 4.00 3.96 5/248 6425
/proc/meminfo: memFree=11810100/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4187776 CPUtime=12458.6 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202496 1037377 0 0 0 1245652 212 0 0 25 0 4 0 641501561 4288282624 1037246 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1046944 1037246 84 194 0 1046748 0
[pid=6336/tid=6337] ppid=6333 vsize=4187776 CPUtime=3114.48 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 273818 0 0 0 311393 55 0 0 18 0 4 0 641501602 4288282624 1037246 33554432000 134512640 135305190 4287437136 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4187776 CPUtime=3114.68 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 278809 0 0 0 311418 50 0 0 25 0 4 0 641501602 4288282624 1037246 33554432000 134512640 135305190 4287437136 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=4187776 CPUtime=3114.55 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4202560 192508 0 0 0 311403 52 0 0 25 0 4 0 641501602 4288282624 1037246 33554432000 134512640 135305190 4287437136 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12460.3
Current children cumulated vsize (KiB) 4196476

[startup+3123.1 s]
/proc/loadavg: 4.00 4.00 3.96 2/248 6425
/proc/meminfo: memFree=8294204/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4194284 CPUtime=12470.2 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203524 1039543 0 0 0 1246351 674 0 0 18 0 4 0 641501561 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1048571 1038981 84 194 0 1048375 0
[pid=6336/tid=6337] ppid=6333 vsize=4194284 CPUtime=3116.26 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 274044 0 0 0 311570 56 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4194284 CPUtime=3120.95 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4204096 279157 0 0 0 311594 501 0 0 25 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 6 0 0 11
[pid=6336/tid=6339] ppid=6333 vsize=4194284 CPUtime=3116.33 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 193731 0 0 0 311572 61 0 0 19 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12471.9
Current children cumulated vsize (KiB) 4202984

[startup+3124.7 s]
/proc/loadavg: 4.16 4.03 3.97 1/248 6425
/proc/meminfo: memFree=7978068/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4194284 CPUtime=12470.5 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203524 1039543 0 0 0 1246351 699 0 0 18 0 4 0 641501561 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1048571 1038981 84 194 0 1048375 0
[pid=6336/tid=6337] ppid=6333 vsize=4194284 CPUtime=3116.26 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 274044 0 0 0 311570 56 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4194284 CPUtime=3121.2 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) D 6333 6333 6130 0 -1 4204096 279157 0 0 0 311594 526 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 117
[pid=6336/tid=6339] ppid=6333 vsize=4194284 CPUtime=3116.33 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 193731 0 0 0 311572 61 0 0 19 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12472.1
Current children cumulated vsize (KiB) 4202984

[startup+3125.5 s]
/proc/loadavg: 4.16 4.03 3.97 1/248 6425
/proc/meminfo: memFree=7845764/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4194284 CPUtime=12470.5 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203524 1039543 0 0 0 1246351 699 0 0 18 0 4 0 641501561 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1048571 1038981 84 194 0 1048375 0
[pid=6336/tid=6337] ppid=6333 vsize=4194284 CPUtime=3116.26 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 274044 0 0 0 311570 56 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4194284 CPUtime=3121.2 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) D 6333 6333 6130 0 -1 4204096 279157 0 0 0 311594 526 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 117
[pid=6336/tid=6339] ppid=6333 vsize=4194284 CPUtime=3116.33 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 193731 0 0 0 311572 61 0 0 19 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12472.1
Current children cumulated vsize (KiB) 4202984

[startup+3126.3 s]
/proc/loadavg: 4.16 4.03 3.97 2/248 6425
/proc/meminfo: memFree=7807324/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=4194284 CPUtime=12470.8 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203524 1039543 0 0 0 1246351 724 0 0 18 0 4 0 641501561 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 1048571 1038981 84 194 0 1048375 0
[pid=6336/tid=6337] ppid=6333 vsize=4194284 CPUtime=3116.26 cores=0-7
/proc/6336/task/6337/stat : 6337 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 274044 0 0 0 311570 56 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551974 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=4194284 CPUtime=3121.45 cores=0-7
/proc/6336/task/6338/stat : 6338 (manysat1.1_stat) R 6333 6333 6130 0 -1 4204096 279157 0 0 0 311594 551 0 0 18 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 4 0 0 281
[pid=6336/tid=6339] ppid=6333 vsize=4194284 CPUtime=3116.33 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) D 6333 6333 6130 0 -1 4203588 193731 0 0 0 311572 61 0 0 19 0 4 0 641501602 4294946816 1038981 33554432000 134512640 135305190 4287437136 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12472.4
Current children cumulated vsize (KiB) 4202984

[startup+3126.7 s]
/proc/loadavg: 4.16 4.03 3.97 2/248 6425
/proc/meminfo: memFree=7807324/32951124 swapFree=67056788/67111528
[pid=6333] ppid=6331 vsize=8700 CPUtime=1.64 cores=0-7
/proc/6333/stat : 6333 (manysat.sh) S 6331 6333 6130 0 -1 4202496 357 19290 0 0 0 0 160 4 18 0 1 0 641501396 8908800 252 33554432000 4194304 4922060 140733514620048 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/6333/statm: 2175 252 209 178 0 68 0
[pid=6336] ppid=6333 vsize=0 CPUtime=12471.2 cores=0-7
/proc/6336/stat : 6336 (manysat1.1_stat) Z 6333 6333 6130 0 -1 4203548 1039544 0 0 0 1246351 764 0 0 18 0 2 0 641501561 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/6336/statm: 0 0 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=0 CPUtime=3116.47 cores=0-7
/proc/6336/task/6339/stat : 6339 (manysat1.1_stat) R 6333 6333 6130 0 -1 4203588 193731 0 0 0 311572 75 0 0 18 0 2 0 641501602 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12472.8
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 3126.77
CPU time (s): 12472.9
CPU user time (s): 12465.1
CPU system time (s): 7.75482
CPU usage (%): 398.906
Max. virtual memory (cumulated for all children) (KiB): 4202984

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

runsolver used 6.92295 second user time and 15.8236 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-13 17:03:55
IDJOB=3362086
IDBENCH=82392
IDSOLVER=1839
FILE ID=node133/3362086-1305299035
RUNJOBID= node133-1305296392-6144
PBS_JOBID= 13321420
Free space on /tmp= 43084 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_1.035-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362086-1305299035/watcher-3362086-1305299035 -o /tmp/evaluation-result-3362086-1305299035/solver-3362086-1305299035 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362086-1305299035.cnf aimd 1

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1189986079

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15974552 kB
Buffers:        213744 kB
Cached:        8961824 kB
SwapCached:       8724 kB
Active:        8309764 kB
Inactive:      8290112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15974552 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           13212 kB
Writeback:           8 kB
AnonPages:     7421940 kB
Mapped:          20784 kB
Slab:           289468 kB
PageTables:      23080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19192164 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= 39020 MiB
End job on node133 at 2011-05-13 17:56:02