Trace number 3362058

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) 7280.56 1848.38

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
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 clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
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 |  646790  1513089 |  194036       0        0     nan |  0.000 % |
1.89/1.93	c |         0 |  558070  1443870 |      --       0       --      -- |     --   | -37008/37955
1.89/1.93	c ==============================================================================
1.89/1.93	c Result  :   #vars: 85866   #clauses: 558070   #literals: 1443870
1.89/1.93	c CPU time:   1.89171 s
1.89/1.93	c ==============================================================================
7280.47/1848.36	HOME/manysat.sh: line 55: 11088 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-3362058-1305297882/watcher-3362058-1305297882 -o /tmp/evaluation-result-3362058-1305297882/solver-3362058-1305297882 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362058-1305297882.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.45 3.83 3.12 2/309 11085
/proc/meminfo: memFree=9154904/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0

[startup+0.0480071 s]
/proc/loadavg: 3.45 3.83 3.12 2/309 11085
/proc/meminfo: memFree=9154904/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100985 s]
/proc/loadavg: 3.45 3.83 3.12 2/309 11085
/proc/meminfo: memFree=9154904/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300942 s]
/proc/loadavg: 3.45 3.83 3.12 2/309 11085
/proc/meminfo: memFree=9154904/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700868 s]
/proc/loadavg: 3.45 3.83 3.12 2/309 11085
/proc/meminfo: memFree=9154904/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 3.45 3.83 3.12 2/311 11087
/proc/meminfo: memFree=9062784/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=0 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720018900 8908800 250 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/11085/statm: 2175 250 209 178 0 68 0
[pid=11086] ppid=11085 vsize=108472 CPUtime=1.49 cores=0-7
/proc/11086/stat : 11086 (SatElite) R 11085 11085 10950 0 -1 4202496 24989 0 0 0 145 4 0 0 25 0 1 0 720018900 111075328 22769 33554432000 134512640 135034092 4292498000 18446744073709551615 134563476 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/11086/statm: 27118 22769 68 128 0 26988 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117172

[startup+3.1004 s]
/proc/loadavg: 3.45 3.83 3.12 2/311 11087
/proc/meminfo: memFree=9060444/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 3.50 3.83 3.12 5/314 11091
/proc/meminfo: memFree=8996232/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=185028 CPUtime=14.33 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 36937 0 0 0 1428 5 0 0 23 0 4 0 720019126 189468672 36784 33554432000 134512640 135305190 4290758816 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 46257 36784 84 194 0 46061 0
[pid=11088/tid=11089] ppid=11085 vsize=185028 CPUtime=3.43 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 789 0 0 0 343 0 0 0 25 0 4 0 720019187 189468672 36784 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=185028 CPUtime=3.42 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 677 0 0 0 342 0 0 0 25 0 4 0 720019187 189468672 36784 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=185028 CPUtime=3.42 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 1127 0 0 0 342 0 0 0 25 0 4 0 720019187 189468672 36784 33554432000 134512640 135305190 4290758816 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (KiB) 193728

[startup+12.7006 s]
/proc/loadavg: 3.54 3.83 3.13 5/314 11091
/proc/meminfo: memFree=8968356/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=212720 CPUtime=39.93 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 43855 0 0 0 3986 7 0 0 25 0 4 0 720019126 217825280 43702 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 53180 43702 84 194 0 52984 0
[pid=11088/tid=11089] ppid=11085 vsize=212720 CPUtime=9.82 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 2243 0 0 0 982 0 0 0 19 0 4 0 720019187 217825280 43702 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=212720 CPUtime=9.82 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 3606 0 0 0 981 1 0 0 25 0 4 0 720019187 217825280 43702 33554432000 134512640 135305190 4290758816 18446744073709551615 134555600 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=212720 CPUtime=9.82 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 2586 0 0 0 982 0 0 0 25 0 4 0 720019187 217825280 43702 33554432000 134512640 135305190 4290758816 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.17
Current children cumulated vsize (KiB) 221420

[startup+25.5011 s]
/proc/loadavg: 3.64 3.84 3.14 5/314 11092
/proc/meminfo: memFree=8927616/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=253812 CPUtime=91.14 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 54167 0 0 0 9105 9 0 0 25 0 4 0 720019126 259903488 54014 33554432000 134512640 135305190 4290758816 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 63453 54014 84 194 0 63257 0
[pid=11088/tid=11089] ppid=11085 vsize=253812 CPUtime=22.62 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 3967 0 0 0 2262 0 0 0 25 0 4 0 720019187 259903488 54014 33554432000 134512640 135305190 4290758816 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=253812 CPUtime=22.62 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 5144 0 0 0 2261 1 0 0 25 0 4 0 720019187 259903488 54014 33554432000 134512640 135305190 4290758816 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=253812 CPUtime=22.62 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 4046 0 0 0 2262 0 0 0 25 0 4 0 720019187 259903488 54014 33554432000 134512640 135305190 4290758816 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.38
Current children cumulated vsize (KiB) 262512

