Trace number 3284246

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 591.682 148.163

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.20	This is pico-portfolio, a naive parallel portfolio
0.00/0.20	Copyright (C) 2011 Olivier Roussel
0.00/0.20	Using 4 processing units
0.00/0.20	This portfolio uses the following solvers:
0.00/0.20	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.20	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.20	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.20	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.20	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.20	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.20	Starting clasp 1.3.6 on core(s) 4
0.00/0.20	Starting TNM 2009 on core(s) 6
0.00/0.20	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.20	Starting march_hi 2009 on core(s) 6
591.41/148.14	s UNSATISFIABLE
591.41/148.16	solver [1] cryptominisat 2.7.1 answered
591.41/148.16	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-3284246-1304034998/watcher-3284246-1304034998 -o /tmp/evaluation-result-3284246-1304034998/solver-3284246-1304034998 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3284246-1304034998.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: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0

[startup+1.02063 s]
/proc/loadavg: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1206 s]
/proc/loadavg: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.2006 s]
/proc/loadavg: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.32055 s]
/proc/loadavg: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.52051 s]
/proc/loadavg: 6.98 9.23 9.29 1/171 17662
/proc/meminfo: memFree=22712492/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10121 s]
/proc/loadavg: 6.82 9.16 9.27 6/177 17668
/proc/meminfo: memFree=22421044/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=128784 CPUtime=3.1 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 27896 0 0 0 306 4 0 0 25 0 1 0 515096957 131874816 27473 33554432000 4194304 4587354 140737292580256 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 32196 27473 315 96 0 28758 0
[pid=17664] ppid=17662 vsize=66812 CPUtime=3.1 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 19495 0 0 0 308 2 0 0 25 0 1 0 515096957 68415488 13656 33554432000 4194304 4785740 140736147953312 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 16703 13656 340 145 0 13748 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=1.97 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 196 1 0 0 21 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=30228 CPUtime=2.89 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 10847 0 0 0 288 1 0 0 25 0 1 0 515096977 30953472 6723 33554432000 4194304 4352236 140735683107024 18446744073709551615 4205880 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 7557 6723 125 39 0 6637 0
[pid=17667] ppid=17662 vsize=77856 CPUtime=1.1 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4194304 24780 0 0 0 106 4 0 0 25 0 1 0 515096977 79724544 11083 33554432000 4194304 4331988 140733203562224 18446744073709551615 4251467 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 19464 11083 128 34 0 17906 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 818364

[startup+6.3006 s]
/proc/loadavg: 6.82 9.16 9.27 6/177 17668
/proc/meminfo: memFree=22391168/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=204380 CPUtime=6.28 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 40379 0 0 0 623 5 0 0 25 0 1 0 515096957 209285120 35274 33554432000 4194304 4587354 140737292580256 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 51095 35274 327 96 0 47657 0
[pid=17664] ppid=17662 vsize=66812 CPUtime=6.29 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 19495 0 0 0 627 2 0 0 25 0 1 0 515096957 68415488 13656 33554432000 4194304 4785740 140736147953312 18446744073709551615 4552635 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 16703 13656 340 145 0 13748 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=3.55 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 354 1 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=33508 CPUtime=6.1 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 12146 0 0 0 608 2 0 0 25 0 1 0 515096977 34312192 7545 33554432000 4194304 4352236 140735683107024 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 8377 7545 127 39 0 7457 0
[pid=17667] ppid=17662 vsize=79868 CPUtime=2.69 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 63926 0 0 0 260 9 0 0 25 0 1 0 515096977 81784832 10882 33554432000 4194304 4331988 140733203562224 18446744073709551615 239476352786 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 19967 10882 149 34 0 18409 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 899252

[startup+12.7004 s]
/proc/loadavg: 6.54 9.02 9.22 6/177 17668
/proc/meminfo: memFree=22368864/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=679348 CPUtime=12.69 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 40981 0 0 0 1263 6 0 0 25 0 1 0 515096957 695652352 32618 33554432000 4194304 4587354 140737292580256 18446744073709551615 4238051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 169837 32618 337 96 0 166399 0
[pid=17664] ppid=17662 vsize=70344 CPUtime=12.68 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 20720 0 0 0 1266 2 0 0 25 0 1 0 515096957 72032256 14881 33554432000 4194304 4785740 140736147953312 18446744073709551615 4304033 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 17586 14881 340 145 0 14631 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=6.72 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 671 1 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=44652 CPUtime=12.5 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 13931 0 0 0 1248 2 0 0 25 0 1 0 515096977 45723648 9308 33554432000 4194304 4352236 140735683107024 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 11163 9308 127 39 0 10243 0
[pid=17667] ppid=17662 vsize=100088 CPUtime=5.89 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 78641 0 0 0 578 11 0 0 25 0 1 0 515096977 102490112 16535 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 25022 16535 150 34 0 23464 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 1409116

