Trace number 3292940

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 381.82 95.6987

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.02	This is pico-portfolio, a naive parallel portfolio
0.00/0.02	Copyright (C) 2011 Olivier Roussel
0.00/0.02	Using 4 processing units
0.00/0.02	This portfolio uses the following solvers:
0.00/0.02	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.02	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.02	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.02	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.02	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.02	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.02	Starting clasp 1.3.6 on core(s) 5
0.00/0.02	Starting TNM 2009 on core(s) 7
0.00/0.02	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.02	Starting march_hi 2009 on core(s) 7
381.82/95.69	s UNSATISFIABLE
381.82/95.69	solver [1] cryptominisat 2.7.1 answered
381.82/95.69	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-3292940-1304097547/watcher-3292940-1304097547 -o /tmp/evaluation-result-3292940-1304097547/solver-3292940-1304097547 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3292940-1304097547.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: 8.47 9.13 9.31 6/182 29316
/proc/meminfo: memFree=16497924/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) R 29314 29316 28861 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0

[startup+0.469243 s]
/proc/loadavg: 8.47 9.13 9.31 6/182 29316
/proc/meminfo: memFree=16497924/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500239 s]
/proc/loadavg: 8.47 9.13 9.31 6/182 29316
/proc/meminfo: memFree=16497924/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600221 s]
/proc/loadavg: 8.47 9.13 9.31 6/182 29316
/proc/meminfo: memFree=16497924/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700205 s]
/proc/loadavg: 8.47 9.13 9.31 6/182 29316
/proc/meminfo: memFree=16497924/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50706 s]
/proc/loadavg: 8.47 9.13 9.31 11/188 29322
/proc/meminfo: memFree=16464504/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1802500 CPUtime=1.49 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 3186 0 0 0 149 0 0 0 25 0 1 0 599985487 1845760000 2288 33554432000 4194304 4587354 140733663667280 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 450625 2288 332 96 0 447187 0
[pid=29318] ppid=29316 vsize=20000 CPUtime=1.49 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 2705 0 0 0 149 0 0 0 25 0 1 0 599985487 20480000 2342 33554432000 4194304 4785740 140735172526896 18446744073709551615 4278118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 5000 2342 341 145 0 2045 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=0.78 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 78 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=7528 CPUtime=1.49 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 1722 0 0 0 149 0 0 0 25 0 1 0 599985487 7708672 1050 33554432000 4194304 4352236 140735450244256 18446744073709551615 4233968 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 1882 1050 127 39 0 962 0
[pid=29321] ppid=29316 vsize=24432 CPUtime=0.7 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 7659 0 0 0 70 0 0 0 25 0 1 0 599985487 25018368 2618 33554432000 4194304 4331988 140735569555632 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 6108 2618 175 34 0 4550 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2330192

[startup+3.10079 s]
/proc/loadavg: 8.47 9.13 9.31 11/188 29322
/proc/meminfo: memFree=16460164/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1803196 CPUtime=3.09 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 4043 0 0 0 309 0 0 0 25 0 1 0 599985487 1846472704 2329 33554432000 4194304 4587354 140733663667280 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 450799 2329 332 96 0 447361 0
[pid=29318] ppid=29316 vsize=24420 CPUtime=3.09 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 3800 0 0 0 309 0 0 0 25 0 1 0 599985487 25006080 3437 33554432000 4194304 4785740 140735172526896 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 6105 3437 341 145 0 3150 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=1.56 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 156 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 7960894 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=9448 CPUtime=3.09 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 2202 0 0 0 309 0 0 0 25 0 1 0 599985487 9674752 1530 33554432000 4194304 4352236 140735450244256 18446744073709551615 4278717 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 2362 1530 127 39 0 1442 0
[pid=29321] ppid=29316 vsize=24928 CPUtime=1.5 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 7733 0 0 0 150 0 0 0 25 0 1 0 599985487 25526272 2692 33554432000 4194304 4331988 140735569555632 18446744073709551615 4211121 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 6232 2692 175 34 0 4674 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2337724