[startup+51.1013 s]
/proc/loadavg: 3.76 3.85 3.16 5/314 11092
/proc/meminfo: memFree=8865924/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=314468 CPUtime=193.54 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 69472 0 0 0 19341 13 0 0 18 0 4 0 720019126 322015232 69319 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 78617 69319 84 194 0 78421 0
[pid=11088/tid=11089] ppid=11085 vsize=314468 CPUtime=48.22 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 8559 0 0 0 4821 1 0 0 19 0 4 0 720019187 322015232 69319 33554432000 134512640 135305190 4290758816 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=314468 CPUtime=48.22 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 8160 0 0 0 4820 2 0 0 25 0 4 0 720019187 322015232 69319 33554432000 134512640 135305190 4290758816 18446744073709551615 134553533 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=314468 CPUtime=48.22 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 7185 0 0 0 4821 1 0 0 25 0 4 0 720019187 322015232 69319 33554432000 134512640 135305190 4290758816 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 195.78
Current children cumulated vsize (KiB) 323168

[startup+102.312 s]
/proc/loadavg: 3.89 3.87 3.20 5/314 11094
/proc/meminfo: memFree=8704584/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=476440 CPUtime=398.38 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 109982 0 0 0 39815 23 0 0 19 0 4 0 720019126 487874560 109829 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 119110 109829 84 194 0 118914 0
[pid=11088/tid=11089] ppid=11085 vsize=476440 CPUtime=99.44 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 15959 0 0 0 9941 3 0 0 20 0 4 0 720019187 487874560 109829 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=476440 CPUtime=99.43 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 23525 0 0 0 9937 6 0 0 25 0 4 0 720019187 487874560 109829 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=476440 CPUtime=99.42 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 17782 0 0 0 9938 4 0 0 25 0 4 0 720019187 487874560 109829 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 485140

[startup+162.301 s]
/proc/loadavg: 3.96 3.89 3.25 5/314 11095
/proc/meminfo: memFree=8563060/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=620824 CPUtime=638.34 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 145951 0 0 0 63804 30 0 0 19 0 4 0 720019126 635723776 145798 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11088/statm: 155206 145798 84 194 0 155010 0
[pid=11088/tid=11089] ppid=11085 vsize=620824 CPUtime=159.43 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 23221 0 0 0 15939 4 0 0 20 0 4 0 720019187 635723776 145798 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=620824 CPUtime=159.43 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 39364 0 0 0 15934 9 0 0 25 0 4 0 720019187 635723776 145798 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=620824 CPUtime=159.41 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 25440 0 0 0 15935 6 0 0 25 0 4 0 720019187 635723776 145798 33554432000 134512640 135305190 4290758816 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 640.58
Current children cumulated vsize (KiB) 629524

[startup+222.301 s]
/proc/loadavg: 4.06 3.93 3.30 5/314 11097
/proc/meminfo: memFree=8433444/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0

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

/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 926187 0 0 0 639627 208 0 0 25 0 4 0 720019126 3834269696 926033 33554432000 134512640 135305190 4290758816 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11088/statm: 936101 926033 84 194 0 935905 0
[pid=11088/tid=11089] ppid=11085 vsize=3744404 CPUtime=1599.4 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 140191 0 0 0 159908 32 0 0 25 0 4 0 720019187 3834269696 926033 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=3744404 CPUtime=1599.45 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 495129 0 0 0 159836 109 0 0 25 0 4 0 720019187 3834269696 926033 33554432000 134512640 135305190 4290758816 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=3744404 CPUtime=1599.41 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 137022 0 0 0 159907 34 0 0 25 0 4 0 720019187 3834269696 926033 33554432000 134512640 135305190 4290758816 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6400.59
Current children cumulated vsize (KiB) 3753104

