Trace number 3265913

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 1553.02 388.745

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
1552.79/388.74	s UNSATISFIABLE
1552.79/388.74	solver [2] clasp 1.3.6 answered
1552.79/388.74	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-3265913-1304096671/watcher-3265913-1304096671 -o /tmp/evaluation-result-3265913-1304096671/solver-3265913-1304096671 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3265913-1304096671.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: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) R 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0

[startup+1.06847 s]
/proc/loadavg: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16845 s]
/proc/loadavg: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20045 s]
/proc/loadavg: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) R 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36842 s]
/proc/loadavg: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56838 s]
/proc/loadavg: 4.67 5.08 6.30 1/171 15330
/proc/meminfo: memFree=23087512/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.1011 s]
/proc/loadavg: 4.67 5.08 6.30 6/177 15336
/proc/meminfo: memFree=23055472/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1393348 CPUtime=3.09 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 5032 0 0 0 309 0 0 0 25 0 1 0 521267554 1426788352 3331 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 348337 3331 337 96 0 344899 0
[pid=15332] ppid=15330 vsize=16780 CPUtime=3.1 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 1695 0 0 0 310 0 0 0 25 0 1 0 521267554 17182720 1548 33554432000 4194304 4785740 140736375260000 18446744073709551615 4549791 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 4195 1548 340 145 0 1240 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=1.97 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 197 0 0 0 21 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=9428 CPUtime=3.1 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 2143 0 0 0 310 0 0 0 25 0 1 0 521267554 9654272 1525 33554432000 4194304 4352236 140735045514176 18446744073709551615 4329346 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 2357 1525 127 39 0 1437 0
[pid=15335] ppid=15330 vsize=13952 CPUtime=1.1 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 3886 0 0 0 110 0 0 0 25 0 1 0 521267554 14286848 1584 33554432000 4194304 4331988 140733210253648 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 3488 1584 175 34 0 1930 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 1905412

[startup+6.30053 s]
/proc/loadavg: 4.70 5.08 6.29 6/177 15337
/proc/meminfo: memFree=23054236/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1390848 CPUtime=6.28 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 6077 0 0 0 628 0 0 0 25 0 1 0 521267554 1424228352 3315 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 347712 3315 337 96 0 344274 0
[pid=15332] ppid=15330 vsize=17884 CPUtime=6.29 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 1967 0 0 0 629 0 0 0 25 0 1 0 521267554 18313216 1820 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 4471 1820 340 145 0 1516 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=3.55 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 355 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=9748 CPUtime=6.29 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 2527 0 0 0 629 0 0 0 25 0 1 0 521267554 9981952 1605 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 2437 1605 127 39 0 1517 0
[pid=15335] ppid=15330 vsize=14092 CPUtime=2.7 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 3921 0 0 0 270 0 0 0 25 0 1 0 521267554 14430208 1619 33554432000 4194304 4331988 140733210253648 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 3523 1619 175 34 0 1965 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1904476

[startup+12.7013 s]
/proc/loadavg: 4.72 5.08 6.28 6/177 15337
/proc/meminfo: memFree=23046928/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1393052 CPUtime=12.69 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 8355 0 0 0 1268 1 0 0 25 0 1 0 521267554 1426485248 3622 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 348263 3622 337 96 0 344825 0
[pid=15332] ppid=15330 vsize=19728 CPUtime=12.69 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 2398 0 0 0 1269 0 0 0 25 0 1 0 521267554 20201472 2251 33554432000 4194304 4785740 140736375260000 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 4932 2251 340 145 0 1977 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=6.74 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 674 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=14376 CPUtime=12.69 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 4740 0 0 0 1269 0 0 0 25 0 1 0 521267554 14721024 2762 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 3594 2762 127 39 0 2674 0
[pid=15335] ppid=15330 vsize=14352 CPUtime=5.89 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 3972 0 0 0 589 0 0 0 25 0 1 0 521267554 14696448 1670 33554432000 4194304 4331988 140733210253648 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 3588 1670 175 34 0 2030 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 1913412