[startup+6.30123 s]
/proc/loadavg: 8.60 9.15 9.32 11/188 29322
/proc/meminfo: memFree=16453840/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1806296 CPUtime=6.29 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 4976 0 0 0 629 0 0 0 25 0 1 0 599985487 1849647104 2721 33554432000 4194304 4587354 140733663667280 18446744073709551615 4237609 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 451574 2721 338 96 0 448136 0
[pid=29318] ppid=29316 vsize=24552 CPUtime=6.29 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 3822 0 0 0 629 0 0 0 25 0 1 0 599985487 25141248 3459 33554432000 4194304 4785740 140735172526896 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 6138 3459 341 145 0 3183 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=3.15 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 315 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=10088 CPUtime=6.29 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 2362 0 0 0 629 0 0 0 25 0 1 0 599985487 10330112 1690 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 2522 1690 127 39 0 1602 0
[pid=29321] ppid=29316 vsize=25720 CPUtime=3.1 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 7951 0 0 0 310 0 0 0 25 0 1 0 599985487 26337280 2910 33554432000 4194304 4331988 140735569555632 18446744073709551615 4242898 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 6430 2910 175 34 0 4872 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2342388

[startup+12.7011 s]
/proc/loadavg: 8.71 9.16 9.32 11/188 29322
/proc/meminfo: memFree=16440136/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1809248 CPUtime=12.69 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 6744 0 0 0 1268 1 0 0 25 0 1 0 599985487 1852669952 3762 33554432000 4194304 4587354 140733663667280 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 452312 3762 338 96 0 448874 0
[pid=29318] ppid=29316 vsize=31076 CPUtime=12.68 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 5443 0 0 0 1268 0 0 0 25 0 1 0 599985487 31821824 5080 33554432000 4194304 4785740 140735172526896 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 7769 5080 341 145 0 4814 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=6.34 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 634 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=14568 CPUtime=12.69 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 3482 0 0 0 1269 0 0 0 25 0 1 0 599985487 14917632 2810 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 3642 2810 127 39 0 2722 0
[pid=29321] ppid=29316 vsize=26680 CPUtime=6.27 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 8212 0 0 0 627 0 0 0 25 0 1 0 599985487 27320320 3168 33554432000 4194304 4331988 140735569555632 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 6670 3168 175 34 0 5112 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2357304

[startup+25.5009 s]
/proc/loadavg: 9.07 9.22 9.34 11/188 29322
/proc/meminfo: memFree=16429216/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1815332 CPUtime=25.49 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 8976 0 0 0 2547 2 0 0 25 0 1 0 599985487 1858899968 3934 33554432000 4194304 4587354 140733663667280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 453833 3934 338 96 0 450395 0
[pid=29318] ppid=29316 vsize=36364 CPUtime=25.48 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 6771 0 0 0 2547 1 0 0 25 0 1 0 599985487 37236736 6408 33554432000 4194304 4785740 140735172526896 18446744073709551615 4286930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 9091 6408 341 145 0 6136 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=12.74 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 1274 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=16360 CPUtime=25.48 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 4442 0 0 0 2548 0 0 0 25 0 1 0 599985487 16752640 3258 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 4090 3258 127 39 0 3170 0
[pid=29321] ppid=29316 vsize=27932 CPUtime=12.6 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 8507 0 0 0 1260 0 0 0 25 0 1 0 599985487 28602368 3463 33554432000 4194304 4331988 140735569555632 18446744073709551615 4243044 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 6983 3463 175 34 0 5425 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2371720