[startup+1662.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/314 11144
/proc/meminfo: memFree=5357780/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=3821132 CPUtime=6638.33 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 945184 0 0 0 663621 212 0 0 25 0 4 0 720019126 3912839168 945030 33554432000 134512640 135305190 4290758816 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11088/statm: 955283 945030 84 194 0 955087 0
[pid=11088/tid=11089] ppid=11085 vsize=3821132 CPUtime=1659.4 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 146559 0 0 0 165906 34 0 0 25 0 4 0 720019187 3912839168 945030 33554432000 134512640 135305190 4290758816 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=3821132 CPUtime=1659.45 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 503011 0 0 0 165835 110 0 0 25 0 4 0 720019187 3912839168 945030 33554432000 134512640 135305190 4290758816 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=3821132 CPUtime=1659.42 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 139268 0 0 0 165907 35 0 0 25 0 4 0 720019187 3912839168 945030 33554432000 134512640 135305190 4290758816 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6640.57
Current children cumulated vsize (KiB) 3829832

[startup+1722.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/314 11146
/proc/meminfo: memFree=5328724/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=3851424 CPUtime=6878.34 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 952766 0 0 0 687620 214 0 0 25 0 4 0 720019126 3943858176 952612 33554432000 134512640 135305190 4290758816 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11088/statm: 962856 952612 84 194 0 962660 0
[pid=11088/tid=11089] ppid=11085 vsize=3851424 CPUtime=1719.4 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 147574 0 0 0 171906 34 0 0 25 0 4 0 720019187 3943858176 952612 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=3851424 CPUtime=1719.46 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 508893 0 0 0 171834 112 0 0 25 0 4 0 720019187 3943858176 952612 33554432000 134512640 135305190 4290758816 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=3851424 CPUtime=1719.42 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 139477 0 0 0 171907 35 0 0 25 0 4 0 720019187 3943858176 952612 33554432000 134512640 135305190 4290758816 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6880.58
Current children cumulated vsize (KiB) 3860124

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/314 11148
/proc/meminfo: memFree=5193644/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=3986788 CPUtime=7118.34 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202496 986517 0 0 0 711610 224 0 0 19 0 4 0 720019126 4082470912 986363 33554432000 134512640 135305190 4290758816 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11088/statm: 996697 986363 84 194 0 996501 0
[pid=11088/tid=11089] ppid=11085 vsize=3986788 CPUtime=1779.4 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 151723 0 0 0 177905 35 0 0 25 0 4 0 720019187 4082470912 986363 33554432000 134512640 135305190 4290758816 18446744073709551615 134551927 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=3986788 CPUtime=1779.46 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 528222 0 0 0 177827 119 0 0 25 0 4 0 720019187 4082470912 986363 33554432000 134512640 135305190 4290758816 18446744073709551615 134551776 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=3986788 CPUtime=1779.42 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) R 11085 11085 10950 0 -1 4202560 144402 0 0 0 177906 36 0 0 21 0 4 0 720019187 4082470912 986363 33554432000 134512640 135305190 4290758816 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7120.58
Current children cumulated vsize (KiB) 3995488

[startup+1842.3 s]
/proc/loadavg: 4.62 4.14 3.89 2/314 11149
/proc/meminfo: memFree=1892616/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=4191156 CPUtime=7277 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) D 11085 11085 10950 0 -1 4204032 1038283 0 0 0 726985 715 0 0 18 0 4 0 720019126 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 1676
/proc/11088/statm: 1047789 1037743 84 194 0 1047593 0
[pid=11088/tid=11089] ppid=11085 vsize=4191156 CPUtime=1817.9 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 156935 0 0 0 181753 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=4191156 CPUtime=1817.95 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 134 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=4191156 CPUtime=1817.91 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 148221 0 0 0 181754 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7279.24
Current children cumulated vsize (KiB) 4199856

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

[startup+1843.1 s]
/proc/loadavg: 4.62 4.14 3.89 1/314 11149
/proc/meminfo: memFree=1513920/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=4191156 CPUtime=7277 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) D 11085 11085 10950 0 -1 4204032 1038283 0 0 0 726985 715 0 0 18 0 4 0 720019126 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 1676
/proc/11088/statm: 1047789 1037743 84 194 0 1047593 0
[pid=11088/tid=11089] ppid=11085 vsize=4191156 CPUtime=1817.9 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 156935 0 0 0 181753 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=4191156 CPUtime=1817.95 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 134 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=4191156 CPUtime=1817.91 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 148221 0 0 0 181754 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7279.24
Current children cumulated vsize (KiB) 4199856

[startup+1846.3 s]
/proc/loadavg: 4.81 4.19 3.91 2/315 11150
/proc/meminfo: memFree=1405572/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=4191156 CPUtime=7277.41 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) D 11085 11085 10950 0 -1 4204032 1038283 0 0 0 726985 756 0 0 18 0 4 0 720019126 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 1995
/proc/11088/statm: 1047789 1037743 84 194 0 1047593 0
[pid=11088/tid=11089] ppid=11085 vsize=4191156 CPUtime=1817.9 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 156935 0 0 0 181753 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=4191156 CPUtime=1817.95 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 134 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=4191156 CPUtime=1817.91 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 148221 0 0 0 181754 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7279.65
Current children cumulated vsize (KiB) 4199856

