Trace number 3191230

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 par? (TO) 4800.3 1201.71

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
MD5SUM383bd72f29b3667b7a0d512d7fa797ad
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

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
4800.24/1201.71	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3191230-1304073184/watcher-3191230-1304073184 -o /tmp/evaluation-result-3191230-1304073184/solver-3191230-1304073184 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191230-1304073184.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: 10.29 10.28 9.83 6/186 7829
/proc/meminfo: memFree=24922236/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) R 7827 7829 7180 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0

[startup+0.269605 s]
/proc/loadavg: 10.29 10.28 9.83 6/186 7829
/proc/meminfo: memFree=24922236/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300598 s]
/proc/loadavg: 10.29 10.28 9.83 6/186 7829
/proc/meminfo: memFree=24922236/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400581 s]
/proc/loadavg: 10.29 10.28 9.83 6/186 7829
/proc/meminfo: memFree=24922236/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700527 s]
/proc/loadavg: 10.29 10.28 9.83 6/186 7829
/proc/meminfo: memFree=24922236/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50038 s]
/proc/loadavg: 10.35 10.29 9.83 12/192 7835
/proc/meminfo: memFree=24907184/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=362276 CPUtime=1.49 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 3322 0 0 0 149 0 0 0 25 0 1 0 518916572 370970624 1266 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 90569 1266 330 96 0 87131 0
[pid=7831] ppid=7829 vsize=15292 CPUtime=1.49 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 1272 0 0 0 149 0 0 0 25 0 1 0 518916572 15659008 1164 33554432000 4194304 4785740 140733329282320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 3823 1164 340 145 0 868 0
[pid=7832] ppid=7829 vsize=452788 CPUtime=0.74 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 514 0 0 0 74 0 0 0 25 0 1 0 518916572 463654912 411 33554432000 134512640 134534564 4290661568 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 113197 411 91 6 0 111863 0
[pid=7833] ppid=7829 vsize=7716 CPUtime=1.49 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 1405 0 0 0 149 0 0 0 25 0 1 0 518916572 7901184 1123 33554432000 4194304 4352236 140736932648768 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 1929 1123 127 39 0 1009 0
[pid=7834] ppid=7829 vsize=8528 CPUtime=0.73 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 1989 0 0 0 73 0 0 0 25 0 1 0 518916572 8732672 600 33554432000 4194304 4331988 140737447836448 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 2132 600 174 34 0 574 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 864924

[startup+3.10109 s]
/proc/loadavg: 10.35 10.29 9.83 11/192 7835
/proc/meminfo: memFree=24897016/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=370984 CPUtime=3.08 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 5998 0 0 0 308 0 0 0 25 0 1 0 518916572 379887616 3401 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 92746 3401 336 96 0 89308 0
[pid=7831] ppid=7829 vsize=16068 CPUtime=3.09 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 1439 0 0 0 309 0 0 0 25 0 1 0 518916572 16453632 1331 33554432000 4194304 4785740 140733329282320 18446744073709551615 4562640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 4017 1331 340 145 0 1062 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=1.54 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 154 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=7724 CPUtime=3.09 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 1567 0 0 0 309 0 0 0 25 0 1 0 518916572 7909376 1125 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 1931 1125 127 39 0 1011 0
[pid=7834] ppid=7829 vsize=8748 CPUtime=1.52 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 2004 0 0 0 152 0 0 0 25 0 1 0 518916572 8957952 615 33554432000 4194304 4331988 140737447836448 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 2187 615 174 34 0 629 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 878616

[startup+6.30051 s]
/proc/loadavg: 10.32 10.28 9.83 11/192 7835
/proc/meminfo: memFree=24895532/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=36584 CPUtime=6.29 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 7908 0 0 0 628 1 0 0 25 0 1 0 518916572 37462016 3505 33554432000 4194304 4587354 140735270988752 18446744073709551615 246516530886 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 9146 3505 336 96 0 5708 0
[pid=7831] ppid=7829 vsize=17136 CPUtime=6.29 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 1724 0 0 0 629 0 0 0 25 0 1 0 518916572 17547264 1616 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 4284 1616 340 145 0 1329 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=3.14 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 314 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=7900 CPUtime=6.29 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 1888 0 0 0 629 0 0 0 25 0 1 0 518916572 8089600 1169 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 1975 1169 127 39 0 1055 0
[pid=7834] ppid=7829 vsize=9204 CPUtime=3.11 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 2102 0 0 0 311 0 0 0 25 0 1 0 518916572 9424896 713 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 2301 713 175 34 0 743 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 545916

