Trace number 3191285

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 2463.97 616.834

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
MD5SUMdea41a8eae52b60f8e05be01aec1734d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark299.825
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
2463.82/616.83	s UNSATISFIABLE
2463.82/616.83	solver [5] march_hi 2009 answered
2463.82/616.83	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-3191285-1304076967/watcher-3191285-1304076967 -o /tmp/evaluation-result-3191285-1304076967/solver-3191285-1304076967 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191285-1304076967.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: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) R 3535 3543 3322 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0

[startup+0.85711 s]
/proc/loadavg: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.96909 s]
/proc/loadavg: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 18 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00109 s]
/proc/loadavg: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10108 s]
/proc/loadavg: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.501 s]
/proc/loadavg: 6.45 7.61 7.61 6/181 3543
/proc/meminfo: memFree=27096864/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10073 s]
/proc/loadavg: 6.45 7.61 7.61 10/187 3549
/proc/meminfo: memFree=27075716/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=946368 CPUtime=3.09 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 5176 0 0 0 309 0 0 0 25 0 1 0 519295249 969080832 3294 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 236592 3294 337 96 0 233154 0
[pid=3545] ppid=3543 vsize=14560 CPUtime=3.09 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 1114 0 0 0 309 0 0 0 25 0 1 0 519295249 14909440 1002 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 3640 1002 340 145 0 685 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=2.06 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 206 0 0 0 21 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=6464 CPUtime=3.09 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 1342 0 0 0 309 0 0 0 25 0 1 0 519295249 6619136 815 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 1616 815 127 39 0 696 0
[pid=3548] ppid=3543 vsize=7656 CPUtime=1.01 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 518 0 0 0 101 0 0 0 25 0 1 0 519295249 7839744 411 33554432000 4194304 4331988 140733354009696 18446744073709551615 4211491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 1914 411 172 34 0 356 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1449196

[startup+6.3062 s]
/proc/loadavg: 6.65 7.63 7.61 10/187 3549
/proc/meminfo: memFree=27070628/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=948132 CPUtime=6.29 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 7284 0 0 0 629 0 0 0 25 0 1 0 519295249 970887168 3268 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 237033 3268 337 96 0 233595 0
[pid=3545] ppid=3543 vsize=15496 CPUtime=6.29 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 1333 0 0 0 629 0 0 0 25 0 1 0 519295249 15867904 1221 33554432000 4194304 4785740 140735808987520 18446744073709551615 4416798 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 3874 1221 340 145 0 919 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=3.65 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 365 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=8008 CPUtime=6.3 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 2432 0 0 0 630 0 0 0 25 0 1 0 519295249 8200192 1201 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 2002 1201 127 39 0 1082 0
[pid=3548] ppid=3543 vsize=7656 CPUtime=2.61 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 535 0 0 0 261 0 0 0 25 0 1 0 519295249 7839744 428 33554432000 4194304 4331988 140733354009696 18446744073709551615 4288464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 1914 428 172 34 0 356 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1453440

[startup+12.7011 s]
/proc/loadavg: 6.84 7.65 7.62 10/187 3549
/proc/meminfo: memFree=27063400/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=951448 CPUtime=12.69 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 10720 0 0 0 1267 2 0 0 25 0 1 0 519295249 974282752 3977 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 237862 3977 337 96 0 234424 0
[pid=3545] ppid=3543 vsize=16720 CPUtime=12.68 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 1649 0 0 0 1268 0 0 0 25 0 1 0 519295249 17121280 1537 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 4180 1537 340 145 0 1225 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=6.92 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 692 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=8268 CPUtime=12.69 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 3777 0 0 0 1269 0 0 0 25 0 1 0 519295249 8466432 1266 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 2067 1266 127 39 0 1147 0
[pid=3548] ppid=3543 vsize=7656 CPUtime=5.71 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 546 0 0 0 571 0 0 0 25 0 1 0 519295249 7839744 439 33554432000 4194304 4331988 140733354009696 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 1914 439 172 34 0 356 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1458240

