Trace number 3283510

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 1125.72 281.827

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6
1125.58/281.80	s UNSATISFIABLE
1125.58/281.82	solver [4] lingeling 276-6264d55-100731 answered
1125.58/281.82	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: 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-3283510-1304033736/watcher-3283510-1304033736 -o /tmp/evaluation-result-3283510-1304033736/solver-3283510-1304033736 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3283510-1304033736.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: 9.01 9.03 8.50 6/182 31630
/proc/meminfo: memFree=15239852/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) R 31628 31630 31124 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0

[startup+0.122871 s]
/proc/loadavg: 9.01 9.03 8.50 6/182 31630
/proc/meminfo: memFree=15239852/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200856 s]
/proc/loadavg: 9.01 9.03 8.50 6/182 31630
/proc/meminfo: memFree=15239852/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300838 s]
/proc/loadavg: 9.01 9.03 8.50 6/182 31630
/proc/meminfo: memFree=15239852/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700765 s]
/proc/loadavg: 9.01 9.03 8.50 6/182 31630
/proc/meminfo: memFree=15239852/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50062 s]
/proc/loadavg: 9.01 9.03 8.50 11/188 31636
/proc/meminfo: memFree=14911080/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=126908 CPUtime=1.49 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 27158 0 0 0 146 3 0 0 20 0 1 0 514974093 129953792 26498 33554432000 4194304 4587354 140733671679168 18446744073709551615 230808826565 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 31727 26499 311 96 0 28289 0
[pid=31632] ppid=31630 vsize=117004 CPUtime=1.48 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 32305 0 0 0 144 4 0 0 25 0 1 0 514974093 119812096 25853 33554432000 4194304 4785740 140736360818832 18446744073709551615 4499381 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 29251 25853 319 145 0 26296 0
[pid=31633] ppid=31630 vsize=497668 CPUtime=0.78 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 16053 0 0 0 75 3 0 0 25 0 1 0 514974093 509612032 15950 33554432000 134512640 134534564 4288922416 18446744073709551615 5213057 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 124417 15950 91 6 0 123083 0
[pid=31634] ppid=31630 vsize=63096 CPUtime=1.48 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 21392 0 0 0 146 2 0 0 25 0 1 0 514974093 64610304 14926 33554432000 4194304 4352236 140733776800144 18446744073709551615 4257381 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 15774 14926 117 39 0 14854 0
[pid=31635] ppid=31630 vsize=156088 CPUtime=0.7 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4194304 27664 0 0 0 65 5 0 0 25 0 1 0 514974093 159834112 27557 33554432000 4194304 4331988 140735002167552 18446744073709551615 4251674 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 39022 27557 117 34 0 37464 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 979088

[startup+3.10033 s]
/proc/loadavg: 9.01 9.03 8.50 11/188 31636
/proc/meminfo: memFree=14791916/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=156660 CPUtime=3.08 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 34552 0 0 0 305 3 0 0 25 0 1 0 514974093 160419840 33892 33554432000 4194304 4587354 140733671679168 18446744073709551615 4421133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 39165 33892 316 96 0 35727 0
[pid=31632] ppid=31630 vsize=106668 CPUtime=3.09 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 33790 0 0 0 304 5 0 0 25 0 1 0 514974093 109228032 23447 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 26667 23447 340 145 0 23712 0
[pid=31633] ppid=31630 vsize=512848 CPUtime=1.57 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 21853 0 0 0 154 3 0 0 25 0 1 0 514974093 525156352 21750 33554432000 134512640 134534564 4288922416 18446744073709551615 5215804 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 128212 21750 92 6 0 126878 0
[pid=31634] ppid=31630 vsize=64488 CPUtime=3.08 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 21752 0 0 0 306 2 0 0 25 0 1 0 514974093 66035712 15286 33554432000 4194304 4352236 140733776800144 18446744073709551615 4229934 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 16122 15286 124 39 0 15202 0
[pid=31635] ppid=31630 vsize=136672 CPUtime=1.49 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4194304 43481 0 0 0 142 7 0 0 25 0 1 0 514974093 139952128 22929 33554432000 4194304 4331988 140735002167552 18446744073709551615 4251467 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 34168 22929 129 34 0 32610 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 995660

