Trace number 3190783

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 parSAT 2712.25 678.988

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1322
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
2711.89/678.98	s SATISFIABLE
2711.89/678.98	v 1 2 -3 4 -5 -6 7 -8 9 10 -11 12 13 -14 15 -16 17 18 -19 20 -21 -22 23 24 25 26 27 28 29 -30 31 -32 33 34 35 36 -37 -38 39 -40 41 42 43 44 -45 -46 -47 48 49 -50 51 -52 -53 54 -55 56 -57 -58 -59 -60 -61 -62 -63 64 -65 66 -67 68 69 70 71 72 -73 -74 75 76 77 78 79 -80 -81 82 83 84 -85 86 87 88 -89 -90 -91 92 93 -94 95 -96 97 98 -99 100 -101 -102 103 104 -105 -106 107 108 -109 -110 111 112 113 -114 115 116 117 118 119 120 -121 -122 -123 -124 125 126 -127 128 -129 -130 131 -132 -133 134 135 136 137 -138 139 -140 -141 -142 -143 144 145 146 -147 -148 149 150 
2711.89/678.98	v 0 
2711.89/678.98	solver [3] TNM 2009 answered
2711.89/678.98	Done

Verifier Data

OK

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-3190783-1304036014/watcher-3190783-1304036014 -o /tmp/evaluation-result-3190783-1304036014/solver-3190783-1304036014 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190783-1304036014.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: 8.13 8.19 8.73 4/180 31961
/proc/meminfo: memFree=13236380/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) R 31959 31961 31124 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0

[startup+0.222552 s]
/proc/loadavg: 8.13 8.19 8.73 4/180 31961
/proc/meminfo: memFree=13236380/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300536 s]
/proc/loadavg: 8.13 8.19 8.73 4/180 31961
/proc/meminfo: memFree=13236380/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.40052 s]
/proc/loadavg: 8.13 8.19 8.73 4/180 31961
/proc/meminfo: memFree=13236380/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700463 s]
/proc/loadavg: 8.13 8.19 8.73 4/180 31961
/proc/meminfo: memFree=13236380/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50032 s]
/proc/loadavg: 8.13 8.19 8.73 9/186 31967
/proc/meminfo: memFree=13217596/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=1250108 CPUtime=1.49 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 4064 0 0 0 149 0 0 0 25 0 1 0 515201866 1280110592 1514 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 312527 1514 327 96 0 309089 0
[pid=31963] ppid=31961 vsize=16908 CPUtime=1.49 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 1685 0 0 0 149 0 0 0 25 0 1 0 515201866 17313792 1552 33554432000 4194304 4785740 140736645845696 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 4227 1552 340 145 0 1272 0
[pid=31964] ppid=31961 vsize=453448 CPUtime=0.71 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 687 0 0 0 71 0 0 0 25 0 1 0 515201866 464330752 584 33554432000 134512640 134534564 4289094560 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 113362 584 91 6 0 112028 0
[pid=31965] ppid=31961 vsize=7116 CPUtime=1.49 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 1388 0 0 0 149 0 0 0 25 0 1 0 515201866 7286784 957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4216505 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 1779 957 127 39 0 859 0
[pid=31966] ppid=31961 vsize=8760 CPUtime=0.77 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 2301 0 0 0 77 0 0 0 25 0 1 0 515201866 8970240 620 33554432000 4194304 4331988 140734724224496 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 2190 620 150 34 0 632 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1754664

[startup+3.10102 s]
/proc/loadavg: 8.12 8.18 8.72 9/186 31967
/proc/meminfo: memFree=13200968/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=12455900 CPUtime=3.09 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 7485 0 0 0 308 1 0 0 25 0 1 0 515201866 12754841600 4266 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 3113975 4266 337 96 0 3110537 0
[pid=31963] ppid=31961 vsize=17836 CPUtime=3.09 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 1923 0 0 0 309 0 0 0 25 0 1 0 515201866 18264064 1790 33554432000 4194304 4785740 140736645845696 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 4459 1790 340 145 0 1504 0
[pid=31964] ppid=31961 vsize=453448 CPUtime=1.51 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 687 0 0 0 151 0 0 0 25 0 1 0 515201866 464330752 584 33554432000 134512640 134534564 4289094560 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 113362 584 91 6 0 112028 0
[pid=31965] ppid=31961 vsize=7824 CPUtime=3.09 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 1549 0 0 0 309 0 0 0 25 0 1 0 515201866 8011776 1118 33554432000 4194304 4352236 140734056356464 18446744073709551615 4279075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 1956 1118 127 39 0 1036 0
[pid=31966] ppid=31961 vsize=10400 CPUtime=1.56 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 2980 0 0 0 156 0 0 0 25 0 1 0 515201866 10649600 966 33554432000 4194304 4331988 140734724224496 18446744073709551615 4287500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 12963732