[startup+25.501 s]
/proc/loadavg: 7.32 7.72 7.64 10/187 3550
/proc/meminfo: memFree=27056488/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=956404 CPUtime=25.49 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 16819 0 0 0 2547 2 0 0 25 0 1 0 519295249 979357696 4881 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 239101 4881 337 96 0 235663 0
[pid=3545] ppid=3543 vsize=18240 CPUtime=25.48 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 2002 0 0 0 2548 0 0 0 25 0 1 0 519295249 18677760 1890 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 4560 1890 340 145 0 1605 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=13.25 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 1325 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=11980 CPUtime=25.48 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 7640 0 0 0 2548 0 0 0 25 0 1 0 519295249 12267520 2184 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 2995 2184 127 39 0 2075 0
[pid=3548] ppid=3543 vsize=7876 CPUtime=12.11 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 574 0 0 0 1211 0 0 0 25 0 1 0 519295249 8065024 467 33554432000 4194304 4331988 140733354009696 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 1969 467 172 34 0 411 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1468648

[startup+51.1007 s]
/proc/loadavg: 7.95 7.84 7.68 10/187 3550
/proc/meminfo: memFree=27033360/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=966396 CPUtime=51.09 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 26562 0 0 0 5105 4 0 0 25 0 1 0 519295249 989589504 8025 33554432000 4194304 4587354 140735289730720 18446744073709551615 210204343783 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 241599 8025 337 96 0 238161 0
[pid=3545] ppid=3543 vsize=20496 CPUtime=51.08 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 2512 0 0 0 5108 0 0 0 25 0 1 0 519295249 20987904 2400 33554432000 4194304 4785740 140735808987520 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 5124 2400 340 145 0 2169 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=26.01 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 2601 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134530468 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=11856 CPUtime=51.09 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 12409 0 0 0 5108 1 0 0 25 0 1 0 519295249 12140544 2153 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 2964 2153 127 39 0 2044 0
[pid=3548] ppid=3543 vsize=7876 CPUtime=24.8 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 596 0 0 0 2480 0 0 0 25 0 1 0 519295249 8065024 489 33554432000 4194304 4331988 140733354009696 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 1969 489 172 34 0 411 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 1480772

[startup+102.301 s]
/proc/loadavg: 8.64 8.04 7.76 10/187 3552
/proc/meminfo: memFree=27012980/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=983748 CPUtime=102.29 cores=1

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

Current children cumulated CPU time (s) 2405.87
Current children cumulated vsize (KiB) 1545960

[startup+608.701 s]
/proc/loadavg: 9.16 8.96 8.34 10/187 3565
/proc/meminfo: memFree=26884684/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.02 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 2 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=990816 CPUtime=608.7 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 121528 0 0 0 60829 41 0 0 25 0 1 0 519295249 1014595584 15810 33554432000 4194304 4587354 140735289730720 18446744073709551615 4231873 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 247704 15810 337 96 0 244266 0
[pid=3545] ppid=3543 vsize=33072 CPUtime=608.65 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5425 0 0 0 60864 1 0 0 25 0 1 0 519295249 33865728 5313 33554432000 4194304 4785740 140735808987520 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8268 5313 340 145 0 5313 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=303.42 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30342 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528473 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=32604 CPUtime=608.7 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72092 0 0 0 60862 8 0 0 25 0 1 0 519295249 33386496 7350 33554432000 4194304 4352236 140735294762400 18446744073709551615 4329149 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 8151 7350 127 39 0 7231 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=301.95 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2594 0 0 0 30194 1 0 0 25 0 1 0 519295249 17866752 2466 33554432000 4194304 4331988 140733354009696 18446744073709551615 4211431 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2466 173 34 0 2804 0
Current children cumulated CPU time (s) 2431.44
Current children cumulated vsize (KiB) 1548088

[startup+611.901 s]
/proc/loadavg: 9.15 8.96 8.34 10/187 3565
/proc/meminfo: memFree=26888028/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.02 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 2 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=611.9 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 122840 0 0 0 61149 41 0 0 25 0 1 0 519295249 1055969280 14278 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14278 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33072 CPUtime=611.85 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5442 0 0 0 61184 1 0 0 25 0 1 0 519295249 33865728 5330 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553248 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8268 5330 340 145 0 5313 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=305 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30500 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=34780 CPUtime=611.9 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72636 0 0 0 61182 8 0 0 25 0 1 0 519295249 35614720 7894 33554432000 4194304 4352236 140735294762400 18446744073709551615 4329081 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 8695 7894 127 39 0 7775 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=303.55 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2620 0 0 0 30354 1 0 0 25 0 1 0 519295249 17866752 2492 33554432000 4194304 4331988 140733354009696 18446744073709551615 4240395 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2492 173 34 0 2804 0
Current children cumulated CPU time (s) 2444.22
Current children cumulated vsize (KiB) 1590668