[startup+51.1004 s]
/proc/loadavg: 9.39 9.28 9.35 11/188 29323
/proc/meminfo: memFree=16399208/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1843032 CPUtime=51.09 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 16993 0 0 0 5104 5 0 0 25 0 1 0 599985487 1887264768 7723 33554432000 4194304 4587354 140733663667280 18446744073709551615 4243671 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 460758 7723 338 96 0 457320 0
[pid=29318] ppid=29316 vsize=41116 CPUtime=51.08 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 7979 0 0 0 5107 1 0 0 25 0 1 0 599985487 42102784 7616 33554432000 4194304 4785740 140735172526896 18446744073709551615 4552611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 10279 7616 341 145 0 7324 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=25.44 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 2544 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 7959952 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=21224 CPUtime=51.09 cores=3

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

/proc/29318/statm: 11967 9301 341 145 0 9012 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=41.54 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4154 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=22256 CPUtime=83.49 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 6684 0 0 0 8348 1 0 0 25 0 1 0 599985487 22790144 4732 33554432000 4194304 4352236 140735450244256 18446744073709551615 4235456 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5564 4732 127 39 0 4644 0
[pid=29321] ppid=29316 vsize=34140 CPUtime=41.49 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9790 0 0 0 4148 1 0 0 25 0 1 0 599985487 34959360 4746 33554432000 4194304 4331988 140735569555632 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8535 4746 175 34 0 6977 0
Current children cumulated CPU time (s) 333.48
Current children cumulated vsize (KiB) 2414680

[startup+89.9006 s]
/proc/loadavg: 9.77 9.38 9.38 11/188 29324
/proc/meminfo: memFree=16381420/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1835968 CPUtime=89.89 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 26760 0 0 0 8981 8 0 0 25 0 1 0 599985487 1880031232 8472 33554432000 4194304 4587354 140733663667280 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 458992 8472 338 96 0 455554 0
[pid=29318] ppid=29316 vsize=48396 CPUtime=89.87 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 9766 0 0 0 8986 1 0 0 25 0 1 0 599985487 49557504 9403 33554432000 4194304 4785740 140735172526896 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12099 9403 341 145 0 9144 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=44.74 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4474 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=22256 CPUtime=89.89 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 7964 0 0 0 8988 1 0 0 25 0 1 0 599985487 22790144 4732 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5564 4732 127 39 0 4644 0
[pid=29321] ppid=29316 vsize=34272 CPUtime=44.66 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9879 0 0 0 4465 1 0 0 25 0 1 0 599985487 35094528 4835 33554432000 4194304 4331988 140735569555632 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8568 4835 175 34 0 7010 0
Current children cumulated CPU time (s) 359.05
Current children cumulated vsize (KiB) 2416624

[startup+93.101 s]
/proc/loadavg: 9.77 9.38 9.38 11/188 29324
/proc/meminfo: memFree=16379188/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1835968 CPUtime=93.09 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 27182 0 0 0 9301 8 0 0 25 0 1 0 599985487 1880031232 8881 33554432000 4194304 4587354 140733663667280 18446744073709551615 4232120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 458992 8881 338 96 0 455554 0
[pid=29318] ppid=29316 vsize=48396 CPUtime=93.07 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 9767 0 0 0 9306 1 0 0 25 0 1 0 599985487 49557504 9404 33554432000 4194304 4785740 140735172526896 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12099 9404 341 145 0 9144 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=46.34 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4634 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134529872 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=22768 CPUtime=93.09 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 8092 0 0 0 9308 1 0 0 25 0 1 0 599985487 23314432 4860 33554432000 4194304 4352236 140735450244256 18446744073709551615 4279053 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5692 4860 127 39 0 4772 0
[pid=29321] ppid=29316 vsize=34404 CPUtime=46.24 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9941 0 0 0 4623 1 0 0 25 0 1 0 599985487 35229696 4897 33554432000 4194304 4331988 140735569555632 18446744073709551615 4287694 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8601 4897 175 34 0 7043 0
Current children cumulated CPU time (s) 371.83
Current children cumulated vsize (KiB) 2417268