[startup+12.7003 s]
/proc/loadavg: 10.45 10.31 9.84 12/192 7836
/proc/meminfo: memFree=24881544/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=379008 CPUtime=12.68 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 12723 0 0 0 1267 1 0 0 25 0 1 0 518916572 388104192 5208 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 94752 5208 336 96 0 91314 0
[pid=7831] ppid=7829 vsize=18720 CPUtime=12.69 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 2080 0 0 0 1269 0 0 0 25 0 1 0 518916572 19169280 1972 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 4680 1972 340 145 0 1725 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=6.31 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 631 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=8028 CPUtime=12.69 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 2496 0 0 0 1269 0 0 0 25 0 1 0 518916572 8220672 1201 33554432000 4194304 4352236 140736932648768 18446744073709551615 4207623 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 2007 1201 127 39 0 1087 0
[pid=7834] ppid=7829 vsize=9772 CPUtime=6.3 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 2199 0 0 0 630 0 0 0 25 0 1 0 518916572 10006528 810 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 2443 810 175 34 0 885 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 890620

[startup+25.507 s]
/proc/loadavg: 10.35 10.29 9.85 11/192 7836
/proc/meminfo: memFree=24841468/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=384412 CPUtime=25.49 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 19566 0 0 0 2546 3 0 0 25 0 1 0 518916572 393637888 7189 33554432000 4194304 4587354 140735270988752 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 96103 7189 336 96 0 92665 0
[pid=7831] ppid=7829 vsize=21188 CPUtime=25.49 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 2608 0 0 0 2549 0 0 0 25 0 1 0 518916572 21696512 2500 33554432000 4194304 4785740 140733329282320 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 5297 2500 341 145 0 2342 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=12.65 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 1265 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=11104 CPUtime=25.49 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 4033 0 0 0 2549 0 0 0 25 0 1 0 518916572 11370496 1970 33554432000 4194304 4352236 140736932648768 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 2776 1970 127 39 0 1856 0
[pid=7834] ppid=7829 vsize=10284 CPUtime=12.7 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 2398 0 0 0 1270 0 0 0 25 0 1 0 518916572 10530816 1009 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299208 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 2571 1009 175 34 0 1013 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 902080

[startup+51.1003 s]
/proc/loadavg: 10.23 10.27 9.85 11/192 7837
/proc/meminfo: memFree=24826596/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=60412 CPUtime=51.09 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 28948 0 0 0 5104 5 0 0 25 0 1 0 518916572 61861888 9097 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 15103 9097 336 96 0 11665 0
[pid=7831] ppid=7829 vsize=23768 CPUtime=51.09 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 3210 0 0 0 5109 0 0 0 25 0 1 0 518916572 24338432 3102 33554432000 4194304 4785740 140733329282320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 5942 3102 341 145 0 2987 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=25.4 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 2540 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=11276 CPUtime=51.08 cores=2

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

[pid=7830] ppid=7829 vsize=103912 CPUtime=942.22 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 97973 0 0 0 94195 27 0 0 25 0 1 0 518916572 106405888 22332 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 25978 22332 336 96 0 22540 0
[pid=7831] ppid=7829 vsize=44868 CPUtime=942.32 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 7976 0 0 0 94230 2 0 0 25 0 1 0 518916572 45944832 7832 33554432000 4194304 4785740 140733329282320 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11217 7832 341 145 0 8262 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=468.57 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 46857 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=30928 CPUtime=942.31 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 40951 0 0 0 94226 5 0 0 25 0 1 0 518916572 31670272 6926 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328210 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 7732 6926 127 39 0 6812 0
[pid=7834] ppid=7829 vsize=68800 CPUtime=468.59 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 15130 0 0 0 46852 7 0 0 25 0 1 0 518916572 70451200 13741 33554432000 4194304 4331988 140737447836448 18446744073709551615 4212625 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 17200 13741 175 34 0 15642 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 723600