[startup+615.101 s]
/proc/loadavg: 9.21 8.97 8.35 10/187 3566
/proc/meminfo: memFree=26883192/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.02 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 2 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=615.09 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 123193 0 0 0 61468 41 0 0 25 0 1 0 519295249 1055969280 14616 33554432000 4194304 4587354 140735289730720 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14616 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33220 CPUtime=615.05 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5460 0 0 0 61504 1 0 0 25 0 1 0 519295249 34017280 5348 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553111 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8305 5348 340 145 0 5350 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=306.6 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30660 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=35804 CPUtime=615.1 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72892 0 0 0 61502 8 0 0 25 0 1 0 519295249 36663296 8150 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 8951 8150 127 39 0 8031 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=305.13 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2647 0 0 0 30512 1 0 0 25 0 1 0 519295249 17866752 2519 33554432000 4194304 4331988 140733354009696 18446744073709551615 4240617 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2519 173 34 0 2804 0
Current children cumulated CPU time (s) 2456.99
Current children cumulated vsize (KiB) 1591840

[startup+615.9 s]
/proc/loadavg: 9.21 8.97 8.35 10/187 3566
/proc/meminfo: memFree=26882696/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.02 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 2 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=615.89 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 123261 0 0 0 61548 41 0 0 25 0 1 0 519295249 1055969280 14683 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14683 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33220 CPUtime=615.85 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5460 0 0 0 61584 1 0 0 25 0 1 0 519295249 34017280 5348 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8305 5348 340 145 0 5350 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=307.07 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30707 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=30812 CPUtime=615.9 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72892 0 0 0 61582 8 0 0 25 0 1 0 519295249 31551488 6902 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 7703 6902 127 39 0 6783 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=305.45 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2652 0 0 0 30544 1 0 0 25 0 1 0 519295249 17866752 2524 33554432000 4194304 4331988 140733354009696 18446744073709551615 4229596 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2524 173 34 0 2804 0
Current children cumulated CPU time (s) 2460.18
Current children cumulated vsize (KiB) 1586848

[startup+616.3 s]
/proc/loadavg: 9.21 8.97 8.35 10/187 3566
/proc/meminfo: memFree=26882696/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.02 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 2 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=616.29 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 123298 0 0 0 61588 41 0 0 25 0 1 0 519295249 1055969280 14719 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14719 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33220 CPUtime=616.25 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5460 0 0 0 61624 1 0 0 25 0 1 0 519295249 34017280 5348 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8305 5348 340 145 0 5350 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=307.29 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30729 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=30812 CPUtime=616.3 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72892 0 0 0 61622 8 0 0 25 0 1 0 519295249 31551488 6902 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 7703 6902 127 39 0 6783 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=305.64 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2655 0 0 0 30563 1 0 0 25 0 1 0 519295249 17866752 2527 33554432000 4194304 4331988 140733354009696 18446744073709551615 210204647296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2527 173 34 0 2804 0
Current children cumulated CPU time (s) 2461.79
Current children cumulated vsize (KiB) 1586848

[startup+616.701 s]
/proc/loadavg: 9.21 8.97 8.35 10/187 3566
/proc/meminfo: memFree=26886168/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 3 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=616.7 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 123332 0 0 0 61629 41 0 0 25 0 1 0 519295249 1055969280 14753 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14753 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33220 CPUtime=616.65 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5471 0 0 0 61664 1 0 0 25 0 1 0 519295249 34017280 5359 33554432000 4194304 4785740 140735808987520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8305 5359 340 145 0 5350 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=307.51 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30751 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=30812 CPUtime=616.7 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72892 0 0 0 61662 8 0 0 25 0 1 0 519295249 31551488 6902 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 7703 6902 127 39 0 6783 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=305.82 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2658 0 0 0 30581 1 0 0 25 0 1 0 519295249 17866752 2530 33554432000 4194304 4331988 140733354009696 18446744073709551615 210204647296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2530 173 34 0 2804 0
Current children cumulated CPU time (s) 2463.41
Current children cumulated vsize (KiB) 1586848