[startup+25.5009 s]
/proc/loadavg: 6.30 8.89 9.18 6/177 17668
/proc/meminfo: memFree=22290920/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=615604 CPUtime=25.49 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 52547 0 0 0 2541 8 0 0 25 0 1 0 515096957 630378496 35645 33554432000 4194304 4587354 140737292580256 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 153901 35645 338 96 0 150463 0
[pid=17664] ppid=17662 vsize=100192 CPUtime=25.49 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 27943 0 0 0 2545 4 0 0 25 0 1 0 515096957 102596608 22104 33554432000 4194304 4785740 140736147953312 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 25048 22104 340 145 0 22093 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=13.1 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 1309 1 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=44616 CPUtime=25.29 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 14818 0 0 0 2527 2 0 0 25 0 1 0 515096977 45686784 10186 33554432000 4194304 4352236 140735683107024 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 11154 10186 127 39 0 10234 0
[pid=17667] ppid=17662 vsize=131320 CPUtime=12.25 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 86507 0 0 0 1211 14 0 0 25 0 1 0 515096977 134471680 24401 33554432000 4194304 4331988 140733203562224 18446744073709551615 4226635 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 32830 24401 150 34 0 31272 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 1406416

[startup+51.101 s]
/proc/loadavg: 5.91 8.59 9.07 6/177 17669
/proc/meminfo: memFree=22132856/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=637308 CPUtime=51.09 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 68734 0 0 0 5099 10 0 0 25 0 1 0 515096957 652603392 33196 33554432000 4194304 4587354 140737292580256 18446744073709551615 4243808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 159327 33196 338 96 0 155889 0
[pid=17664] ppid=17662 vsize=198296 CPUtime=51.09 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 52070 0 0 0 5100 9 0 0 25 0 1 0 515096957 203055104 46231 33554432000 4194304 4785740 140736147953312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 49574 46231 340 145 0 46619 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=25.82 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 2581 1 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=49576 CPUtime=50.89 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 16955 0 0 0 5087 2 0 0 25 0 1 0 515096977 50765824 11562 33554432000 4194304 4352236 140735683107024 18446744073709551615 4268080 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 12394 11562 127 39 0 11474 0
[pid=17667] ppid=17662 vsize=206184 CPUtime=24.99 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 104274 0 0 0 2481 18 0 0 25 0 1 0 515096977 211132416 42168 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 51546 42168 150 34 0 49988 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 1606048

[startup+102.301 s]
/proc/loadavg: 5.49 8.02 8.85 6/177 17670
/proc/meminfo: memFree=21853092/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=678692 CPUtime=102.29 cores=0

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

Current children cumulated CPU time (s) 412.47
Current children cumulated vsize (KiB) 14390016

[startup+128.901 s]
/proc/loadavg: 5.32 7.77 8.74 6/177 17671
/proc/meminfo: memFree=21754980/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=615000 CPUtime=128.89 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86498 0 0 0 12876 13 0 0 25 0 1 0 515096957 629760000 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4236866 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 153750 38999 338 96 0 150312 0
[pid=17664] ppid=17662 vsize=371408 CPUtime=128.89 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 94857 0 0 0 12870 19 0 0 25 0 1 0 515096957 380321792 89018 33554432000 4194304 4785740 140736147953312 18446744073709551615 4552576 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 92852 89018 340 145 0 89897 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=64.55 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 6453 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=49720 CPUtime=128.7 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18491 0 0 0 12867 3 0 0 25 0 1 0 515096977 50913280 11598 33554432000 4194304 4352236 140735683107024 18446744073709551615 4208789 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 12430 11598 127 39 0 11510 0
[pid=17667] ppid=17662 vsize=390608 CPUtime=63.69 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 148458 0 0 0 6340 29 0 0 25 0 1 0 515096977 399982592 86352 33554432000 4194304 4331988 140733203562224 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 97652 86352 151 34 0 96094 0
Current children cumulated CPU time (s) 514.72
Current children cumulated vsize (KiB) 1941420

