Trace number 3191038

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 2845.86 712.343

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
MD5SUM7a1181bb5cb0b1221253c27ad7ead33e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark347.943
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

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) 1
0.00/0.80	Starting clasp 1.3.6 on core(s) 5
0.00/0.80	Starting TNM 2009 on core(s) 7
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.80	Starting march_hi 2009 on core(s) 7
2845.62/712.33	s UNSATISFIABLE
2845.62/712.34	solver [5] march_hi 2009 answered
2845.62/712.34	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-3191038-1304054325/watcher-3191038-1304054325 -o /tmp/evaluation-result-3191038-1304054325/solver-3191038-1304054325 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191038-1304054325.cnf 

running on 4 cores: 1,3,5,7

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.17 10.06 8.91 1/170 4209
/proc/meminfo: memFree=16817528/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) R 4207 4209 3050 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0

[startup+0.115344 s]
/proc/loadavg: 10.17 10.06 8.91 1/170 4209
/proc/meminfo: memFree=16817528/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) R 4207 4209 3050 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.20033 s]
/proc/loadavg: 10.17 10.06 8.91 1/170 4209
/proc/meminfo: memFree=16817528/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) R 4207 4209 3050 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300312 s]
/proc/loadavg: 10.17 10.06 8.91 1/170 4209
/proc/meminfo: memFree=16817528/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) R 4207 4209 3050 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700245 s]
/proc/loadavg: 10.17 10.06 8.91 1/170 4209
/proc/meminfo: memFree=16817528/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) R 4207 4209 3050 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50111 s]
/proc/loadavg: 10.17 10.06 8.91 7/176 4216
/proc/meminfo: memFree=16804336/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=799040 CPUtime=1.49 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 3462 0 0 0 149 0 0 0 20 0 1 0 517032106 818216960 2329 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 199760 2329 337 96 0 196322 0
[pid=4211] ppid=4209 vsize=13780 CPUtime=1.49 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 891 0 0 0 149 0 0 0 20 0 1 0 517032106 14110720 782 33554432000 4194304 4785740 140733984461408 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 3445 782 340 145 0 490 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=0.77 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 77 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=6488 CPUtime=1.49 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 1311 0 0 0 149 0 0 0 20 0 1 0 517032106 6643712 817 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 1622 817 127 39 0 702 0
[pid=4214] ppid=4209 vsize=7056 CPUtime=0.71 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 423 0 0 0 71 0 0 0 25 0 1 0 517032106 7225344 315 33554432000 4194304 4331988 140736482884208 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1300648

[startup+3.10084 s]
/proc/loadavg: 9.92 10.01 8.90 6/176 4216
/proc/meminfo: memFree=16800740/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=801676 CPUtime=3.08 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 4939 0 0 0 308 0 0 0 25 0 1 0 517032106 820916224 3013 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 200419 3013 337 96 0 196981 0
[pid=4211] ppid=4209 vsize=14344 CPUtime=3.09 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 1043 0 0 0 309 0 0 0 25 0 1 0 517032106 14688256 934 33554432000 4194304 4785740 140733984461408 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 3586 934 340 145 0 631 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=1.57 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 157 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=7516 CPUtime=3.09 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 1824 0 0 0 309 0 0 0 25 0 1 0 517032106 7696384 1074 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 1879 1074 127 39 0 959 0
[pid=4214] ppid=4209 vsize=7056 CPUtime=1.51 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 423 0 0 0 151 0 0 0 25 0 1 0 517032106 7225344 315 33554432000 4194304 4331988 140736482884208 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1304876

[startup+6.3003 s]
/proc/loadavg: 9.92 10.01 8.90 6/175 4216
/proc/meminfo: memFree=16796360/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=1480144 CPUtime=6.28 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 7030 0 0 0 628 0 0 0 25 0 1 0 517032106 1515667456 3075 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 370036 3075 337 96 0 366598 0
[pid=4211] ppid=4209 vsize=15040 CPUtime=6.29 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 1197 0 0 0 629 0 0 0 25 0 1 0 517032106 15400960 1088 33554432000 4194304 4785740 140733984461408 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 3760 1088 340 145 0 805 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=3.24 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 324 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=8284 CPUtime=6.29 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 2496 0 0 0 629 0 0 0 25 0 1 0 517032106 8482816 1266 33554432000 4194304 4352236 140736721866064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 2071 1266 127 39 0 1151 0
[pid=4214] ppid=4209 vsize=7188 CPUtime=3.01 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 429 0 0 0 301 0 0 0 25 0 1 0 517032106 7360512 321 33554432000 4194304 4331988 140736482884208 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 1797 321 174 34 0 239 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1984940