[startup+25.5009 s]
/proc/loadavg: 4.78 5.08 6.26 6/177 15337
/proc/meminfo: memFree=23033160/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1404048 CPUtime=25.49 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 13049 0 0 0 2547 2 0 0 25 0 1 0 521267554 1437745152 6709 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 351012 6709 337 96 0 347574 0
[pid=15332] ppid=15330 vsize=21272 CPUtime=25.49 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 2772 0 0 0 2549 0 0 0 25 0 1 0 521267554 21782528 2625 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 5318 2625 340 145 0 2363 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=13.14 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 1314 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=13864 CPUtime=25.49 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 6452 0 0 0 2549 0 0 0 25 0 1 0 521267554 14196736 2634 33554432000 4194304 4352236 140735045514176 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 3466 2634 127 39 0 2546 0
[pid=15335] ppid=15330 vsize=14952 CPUtime=12.22 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 4091 0 0 0 1222 0 0 0 25 0 1 0 521267554 15310848 1789 33554432000 4194304 4331988 140733210253648 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 3738 1789 175 34 0 2180 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1926040

[startup+51.1011 s]
/proc/loadavg: 4.85 5.07 6.23 6/177 15338
/proc/meminfo: memFree=23029836/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1404392 CPUtime=51.08 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 15832 0 0 0 5105 3 0 0 25 0 1 0 521267554 1438097408 6395 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 351098 6395 337 96 0 347660 0
[pid=15332] ppid=15330 vsize=23872 CPUtime=51.09 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 3378 0 0 0 5109 0 0 0 25 0 1 0 521267554 24444928 3231 33554432000 4194304 4785740 140736375260000 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 5968 3231 340 145 0 3013 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=25.84 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 2584 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=15412 CPUtime=51.09 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 9975 0 0 0 5108 1 0 0 25 0 1 0 521267554 15781888 3053 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 3853 3053 127 39 0 2933 0
[pid=15335] ppid=15330 vsize=15828 CPUtime=25 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 4251 0 0 0 2500 0 0 0 25 0 1 0 521267554 16207872 1949 33554432000 4194304 4331988 140733210253648 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 3957 1949 175 34 0 2399 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 1931408

[startup+102.301 s]
/proc/loadavg: 5.02 5.07 6.17 6/177 15339
/proc/meminfo: memFree=23013984/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1403120 CPUtime=102.29 cores=0

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

Current children cumulated CPU time (s) 1435.36
Current children cumulated vsize (KiB) 1996552

[startup+372.101 s]
/proc/loadavg: 5.10 5.08 5.89 6/177 15346
/proc/meminfo: memFree=22960096/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=372.09 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 37192 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33276 CPUtime=372.1 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5649 0 0 0 37209 1 0 0 25 0 1 0 521267554 34074624 5429 33554432000 4194304 4785740 140736375260000 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8319 5429 340 145 0 5364 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=185.51 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 18551 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=31804 CPUtime=372.1 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 47575 0 0 0 37205 5 0 0 25 0 1 0 521267554 32567296 7151 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 7951 7151 127 39 0 7031 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=184.68 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5827 0 0 0 18467 1 0 0 25 0 1 0 521267554 25329664 3525 33554432000 4194304 4331988 140733210253648 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3525 175 34 0 4626 0
Current children cumulated CPU time (s) 1486.48
Current children cumulated vsize (KiB) 1986556

[startup+378.501 s]
/proc/loadavg: 5.17 5.09 5.89 6/177 15346
/proc/meminfo: memFree=22976836/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=378.49 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 37832 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4236384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33276 CPUtime=378.5 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5651 0 0 0 37849 1 0 0 25 0 1 0 521267554 34074624 5431 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287147 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8319 5431 340 145 0 5364 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=188.71 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 18871 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=23612 CPUtime=378.5 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 47575 0 0 0 37845 5 0 0 25 0 1 0 521267554 24178688 5103 33554432000 4194304 4352236 140735045514176 18446744073709551615 4329000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 5903 5103 127 39 0 4983 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=187.85 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5857 0 0 0 18784 1 0 0 25 0 1 0 521267554 25329664 3555 33554432000 4194304 4331988 140733210253648 18446744073709551615 4315647 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3555 175 34 0 4626 0
Current children cumulated CPU time (s) 1512.05
Current children cumulated vsize (KiB) 1978364