[startup+1847.1 s]
/proc/loadavg: 4.81 4.19 3.91 1/315 11150
/proc/meminfo: memFree=1272764/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=4191156 CPUtime=7277.41 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) D 11085 11085 10950 0 -1 4204032 1038283 0 0 0 726985 756 0 0 18 0 4 0 720019126 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 1995
/proc/11088/statm: 1047789 1037743 84 194 0 1047593 0
[pid=11088/tid=11089] ppid=11085 vsize=4191156 CPUtime=1817.9 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 156935 0 0 0 181753 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=4191156 CPUtime=1817.95 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 134 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=4191156 CPUtime=1817.91 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 148221 0 0 0 181754 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7279.65
Current children cumulated vsize (KiB) 4199856

[startup+1847.9 s]
/proc/loadavg: 4.81 4.19 3.91 2/315 11150
/proc/meminfo: memFree=954704/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=4191156 CPUtime=7277.83 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) R 11085 11085 10950 0 -1 4204032 1038283 0 0 0 726985 798 0 0 18 0 4 0 720019126 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134547630 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 2157
/proc/11088/statm: 1047789 1037743 84 194 0 1047593 0
[pid=11088/tid=11089] ppid=11085 vsize=4191156 CPUtime=1817.9 cores=0-7
/proc/11088/task/11089/stat : 11089 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 156935 0 0 0 181753 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 2 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=4191156 CPUtime=1817.95 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 134 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=4191156 CPUtime=1817.91 cores=0-7
/proc/11088/task/11091/stat : 11091 (manysat1.1_stat) D 11085 11085 10950 0 -1 4203588 148221 0 0 0 181754 37 0 0 18 0 4 0 720019187 4291743744 1037743 33554432000 134512640 135305190 4290758816 18446744073709551615 134551681 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7280.07
Current children cumulated vsize (KiB) 4199856

[startup+1848.3 s]
/proc/loadavg: 4.81 4.19 3.91 2/315 11150
/proc/meminfo: memFree=954704/32950928 swapFree=67085488/67111528
[pid=11085] ppid=11083 vsize=8700 CPUtime=2.24 cores=0-7
/proc/11085/stat : 11085 (manysat.sh) S 11083 11085 10950 0 -1 4202496 358 26799 0 0 0 0 218 6 18 0 1 0 720018900 8908800 253 33554432000 4194304 4922060 140736086003424 18446744073709551615 231895309445 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11085/statm: 2175 253 209 178 0 68 0
[pid=11088] ppid=11085 vsize=0 CPUtime=7278.23 cores=0-7
/proc/11088/stat : 11088 (manysat1.1_stat) Z 11085 11085 10950 0 -1 4204060 1038284 0 0 0 726985 838 0 0 18 0 2 0 720019126 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 2157
/proc/11088/statm: 0 0 0 0 0 0 0
[pid=11088/tid=11090] ppid=11085 vsize=0 CPUtime=1818.06 cores=0-7
/proc/11088/task/11090/stat : 11090 (manysat1.1_stat) R 11085 11085 10950 0 -1 4203588 563885 0 0 0 181661 145 0 0 18 0 2 0 720019187 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7280.47
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1848.38
CPU time (s): 7280.56
CPU user time (s): 7272.05
CPU system time (s): 8.51771
CPU usage (%): 393.89
Max. virtual memory (cumulated for all children) (KiB): 4199856

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

runsolver used 5.2912 second user time and 13.184 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 16:44:42
IDJOB=3362058
IDBENCH=82369
IDSOLVER=1839
FILE ID=node114/3362058-1305297882
RUNJOBID= node114-1305296396-10964
PBS_JOBID= 13321439
Free space on /tmp= 39228 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.045-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362058-1305297882/watcher-3362058-1305297882 -o /tmp/evaluation-result-3362058-1305297882/solver-3362058-1305297882 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362058-1305297882.cnf aimd 1

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=502661826

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:     32950928 kB
MemFree:       9155176 kB
Buffers:        244516 kB
Cached:       12671460 kB
SwapCached:         96 kB
Active:       12030192 kB
Inactive:     11240848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9155176 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           16920 kB
Writeback:           0 kB
AnonPages:    10355328 kB
Mapped:          26352 kB
Slab:           422320 kB
PageTables:      36644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52430128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 35168 MiB
End job on node114 at 2011-05-13 17:15:31