[startup+12.7012 s]
/proc/loadavg: 9.16 9.84 8.86 6/175 4216
/proc/meminfo: memFree=16789072/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=1482544 CPUtime=12.69 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 10940 0 0 0 1268 1 0 0 25 0 1 0 517032106 1518125056 3621 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 370636 3621 337 96 0 367198 0
[pid=4211] ppid=4209 vsize=16072 CPUtime=12.69 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 1433 0 0 0 1269 0 0 0 25 0 1 0 517032106 16457728 1324 33554432000 4194304 4785740 140733984461408 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 4018 1324 340 145 0 1063 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=6.42 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 642 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134530438 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=10564 CPUtime=12.69 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 4418 0 0 0 1269 0 0 0 25 0 1 0 517032106 10817536 1836 33554432000 4194304 4352236 140736721866064 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 2641 1836 127 39 0 1721 0
[pid=4214] ppid=4209 vsize=7188 CPUtime=6.21 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 438 0 0 0 621 0 0 0 25 0 1 0 517032106 7360512 330 33554432000 4194304 4331988 140736482884208 18446744073709551615 4246295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 1797 330 174 34 0 239 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 1990652

[startup+25.5011 s]
/proc/loadavg: 8.52 9.68 8.81 6/175 4216
/proc/meminfo: memFree=16784844/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=1485952 CPUtime=25.49 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 17129 0 0 0 2547 2 0 0 25 0 1 0 517032106 1521614848 4594 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 371488 4594 337 96 0 368050 0
[pid=4211] ppid=4209 vsize=17248 CPUtime=25.49 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 1725 0 0 0 2549 0 0 0 25 0 1 0 517032106 17661952 1616 33554432000 4194304 4785740 140733984461408 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 4312 1616 340 145 0 1357 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=12.76 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 1276 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=12232 CPUtime=25.49 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 6723 0 0 0 2548 1 0 0 25 0 1 0 517032106 12525568 2253 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 3058 2253 127 39 0 2138 0
[pid=4214] ppid=4209 vsize=7392 CPUtime=12.6 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 479 0 0 0 1260 0 0 0 25 0 1 0 517032106 7569408 371 33554432000 4194304 4331988 140736482884208 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 1848 371 175 34 0 290 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1997108

[startup+51.1008 s]
/proc/loadavg: 7.40 9.32 8.72 6/175 4217
/proc/meminfo: memFree=16767600/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=1497412 CPUtime=51.09 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 27681 0 0 0 5105 4 0 0 25 0 1 0 517032106 1533349888 7336 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 374353 7336 337 96 0 370915 0
[pid=4211] ppid=4209 vsize=18688 CPUtime=51.08 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 2039 0 0 0 5108 0 0 0 25 0 1 0 517032106 19136512 1930 33554432000 4194304 4785740 140733984461408 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 4672 1930 341 145 0 1717 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=25.54 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 2554 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=17608 CPUtime=51.08 cores=3

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


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

[startup+704.001 s]
/proc/loadavg: 5.07 5.54 6.85 6/175 4235
/proc/meminfo: memFree=16703680/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=704 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 139783 0 0 0 70354 46 0 0 25 0 1 0 517032106 81293312 15171 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15171 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=703.95 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 70394 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=350.37 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35037 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=32204 CPUtime=704 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 58692 0 0 0 70393 7 0 0 25 0 1 0 517032106 32976896 7246 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8051 7246 127 39 0 7131 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=350.15 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 2949 0 0 0 35012 3 0 0 25 0 1 0 517032106 19468288 2841 33554432000 4194304 4331988 140736482884208 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2841 175 34 0 3195 0
Current children cumulated CPU time (s) 2812.5
Current children cumulated vsize (KiB) 632332

