Trace number 3286588

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
Sol 2011-04-04UNSAT 231.076 230.275

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

230.80/230.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3286588-1303775452/watcher-3286588-1303775452 -o /tmp/evaluation-result-3286588-1303775452/solver-3286588-1303775452 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3286588-1303775452.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=11800 CPUtime=0 cores=1,3
/proc/32154/stat : 32154 (runsolver) R 32152 32154 31710 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 489145210 12083200 52 33554432000 4194304 5434984 140735814304848 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/32154/statm: 2950 52 31 303 0 2644 0

[startup+0.0512491 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=147688 CPUtime=0.03 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 10653 0 0 0 2 1 0 0 22 0 9 0 489145210 151232512 10560 33554432000 4194304 7232020 140734514361520 18446744073709551615 274664502331 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 36922 10586 974 742 0 29493 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 147688

[startup+0.100244 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=164456 CPUtime=0.08 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 15325 0 0 0 7 1 0 0 22 0 9 0 489145210 168402944 15232 33554432000 4194304 7232020 140734514361520 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 41114 15236 976 742 0 33685 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 164456

[startup+0.300166 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=181288 CPUtime=0.3 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 19023 0 0 0 28 2 0 0 18 0 9 0 489145210 185638912 18930 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170592735 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 45322 18930 976 742 0 37893 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 181288

[startup+0.701096 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=198120 CPUtime=0.74 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 22904 0 0 0 72 2 0 0 17 0 9 0 489145210 202874880 22811 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170604659 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 49530 22811 976 742 0 42101 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 198120

[startup+16.5863 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=493612 CPUtime=17.74 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 97919 0 0 0 1681 93 0 0 21 0 9 0 489145210 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170617059 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 123403 97825 994 742 0 115974 0
Current children cumulated CPU time (s) 17.74
Current children cumulated vsize (KiB) 493612

[startup+16.6003 s]
/proc/loadavg: 1.22 2.74 3.59 5/211 32154
/proc/meminfo: memFree=17158744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=493612 CPUtime=17.75 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 97919 0 0 0 1682 93 0 0 21 0 9 0 489145210 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170616553 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 123403 97825 994 742 0 115974 0
Current children cumulated CPU time (s) 17.75
Current children cumulated vsize (KiB) 493612

[startup+16.7003 s]
/proc/loadavg: 3.39 3.14 3.71 5/208 32164
/proc/meminfo: memFree=14579380/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=493612 CPUtime=17.85 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 97919 0 0 0 1692 93 0 0 22 0 9 0 489145210 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170616888 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 123403 97825 994 742 0 115974 0
[pid=32154/tid=32156] ppid=32152 vsize=493612 CPUtime=0.58 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 47 11 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=493612 CPUtime=0.45 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 35 10 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=493612 CPUtime=0.66 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 52 14 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=493612 CPUtime=0.47 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 32 15 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=493612 CPUtime=0.81 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 77 4 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=493612 CPUtime=0.85 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 74 11 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=493612 CPUtime=0.62 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 55 7 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=493612 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 493612

[startup+16.8073 s]
/proc/loadavg: 3.39 3.14 3.71 5/208 32164
/proc/meminfo: memFree=14579380/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=493612 CPUtime=17.95 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 97919 0 0 0 1702 93 0 0 22 0 9 0 489145210 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170616797 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 123403 97825 994 742 0 115974 0
[pid=32154/tid=32156] ppid=32152 vsize=493612 CPUtime=0.58 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 47 11 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=493612 CPUtime=0.45 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 35 10 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=493612 CPUtime=0.66 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 52 14 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=493612 CPUtime=0.47 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 32 15 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=493612 CPUtime=0.81 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 77 4 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=493612 CPUtime=0.85 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 74 11 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=493612 CPUtime=0.62 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 55 7 0 0 15 0 9 0 489145211 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=493612 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 505458688 97825 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.95
Current children cumulated vsize (KiB) 493612

[startup+25.5008 s]
/proc/loadavg: 4.18 3.32 3.76 6/207 32179
/proc/meminfo: memFree=12125124/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=3309100 CPUtime=26.67 cores=1,3
/proc/32154/stat : 32154 (mono) S 32152 32154 31710 0 -1 4202496 707251 0 0 0 2452 215 0 0 25 0 9 0 489145210 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/32154/statm: 827275 707157 999 742 0 819846 0
[pid=32154/tid=32156] ppid=32152 vsize=3309100 CPUtime=1.17 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) R 32152 32154 31710 0 -1 4202560 4 0 0 0 98 19 0 0 16 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 6173027 0 0 4096 545260780 0 0 0 -1 3 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=3309100 CPUtime=0.73 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) R 32152 32154 31710 0 -1 4202560 2 0 0 0 62 11 0 0 16 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=3309100 CPUtime=0.84 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 68 16 0 0 15 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=3309100 CPUtime=0.92 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) R 32152 32154 31710 0 -1 4202560 2 0 0 0 73 19 0 0 15 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 0 0 0 -1 1 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=3309100 CPUtime=1.4 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 125 15 0 0 15 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=3309100 CPUtime=1 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 75 25 0 0 15 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=3309100 CPUtime=0.87 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 66 21 0 0 16 0 9 0 489145211 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=3309100 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 489145212 3388518400 707157 33554432000 4194304 7232020 140734514361520 18446744073709551615 274664196031 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (KiB) 3309100

[startup+51.1004 s]
/proc/loadavg: 5.29 3.66 3.86 5/220 32200
/proc/meminfo: memFree=10509280/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4273164 CPUtime=51.53 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1042051 0 0 0 4876 277 0 0 25 0 9 0 489145210 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170677705 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1068291 1041957 1024 742 0 1060862 0
[pid=32154/tid=32156] ppid=32152 vsize=4273164 CPUtime=1.22 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 100 22 0 0 16 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4273164 CPUtime=0.73 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 62 11 0 0 15 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4273164 CPUtime=0.84 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 68 16 0 0 15 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4273164 CPUtime=0.96 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 74 22 0 0 16 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4273164 CPUtime=1.4 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 125 15 0 0 15 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4273164 CPUtime=1 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 75 25 0 0 15 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4273164 CPUtime=0.87 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 66 21 0 0 15 0 9 0 489145211 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4273164 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4375719936 1041957 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.53
Current children cumulated vsize (KiB) 4273164

[startup+102.301 s]
/proc/loadavg: 4.56 3.71 3.87 5/211 32201
/proc/meminfo: memFree=12114324/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4298316 CPUtime=102.7 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1047912 0 0 0 9990 280 0 0 25 0 9 0 489145210 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170674536 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1074579 1047818 1024 742 0 1067150 0
[pid=32154/tid=32156] ppid=32152 vsize=4298316 CPUtime=1.22 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 100 22 0 0 16 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4298316 CPUtime=0.73 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 62 11 0 0 15 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4298316 CPUtime=0.84 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 68 16 0 0 15 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4298316 CPUtime=0.96 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 74 22 0 0 16 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4298316 CPUtime=1.4 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 125 15 0 0 15 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4298316 CPUtime=1 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 75 25 0 0 15 0 9 0 489145211 4401475584 1047818 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0

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

/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 125 15 0 0 15 0 9 0 489145211 4427231232 1054516 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4323468 CPUtime=1 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 75 25 0 0 15 0 9 0 489145211 4427231232 1054516 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4323468 CPUtime=0.87 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 66 21 0 0 15 0 9 0 489145211 4427231232 1054516 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4323468 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4427231232 1054516 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.71
Current children cumulated vsize (KiB) 4323468

[startup+222.301 s]
/proc/loadavg: 4.46 3.90 3.91 5/220 32239
/proc/meminfo: memFree=12271268/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348556 CPUtime=223.1 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060628 0 0 0 22024 286 0 0 25 0 9 0 489145210 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170670757 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087139 1060534 1024 742 0 1079710 0
[pid=32154/tid=32156] ppid=32152 vsize=4348556 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348556 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348556 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348556 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348556 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348556 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348556 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348556 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 223.1
Current children cumulated vsize (KiB) 4348556

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

[startup+226.901 s]
/proc/loadavg: 4.51 3.91 3.92 5/220 32239
/proc/meminfo: memFree=12262588/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348556 CPUtime=227.7 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060628 0 0 0 22484 286 0 0 25 0 9 0 489145210 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170670757 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087139 1060534 1024 742 0 1079710 0
[pid=32154/tid=32156] ppid=32152 vsize=4348556 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348556 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348556 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348556 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348556 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348556 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348556 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348556 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 227.7
Current children cumulated vsize (KiB) 4348556

[startup+228.501 s]
/proc/loadavg: 4.51 3.91 3.92 5/220 32239
/proc/meminfo: memFree=12261596/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348556 CPUtime=229.3 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060628 0 0 0 22644 286 0 0 25 0 9 0 489145210 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170667072 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087139 1060534 1024 742 0 1079710 0
[pid=32154/tid=32156] ppid=32152 vsize=4348556 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348556 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348556 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348556 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348556 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348556 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348556 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348556 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 229.3
Current children cumulated vsize (KiB) 4348556

[startup+229.3 s]
/proc/loadavg: 4.47 3.92 3.92 5/220 32239
/proc/meminfo: memFree=12250188/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348556 CPUtime=230.1 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060628 0 0 0 22724 286 0 0 25 0 9 0 489145210 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170670750 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087139 1060534 1024 742 0 1079710 0
[pid=32154/tid=32156] ppid=32152 vsize=4348556 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348556 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348556 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348556 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348556 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348556 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348556 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348556 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 230.1
Current children cumulated vsize (KiB) 4348556

[startup+229.7 s]
/proc/loadavg: 4.47 3.92 3.92 5/220 32239
/proc/meminfo: memFree=12250188/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348556 CPUtime=230.5 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060628 0 0 0 22764 286 0 0 25 0 9 0 489145210 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 1170670655 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087139 1060534 1024 742 0 1079710 0
[pid=32154/tid=32156] ppid=32152 vsize=4348556 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348556 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348556 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348556 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348556 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348556 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 15 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348556 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348556 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4452921344 1060534 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 230.5
Current children cumulated vsize (KiB) 4348556

[startup+230.101 s]
/proc/loadavg: 4.47 3.92 3.92 5/220 32239
/proc/meminfo: memFree=12250188/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=4348696 CPUtime=230.9 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202496 1060663 0 0 0 22804 286 0 0 18 0 9 0 489145210 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 6146327 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 1087174 1060569 1035 742 0 1079745 0
[pid=32154/tid=32156] ppid=32152 vsize=4348696 CPUtime=1.25 cores=1,3
/proc/32154/task/32156/stat : 32156 (mono) S 32152 32154 31710 0 -1 4202560 4 0 0 0 103 22 0 0 16 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32157] ppid=32152 vsize=4348696 CPUtime=0.93 cores=1,3
/proc/32154/task/32157/stat : 32157 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 82 11 0 0 15 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32158] ppid=32152 vsize=4348696 CPUtime=0.88 cores=1,3
/proc/32154/task/32158/stat : 32158 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 72 16 0 0 16 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32159] ppid=32152 vsize=4348696 CPUtime=1.01 cores=1,3
/proc/32154/task/32159/stat : 32159 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 79 22 0 0 15 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32160] ppid=32152 vsize=4348696 CPUtime=1.41 cores=1,3
/proc/32154/task/32160/stat : 32160 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 126 15 0 0 15 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
[pid=32154/tid=32161] ppid=32152 vsize=4348696 CPUtime=1.2 cores=1,3
/proc/32154/task/32161/stat : 32161 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 95 25 0 0 16 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32162] ppid=32152 vsize=4348696 CPUtime=0.9 cores=1,3
/proc/32154/task/32162/stat : 32162 (mono) S 32152 32154 31710 0 -1 4202560 2 0 0 0 69 21 0 0 16 0 9 0 489145211 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676624281 0 0 4096 545260780 18446604470987091008 0 0 -1 1 0 0 0
[pid=32154/tid=32163] ppid=32152 vsize=4348696 CPUtime=0 cores=1,3
/proc/32154/task/32163/stat : 32163 (mono) S 32152 32154 31710 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 489145212 4453064704 1060569 33554432000 4194304 7232020 140734514361520 18446744073709551615 274676631985 0 0 4096 545260780 18446604470987091008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 230.9
Current children cumulated vsize (KiB) 4348696