[startup+1002.31 s]
/proc/loadavg: 10.20 10.23 10.10 11/192 7895
/proc/meminfo: memFree=24757616/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=103912 CPUtime=1002.22 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 97973 0 0 0 100195 27 0 0 25 0 1 0 518916572 106405888 22332 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 25978 22332 336 96 0 22540 0
[pid=7831] ppid=7829 vsize=45828 CPUtime=1002.32 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8203 0 0 0 100230 2 0 0 25 0 1 0 518916572 46927872 8059 33554432000 4194304 4785740 140733329282320 18446744073709551615 4538870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11457 8059 341 145 0 8502 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=498.42 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 49842 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=33232 CPUtime=1002.32 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 42679 0 0 0 100227 5 0 0 25 0 1 0 518916572 34029568 7502 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 8308 7502 127 39 0 7388 0
[pid=7834] ppid=7829 vsize=68800 CPUtime=498.42 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 15986 0 0 0 49834 8 0 0 25 0 1 0 518916572 70451200 14597 33554432000 4194304 4331988 140737447836448 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 17200 14597 175 34 0 15642 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 726864

[startup+1062.3 s]
/proc/loadavg: 10.45 10.31 10.13 11/192 7897
/proc/meminfo: memFree=24748544/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=471456 CPUtime=1062.21 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 98050 0 0 0 106194 27 0 0 25 0 1 0 518916572 482770944 22333 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 117864 22333 336 96 0 114426 0
[pid=7831] ppid=7829 vsize=47224 CPUtime=1062.32 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8534 0 0 0 106230 2 0 0 25 0 1 0 518916572 48357376 8342 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11806 8342 341 145 0 8851 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=528.26 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 52826 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=31696 CPUtime=1062.31 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 44855 0 0 0 106226 5 0 0 25 0 1 0 518916572 32456704 7118 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 7924 7118 127 39 0 7004 0
[pid=7834] ppid=7829 vsize=68800 CPUtime=528.26 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 16806 0 0 0 52817 9 0 0 25 0 1 0 518916572 70451200 15417 33554432000 4194304 4331988 140737447836448 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 17200 15417 175 34 0 15642 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1094268

[startup+1122.3 s]
/proc/loadavg: 10.20 10.26 10.12 11/192 7898
/proc/meminfo: memFree=24742200/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=103912 CPUtime=1122.21 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 98232 0 0 0 112193 28 0 0 25 0 1 0 518916572 106405888 22332 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 25978 22332 336 96 0 22540 0
[pid=7831] ppid=7829 vsize=47892 CPUtime=1122.32 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8700 0 0 0 112230 2 0 0 25 0 1 0 518916572 49041408 8508 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11973 8508 341 145 0 9018 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=558.08 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 55808 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=31696 CPUtime=1122.32 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 46135 0 0 0 112226 6 0 0 25 0 1 0 518916572 32456704 7118 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 7924 7118 127 39 0 7004 0
[pid=7834] ppid=7829 vsize=98268 CPUtime=558.11 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 17687 0 0 0 55802 9 0 0 25 0 1 0 518916572 100626432 16298 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 24567 16298 175 34 0 23009 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 756860

