Trace number 3293216

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
ppfolio parUNSAT 336.051 84.1307

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.02	Starting clasp 1.3.6 on core(s) 4
0.00/0.02	Starting TNM 2009 on core(s) 6
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.02	Starting march_hi 2009 on core(s) 6
335.88/84.12	s UNSATISFIABLE
335.88/84.13	solver [1] cryptominisat 2.7.1 answered
335.88/84.13	Done

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: 977)

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-3293216-1307635027/watcher-3293216-1307635027 -o /tmp/evaluation-result-3293216-1307635027/solver-3293216-1307635027 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3293216-1307635027.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 10.14 9.94 8.15 6/182 1825
/proc/meminfo: memFree=31987748/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) R 1823 1825 1071 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0

[startup+0.211728 s]
/proc/loadavg: 10.14 9.94 8.15 6/182 1825
/proc/meminfo: memFree=31987748/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) R 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436016896 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300714 s]
/proc/loadavg: 10.14 9.94 8.15 6/182 1825
/proc/meminfo: memFree=31987748/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400697 s]
/proc/loadavg: 10.14 9.94 8.15 6/182 1825
/proc/meminfo: memFree=31987748/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700639 s]
/proc/loadavg: 10.14 9.94 8.15 6/182 1825
/proc/meminfo: memFree=31987748/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 10.13 9.94 8.16 12/188 1831
/proc/meminfo: memFree=31863476/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=70264 CPUtime=1.49 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 16290 0 0 0 147 2 0 0 25 0 1 0 875105110 71950336 12091 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 17566 12091 326 96 0 14128 0
[pid=1827] ppid=1825 vsize=36840 CPUtime=1.49 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 7930 0 0 0 148 1 0 0 25 0 1 0 875105110 37724160 6528 33554432000 4194304 4785740 140735761858576 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 9210 6528 319 145 0 6255 0
[pid=1828] ppid=1825 vsize=466516 CPUtime=0.77 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 5143 0 0 0 77 0 0 0 25 0 1 0 875105110 477712384 5040 33554432000 134512640 134534564 4289110048 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 116629 5040 91 6 0 115295 0
[pid=1829] ppid=1825 vsize=18416 CPUtime=1.49 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 4809 0 0 0 149 0 0 0 25 0 1 0 875105110 18857984 3459 33554432000 4194304 4352236 140736280378048 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 4604 3459 127 39 0 3684 0
[pid=1830] ppid=1825 vsize=39148 CPUtime=0.69 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4194304 10044 0 0 0 68 1 0 0 25 0 1 0 875105110 40087552 5364 33554432000 4194304 4331988 140733255808384 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 9787 5364 128 34 0 8229 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 649508

[startup+3.10118 s]
/proc/loadavg: 10.13 9.94 8.16 12/188 1831
/proc/meminfo: memFree=31852688/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1856480 CPUtime=3.09 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 17816 0 0 0 307 2 0 0 25 0 1 0 875105110 1901035520 12044 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 464120 12044 327 96 0 460682 0
[pid=1827] ppid=1825 vsize=41912 CPUtime=3.09 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 9740 0 0 0 308 1 0 0 25 0 1 0 875105110 42917888 7741 33554432000 4194304 4785740 140735761858576 18446744073709551615 4552832 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 10478 7741 340 145 0 7523 0
[pid=1828] ppid=1825 vsize=466516 CPUtime=1.58 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 5143 0 0 0 157 1 0 0 25 0 1 0 875105110 477712384 5040 33554432000 134512640 134534564 4289110048 18446744073709551615 134524591 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 116629 5040 91 6 0 115295 0
[pid=1829] ppid=1825 vsize=24328 CPUtime=3.08 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 6089 0 0 0 308 0 0 0 25 0 1 0 875105110 24911872 4739 33554432000 4194304 4352236 140736280378048 18446744073709551615 4276717 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 6082 4739 127 39 0 5162 0
[pid=1830] ppid=1825 vsize=42184 CPUtime=1.49 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 22394 0 0 0 146 3 0 0 25 0 1 0 875105110 43196416 6140 33554432000 4194304 4331988 140733255808384 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 10546 6140 149 34 0 8988 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2449744