[startup+384.907 s]
/proc/loadavg: 5.14 5.09 5.88 6/177 15347
/proc/meminfo: memFree=22975344/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=384.9 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 38473 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33276 CPUtime=384.91 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5651 0 0 0 38490 1 0 0 25 0 1 0 521267554 34074624 5431 33554432000 4194304 4785740 140736375260000 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8319 5431 340 145 0 5364 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=191.91 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 19191 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528960 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=25660 CPUtime=384.9 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 48087 0 0 0 38485 5 0 0 25 0 1 0 521267554 26275840 5615 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 6415 5615 127 39 0 5495 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=191.02 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5892 0 0 0 19101 1 0 0 25 0 1 0 521267554 25329664 3590 33554432000 4194304 4331988 140733210253648 18446744073709551615 4237142 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3590 175 34 0 4626 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 1980412

[startup+386.5 s]
/proc/loadavg: 5.14 5.09 5.88 6/177 15347
/proc/meminfo: memFree=22975344/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=386.49 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 38632 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33276 CPUtime=386.5 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5651 0 0 0 38649 1 0 0 25 0 1 0 521267554 34074624 5431 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8319 5431 340 145 0 5364 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=192.71 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 19271 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=25660 CPUtime=386.5 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 48087 0 0 0 38645 5 0 0 25 0 1 0 521267554 26275840 5615 33554432000 4194304 4352236 140735045514176 18446744073709551615 4329165 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 6415 5615 127 39 0 5495 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=191.8 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5900 0 0 0 19179 1 0 0 25 0 1 0 521267554 25329664 3598 33554432000 4194304 4331988 140733210253648 18446744073709551615 4226235 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3598 175 34 0 4626 0
Current children cumulated CPU time (s) 1544
Current children cumulated vsize (KiB) 1980412

[startup+388.101 s]
/proc/loadavg: 5.14 5.09 5.88 6/177 15347
/proc/meminfo: memFree=22975348/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=388.1 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 38793 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33084 CPUtime=388.11 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5654 0 0 0 38810 1 0 0 25 0 1 0 521267554 33878016 5401 33554432000 4194304 4785740 140736375260000 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8271 5401 340 145 0 5316 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=193.51 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 19351 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=25660 CPUtime=388.1 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 48087 0 0 0 38805 5 0 0 25 0 1 0 521267554 26275840 5615 33554432000 4194304 4352236 140735045514176 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 6415 5615 127 39 0 5495 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=192.6 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5906 0 0 0 19259 1 0 0 25 0 1 0 521267554 25329664 3604 33554432000 4194304 4331988 140733210253648 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3604 175 34 0 4626 0
Current children cumulated CPU time (s) 1550.42
Current children cumulated vsize (KiB) 1980220

[startup+388.501 s]
/proc/loadavg: 5.14 5.09 5.88 6/177 15347
/proc/meminfo: memFree=22975348/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=388.49 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 38832 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33084 CPUtime=388.5 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5654 0 0 0 38849 1 0 0 25 0 1 0 521267554 33878016 5401 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8271 5401 340 145 0 5316 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=193.71 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 19371 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=25660 CPUtime=388.5 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 48087 0 0 0 38845 5 0 0 25 0 1 0 521267554 26275840 5615 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 6415 5615 127 39 0 5495 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=192.79 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5909 0 0 0 19278 1 0 0 25 0 1 0 521267554 25329664 3607 33554432000 4194304 4331988 140733210253648 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3607 175 34 0 4626 0
Current children cumulated CPU time (s) 1551.99
Current children cumulated vsize (KiB) 1980220