[startup+230.201 s]
/proc/loadavg: 4.47 3.92 3.92 5/211 32239
/proc/meminfo: memFree=14305744/32951132 swapFree=67111528/67111528
[pid=32154] ppid=32152 vsize=0 CPUtime=231 cores=1,3
/proc/32154/stat : 32154 (mono) R 32152 32154 31710 0 -1 4202500 1060721 0 0 0 22806 294 0 0 18 0 1 0 489145210 0 0 33554432000 0 0 0 0 0 0 0 4096 545259520 18446744073709551615 0 0 17 1 0 0 0
/proc/32154/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 231
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 230.275
CPU time (s): 231.076
CPU user time (s): 228.068
CPU system time (s): 3.00754
CPU usage (%): 100.348
Max. virtual memory (cumulated for all children) (KiB): 4348696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.068
system time used= 3.00754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1060721
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= 3001
involuntary context switches= 1207

runsolver used 0.337948 second user time and 0.840872 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-26 01:50:56
IDJOB=3286588
IDBENCH=82430
IDSOLVER=1608
FILE ID=node131/3286588-1303775452
RUNJOBID= node131-1303775449-32090
PBS_JOBID= 13157190
Free space on /tmp= 71768 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286588-1303775452/watcher-3286588-1303775452 -o /tmp/evaluation-result-3286588-1303775452/solver-3286588-1303775452 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3286588-1303775452.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=410750312

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17159024 kB
Buffers:       1009932 kB
Cached:       13774836 kB
SwapCached:          0 kB
Active:        5356748 kB
Inactive:      9914216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17159024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          153508 kB
Writeback:           0 kB
AnonPages:      485048 kB
Mapped:          18236 kB
Slab:           457080 kB
PageTables:       6192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   902216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71804 MiB
End job on node131 at 2011-04-26 01:54:46