[startup+6.30058 s]
/proc/loadavg: 10.12 9.94 8.17 12/188 1831
/proc/meminfo: memFree=31808636/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1881536 CPUtime=6.29 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 24108 0 0 0 627 2 0 0 25 0 1 0 875105110 1926692864 18288 33554432000 4194304 4587354 140735863947504 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 470384 18288 340 96 0 466946 0
[pid=1827] ppid=1825 vsize=42088 CPUtime=6.28 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 9784 0 0 0 627 1 0 0 25 0 1 0 875105110 43098112 7785 33554432000 4194304 4785740 140735761858576 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 10522 7785 340 145 0 7567 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=3.16 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 315 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=24328 CPUtime=6.28 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 6089 0 0 0 628 0 0 0 25 0 1 0 875105110 24911872 4739 33554432000 4194304 4352236 140736280378048 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 6082 4739 127 39 0 5162 0
[pid=1830] ppid=1825 vsize=62212 CPUtime=3.09 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 31984 0 0 0 305 4 0 0 25 0 1 0 875105110 63705088 7044 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 15553 7044 174 34 0 13995 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2497908

[startup+12.7004 s]
/proc/loadavg: 10.11 9.94 8.18 12/188 1831
/proc/meminfo: memFree=31789768/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1876280 CPUtime=12.69 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 27501 0 0 0 1266 3 0 0 25 0 1 0 875105110 1921310720 19936 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 469070 19936 340 96 0 465632 0
[pid=1827] ppid=1825 vsize=49940 CPUtime=12.69 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 11746 0 0 0 1267 2 0 0 25 0 1 0 875105110 51138560 9747 33554432000 4194304 4785740 140735761858576 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 12485 9747 340 145 0 9530 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=6.4 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 639 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=24328 CPUtime=12.68 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 6473 0 0 0 1268 0 0 0 25 0 1 0 875105110 24911872 5123 33554432000 4194304 4352236 140736280378048 18446744073709551615 4329173 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 6082 5123 127 39 0 5162 0
[pid=1830] ppid=1825 vsize=62908 CPUtime=6.22 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32144 0 0 0 618 4 0 0 25 0 1 0 875105110 64417792 7204 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 15727 7204 174 34 0 14169 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2501200

[startup+25.507 s]
/proc/loadavg: 10.16 9.96 8.21 12/188 1831
/proc/meminfo: memFree=31761260/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1870028 CPUtime=25.49 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 33144 0 0 0 2545 4 0 0 25 0 1 0 875105110 1914908672 16768 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 467507 16768 340 96 0 464069 0
[pid=1827] ppid=1825 vsize=65516 CPUtime=25.49 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 15585 0 0 0 2546 3 0 0 25 0 1 0 875105110 67088384 13586 33554432000 4194304 4785740 140735761858576 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 16379 13586 340 145 0 13424 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=12.76 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 1275 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=36560 CPUtime=25.5 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 9658 0 0 0 2549 1 0 0 25 0 1 0 875105110 37437440 8308 33554432000 4194304 4352236 140736280378048 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 9140 8308 127 39 0 8220 0
[pid=1830] ppid=1825 vsize=63204 CPUtime=12.59 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32197 0 0 0 1255 4 0 0 25 0 1 0 875105110 64720896 7257 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 15801 7257 174 34 0 14243 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 2523052

[startup+51.1011 s]
/proc/loadavg: 10.23 10.00 8.27 11/188 1832
/proc/meminfo: memFree=31710228/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1943084 CPUtime=51.09 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 42342 0 0 0 5103 6 0 0 25 0 1 0 875105110 1989718016 23926 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 485771 23926 340 96 0 482333 0
[pid=1827] ppid=1825 vsize=86120 CPUtime=51.08 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 20677 0 0 0 5103 5 0 0 25 0 1 0 875105110 88186880 18678 33554432000 4194304 4785740 140735761858576 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 21530 18678 340 145 0 18575 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=25.49 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 2548 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=40512 CPUtime=51.09 cores=2

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

Current children cumulated CPU time (s) 204.86
Current children cumulated vsize (KiB) 2621628

[startup+64.1007 s]
/proc/loadavg: 10.20 10.00 8.29 12/188 1832
/proc/meminfo: memFree=31713688/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1873812 CPUtime=64.09 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 44994 0 0 0 6403 6 0 0 25 0 1 0 875105110 1918783488 23956 33554432000 4194304 4587354 140735863947504 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 468453 23956 340 96 0 465015 0
[pid=1827] ppid=1825 vsize=88456 CPUtime=64.08 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21217 0 0 0 6403 5 0 0 25 0 1 0 875105110 90578944 19218 33554432000 4194304 4785740 140735761858576 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22114 19218 340 145 0 19159 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=31.94 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 3193 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=40512 CPUtime=64.09 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10225 0 0 0 6408 1 0 0 25 0 1 0 875105110 41484288 8875 33554432000 4194304 4352236 140736280378048 18446744073709551615 4208893 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10128 8875 127 39 0 9208 0
[pid=1830] ppid=1825 vsize=64428 CPUtime=31.79 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32490 0 0 0 3175 4 0 0 25 0 1 0 875105110 65974272 7550 33554432000 4194304 4331988 140733255808384 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16107 7550 174 34 0 14549 0
Current children cumulated CPU time (s) 255.99
Current children cumulated vsize (KiB) 2554952