[startup+6.30044 s]
/proc/loadavg: 8.12 8.18 8.72 9/186 31968
/proc/meminfo: memFree=13181260/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=39844 CPUtime=6.29 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 10163 0 0 0 628 1 0 0 25 0 1 0 515201866 40800256 4508 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 9961 4508 337 96 0 6523 0
[pid=31963] ppid=31961 vsize=19696 CPUtime=6.29 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 2342 0 0 0 629 0 0 0 25 0 1 0 515201866 20168704 2209 33554432000 4194304 4785740 140736645845696 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 4924 2209 340 145 0 1969 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=3.11 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 311 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=7960 CPUtime=6.29 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 1791 0 0 0 629 0 0 0 25 0 1 0 515201866 8151040 1168 33554432000 4194304 4352236 140734056356464 18446744073709551615 4331260 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 1990 1168 127 39 0 1070 0
[pid=31966] ppid=31961 vsize=10400 CPUtime=3.14 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 2980 0 0 0 314 0 0 0 25 0 1 0 515201866 10649600 966 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 2600 966 174 34 0 1042 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 553636

[startup+12.7013 s]
/proc/loadavg: 8.10 8.18 8.71 9/186 31968
/proc/meminfo: memFree=13151976/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=1271848 CPUtime=12.69 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 15630 0 0 0 1266 3 0 0 25 0 1 0 515201866 1302372352 7001 33554432000 4194304 4587354 140736829527360 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 317962 7001 337 96 0 314524 0
[pid=31963] ppid=31961 vsize=22212 CPUtime=12.69 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 2932 0 0 0 1269 0 0 0 25 0 1 0 515201866 22745088 2799 33554432000 4194304 4785740 140736645845696 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 5553 2799 340 145 0 2598 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=6.31 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 631 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=8164 CPUtime=12.69 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 2113 0 0 0 1269 0 0 0 25 0 1 0 515201866 8359936 1235 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 2041 1235 127 39 0 1121 0
[pid=31966] ppid=31961 vsize=11084 CPUtime=6.31 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 3134 0 0 0 631 0 0 0 25 0 1 0 515201866 11350016 1120 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 2771 1120 174 34 0 1213 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1789044

[startup+25.5069 s]
/proc/loadavg: 8.09 8.17 8.71 9/186 31968
/proc/meminfo: memFree=13118368/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=1279380 CPUtime=25.5 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 21950 0 0 0 2546 4 0 0 25 0 1 0 515201866 1310085120 10956 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 319845 10956 337 96 0 316407 0
[pid=31963] ppid=31961 vsize=24420 CPUtime=25.49 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 3448 0 0 0 2549 0 0 0 25 0 1 0 515201866 25006080 3315 33554432000 4194304 4785740 140736645845696 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 6105 3315 340 145 0 3150 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=12.66 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 1266 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=10340 CPUtime=25.49 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 3073 0 0 0 2549 0 0 0 25 0 1 0 515201866 10588160 1779 33554432000 4194304 4352236 140734056356464 18446744073709551615 4276415 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 2585 1779 127 39 0 1665 0
[pid=31966] ppid=31961 vsize=11936 CPUtime=12.69 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 3322 0 0 0 1269 0 0 0 25 0 1 0 515201866 12222464 1308 33554432000 4194304 4331988 140734724224496 18446744073709551615 4287569 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 2984 1308 175 34 0 1426 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1801812

[startup+51.1012 s]
/proc/loadavg: 8.14 8.17 8.69 9/186 31969
/proc/meminfo: memFree=13070304/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=64344 CPUtime=51.09 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 25203 0 0 0 5104 5 0 0 25 0 1 0 515201866 65888256 12555 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 16086 12555 337 96 0 12648 0
[pid=31963] ppid=31961 vsize=29028 CPUtime=51.09 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 4468 0 0 0 5109 0 0 0 25 0 1 0 515201866 29724672 4335 33554432000 4194304 4785740 140736645845696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 7257 4335 340 145 0 4302 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=25.4 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 2540 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=10980 CPUtime=51.09 cores=2

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


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