[startup+707.2 s]
/proc/loadavg: 5.06 5.53 6.84 6/175 4235
/proc/meminfo: memFree=16701076/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=707.19 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140050 0 0 0 70673 46 0 0 25 0 1 0 517032106 81293312 15428 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15428 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=707.15 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 70714 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4287587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=351.95 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35195 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=33740 CPUtime=707.19 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59076 0 0 0 70712 7 0 0 25 0 1 0 517032106 34549760 7630 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8435 7630 127 39 0 7515 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=351.75 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 2977 0 0 0 35172 3 0 0 25 0 1 0 517032106 19468288 2869 33554432000 4194304 4331988 140736482884208 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2869 175 34 0 3195 0
Current children cumulated CPU time (s) 2825.26
Current children cumulated vsize (KiB) 633868

[startup+710.401 s]
/proc/loadavg: 5.06 5.53 6.84 6/175 4235
/proc/meminfo: memFree=16698844/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=710.39 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140328 0 0 0 70993 46 0 0 25 0 1 0 517032106 81293312 15692 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15692 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=710.34 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 71033 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=353.53 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35353 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 8558973 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=34764 CPUtime=710.39 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59332 0 0 0 71032 7 0 0 25 0 1 0 517032106 35598336 7886 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8691 7886 127 39 0 7771 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=353.35 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 3005 0 0 0 35332 3 0 0 25 0 1 0 517032106 19468288 2897 33554432000 4194304 4331988 140736482884208 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2897 175 34 0 3195 0
Current children cumulated CPU time (s) 2838.03
Current children cumulated vsize (KiB) 634892

[startup+711.201 s]
/proc/loadavg: 5.06 5.53 6.84 6/175 4235
/proc/meminfo: memFree=16698472/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=711.19 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140388 0 0 0 71073 46 0 0 25 0 1 0 517032106 81293312 15751 33554432000 4194304 4587354 140734335258688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15751 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=711.14 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 71113 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=353.93 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35393 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=34764 CPUtime=711.19 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59332 0 0 0 71112 7 0 0 25 0 1 0 517032106 35598336 7886 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8691 7886 127 39 0 7771 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=353.75 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 3012 0 0 0 35372 3 0 0 25 0 1 0 517032106 19468288 2904 33554432000 4194304 4331988 140736482884208 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2904 175 34 0 3195 0
Current children cumulated CPU time (s) 2841.23
Current children cumulated vsize (KiB) 634892

[startup+712.001 s]
/proc/loadavg: 5.06 5.52 6.83 6/175 4235
/proc/meminfo: memFree=16698224/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=711.99 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140389 0 0 0 71153 46 0 0 25 0 1 0 517032106 81293312 15752 33554432000 4194304 4587354 140734335258688 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15752 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=711.94 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 71193 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=354.32 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35432 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=34764 CPUtime=711.99 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59332 0 0 0 71192 7 0 0 25 0 1 0 517032106 35598336 7886 33554432000 4194304 4352236 140736721866064 18446744073709551615 4328112 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8691 7886 127 39 0 7771 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=354.15 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 3019 0 0 0 35412 3 0 0 25 0 1 0 517032106 19468288 2911 33554432000 4194304 4331988 140736482884208 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2911 175 34 0 3195 0
Current children cumulated CPU time (s) 2844.42
Current children cumulated vsize (KiB) 634892

[startup+712.201 s]
/proc/loadavg: 5.06 5.52 6.83 6/175 4235
/proc/meminfo: memFree=16698224/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=712.19 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140389 0 0 0 71173 46 0 0 25 0 1 0 517032106 81293312 15752 33554432000 4194304 4587354 140734335258688 18446744073709551615 4231911 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15752 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=712.14 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 71213 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4277617 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=354.42 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35442 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=34764 CPUtime=712.19 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59332 0 0 0 71212 7 0 0 25 0 1 0 517032106 35598336 7886 33554432000 4194304 4352236 140736721866064 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8691 7886 127 39 0 7771 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=354.25 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 3021 0 0 0 35422 3 0 0 25 0 1 0 517032106 19468288 2913 33554432000 4194304 4331988 140736482884208 18446744073709551615 4287099 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2913 175 34 0 3195 0
Current children cumulated CPU time (s) 2845.22
Current children cumulated vsize (KiB) 634892