[startup+6.30074 s]
/proc/loadavg: 9.09 9.04 8.50 11/188 31636
/proc/meminfo: memFree=14700392/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=156928 CPUtime=6.28 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 34557 0 0 0 625 3 0 0 25 0 1 0 514974093 160694272 33897 33554432000 4194304 4587354 140733671679168 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 39232 33897 316 96 0 35794 0
[pid=31632] ppid=31630 vsize=106668 CPUtime=6.29 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 33832 0 0 0 624 5 0 0 25 0 1 0 514974093 109228032 23489 33554432000 4194304 4785740 140736360818832 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 26667 23489 340 145 0 23712 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=3.15 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 311 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=67276 CPUtime=6.28 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 22450 0 0 0 625 3 0 0 25 0 1 0 514974093 68890624 15984 33554432000 4194304 4352236 140733776800144 18446744073709551615 4267950 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 16819 15984 124 39 0 15899 0
[pid=31635] ppid=31630 vsize=159588 CPUtime=3.1 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 79026 0 0 0 298 12 0 0 25 0 1 0 514974093 163418112 28660 33554432000 4194304 4331988 140735002167552 18446744073709551615 230808814680 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 39897 28660 148 34 0 38339 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1028892

[startup+12.7006 s]
/proc/loadavg: 9.16 9.06 8.51 11/188 31636
/proc/meminfo: memFree=14795060/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=250296 CPUtime=12.69 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 52753 0 0 0 1263 6 0 0 25 0 1 0 514974093 256303104 47600 33554432000 4194304 4587354 140733671679168 18446744073709551615 4477278 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 62574 47600 335 96 0 59136 0
[pid=31632] ppid=31630 vsize=106668 CPUtime=12.69 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 33832 0 0 0 1264 5 0 0 25 0 1 0 514974093 109228032 23489 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 26667 23489 340 145 0 23712 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=6.32 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 628 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=67064 CPUtime=12.68 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 22453 0 0 0 1265 3 0 0 25 0 1 0 514974093 68673536 15934 33554432000 4194304 4352236 140733776800144 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 16766 15934 127 39 0 15846 0
[pid=31635] ppid=31630 vsize=440152 CPUtime=6.3 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 180121 0 0 0 604 26 0 0 25 0 1 0 514974093 450715648 50589 33554432000 4194304 4331988 140735002167552 18446744073709551615 230808826565 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 110038 50589 160 34 0 108480 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1402612

[startup+25.5012 s]
/proc/loadavg: 9.42 9.12 8.54 11/188 31636
/proc/meminfo: memFree=14735408/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=250296 CPUtime=25.49 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 54738 0 0 0 2542 7 0 0 25 0 1 0 514974093 256303104 49579 33554432000 4194304 4587354 140733671679168 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 62574 49579 335 96 0 59136 0
[pid=31632] ppid=31630 vsize=106668 CPUtime=25.49 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 33832 0 0 0 2544 5 0 0 25 0 1 0 514974093 109228032 23489 33554432000 4194304 4785740 140736360818832 18446744073709551615 4546224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 26667 23489 340 145 0 23712 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=12.71 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 1267 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=69368 CPUtime=25.48 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 23037 0 0 0 2545 3 0 0 25 0 1 0 514974093 71032832 16510 33554432000 4194304 4352236 140733776800144 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 17342 16510 127 39 0 16422 0
[pid=31635] ppid=31630 vsize=421160 CPUtime=12.62 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 186401 0 0 0 1236 26 0 0 25 0 1 0 514974093 431267840 48690 33554432000 4194304 4331988 140735002167552 18446744073709551615 4210510 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 105290 48690 172 34 0 103732 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1385924

[startup+51.1005 s]
/proc/loadavg: 9.62 9.19 8.58 11/188 31637
/proc/meminfo: memFree=14722916/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=556640 CPUtime=51.09 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 61837 0 0 0 5098 11 0 0 25 0 1 0 514974093 569999360 48347 33554432000 4194304 4587354 140733671679168 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 139160 48347 335 96 0 135722 0
[pid=31632] ppid=31630 vsize=112564 CPUtime=51.08 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 35501 0 0 0 5103 5 0 0 25 0 1 0 514974093 115265536 25158 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 28141 25158 340 145 0 25186 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=25.41 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 2537 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=80440 CPUtime=51.08 cores=2

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

Current children cumulated CPU time (s) 1022.55
Current children cumulated vsize (KiB) 2091184