[startup+665.707 s]
/proc/loadavg: 10.22 9.71 9.18 11/188 32017
/proc/meminfo: memFree=16162412/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=123236 CPUtime=665.72 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 167968 0 0 0 66517 55 0 0 25 0 1 0 515201866 126193664 13036 33554432000 4194304 4587354 140736829527360 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 30809 13036 337 96 0 27371 0
[pid=31963] ppid=31961 vsize=57104 CPUtime=665.71 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10875 0 0 0 66569 2 0 0 25 0 1 0 515201866 58474496 10599 33554432000 4194304 4785740 140736645845696 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14276 10599 341 145 0 11321 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=331.03 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33103 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=665.65 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 66561 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=331.04 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13022 0 0 0 33100 4 0 0 25 0 1 0 515201866 71864320 11008 33554432000 4194304 4331988 140734724224496 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11008 175 34 0 15987 0
Current children cumulated CPU time (s) 2659.15
Current children cumulated vsize (KiB) 745308

[startup+672.1 s]
/proc/loadavg: 10.20 9.72 9.18 11/188 32017
/proc/meminfo: memFree=16168856/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=79424 CPUtime=672.1 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 173605 0 0 0 67155 55 0 0 25 0 1 0 515201866 81330176 14103 33554432000 4194304 4587354 140736829527360 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 19856 14103 337 96 0 16418 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=672.11 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67209 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=334.2 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33420 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=672.04 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67200 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=334.24 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13121 0 0 0 33420 4 0 0 25 0 1 0 515201866 71864320 11107 33554432000 4194304 4331988 140734724224496 18446744073709551615 4317184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11107 175 34 0 15987 0
Current children cumulated CPU time (s) 2684.69
Current children cumulated vsize (KiB) 701684

[startup+675.301 s]
/proc/loadavg: 10.18 9.72 9.19 11/188 32017
/proc/meminfo: memFree=16153604/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=79424 CPUtime=675.3 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 173605 0 0 0 67475 55 0 0 25 0 1 0 515201866 81330176 14103 33554432000 4194304 4587354 140736829527360 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 19856 14103 337 96 0 16418 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=675.31 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67529 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=335.78 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33578 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=675.24 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67520 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=335.84 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13166 0 0 0 33580 4 0 0 25 0 1 0 515201866 71864320 11152 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11152 175 34 0 15987 0
Current children cumulated CPU time (s) 2697.47
Current children cumulated vsize (KiB) 701684

[startup+676.901 s]
/proc/loadavg: 10.17 9.73 9.19 11/188 32017
/proc/meminfo: memFree=16145296/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=88772 CPUtime=676.91 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 175556 0 0 0 67635 56 0 0 25 0 1 0 515201866 90902528 16054 33554432000 4194304 4587354 140736829527360 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 22193 16054 337 96 0 18755 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=676.91 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67689 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=336.57 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33657 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=676.84 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67680 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=336.64 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13188 0 0 0 33660 4 0 0 25 0 1 0 515201866 71864320 11174 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11174 175 34 0 15987 0
Current children cumulated CPU time (s) 2703.87
Current children cumulated vsize (KiB) 711032

[startup+677.7 s]
/proc/loadavg: 10.17 9.73 9.19 11/188 32017
/proc/meminfo: memFree=16137112/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=88772 CPUtime=677.72 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 175556 0 0 0 67716 56 0 0 25 0 1 0 515201866 90902528 16054 33554432000 4194304 4587354 140736829527360 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 22193 16054 337 96 0 18755 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=677.71 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67769 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=336.97 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33697 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=677.64 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67760 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=337.04 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13200 0 0 0 33700 4 0 0 25 0 1 0 515201866 71864320 11186 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11186 175 34 0 15987 0
Current children cumulated CPU time (s) 2707.08
Current children cumulated vsize (KiB) 711032