[startup+388.701 s]
/proc/loadavg: 5.14 5.09 5.88 6/177 15347
/proc/meminfo: memFree=22975348/32951124 swapFree=67111524/67111528
[pid=15330] ppid=15328 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/15330/stat : 15330 (ppfolio) S 15328 15330 14150 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521267553 18763776 390 33554432000 4194304 4287625 140735062927760 18446744073709551615 244446965263 0 0 4096 65536 8510484985583501311 0 0 17 4 0 0 0
/proc/15330/statm: 4581 390 341 23 0 91 0
[pid=15331] ppid=15330 vsize=1424836 CPUtime=388.69 cores=0
/proc/15331/stat : 15331 (cryptominisat) R 15330 15330 14150 0 -1 4202496 54139 0 0 0 38852 17 0 0 25 0 1 0 521267554 1459032064 13306 33554432000 4194304 4587354 140735722298608 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15331/statm: 356209 13306 337 96 0 352771 0
[pid=15332] ppid=15330 vsize=33084 CPUtime=388.7 cores=4
/proc/15332/stat : 15332 (clasp) R 15330 15330 14150 0 -1 4202496 5654 0 0 0 38869 1 0 0 25 0 1 0 521267554 33878016 5401 33554432000 4194304 4785740 140736375260000 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15332/statm: 8271 5401 340 145 0 5316 0
[pid=15333] ppid=15330 vsize=453580 CPUtime=193.81 cores=6
/proc/15333/stat : 15333 (TNM) R 15330 15330 14150 0 -1 4202496 893 0 0 0 19381 0 0 0 25 0 1 0 521267554 464465920 790 33554432000 134512640 134534564 4288623840 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15333/statm: 113395 790 95 6 0 112061 0
[pid=15334] ppid=15330 vsize=25660 CPUtime=388.7 cores=2
/proc/15334/stat : 15334 (lingeling) R 15330 15330 14150 0 -1 4202496 48087 0 0 0 38865 5 0 0 25 0 1 0 521267554 26275840 5615 33554432000 4194304 4352236 140735045514176 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/15334/statm: 6415 5615 127 39 0 5495 0
[pid=15335] ppid=15330 vsize=24736 CPUtime=192.89 cores=6
/proc/15335/stat : 15335 (march_hi) R 15330 15330 14150 0 -1 4202496 5909 0 0 0 19288 1 0 0 25 0 1 0 521267554 25329664 3607 33554432000 4194304 4331988 140733210253648 18446744073709551615 4287489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15335/statm: 6184 3607 175 34 0 4626 0
Current children cumulated CPU time (s) 1552.79
Current children cumulated vsize (KiB) 1980220

Child status: 0
Real time (s): 388.745
CPU time (s): 1553.02
CPU user time (s): 1552.74
CPU system time (s): 0.275958
CPU usage (%): 399.496
Max. virtual memory (cumulated for all children) (KiB): 3277348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1552.74
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115240
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= 481
involuntary context switches= 9970

runsolver used 0.704892 second user time and 1.2898 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 19:04:31
IDJOB=3265913
IDBENCH=85826
IDSOLVER=1612
FILE ID=node105/3265913-1304096671
RUNJOBID= node105-1304087809-14168
PBS_JOBID= 13170561
Free space on /tmp= 71940 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265913-1304096671/watcher-3265913-1304096671 -o /tmp/evaluation-result-3265913-1304096671/solver-3265913-1304096671 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3265913-1304096671.cnf

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=1683080303

node105.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.825
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.65
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.825
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.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      23087792 kB
Buffers:       2156776 kB
Cached:        7096656 kB
SwapCached:          4 kB
Active:         546656 kB
Inactive:      8770040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23087792 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10364 kB
Writeback:           0 kB
AnonPages:       62508 kB
Mapped:          14296 kB
Slab:           483504 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186864 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= 71928 MiB
End job on node105 at 2011-04-29 19:11:00