[startup+268.801 s]
/proc/loadavg: 10.00 9.62 8.87 11/188 31708
/proc/meminfo: memFree=15342284/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=613056 CPUtime=268.78 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81359 0 0 0 26859 19 0 0 25 0 1 0 514974093 627769344 51381 33554432000 4194304 4587354 140733671679168 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 153264 51381 343 96 0 149826 0
[pid=31632] ppid=31630 vsize=373264 CPUtime=268.76 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 100515 0 0 0 26848 28 0 0 25 0 1 0 514974093 382222336 90172 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 93316 90172 340 145 0 90361 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=133.69 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 13365 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528220 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=268.79 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 26874 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494428 CPUtime=133.62 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 201926 0 0 0 13332 30 0 0 25 0 1 0 514974093 506294272 64215 33554432000 4194304 4331988 140735002167552 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123607 64215 175 34 0 122049 0
Current children cumulated CPU time (s) 1073.64
Current children cumulated vsize (KiB) 2112312

[startup+275.201 s]
/proc/loadavg: 10.00 9.63 8.88 11/188 31708
/proc/meminfo: memFree=15326908/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=275.18 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 27499 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=381772 CPUtime=275.16 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 102659 0 0 0 27487 29 0 0 25 0 1 0 514974093 390934528 92316 33554432000 4194304 4785740 140736360818832 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 95443 92316 340 145 0 92488 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=136.89 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 13685 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=275.19 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 27514 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4233979 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494560 CPUtime=136.79 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 201987 0 0 0 13649 30 0 0 25 0 1 0 514974093 506429440 64276 33554432000 4194304 4331988 140735002167552 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123640 64276 175 34 0 122082 0
Current children cumulated CPU time (s) 1099.21
Current children cumulated vsize (KiB) 1735908

[startup+278.407 s]
/proc/loadavg: 10.00 9.63 8.88 11/188 31708
/proc/meminfo: memFree=15320336/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=278.39 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 27820 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=385428 CPUtime=278.38 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 103573 0 0 0 27808 30 0 0 25 0 1 0 514974093 394678272 93230 33554432000 4194304 4785740 140736360818832 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 96357 93230 340 145 0 93402 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=138.49 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 13845 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=278.4 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 27835 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494716 CPUtime=138.38 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 202022 0 0 0 13808 30 0 0 25 0 1 0 514974093 506589184 64311 33554432000 4194304 4331988 140735002167552 18446744073709551615 4237154 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123679 64311 175 34 0 122121 0
Current children cumulated CPU time (s) 1112.04
Current children cumulated vsize (KiB) 1739720

[startup+280.001 s]
/proc/loadavg: 10.00 9.63 8.88 11/188 31708
/proc/meminfo: memFree=15318476/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=279.98 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 27979 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=387572 CPUtime=279.97 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 104106 0 0 0 27967 30 0 0 25 0 1 0 514974093 396873728 93763 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 96893 93763 340 145 0 93938 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=139.29 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 13925 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=279.99 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 27994 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494716 CPUtime=139.17 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 202046 0 0 0 13887 30 0 0 25 0 1 0 514974093 506589184 64335 33554432000 4194304 4331988 140735002167552 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123679 64335 175 34 0 122121 0
Current children cumulated CPU time (s) 1118.4
Current children cumulated vsize (KiB) 1741864

[startup+280.8 s]
/proc/loadavg: 10.08 9.65 8.89 11/188 31708
/proc/meminfo: memFree=15314012/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=280.78 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 28059 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4237620 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=388248 CPUtime=280.77 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 104284 0 0 0 28047 30 0 0 25 0 1 0 514974093 397565952 93941 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 97062 93941 340 145 0 94107 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=139.68 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 13964 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=280.79 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 28074 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494716 CPUtime=139.57 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 202060 0 0 0 13927 30 0 0 25 0 1 0 514974093 506589184 64349 33554432000 4194304 4331988 140735002167552 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123679 64349 175 34 0 122121 0
Current children cumulated CPU time (s) 1121.59
Current children cumulated vsize (KiB) 1742540

