Trace number 3191119

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 2624.87 657.054

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1465579926-097.UNKNOWN.cnf
MD5SUMeb55252a6fac55d328f4d31fcc6e53bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark332.178
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) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6
2624.87/657.05	s UNSATISFIABLE
2624.87/657.05	solver [5] march_hi 2009 answered
2624.87/657.05	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-3191119-1304060066/watcher-3191119-1304060066 -o /tmp/evaluation-result-3191119-1304060066/solver-3191119-1304060066 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191119-1304060066.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: 5.08 5.14 6.13 1/171 2694
/proc/meminfo: memFree=20009536/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 2826088480823 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0

[startup+0.467781 s]
/proc/loadavg: 5.08 5.14 6.13 1/171 2694
/proc/meminfo: memFree=20009536/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500774 s]
/proc/loadavg: 5.08 5.14 6.13 1/171 2694
/proc/meminfo: memFree=20009536/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600817 s]
/proc/loadavg: 5.08 5.14 6.13 1/171 2694
/proc/meminfo: memFree=20009536/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700793 s]
/proc/loadavg: 5.08 5.14 6.13 1/171 2694
/proc/meminfo: memFree=20009536/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50665 s]
/proc/loadavg: 5.08 5.14 6.13 6/177 2701
/proc/meminfo: memFree=19995228/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=77536 CPUtime=1.49 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 3429 0 0 0 149 0 0 0 20 0 1 0 517606385 79396864 2313 33554432000 4194304 4587354 140735927892832 18446744073709551615 237278576273 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 19384 2313 337 96 0 15946 0
[pid=2696] ppid=2694 vsize=13772 CPUtime=1.5 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 886 0 0 0 150 0 0 0 25 0 1 0 517606385 14102528 777 33554432000 4194304 4785740 140735382371712 18446744073709551615 4553743 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 3443 777 340 145 0 488 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=0.78 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 78 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=6448 CPUtime=1.5 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 1301 0 0 0 150 0 0 0 25 0 1 0 517606385 6602752 805 33554432000 4194304 4352236 140736812654928 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 1612 805 127 39 0 692 0
[pid=2699] ppid=2694 vsize=7056 CPUtime=0.71 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 422 0 0 0 71 0 0 0 25 0 1 0 517606385 7225344 314 33554432000 4194304 4331988 140733285151760 18446744073709551615 4210438 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 579100

[startup+3.10038 s]
/proc/loadavg: 5.08 5.14 6.13 6/177 2701
/proc/meminfo: memFree=19991508/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4168480 CPUtime=3.08 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 4960 0 0 0 308 0 0 0 25 0 1 0 517606385 4268523520 3026 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1042120 3026 337 96 0 1038682 0
[pid=2696] ppid=2694 vsize=14208 CPUtime=3.09 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 1021 0 0 0 309 0 0 0 25 0 1 0 517606385 14548992 912 33554432000 4194304 4785740 140735382371712 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 3552 912 340 145 0 597 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=1.57 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 157 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=7476 CPUtime=3.09 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 1846 0 0 0 309 0 0 0 25 0 1 0 517606385 7655424 1062 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 1869 1062 127 39 0 949 0
[pid=2699] ppid=2694 vsize=7056 CPUtime=1.51 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 422 0 0 0 151 0 0 0 25 0 1 0 517606385 7225344 314 33554432000 4194304 4331988 140733285151760 18446744073709551615 4298816 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 4671508

[startup+6.30074 s]
/proc/loadavg: 5.07 5.14 6.13 6/177 2701
/proc/meminfo: memFree=19988408/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=80496 CPUtime=6.28 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 7099 0 0 0 628 0 0 0 25 0 1 0 517606385 82427904 3118 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 20124 3118 337 96 0 16686 0
[pid=2696] ppid=2694 vsize=14900 CPUtime=6.29 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 1155 0 0 0 629 0 0 0 25 0 1 0 517606385 15257600 1046 33554432000 4194304 4785740 140735382371712 18446744073709551615 4416832 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 3725 1046 340 145 0 770 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=3.15 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 315 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=8376 CPUtime=6.29 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 2615 0 0 0 629 0 0 0 25 0 1 0 517606385 8577024 1287 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 2094 1287 127 39 0 1174 0
[pid=2699] ppid=2694 vsize=7056 CPUtime=3.11 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 429 0 0 0 311 0 0 0 25 0 1 0 517606385 7225344 321 33554432000 4194304 4331988 140733285151760 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 1764 321 174 34 0 206 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 585116