[startup+678.501 s]
/proc/loadavg: 10.17 9.73 9.19 11/188 32017
/proc/meminfo: memFree=16137112/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=88772 CPUtime=678.51 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 175556 0 0 0 67795 56 0 0 25 0 1 0 515201866 90902528 16054 33554432000 4194304 4587354 140736829527360 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 22193 16054 337 96 0 18755 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=678.51 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67849 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=337.36 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33736 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=678.44 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67840 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=337.44 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13211 0 0 0 33740 4 0 0 25 0 1 0 515201866 71864320 11197 33554432000 4194304 4331988 140734724224496 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11197 175 34 0 15987 0
Current children cumulated CPU time (s) 2710.26
Current children cumulated vsize (KiB) 711032

[startup+678.907 s]
/proc/loadavg: 10.17 9.73 9.19 11/188 32017
/proc/meminfo: memFree=16136988/32951124 swapFree=67111528/67111528
[pid=31961] ppid=31959 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/31961/stat : 31961 (ppfolio) S 31959 31961 31124 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515201866 18763776 389 33554432000 4194304 4287625 140733528333232 18446744073709551615 230809185807 0 0 4096 65536 14144847247409414143 0 0 17 4 0 0 0
/proc/31961/statm: 4581 389 341 23 0 91 0
[pid=31962] ppid=31961 vsize=88772 CPUtime=678.92 cores=0
/proc/31962/stat : 31962 (cryptominisat) R 31961 31961 31124 0 -1 4202496 175556 0 0 0 67836 56 0 0 25 0 1 0 515201866 90902528 16054 33554432000 4194304 4587354 140736829527360 18446744073709551615 4388286 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31962/statm: 22193 16054 337 96 0 18755 0
[pid=31963] ppid=31961 vsize=57292 CPUtime=678.92 cores=4
/proc/31963/stat : 31963 (clasp) R 31961 31961 31124 0 -1 4202496 10911 0 0 0 67890 2 0 0 25 0 1 0 515201866 58667008 10635 33554432000 4194304 4785740 140736645845696 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/31963/statm: 14323 10635 341 145 0 11368 0
[pid=31964] ppid=31961 vsize=457412 CPUtime=337.56 cores=6
/proc/31964/stat : 31964 (TNM) R 31961 31961 31124 0 -1 4202496 806 0 0 0 33756 0 0 0 25 0 1 0 515201866 468389888 703 33554432000 134512640 134534564 4289094560 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31964/statm: 114353 703 95 6 0 113019 0
[pid=31965] ppid=31961 vsize=19052 CPUtime=678.85 cores=2
/proc/31965/stat : 31965 (lingeling) R 31961 31961 31124 0 -1 4202496 28400 0 0 0 67881 4 0 0 25 0 1 0 515201866 19509248 3957 33554432000 4194304 4352236 140734056356464 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/31965/statm: 4763 3957 127 39 0 3843 0
[pid=31966] ppid=31961 vsize=70180 CPUtime=337.64 cores=6
/proc/31966/stat : 31966 (march_hi) R 31961 31961 31124 0 -1 4202496 13217 0 0 0 33760 4 0 0 25 0 1 0 515201866 71864320 11203 33554432000 4194304 4331988 140734724224496 18446744073709551615 4287445 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31966/statm: 17545 11203 175 34 0 15987 0
Current children cumulated CPU time (s) 2711.89
Current children cumulated vsize (KiB) 711032

Child status: 0
Real time (s): 678.988
CPU time (s): 2712.25
CPU user time (s): 2711.56
CPU system time (s): 0.691894
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 12963732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2711.56
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229447
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= 426
involuntary context switches= 19243

runsolver used 1.09683 second user time and 2.6126 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 02:13:34
IDJOB=3190783
IDBENCH=82514
IDSOLVER=1612
FILE ID=node104/3190783-1304036014
RUNJOBID= node104-1304032539-31476
PBS_JOBID= 13170348
Free space on /tmp= 70500 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190783-1304036014/watcher-3190783-1304036014 -o /tmp/evaluation-result-3190783-1304036014/solver-3190783-1304036014 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190783-1304036014.cnf

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=1060453984

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:      13236544 kB
Buffers:       2209032 kB
Cached:       14495700 kB
SwapCached:          0 kB
Active:        6172524 kB
Inactive:     12947888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13236544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10360 kB
Writeback:           0 kB
AnonPages:     2415232 kB
Mapped:          16112 kB
Slab:           524032 kB
PageTables:       9592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2585184 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= 71528 MiB
End job on node104 at 2011-04-29 02:24:53