[startup+76.9012 s]
/proc/loadavg: 10.23 10.01 8.32 12/188 1833
/proc/meminfo: memFree=31705120/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=1862840 CPUtime=76.89 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 45412 0 0 0 7683 6 0 0 25 0 1 0 875105110 1907548160 22207 33554432000 4194304 4587354 140735863947504 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 465710 22207 340 96 0 462272 0
[pid=1827] ppid=1825 vsize=89056 CPUtime=76.88 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21358 0 0 0 7683 5 0 0 25 0 1 0 875105110 91193344 19359 33554432000 4194304 4785740 140735761858576 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22264 19359 340 145 0 19309 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=38.29 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 3828 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=76.89 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 7688 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=64560 CPUtime=38.17 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32539 0 0 0 3813 4 0 0 25 0 1 0 875105110 66109440 7599 33554432000 4194304 4331988 140733255808384 18446744073709551615 4263253 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16140 7599 174 34 0 14582 0
Current children cumulated CPU time (s) 307.12
Current children cumulated vsize (KiB) 2545252

[startup+80.1006 s]
/proc/loadavg: 10.23 10.01 8.32 12/188 1833
/proc/meminfo: memFree=31713304/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=119664 CPUtime=80.09 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 47100 0 0 0 8002 7 0 0 25 0 1 0 875105110 122535936 23876 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 29916 23876 340 96 0 26478 0
[pid=1827] ppid=1825 vsize=89268 CPUtime=80.08 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21402 0 0 0 8003 5 0 0 25 0 1 0 875105110 91410432 19403 33554432000 4194304 4785740 140735761858576 18446744073709551615 4416837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22317 19403 340 145 0 19362 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=39.89 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 3988 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=80.09 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 8008 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=65016 CPUtime=39.76 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32619 0 0 0 3972 4 0 0 25 0 1 0 875105110 66576384 7679 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16254 7679 174 34 0 14696 0
Current children cumulated CPU time (s) 319.91
Current children cumulated vsize (KiB) 802744

[startup+81.7003 s]
/proc/loadavg: 10.29 10.03 8.34 12/188 1833
/proc/meminfo: memFree=31709088/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=119664 CPUtime=81.69 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 47271 0 0 0 8162 7 0 0 25 0 1 0 875105110 122535936 24040 33554432000 4194304 4587354 140735863947504 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 29916 24040 340 96 0 26478 0
[pid=1827] ppid=1825 vsize=89268 CPUtime=81.68 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21417 0 0 0 8163 5 0 0 25 0 1 0 875105110 91410432 19418 33554432000 4194304 4785740 140735761858576 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22317 19418 340 145 0 19362 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=40.69 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 4068 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=81.69 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 8168 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=65016 CPUtime=40.54 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32623 0 0 0 4050 4 0 0 25 0 1 0 875105110 66576384 7683 33554432000 4194304 4331988 140733255808384 18446744073709551615 4265504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16254 7683 174 34 0 14696 0
Current children cumulated CPU time (s) 326.29
Current children cumulated vsize (KiB) 802744

[startup+83.301 s]
/proc/loadavg: 10.29 10.03 8.34 11/188 1833
/proc/meminfo: memFree=31707228/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=119664 CPUtime=83.29 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 47500 0 0 0 8322 7 0 0 25 0 1 0 875105110 122535936 24259 33554432000 4194304 4587354 140735863947504 18446744073709551615 4241244 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 29916 24259 340 96 0 26478 0
[pid=1827] ppid=1825 vsize=89584 CPUtime=83.28 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21510 0 0 0 8323 5 0 0 25 0 1 0 875105110 91734016 19511 33554432000 4194304 4785740 140735761858576 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22396 19511 340 145 0 19441 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=41.49 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 4148 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=83.29 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 8328 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=65016 CPUtime=41.34 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32624 0 0 0 4130 4 0 0 25 0 1 0 875105110 66576384 7684 33554432000 4194304 4331988 140733255808384 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16254 7684 174 34 0 14696 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 803060