[startup+12.7006 s]
/proc/loadavg: 5.07 5.13 6.12 6/177 2701
/proc/meminfo: memFree=19982488/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=89168 CPUtime=12.69 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 11034 0 0 0 1268 1 0 0 25 0 1 0 517606385 91308032 3675 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 22292 3675 337 96 0 18854 0
[pid=2696] ppid=2694 vsize=15772 CPUtime=12.69 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 1369 0 0 0 1269 0 0 0 25 0 1 0 517606385 16150528 1260 33554432000 4194304 4785740 140735382371712 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 3943 1260 340 145 0 988 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=6.34 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 634 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=10588 CPUtime=12.69 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 4600 0 0 0 1269 0 0 0 25 0 1 0 517606385 10842112 1840 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328119 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 2647 1840 127 39 0 1727 0
[pid=2699] ppid=2694 vsize=7204 CPUtime=6.29 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 436 0 0 0 629 0 0 0 25 0 1 0 517606385 7376896 328 33554432000 4194304 4331988 140733285151760 18446744073709551615 4210445 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 1801 328 174 34 0 243 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 597020

[startup+25.5003 s]
/proc/loadavg: 5.13 5.14 6.11 6/177 2701
/proc/meminfo: memFree=19977136/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=86080 CPUtime=25.49 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 17010 0 0 0 2546 3 0 0 25 0 1 0 517606385 88145920 4352 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 21520 4352 337 96 0 18082 0
[pid=2696] ppid=2694 vsize=16956 CPUtime=25.49 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 1655 0 0 0 2549 0 0 0 25 0 1 0 517606385 17362944 1546 33554432000 4194304 4785740 140735382371712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 4239 1546 340 145 0 1284 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=12.74 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 1274 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=11872 CPUtime=25.49 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 6713 0 0 0 2549 0 0 0 25 0 1 0 517606385 12156928 2161 33554432000 4194304 4352236 140736812654928 18446744073709551615 4329196 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 2968 2161 127 39 0 2048 0
[pid=2699] ppid=2694 vsize=7204 CPUtime=12.63 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 447 0 0 0 1263 0 0 0 25 0 1 0 517606385 7376896 339 33554432000 4194304 4331988 140733285151760 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 1801 339 174 34 0 243 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 596400

[startup+51.1008 s]
/proc/loadavg: 5.09 5.13 6.08 6/177 2702
/proc/meminfo: memFree=19958080/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=97416 CPUtime=51.09 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 27277 0 0 0 5105 4 0 0 25 0 1 0 517606385 99753984 6901 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 24354 6901 337 96 0 20916 0
[pid=2696] ppid=2694 vsize=18356 CPUtime=51.09 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 1997 0 0 0 5109 0 0 0 25 0 1 0 517606385 18796544 1888 33554432000 4194304 4785740 140735382371712 18446744073709551615 237278577274 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 4589 1888 340 145 0 1634 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=25.45 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 2545 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528545 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=16608 CPUtime=51.09 cores=2

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

/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=321.87 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32187 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=30720 CPUtime=646.7 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 55963 0 0 0 64663 7 0 0 25 0 1 0 517606385 31457280 6873 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 7680 6873 127 39 0 6760 0
[pid=2699] ppid=2694 vsize=14908 CPUtime=321.75 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1816 0 0 0 32174 1 0 0 25 0 1 0 517606385 15265792 1706 33554432000 4194304 4331988 140733285151760 18446744073709551615 4298533 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3727 1706 175 34 0 2169 0
Current children cumulated CPU time (s) 2583.71
Current children cumulated vsize (KiB) 4760120