[startup+1182.3 s]
/proc/loadavg: 10.44 10.33 10.15 11/192 8028
/proc/meminfo: memFree=24762320/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=460244 CPUtime=1182.21 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 98530 0 0 0 118192 29 0 0 25 0 1 0 518916572 471289856 22333 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 115061 22333 336 96 0 111623 0
[pid=7831] ppid=7829 vsize=47700 CPUtime=1182.32 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8718 0 0 0 118229 3 0 0 25 0 1 0 518916572 48844800 8478 33554432000 4194304 4785740 140733329282320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11925 8478 341 145 0 8970 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=587.95 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 58795 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=31952 CPUtime=1182.32 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 47479 0 0 0 118226 6 0 0 25 0 1 0 518916572 32718848 7182 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 7988 7182 127 39 0 7068 0
[pid=7834] ppid=7829 vsize=98268 CPUtime=587.92 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 18520 0 0 0 58782 10 0 0 25 0 1 0 518916572 100626432 17131 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 24567 17131 175 34 0 23009 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1113256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.31 10.31 10.15 12/192 8028
/proc/meminfo: memFree=24747092/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=460244 CPUtime=1201.62 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 98530 0 0 0 120133 29 0 0 25 0 1 0 518916572 471289856 22333 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 115061 22333 336 96 0 111623 0
[pid=7831] ppid=7829 vsize=47700 CPUtime=1201.73 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8727 0 0 0 120170 3 0 0 25 0 1 0 518916572 48844800 8487 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11925 8487 341 145 0 8970 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=597.55 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 59755 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=36816 CPUtime=1201.73 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 48695 0 0 0 120167 6 0 0 25 0 1 0 518916572 37699584 8398 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 9204 8398 127 39 0 8284 0
[pid=7834] ppid=7829 vsize=98268 CPUtime=597.61 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 18795 0 0 0 59751 10 0 0 25 0 1 0 518916572 100626432 17406 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 24567 17406 175 34 0 23009 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1118120

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 10.31 10.31 10.15 12/192 8028
/proc/meminfo: memFree=24747092/32951124 swapFree=67111352/67111528
[pid=7829] ppid=7827 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7829/stat : 7829 (ppfolio) S 7827 7829 7180 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 518916571 18763776 389 33554432000 4194304 4287625 140734860954320 18446744073709551615 246516854287 0 0 4096 65536 4017545673200107519 0 0 17 4 0 0 0
/proc/7829/statm: 4581 389 341 23 0 91 0
[pid=7830] ppid=7829 vsize=460244 CPUtime=1201.62 cores=0
/proc/7830/stat : 7830 (cryptominisat) R 7829 7829 7180 0 -1 4202496 98530 0 0 0 120133 29 0 0 25 0 1 0 518916572 471289856 22333 33554432000 4194304 4587354 140735270988752 18446744073709551615 4238602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7830/statm: 115061 22333 336 96 0 111623 0
[pid=7831] ppid=7829 vsize=47700 CPUtime=1201.73 cores=4
/proc/7831/stat : 7831 (clasp) R 7829 7829 7180 0 -1 4202496 8727 0 0 0 120170 3 0 0 25 0 1 0 518916572 48844800 8487 33554432000 4194304 4785740 140733329282320 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7831/statm: 11925 8487 341 145 0 8970 0
[pid=7832] ppid=7829 vsize=456768 CPUtime=597.55 cores=6
/proc/7832/stat : 7832 (TNM) R 7829 7829 7180 0 -1 4202496 595 0 0 0 59755 0 0 0 25 0 1 0 518916572 467730432 492 33554432000 134512640 134534564 4290661568 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7832/statm: 114192 492 95 6 0 112858 0
[pid=7833] ppid=7829 vsize=36816 CPUtime=1201.73 cores=2
/proc/7833/stat : 7833 (lingeling) R 7829 7829 7180 0 -1 4202496 48695 0 0 0 120167 6 0 0 25 0 1 0 518916572 37699584 8398 33554432000 4194304 4352236 140736932648768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7833/statm: 9204 8398 127 39 0 8284 0
[pid=7834] ppid=7829 vsize=98268 CPUtime=597.61 cores=6
/proc/7834/stat : 7834 (march_hi) R 7829 7829 7180 0 -1 4202496 18795 0 0 0 59751 10 0 0 25 0 1 0 518916572 100626432 17406 33554432000 4194304 4331988 140737447836448 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7834/statm: 24567 17406 175 34 0 23009 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1118120

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.3
CPU user time (s): 4799.78
CPU system time (s): 0.52092
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 1469780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.78
system time used= 0.52092
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175894
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= 562
involuntary context switches= 84067

runsolver used 1.81072 second user time and 4.75428 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 12:33:04
IDJOB=3191230
IDBENCH=82961
IDSOLVER=1612
FILE ID=node134/3191230-1304073184
RUNJOBID= node134-1304071677-7346
PBS_JOBID= 13170486
Free space on /tmp= 71576 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191230-1304073184/watcher-3191230-1304073184 -o /tmp/evaluation-result-3191230-1304073184/solver-3191230-1304073184 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191230-1304073184.cnf

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

MD5SUM BENCH= 383bd72f29b3667b7a0d512d7fa797ad
RANDOM SEED=1881620674

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24922392 kB
Buffers:       1482896 kB
Cached:        5852288 kB
SwapCached:         64 kB
Active:        1554340 kB
Inactive:      5952652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24922392 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10120 kB
Writeback:           0 kB
AnonPages:      170904 kB
Mapped:          16724 kB
Slab:           459076 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2427016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71564 MiB
End job on node134 at 2011-04-29 12:53:08