[startup+141.701 s]
/proc/loadavg: 5.25 7.64 8.68 6/177 17671
/proc/meminfo: memFree=21719140/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=141.7 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86500 0 0 0 14157 13 0 0 25 0 1 0 515096957 729444352 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 38999 338 96 0 174649 0
[pid=17664] ppid=17662 vsize=374072 CPUtime=141.69 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 95541 0 0 0 14150 19 0 0 25 0 1 0 515096957 383049728 89702 33554432000 4194304 4785740 140736147953312 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 93518 89702 340 145 0 90563 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=70.89 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7087 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=55348 CPUtime=141.5 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14147 3 0 0 25 0 1 0 515096977 56676352 11982 33554432000 4194304 4352236 140735683107024 18446744073709551615 4331541 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13837 11982 127 39 0 12917 0
[pid=17667] ppid=17662 vsize=420308 CPUtime=70.08 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 156049 0 0 0 6978 30 0 0 25 0 1 0 515096977 430395392 93943 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 105077 93943 151 34 0 103519 0
Current children cumulated CPU time (s) 565.86
Current children cumulated vsize (KiB) 2076760

[startup+144.901 s]
/proc/loadavg: 5.25 7.64 8.68 6/177 17671
/proc/meminfo: memFree=21712808/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=144.89 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86500 0 0 0 14476 13 0 0 25 0 1 0 515096957 729444352 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 38999 338 96 0 174649 0
[pid=17664] ppid=17662 vsize=378064 CPUtime=144.9 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 96537 0 0 0 14470 20 0 0 25 0 1 0 515096957 387137536 90698 33554432000 4194304 4785740 140736147953312 18446744073709551615 4290648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 94516 90698 340 145 0 91561 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=72.49 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7247 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524552 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=52424 CPUtime=144.7 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14467 3 0 0 25 0 1 0 515096977 53682176 11251 33554432000 4194304 4352236 140735683107024 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13106 11251 127 39 0 12186 0
[pid=17667] ppid=17662 vsize=428096 CPUtime=71.67 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 158038 0 0 0 7136 31 0 0 25 0 1 0 515096977 438370304 95932 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 107024 95932 151 34 0 105466 0
Current children cumulated CPU time (s) 578.65
Current children cumulated vsize (KiB) 2085616

[startup+146.501 s]
/proc/loadavg: 5.25 7.64 8.68 6/177 17671
/proc/meminfo: memFree=21706360/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=146.49 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86500 0 0 0 14636 13 0 0 25 0 1 0 515096957 729444352 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 38999 338 96 0 174649 0
[pid=17664] ppid=17662 vsize=379248 CPUtime=146.5 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 96780 0 0 0 14630 20 0 0 25 0 1 0 515096957 388349952 90941 33554432000 4194304 4785740 140736147953312 18446744073709551615 239476355781 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 94812 90941 340 145 0 91857 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=73.29 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7327 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=52424 CPUtime=146.3 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14627 3 0 0 25 0 1 0 515096977 53682176 11251 33554432000 4194304 4352236 140735683107024 18446744073709551615 4278811 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13106 11251 127 39 0 12186 0
[pid=17667] ppid=17662 vsize=431660 CPUtime=72.45 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 158957 0 0 0 7214 31 0 0 25 0 1 0 515096977 442019840 96851 33554432000 4194304 4331988 140733203562224 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 107915 96851 151 34 0 106357 0
Current children cumulated CPU time (s) 585.03
Current children cumulated vsize (KiB) 2090364

[startup+147.307 s]
/proc/loadavg: 5.23 7.59 8.66 6/177 17671
/proc/meminfo: memFree=21700904/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=147.3 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86500 0 0 0 14717 13 0 0 25 0 1 0 515096957 729444352 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4239225 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 38999 338 96 0 174649 0
[pid=17664] ppid=17662 vsize=382580 CPUtime=147.3 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 97603 0 0 0 14710 20 0 0 25 0 1 0 515096957 391761920 91764 33554432000 4194304 4785740 140736147953312 18446744073709551615 239476356129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 95645 91764 340 145 0 92690 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=73.69 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7367 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=52424 CPUtime=147.1 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14707 3 0 0 25 0 1 0 515096977 53682176 11251 33554432000 4194304 4352236 140735683107024 18446744073709551615 4241244 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13106 11251 127 39 0 12186 0
[pid=17667] ppid=17662 vsize=433376 CPUtime=72.85 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 159395 0 0 0 7254 31 0 0 25 0 1 0 515096977 443777024 97289 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 108344 97289 151 34 0 106786 0
Current children cumulated CPU time (s) 588.24
Current children cumulated vsize (KiB) 2095412