[startup+653.101 s]
/proc/loadavg: 5.14 5.10 5.60 6/177 2730
/proc/meminfo: memFree=19899096/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=653.1 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 126639 0 0 0 65275 35 0 0 25 0 1 0 517606385 4314484736 14836 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 14836 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=653.09 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65309 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=325.03 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32503 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=33664 CPUtime=653.1 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56699 0 0 0 65303 7 0 0 25 0 1 0 517606385 34471936 7609 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328166 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8416 7609 127 39 0 7496 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=324.95 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1854 0 0 0 32494 1 0 0 25 0 1 0 517606385 15446016 1744 33554432000 4194304 4331988 140733285151760 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1744 175 34 0 2213 0
Current children cumulated CPU time (s) 2609.27
Current children cumulated vsize (KiB) 4763240

[startup+654.701 s]
/proc/loadavg: 5.13 5.10 5.59 6/177 2730
/proc/meminfo: memFree=19898476/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=654.7 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 126778 0 0 0 65435 35 0 0 25 0 1 0 517606385 4314484736 14970 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 14970 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=654.69 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65469 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4552532 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=325.83 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32583 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=33664 CPUtime=654.7 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56699 0 0 0 65463 7 0 0 25 0 1 0 517606385 34471936 7609 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8416 7609 127 39 0 7496 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=325.75 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1866 0 0 0 32574 1 0 0 25 0 1 0 517606385 15446016 1756 33554432000 4194304 4331988 140733285151760 18446744073709551615 4226420 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1756 175 34 0 2213 0
Current children cumulated CPU time (s) 2615.67
Current children cumulated vsize (KiB) 4763240

[startup+656.301 s]
/proc/loadavg: 5.13 5.10 5.59 6/177 2730
/proc/meminfo: memFree=19897732/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=656.3 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 126937 0 0 0 65595 35 0 0 25 0 1 0 517606385 4314484736 15125 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 15125 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=656.29 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65629 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=326.62 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32662 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=34688 CPUtime=656.3 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56955 0 0 0 65623 7 0 0 25 0 1 0 517606385 35520512 7865 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8672 7865 127 39 0 7752 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=326.55 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1876 0 0 0 32654 1 0 0 25 0 1 0 517606385 15446016 1766 33554432000 4194304 4331988 140733285151760 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1766 175 34 0 2213 0
Current children cumulated CPU time (s) 2622.06
Current children cumulated vsize (KiB) 4764264

[startup+656.701 s]
/proc/loadavg: 5.13 5.10 5.59 6/177 2730
/proc/meminfo: memFree=19897732/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=656.7 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 126973 0 0 0 65635 35 0 0 25 0 1 0 517606385 4314484736 15161 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 15161 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=656.69 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65669 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4550365 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=326.82 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32682 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=34688 CPUtime=656.7 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56955 0 0 0 65663 7 0 0 25 0 1 0 517606385 35520512 7865 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8672 7865 127 39 0 7752 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=326.75 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1879 0 0 0 32674 1 0 0 25 0 1 0 517606385 15446016 1769 33554432000 4194304 4331988 140733285151760 18446744073709551615 4287730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1769 175 34 0 2213 0
Current children cumulated CPU time (s) 2623.66
Current children cumulated vsize (KiB) 4764264

[startup+656.901 s]
/proc/loadavg: 5.13 5.10 5.59 6/177 2730
/proc/meminfo: memFree=19897732/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=656.9 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 126993 0 0 0 65655 35 0 0 25 0 1 0 517606385 4314484736 15179 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 15179 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=656.89 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65689 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=326.92 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32692 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=34688 CPUtime=656.9 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56955 0 0 0 65683 7 0 0 25 0 1 0 517606385 35520512 7865 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8672 7865 127 39 0 7752 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=326.85 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1880 0 0 0 32684 1 0 0 25 0 1 0 517606385 15446016 1770 33554432000 4194304 4331988 140733285151760 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1770 175 34 0 2213 0
Current children cumulated CPU time (s) 2624.46
Current children cumulated vsize (KiB) 4764264