[startup+616.807 s]
/proc/loadavg: 9.21 8.97 8.35 10/187 3566
/proc/meminfo: memFree=26886168/32951124 swapFree=67088964/67111528
[pid=3543] ppid=3535 vsize=18324 CPUtime=0.03 cores=1,3,5,7
/proc/3543/stat : 3543 (ppfolio) S 3535 3543 3322 0 -1 4202496 518 0 0 0 0 3 0 0 15 0 1 0 519295249 18763776 389 33554432000 4194304 4287625 140735756778928 18446744073709551615 210204667407 0 0 4096 65536 4368711682608857087 0 0 17 5 0 0 0
/proc/3543/statm: 4581 389 341 23 0 91 0
[pid=3544] ppid=3543 vsize=1031220 CPUtime=616.8 cores=1
/proc/3544/stat : 3544 (cryptominisat) R 3543 3543 3322 0 -1 4202496 123343 0 0 0 61639 41 0 0 25 0 1 0 519295249 1055969280 14762 33554432000 4194304 4587354 140735289730720 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3544/statm: 257805 14762 337 96 0 254367 0
[pid=3545] ppid=3543 vsize=33220 CPUtime=616.76 cores=5
/proc/3545/stat : 3545 (clasp) R 3543 3543 3322 0 -1 4202496 5471 0 0 0 61675 1 0 0 25 0 1 0 519295249 34017280 5359 33554432000 4194304 4785740 140735808987520 18446744073709551615 4552525 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3545/statm: 8305 5359 340 145 0 5350 0
[pid=3546] ppid=3543 vsize=455824 CPUtime=307.6 cores=7
/proc/3546/stat : 3546 (TNM) R 3543 3543 3322 0 -1 4202496 329 0 0 0 30760 0 0 0 25 0 1 0 519295249 466763776 226 33554432000 134512640 134534564 4287725264 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3546/statm: 113956 226 95 6 0 112622 0
[pid=3547] ppid=3543 vsize=30812 CPUtime=616.8 cores=3
/proc/3547/stat : 3547 (lingeling) R 3543 3543 3322 0 -1 4202496 72892 0 0 0 61672 8 0 0 25 0 1 0 519295249 31551488 6902 33554432000 4194304 4352236 140735294762400 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3547/statm: 7703 6902 127 39 0 6783 0
[pid=3548] ppid=3543 vsize=17448 CPUtime=305.83 cores=7
/proc/3548/stat : 3548 (march_hi) R 3543 3543 3322 0 -1 4202496 2658 0 0 0 30582 1 0 0 25 0 1 0 519295249 17866752 2530 33554432000 4194304 4331988 140733354009696 18446744073709551615 4317054 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3548/statm: 4362 2530 173 34 0 2804 0
Current children cumulated CPU time (s) 2463.82
Current children cumulated vsize (KiB) 1586848

Child status: 0
Real time (s): 616.834
CPU time (s): 2463.97
CPU user time (s): 2463.39
CPU system time (s): 0.579911
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 2471784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2463.39
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205233
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= 943
involuntary context switches= 18539

runsolver used 0.946856 second user time and 2.42063 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 13:36:07
IDJOB=3191285
IDBENCH=83016
IDSOLVER=1612
FILE ID=node130/3191285-1304076967
RUNJOBID= node130-1304076955-3341
PBS_JOBID= 13170506
Free space on /tmp= 71984 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191285-1304076967/watcher-3191285-1304076967 -o /tmp/evaluation-result-3191285-1304076967/solver-3191285-1304076967 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191285-1304076967.cnf

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

MD5SUM BENCH= dea41a8eae52b60f8e05be01aec1734d
RANDOM SEED=730667461

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27097144 kB
Buffers:       1167184 kB
Cached:        4154044 kB
SwapCached:      22432 kB
Active:         511452 kB
Inactive:      4908500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27097144 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           20520 kB
Writeback:           0 kB
AnonPages:       76252 kB
Mapped:          16816 kB
Slab:           370064 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   676028 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= 71976 MiB
End job on node130 at 2011-04-29 13:46:24