[startup+83.701 s]
/proc/loadavg: 10.29 10.03 8.34 12/188 1833
/proc/meminfo: memFree=31705120/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=119664 CPUtime=83.69 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 47546 0 0 0 8362 7 0 0 25 0 1 0 875105110 122535936 24301 33554432000 4194304 4587354 140735863947504 18446744073709551615 4230299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 29916 24301 340 96 0 26478 0
[pid=1827] ppid=1825 vsize=89584 CPUtime=83.69 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21512 0 0 0 8364 5 0 0 25 0 1 0 875105110 91734016 19513 33554432000 4194304 4785740 140735761858576 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22396 19513 340 145 0 19441 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=41.69 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 4168 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=83.69 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 8368 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=65016 CPUtime=41.54 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32625 0 0 0 4150 4 0 0 25 0 1 0 875105110 66576384 7685 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16254 7685 174 34 0 14696 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 803060

[startup+84.1009 s]
/proc/loadavg: 10.29 10.03 8.34 12/188 1833
/proc/meminfo: memFree=31705120/32951124 swapFree=67050508/67111528
[pid=1825] ppid=1823 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1825/stat : 1825 (ppfolio) S 1823 1825 1071 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 875105110 18763776 390 33554432000 4194304 4287625 140734721082176 18446744073709551615 212436037135 0 0 4096 65536 4577188570522976255 0 0 17 4 0 0 0
/proc/1825/statm: 4581 390 341 23 0 91 0
[pid=1826] ppid=1825 vsize=119664 CPUtime=84.09 cores=0
/proc/1826/stat : 1826 (cryptominisat) R 1825 1825 1071 0 -1 4202496 47602 0 0 0 8402 7 0 0 25 0 1 0 875105110 122535936 24351 33554432000 4194304 4587354 140735863947504 18446744073709551615 212435666316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1826/statm: 29916 24351 353 96 0 26478 0
[pid=1827] ppid=1825 vsize=89748 CPUtime=84.08 cores=4
/proc/1827/stat : 1827 (clasp) R 1825 1825 1071 0 -1 4202496 21520 0 0 0 8403 5 0 0 25 0 1 0 875105110 91901952 19521 33554432000 4194304 4785740 140735761858576 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1827/statm: 22437 19521 340 145 0 19482 0
[pid=1828] ppid=1825 vsize=469420 CPUtime=41.89 cores=6
/proc/1828/stat : 1828 (TNM) R 1825 1825 1071 0 -1 4202496 7658 0 0 0 4188 1 0 0 25 0 1 0 875105110 480686080 7555 33554432000 134512640 134534564 4289110048 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1828/statm: 117355 7555 95 6 0 116021 0
[pid=1829] ppid=1825 vsize=41052 CPUtime=84.09 cores=2
/proc/1829/stat : 1829 (lingeling) R 1825 1825 1071 0 -1 4202496 10781 0 0 0 8408 1 0 0 25 0 1 0 875105110 42037248 9431 33554432000 4194304 4352236 140736280378048 18446744073709551615 4241453 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1829/statm: 10263 9431 127 39 0 9343 0
[pid=1830] ppid=1825 vsize=65016 CPUtime=41.73 cores=6
/proc/1830/stat : 1830 (march_hi) R 1825 1825 1071 0 -1 4202496 32625 0 0 0 4169 4 0 0 25 0 1 0 875105110 66576384 7685 33554432000 4194304 4331988 140733255808384 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1830/statm: 16254 7685 174 34 0 14696 0
Current children cumulated CPU time (s) 335.88
Current children cumulated vsize (KiB) 803224

Child status: 0
Real time (s): 84.1307
CPU time (s): 336.051
CPU user time (s): 335.826
CPU system time (s): 0.224965
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 2623004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.826
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120731
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= 229
involuntary context switches= 2959

runsolver used 0.12898 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 17:57:08
IDJOB=3293216
IDBENCH=88066
IDSOLVER=1612
FILE ID=node102/3293216-1307635027
RUNJOBID= node102-1307633278-1089
PBS_JOBID= 13549389
Free space on /tmp= 74188 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293216-1307635027/watcher-3293216-1307635027 -o /tmp/evaluation-result-3293216-1307635027/solver-3293216-1307635027 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3293216-1307635027.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=607367864

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31988424 kB
Buffers:        204508 kB
Cached:         464880 kB
SwapCached:      25184 kB
Active:         410176 kB
Inactive:       347028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31988424 kB
SwapTotal:    67111528 kB
SwapFree:     67050508 kB
Dirty:           13908 kB
Writeback:           0 kB
AnonPages:       85020 kB
Mapped:          11072 kB
Slab:           139740 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3053752 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= 74176 MiB
End job on node102 at 2011-06-09 17:58:32