[startup+147.701 s]
/proc/loadavg: 5.23 7.59 8.66 6/177 17671
/proc/meminfo: memFree=21700904/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=147.69 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86500 0 0 0 14756 13 0 0 25 0 1 0 515096957 729444352 38999 33554432000 4194304 4587354 140737292580256 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 38999 338 96 0 174649 0
[pid=17664] ppid=17662 vsize=384468 CPUtime=147.69 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 98049 0 0 0 14749 20 0 0 25 0 1 0 515096957 393695232 92210 33554432000 4194304 4785740 140736147953312 18446744073709551615 239476355781 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 96117 92210 340 145 0 93162 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=73.89 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7387 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524548 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=52424 CPUtime=147.5 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14747 3 0 0 25 0 1 0 515096977 53682176 11251 33554432000 4194304 4352236 140735683107024 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13106 11251 127 39 0 12186 0
[pid=17667] ppid=17662 vsize=434168 CPUtime=73.04 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 159603 0 0 0 7273 31 0 0 25 0 1 0 515096977 444588032 97497 33554432000 4194304 4331988 140733203562224 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 108542 97497 151 34 0 106984 0
Current children cumulated CPU time (s) 589.81
Current children cumulated vsize (KiB) 2098092

[startup+148.1 s]
/proc/loadavg: 5.23 7.59 8.66 6/177 17671
/proc/meminfo: memFree=21700904/32950928 swapFree=67087032/67111528
[pid=17662] ppid=17660 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17662/stat : 17662 (ppfolio) S 17660 17662 16886 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515096957 18763776 390 33554432000 4194304 4287625 140736382392400 18446744073709551615 239476715023 0 0 4096 65536 8439852358615171071 0 0 17 2 0 0 0
/proc/17662/statm: 4581 390 341 23 0 91 0
[pid=17663] ppid=17662 vsize=712348 CPUtime=148.09 cores=0
/proc/17663/stat : 17663 (cryptominisat) R 17662 17662 16886 0 -1 4202496 86514 0 0 0 14796 13 0 0 25 0 1 0 515096957 729444352 39012 33554432000 4194304 4587354 140737292580256 18446744073709551615 4414136 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17663/statm: 178087 39012 351 96 0 174649 0
[pid=17664] ppid=17662 vsize=386660 CPUtime=148.09 cores=4
/proc/17664/stat : 17664 (clasp) R 17662 17662 16886 0 -1 4202496 98615 0 0 0 14789 20 0 0 25 0 1 0 515096957 395939840 92776 33554432000 4194304 4785740 140736147953312 18446744073709551615 4277424 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17664/statm: 96665 92776 340 145 0 93710 0
[pid=17665] ppid=17662 vsize=496360 CPUtime=74.09 cores=6
/proc/17665/stat : 17665 (TNM) R 17662 17662 16886 0 -1 4202496 14273 0 0 0 7407 2 0 0 25 0 1 0 515096957 508272640 14170 33554432000 134512640 134534564 4292104080 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17665/statm: 124090 14170 91 6 0 122756 0
[pid=17666] ppid=17662 vsize=52424 CPUtime=147.9 cores=2
/proc/17666/stat : 17666 (lingeling) R 17662 17662 16886 0 -1 4202496 18876 0 0 0 14787 3 0 0 25 0 1 0 515096977 53682176 11251 33554432000 4194304 4352236 140735683107024 18446744073709551615 4327857 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17666/statm: 13106 11251 127 39 0 12186 0
[pid=17667] ppid=17662 vsize=434960 CPUtime=73.24 cores=6
/proc/17667/stat : 17667 (march_hi) R 17662 17662 16886 0 -1 4202496 159814 0 0 0 7293 31 0 0 25 0 1 0 515096977 445399040 97708 33554432000 4194304 4331988 140733203562224 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17667/statm: 108740 97708 151 34 0 107182 0
Current children cumulated CPU time (s) 591.41
Current children cumulated vsize (KiB) 2101076

Child status: 0
Real time (s): 148.163
CPU time (s): 591.682
CPU user time (s): 590.91
CPU system time (s): 0.771882
CPU usage (%): 399.344
Max. virtual memory (cumulated for all children) (KiB): 14461144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.91
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378779
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= 270
involuntary context switches= 3993

runsolver used 0.26096 second user time and 0.487925 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 01:56:39
IDJOB=3284246
IDBENCH=71743
IDSOLVER=1612
FILE ID=node148/3284246-1304034998
RUNJOBID= node148-1304032428-17324
PBS_JOBID= 13170304
Free space on /tmp= 71420 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284246-1304034998/watcher-3284246-1304034998 -o /tmp/evaluation-result-3284246-1304034998/solver-3284246-1304034998 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3284246-1304034998.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1904899808

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22712772 kB
Buffers:       2007944 kB
Cached:        7625576 kB
SwapCached:       3548 kB
Active:        1632024 kB
Inactive:      8043908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22712772 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           22904 kB
Writeback:           0 kB
AnonPages:       40756 kB
Mapped:          13476 kB
Slab:           498392 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186496 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= 71412 MiB
End job on node148 at 2011-04-29 01:59:07