[startup+94.7008 s]
/proc/loadavg: 9.77 9.38 9.38 11/188 29324
/proc/meminfo: memFree=16380800/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1838948 CPUtime=94.69 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 27838 0 0 0 9461 8 0 0 25 0 1 0 599985487 1883082752 8385 33554432000 4194304 4587354 140733663667280 18446744073709551615 4239217 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 459737 8385 338 96 0 456299 0
[pid=29318] ppid=29316 vsize=48396 CPUtime=94.67 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 9767 0 0 0 9466 1 0 0 25 0 1 0 599985487 49557504 9404 33554432000 4194304 4785740 140735172526896 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12099 9404 341 145 0 9144 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=47.14 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4714 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 7959952 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=22768 CPUtime=94.69 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 8092 0 0 0 9468 1 0 0 25 0 1 0 599985487 23314432 4860 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5692 4860 127 39 0 4772 0
[pid=29321] ppid=29316 vsize=34404 CPUtime=47.03 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9977 0 0 0 4702 1 0 0 25 0 1 0 599985487 35229696 4933 33554432000 4194304 4331988 140735569555632 18446744073709551615 4263335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8601 4933 175 34 0 7043 0
Current children cumulated CPU time (s) 378.22
Current children cumulated vsize (KiB) 2420248

[startup+95.1007 s]
/proc/loadavg: 9.86 9.41 9.39 11/188 29324
/proc/meminfo: memFree=16380056/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1838948 CPUtime=95.09 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 27898 0 0 0 9501 8 0 0 25 0 1 0 599985487 1883082752 8445 33554432000 4194304 4587354 140733663667280 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 459737 8445 338 96 0 456299 0
[pid=29318] ppid=29316 vsize=49060 CPUtime=95.08 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 9964 0 0 0 9506 2 0 0 25 0 1 0 599985487 50237440 9601 33554432000 4194304 4785740 140735172526896 18446744073709551615 4552666 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12298 9602 341 145 0 9343 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=47.34 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4734 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134528266 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=22768 CPUtime=95.09 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 8092 0 0 0 9508 1 0 0 25 0 1 0 599985487 23314432 4860 33554432000 4194304 4352236 140735450244256 18446744073709551615 4276518 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5692 4860 127 39 0 4772 0
[pid=29321] ppid=29316 vsize=34404 CPUtime=47.22 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9982 0 0 0 4721 1 0 0 25 0 1 0 599985487 35229696 4938 33554432000 4194304 4331988 140735569555632 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8601 4938 175 34 0 7043 0
Current children cumulated CPU time (s) 379.82
Current children cumulated vsize (KiB) 2420912

[startup+95.5006 s]
/proc/loadavg: 9.86 9.41 9.39 11/188 29324
/proc/meminfo: memFree=16380056/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1838948 CPUtime=95.49 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 27953 0 0 0 9541 8 0 0 25 0 1 0 599985487 1883082752 8498 33554432000 4194304 4587354 140733663667280 18446744073709551615 215988289214 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 459737 8498 338 96 0 456299 0
[pid=29318] ppid=29316 vsize=49724 CPUtime=95.48 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 10112 0 0 0 9546 2 0 0 25 0 1 0 599985487 50917376 9749 33554432000 4194304 4785740 140735172526896 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12431 9749 341 145 0 9476 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=47.54 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4754 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=23280 CPUtime=95.49 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 8220 0 0 0 9548 1 0 0 25 0 1 0 599985487 23838720 4988 33554432000 4194304 4352236 140735450244256 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5820 4988 127 39 0 4900 0
[pid=29321] ppid=29316 vsize=34404 CPUtime=47.42 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9989 0 0 0 4741 1 0 0 25 0 1 0 599985487 35229696 4945 33554432000 4194304 4331988 140735569555632 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8601 4945 175 34 0 7043 0
Current children cumulated CPU time (s) 381.42
Current children cumulated vsize (KiB) 2422088