[startup+712.301 s]
/proc/loadavg: 5.06 5.52 6.83 6/175 4235
/proc/meminfo: memFree=16698224/32951132 swapFree=67111524/67111528
[pid=4209] ppid=4207 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/4209/stat : 4209 (ppfolio) S 4207 4209 3050 0 -1 4202496 522 0 0 0 1 2 0 0 15 0 1 0 517032106 18763776 390 33554432000 4194304 4287625 140735883413248 18446744073709551615 210647166479 0 0 4096 65536 18434413055099011071 0 0 17 5 0 0 0
/proc/4209/statm: 4581 390 341 23 0 91 0
[pid=4210] ppid=4209 vsize=79388 CPUtime=712.29 cores=1
/proc/4210/stat : 4210 (cryptominisat) R 4209 4209 3050 0 -1 4202496 140389 0 0 0 71183 46 0 0 25 0 1 0 517032106 81293312 15752 33554432000 4194304 4587354 140734335258688 18446744073709551615 4231847 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4210/statm: 19847 15752 337 96 0 16409 0
[pid=4211] ppid=4209 vsize=27444 CPUtime=712.24 cores=5
/proc/4211/stat : 4211 (clasp) R 4209 4209 3050 0 -1 4202496 4035 0 0 0 71223 1 0 0 25 0 1 0 517032106 28102656 3926 33554432000 4194304 4785740 140733984461408 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4211/statm: 6861 3926 341 145 0 3906 0
[pid=4212] ppid=4209 vsize=455960 CPUtime=354.48 cores=7
/proc/4212/stat : 4212 (TNM) R 4209 4209 3050 0 -1 4202496 340 0 0 0 35448 0 0 0 25 0 1 0 517032106 466903040 236 33554432000 134512640 134534564 4291184656 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4212/statm: 113990 236 95 6 0 112656 0
[pid=4213] ppid=4209 vsize=34764 CPUtime=712.29 cores=3
/proc/4213/stat : 4213 (lingeling) R 4209 4209 3050 0 -1 4202496 59332 0 0 0 71222 7 0 0 25 0 1 0 517032106 35598336 7886 33554432000 4194304 4352236 140736721866064 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4213/statm: 8691 7886 127 39 0 7771 0
[pid=4214] ppid=4209 vsize=19012 CPUtime=354.29 cores=7
/proc/4214/stat : 4214 (march_hi) R 4209 4209 3050 0 -1 4202496 3021 0 0 0 35426 3 0 0 25 0 1 0 517032106 19468288 2913 33554432000 4194304 4331988 140736482884208 18446744073709551615 4299208 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4214/statm: 4753 2913 175 34 0 3195 0
Current children cumulated CPU time (s) 2845.62
Current children cumulated vsize (KiB) 634892

Child status: 0
Real time (s): 712.343
CPU time (s): 2845.86
CPU user time (s): 2845.22
CPU system time (s): 0.642902
CPU usage (%): 399.507
Max. virtual memory (cumulated for all children) (KiB): 3607492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2845.22
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207661
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= 1005
involuntary context switches= 25626

runsolver used 0.976851 second user time and 2.54161 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 07:18:45
IDJOB=3191038
IDBENCH=82769
IDSOLVER=1612
FILE ID=node129/3191038-1304054325
RUNJOBID= node129-1304053118-3994
PBS_JOBID= 13170395
Free space on /tmp= 66372 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2098066936-001.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191038-1304054325/watcher-3191038-1304054325 -o /tmp/evaluation-result-3191038-1304054325/solver-3191038-1304054325 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191038-1304054325.cnf

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

MD5SUM BENCH= 7a1181bb5cb0b1221253c27ad7ead33e
RANDOM SEED=1431689100

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16817816 kB
Buffers:       1278736 kB
Cached:       14125332 kB
SwapCached:          4 kB
Active:        3753364 kB
Inactive:     11714952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16817816 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10160 kB
Writeback:           0 kB
AnonPages:       63860 kB
Mapped:          15008 kB
Slab:           603124 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   187776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node129 at 2011-04-29 07:30:37