[startup+657.001 s]
/proc/loadavg: 5.13 5.10 5.59 6/177 2730
/proc/meminfo: memFree=19896364/32950904 swapFree=67082284/67111528
[pid=2694] ppid=2692 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2694/stat : 2694 (ppfolio) S 2692 2694 1762 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 517606385 18763776 390 33554432000 4194304 4287625 140737045398688 18446744073709551615 237278899727 0 0 4096 65536 4235987847313620991 0 0 17 4 0 0 0
/proc/2694/statm: 4581 390 341 23 0 91 0
[pid=2695] ppid=2694 vsize=4213364 CPUtime=657 cores=0
/proc/2695/stat : 2695 (cryptominisat) R 2694 2694 1762 0 -1 4202496 127002 0 0 0 65665 35 0 0 25 0 1 0 517606385 4314484736 15187 33554432000 4194304 4587354 140735927892832 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2695/statm: 1053341 15187 337 96 0 1049903 0
[pid=2696] ppid=2694 vsize=26840 CPUtime=657 cores=4
/proc/2696/stat : 2696 (clasp) R 2694 2694 1762 0 -1 4202496 3911 0 0 0 65700 0 0 0 25 0 1 0 517606385 27484160 3802 33554432000 4194304 4785740 140735382371712 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2696/statm: 6710 3802 341 145 0 3755 0
[pid=2697] ppid=2694 vsize=455964 CPUtime=326.99 cores=6
/proc/2697/stat : 2697 (TNM) R 2694 2694 1762 0 -1 4202496 340 0 0 0 32699 0 0 0 25 0 1 0 517606385 466907136 236 33554432000 134512640 134534564 4294584064 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2697/statm: 113991 236 95 6 0 112657 0
[pid=2698] ppid=2694 vsize=34688 CPUtime=657 cores=2
/proc/2698/stat : 2698 (lingeling) R 2694 2694 1762 0 -1 4202496 56955 0 0 0 65693 7 0 0 25 0 1 0 517606385 35520512 7865 33554432000 4194304 4352236 140736812654928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2698/statm: 8672 7865 127 39 0 7752 0
[pid=2699] ppid=2694 vsize=15084 CPUtime=326.88 cores=6
/proc/2699/stat : 2699 (march_hi) R 2694 2694 1762 0 -1 4202496 1881 0 0 0 32687 1 0 0 25 0 1 0 517606385 15446016 1771 33554432000 4194304 4331988 140733285151760 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2699/statm: 3771 1771 175 34 0 2213 0
Current children cumulated CPU time (s) 2624.87
Current children cumulated vsize (KiB) 4764264

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2694 and gives
#  childrusage.ru_utime.tv_sec=2297
#  childrusage.ru_utime.tv_usec=738690
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=456930
# CPU time returned by wait4() is 2298.2
# while last known CPU time is 2624.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 657.054
CPU time (s): 2624.87
CPU user time (s): 2624.44
CPU system time (s): 0.43
CPU usage (%): 399.491
Max. virtual memory (cumulated for all children) (KiB): 8907920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2297.74
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188755
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= 990
involuntary context switches= 10244

runsolver used 1.00685 second user time and 2.12568 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 08:54:26
IDJOB=3191119
IDBENCH=82850
IDSOLVER=1612
FILE ID=node121/3191119-1304060066
RUNJOBID= node121-1304053779-1780
PBS_JOBID= 13170425
Free space on /tmp= 72656 MiB

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

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

MD5SUM BENCH= eb55252a6fac55d328f4d31fcc6e53bd
RANDOM SEED=1296962764

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20009700 kB
Buffers:       2180452 kB
Cached:       10203304 kB
SwapCached:       2776 kB
Active:        9110756 kB
Inactive:      3311328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20009700 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           10112 kB
Writeback:           0 kB
AnonPages:       36332 kB
Mapped:          13812 kB
Slab:           455336 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   189528 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= 72644 MiB
End job on node121 at 2011-04-29 09:05:23