[startup+95.6006 s]
/proc/loadavg: 9.86 9.41 9.39 11/188 29324
/proc/meminfo: memFree=16380056/32950940 swapFree=67111528/67111528
[pid=29316] ppid=29314 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29316/stat : 29316 (ppfolio) S 29314 29316 28861 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 599985487 18763776 390 33554432000 4194304 4287625 140735940276560 18446744073709551615 215988612623 0 0 4096 65536 13506796251764490239 0 0 17 5 0 0 0
/proc/29316/statm: 4581 390 341 23 0 91 0
[pid=29317] ppid=29316 vsize=1838948 CPUtime=95.59 cores=1
/proc/29317/stat : 29317 (cryptominisat) R 29316 29316 28861 0 -1 4202496 27960 0 0 0 9551 8 0 0 25 0 1 0 599985487 1883082752 8505 33554432000 4194304 4587354 140733663667280 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29317/statm: 459737 8505 338 96 0 456299 0
[pid=29318] ppid=29316 vsize=49724 CPUtime=95.58 cores=5
/proc/29318/stat : 29318 (clasp) R 29316 29316 28861 0 -1 4202496 10112 0 0 0 9556 2 0 0 25 0 1 0 599985487 50917376 9749 33554432000 4194304 4785740 140735172526896 18446744073709551615 215988252798 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29318/statm: 12431 9749 341 145 0 9476 0
[pid=29319] ppid=29316 vsize=457408 CPUtime=47.57 cores=7
/proc/29319/stat : 29319 (TNM) R 29316 29316 28861 0 -1 4202496 1123 0 0 0 4757 0 0 0 25 0 1 0 599985487 468385792 1020 33554432000 134512640 134534564 4288003472 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29319/statm: 114352 1020 95 6 0 113018 0
[pid=29320] ppid=29316 vsize=23280 CPUtime=95.59 cores=3
/proc/29320/stat : 29320 (lingeling) R 29316 29316 28861 0 -1 4202496 8220 0 0 0 9558 1 0 0 25 0 1 0 599985487 23838720 4988 33554432000 4194304 4352236 140735450244256 18446744073709551615 4276703 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29320/statm: 5820 4988 127 39 0 4900 0
[pid=29321] ppid=29316 vsize=34404 CPUtime=47.49 cores=7
/proc/29321/stat : 29321 (march_hi) R 29316 29316 28861 0 -1 4202496 9992 0 0 0 4748 1 0 0 25 0 1 0 599985487 35229696 4948 33554432000 4194304 4331988 140735569555632 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29321/statm: 8601 4948 175 34 0 7043 0
Current children cumulated CPU time (s) 381.82
Current children cumulated vsize (KiB) 2422088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29316 and gives
#  childrusage.ru_utime.tv_sec=334
#  childrusage.ru_utime.tv_usec=590134
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=142978
# CPU time returned by wait4() is 334.733
# while last known CPU time is 381.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 95.6987
CPU time (s): 381.82
CPU user time (s): 381.7
CPU system time (s): 0.12
CPU usage (%): 398.981
Max. virtual memory (cumulated for all children) (KiB): 2422088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.59
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47979
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= 251
involuntary context switches= 2001

runsolver used 0.140978 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 19:19:07
IDJOB=3292940
IDBENCH=87988
IDSOLVER=1612
FILE ID=node117/3292940-1304097547
RUNJOBID= node117-1304095715-28880
PBS_JOBID= 13170599
Free space on /tmp= 71668 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292940-1304097547/watcher-3292940-1304097547 -o /tmp/evaluation-result-3292940-1304097547/solver-3292940-1304097547 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3292940-1304097547.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=873449305

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16498204 kB
Buffers:       2380776 kB
Cached:       12498244 kB
SwapCached:          0 kB
Active:        9094044 kB
Inactive:      6773236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16498204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10208 kB
Writeback:           0 kB
AnonPages:      987592 kB
Mapped:          16804 kB
Slab:           519700 kB
PageTables:       6744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  3043408 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= 71660 MiB
End job on node117 at 2011-04-29 19:20:43