[startup+281.6 s]
/proc/loadavg: 10.08 9.65 8.89 11/188 31708
/proc/meminfo: memFree=15311656/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=281.59 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 28140 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=389608 CPUtime=281.57 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 104594 0 0 0 28127 30 0 0 25 0 1 0 514974093 398958592 94251 33554432000 4194304 4785740 140736360818832 18446744073709551615 4304248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 97402 94251 340 145 0 94447 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=140.08 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 14004 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=281.6 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 28155 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4207831 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494864 CPUtime=139.97 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 202081 0 0 0 13967 30 0 0 25 0 1 0 514974093 506740736 64370 33554432000 4194304 4331988 140735002167552 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123716 64370 175 34 0 122158 0
Current children cumulated CPU time (s) 1124.81
Current children cumulated vsize (KiB) 1744048

[startup+281.801 s]
/proc/loadavg: 10.08 9.65 8.89 11/188 31708
/proc/meminfo: memFree=15311656/32951124 swapFree=67111528/67111528
[pid=31630] ppid=31628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31630/stat : 31630 (ppfolio) S 31628 31630 31124 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 514974093 18763776 390 33554432000 4194304 4287625 140734700329328 18446744073709551615 230809185807 0 0 4096 65536 11882686460777725951 0 0 17 4 0 0 0
/proc/31630/statm: 4581 390 341 23 0 91 0
[pid=31631] ppid=31630 vsize=228012 CPUtime=281.78 cores=0
/proc/31631/stat : 31631 (cryptominisat) R 31630 31630 31124 0 -1 4202496 81627 0 0 0 28159 19 0 0 25 0 1 0 514974093 233484288 51646 33554432000 4194304 4587354 140733671679168 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31631/statm: 57003 51646 343 96 0 53565 0
[pid=31632] ppid=31630 vsize=389740 CPUtime=281.77 cores=4
/proc/31632/stat : 31632 (clasp) R 31630 31630 31124 0 -1 4202496 104623 0 0 0 28147 30 0 0 25 0 1 0 514974093 399093760 94280 33554432000 4194304 4785740 140736360818832 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31632/statm: 97435 94280 340 145 0 94480 0
[pid=31633] ppid=31630 vsize=520108 CPUtime=140.17 cores=6
/proc/31633/stat : 31633 (TNM) R 31630 31630 31124 0 -1 4202496 30088 0 0 0 14013 4 0 0 25 0 1 0 514974093 532590592 29985 33554432000 134512640 134534564 4288922416 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31633/statm: 130027 29985 95 6 0 128693 0
[pid=31634] ppid=31630 vsize=93132 CPUtime=281.79 cores=2
/proc/31634/stat : 31634 (lingeling) R 31630 31630 31124 0 -1 4202496 33652 0 0 0 28174 5 0 0 25 0 1 0 514974093 95367168 20916 33554432000 4194304 4352236 140733776800144 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31634/statm: 23283 20916 127 39 0 22363 0
[pid=31635] ppid=31630 vsize=494864 CPUtime=140.07 cores=6
/proc/31635/stat : 31635 (march_hi) R 31630 31630 31124 0 -1 4202496 202081 0 0 0 13977 30 0 0 25 0 1 0 514974093 506740736 64370 33554432000 4194304 4331988 140735002167552 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31635/statm: 123716 64370 175 34 0 122158 0
Current children cumulated CPU time (s) 1125.58
Current children cumulated vsize (KiB) 1744180

Child status: 0
Real time (s): 281.827
CPU time (s): 1125.72
CPU user time (s): 1124.75
CPU system time (s): 0.971852
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 2343176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1124.75
system time used= 0.971852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452614
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= 149
involuntary context switches= 8297

runsolver used 0.412937 second user time and 1.12983 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 01:35:36
IDJOB=3283510
IDBENCH=71039
IDSOLVER=1612
FILE ID=node104/3283510-1304033736
RUNJOBID= node104-1304032539-31476
PBS_JOBID= 13170348
Free space on /tmp= 71512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283510-1304033736/watcher-3283510-1304033736 -o /tmp/evaluation-result-3283510-1304033736/solver-3283510-1304033736 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3283510-1304033736.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1146336138

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15240008 kB
Buffers:       2207752 kB
Cached:       13456164 kB
SwapCached:          0 kB
Active:        5047544 kB
Inactive:     12070104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15240008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28672 kB
Writeback:           0 kB
AnonPages:     1453484 kB
Mapped:          16848 kB
Slab:           524552 kB
PageTables:       7808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3155744 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= 71508 MiB
End job on node104 at 2011-04-29 01:40:18