Trace number 3191330

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) 3893.83 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S841042385-099.UNKNOWN.cnf
MD5SUM2b4a2e64d71570c9cdfb4872b312e245
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

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
3893.77/1300.01	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-3191330-1304078887/watcher-3191330-1304078887 -o /tmp/evaluation-result-3191330-1304078887/solver-3191330-1304078887 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191330-1304078887.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: 8.83 8.97 8.65 7/182 3739
/proc/meminfo: memFree=26961988/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) R 3737 3739 3322 0 -1 4194304 450 0 0 0 0 0 0 0 25 0 1 0 519487232 18763776 386 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204467605 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3739/statm: 4581 386 338 23 0 91 0

[startup+0.0691009 s]
/proc/loadavg: 8.83 8.97 8.65 7/182 3739
/proc/meminfo: memFree=26961988/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) R 3737 3739 3322 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519487232 18763776 389 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.269068 s]
/proc/loadavg: 8.83 8.97 8.65 7/182 3739
/proc/meminfo: memFree=26961988/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) R 3737 3739 3322 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519487232 18763776 389 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301061 s]
/proc/loadavg: 8.83 8.97 8.65 7/182 3739
/proc/meminfo: memFree=26961988/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) R 3737 3739 3322 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519487232 18763776 389 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700995 s]
/proc/loadavg: 8.83 8.97 8.65 7/182 3739
/proc/meminfo: memFree=26961988/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) R 3737 3739 3322 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 519487232 18763776 389 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/3739/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50086 s]
/proc/loadavg: 8.83 8.97 8.65 10/187 3745
/proc/meminfo: memFree=26951924/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 17 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=15052 CPUtime=1.49 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 1216 0 0 0 149 0 0 0 19 0 1 0 519487233 15413248 1108 33554432000 4194304 4785740 140735292041744 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 3763 1108 340 145 0 808 0
[pid=3743] ppid=3739 vsize=452656 CPUtime=0.77 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 482 0 0 0 77 0 0 0 25 0 1 0 519487233 463519744 379 33554432000 134512640 134534564 4288896992 18446744073709551615 134524691 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 113164 379 91 6 0 111830 0
[pid=3744] ppid=3739 vsize=7392 CPUtime=1.49 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 1439 0 0 0 149 0 0 0 25 0 1 0 519487233 7569408 1042 33554432000 4194304 4352236 140735918323472 18446744073709551615 4329063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 1848 1042 127 39 0 928 0
[pid=3745] ppid=3739 vsize=8300 CPUtime=0.71 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 1747 0 0 0 71 0 0 0 25 0 1 0 519487233 8499200 561 33554432000 4194304 4331988 140736848502496 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2075 561 174 34 0 517 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 501724

[startup+3.10059 s]
/proc/loadavg: 8.83 8.97 8.65 10/187 3745
/proc/meminfo: memFree=26949936/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=15932 CPUtime=3.09 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 1398 0 0 0 309 0 0 0 25 0 1 0 519487233 16314368 1290 33554432000 4194304 4785740 140735292041744 18446744073709551615 4416791 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 3983 1290 340 145 0 1028 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=1.56 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 156 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=7528 CPUtime=3.09 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 1633 0 0 0 309 0 0 0 25 0 1 0 519487233 7708672 1076 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 1882 1076 127 39 0 962 0
[pid=3745] ppid=3739 vsize=8440 CPUtime=1.5 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 1765 0 0 0 150 0 0 0 25 0 1 0 519487233 8642560 579 33554432000 4194304 4331988 140736848502496 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2110 579 174 34 0 552 0
Current children cumulated CPU time (s) 10.12
Current children cumulated vsize (KiB) 506876

[startup+6.30106 s]
/proc/loadavg: 8.92 8.99 8.65 10/187 3745
/proc/meminfo: memFree=26952168/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=16956 CPUtime=6.29 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 1651 0 0 0 629 0 0 0 25 0 1 0 519487233 17362944 1543 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 4239 1543 340 145 0 1284 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=3.15 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 315 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=7916 CPUtime=6.29 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 2018 0 0 0 629 0 0 0 25 0 1 0 519487233 8105984 1173 33554432000 4194304 4352236 140735918323472 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 1979 1173 127 39 0 1059 0
[pid=3745] ppid=3739 vsize=8716 CPUtime=3.1 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 1811 0 0 0 310 0 0 0 25 0 1 0 519487233 8925184 625 33554432000 4194304 4331988 140736848502496 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2179 625 174 34 0 621 0
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (KiB) 508564

[startup+12.701 s]
/proc/loadavg: 8.93 8.99 8.66 10/187 3745
/proc/meminfo: memFree=26945496/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=18676 CPUtime=12.69 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 2018 0 0 0 1269 0 0 0 25 0 1 0 519487233 19124224 1910 33554432000 4194304 4785740 140735292041744 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 4669 1910 340 145 0 1714 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=6.34 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 634 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=10476 CPUtime=12.68 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 3394 0 0 0 1268 0 0 0 25 0 1 0 519487233 10727424 1813 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 2619 1813 127 39 0 1699 0
[pid=3745] ppid=3739 vsize=9064 CPUtime=6.27 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 2015 0 0 0 627 0 0 0 25 0 1 0 519487233 9281536 747 33554432000 4194304 4331988 140736848502496 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2266 747 174 34 0 708 0
Current children cumulated CPU time (s) 38.86
Current children cumulated vsize (KiB) 513192

[startup+25.5009 s]
/proc/loadavg: 8.94 8.99 8.66 11/187 3746
/proc/meminfo: memFree=26941292/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=20616 CPUtime=25.49 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 2485 0 0 0 2549 0 0 0 25 0 1 0 519487233 21110784 2377 33554432000 4194304 4785740 140735292041744 18446744073709551615 4276258 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 5154 2377 340 145 0 2199 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=12.74 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 1274 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=11876 CPUtime=25.49 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 4796 0 0 0 2548 1 0 0 25 0 1 0 519487233 12161024 2159 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 2969 2159 127 39 0 2049 0
[pid=3745] ppid=3739 vsize=9916 CPUtime=12.6 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 2196 0 0 0 1260 0 0 0 25 0 1 0 519487233 10153984 928 33554432000 4194304 4331988 140736848502496 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2479 928 175 34 0 921 0
Current children cumulated CPU time (s) 77.2
Current children cumulated vsize (KiB) 517384

[startup+51.1006 s]
/proc/loadavg: 9.11 9.02 8.68 10/187 3747
/proc/meminfo: memFree=26935084/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=23468 CPUtime=51.09 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 3114 0 0 0 5109 0 0 0 25 0 1 0 519487233 24031232 3006 33554432000 4194304 4785740 140735292041744 18446744073709551615 4549580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 5867 3006 341 145 0 2912 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=25.44 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 2544 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=12260 CPUtime=51.08 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 7132 0 0 0 5107 1 0 0 25 0 1 0 519487233 12554240 2255 33554432000 4194304 4352236 140735918323472 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 3065 2255 127 39 0 2145 0
[pid=3745] ppid=3739 vsize=11832 CPUtime=25.36 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 2554 0 0 0 2536 0 0 0 25 0 1 0 519487233 12115968 1286 33554432000 4194304 4331988 140736848502496 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 2958 1286 175 34 0 1400 0
Current children cumulated CPU time (s) 153.85
Current children cumulated vsize (KiB) 522536

[startup+102.301 s]
/proc/loadavg: 9.16 9.05 8.70 11/187 3748
/proc/meminfo: memFree=26917908/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=27388 CPUtime=102.29 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 3992 0 0 0 10229 0 0 0 25 0 1 0 519487233 28045312 3884 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 6847 3884 341 145 0 3892 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=50.93 cores=7

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

[pid=3742] ppid=3739 vsize=43844 CPUtime=942.28 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 7833 0 0 0 94227 1 0 0 25 0 1 0 519487233 44896256 7641 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287194 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 10961 7641 341 145 0 8006 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=468.62 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 46862 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=36844 CPUtime=942.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 55234 0 0 0 94222 8 0 0 25 0 1 0 519487233 37728256 8401 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 9211 8401 127 39 0 8291 0
[pid=3745] ppid=3739 vsize=68352 CPUtime=468.53 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 14281 0 0 0 46849 4 0 0 25 0 1 0 519487233 69992448 13013 33554432000 4194304 4331988 140736848502496 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 17088 13013 175 34 0 15530 0
Current children cumulated CPU time (s) 2822.61
Current children cumulated vsize (KiB) 624016

[startup+1002.3 s]
/proc/loadavg: 8.26 8.44 8.62 9/186 3837
/proc/meminfo: memFree=26923648/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=45176 CPUtime=1002.28 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8141 0 0 0 100227 1 0 0 25 0 1 0 519487233 46260224 7901 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11294 7901 341 145 0 8339 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=498.47 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 49847 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=32236 CPUtime=1002.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 56642 0 0 0 100222 8 0 0 25 0 1 0 519487233 33009664 7249 33554432000 4194304 4352236 140735918323472 18446744073709551615 4329176 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8059 7249 127 39 0 7139 0
[pid=3745] ppid=3739 vsize=68352 CPUtime=498.35 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 15068 0 0 0 49831 4 0 0 25 0 1 0 519487233 69992448 13800 33554432000 4194304 4331988 140736848502496 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 17088 13800 175 34 0 15530 0
Current children cumulated CPU time (s) 3002.28
Current children cumulated vsize (KiB) 620740

[startup+1062.3 s]
/proc/loadavg: 8.20 8.39 8.59 9/186 3838
/proc/meminfo: memFree=26916916/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=45556 CPUtime=1062.28 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8226 0 0 0 106227 1 0 0 25 0 1 0 519487233 46649344 7986 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11389 7986 341 145 0 8434 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=528.28 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 52828 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=32236 CPUtime=1062.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 59266 0 0 0 106222 8 0 0 25 0 1 0 519487233 33009664 7249 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8059 7249 127 39 0 7139 0
[pid=3745] ppid=3739 vsize=68352 CPUtime=528.22 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 15778 0 0 0 52817 5 0 0 25 0 1 0 519487233 69992448 14510 33554432000 4194304 4331988 140736848502496 18446744073709551615 4299236 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 17088 14510 175 34 0 15530 0
Current children cumulated CPU time (s) 3181.96
Current children cumulated vsize (KiB) 621120

[startup+1122.3 s]
/proc/loadavg: 8.21 8.35 8.56 9/186 3840
/proc/meminfo: memFree=26898028/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=46224 CPUtime=1122.28 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8390 0 0 0 112227 1 0 0 25 0 1 0 519487233 47333376 8150 33554432000 4194304 4785740 140735292041744 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11556 8150 341 145 0 8601 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=558.15 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 55815 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=33772 CPUtime=1122.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 60994 0 0 0 112222 8 0 0 25 0 1 0 519487233 34582528 7633 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8443 7633 127 39 0 7523 0
[pid=3745] ppid=3739 vsize=68352 CPUtime=558.01 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 16579 0 0 0 55796 5 0 0 25 0 1 0 519487233 69992448 15311 33554432000 4194304 4331988 140736848502496 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 17088 15311 175 34 0 15530 0
Current children cumulated CPU time (s) 3361.62
Current children cumulated vsize (KiB) 623324

[startup+1182.3 s]
/proc/loadavg: 8.19 8.31 8.53 10/186 3842
/proc/meminfo: memFree=26885456/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=46412 CPUtime=1182.28 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8455 0 0 0 118227 1 0 0 25 0 1 0 519487233 47525888 8215 33554432000 4194304 4785740 140735292041744 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11603 8215 341 145 0 8648 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=587.95 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 58795 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=37612 CPUtime=1182.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 63298 0 0 0 118221 9 0 0 25 0 1 0 519487233 38514688 8593 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 9403 8593 127 39 0 8483 0
[pid=3745] ppid=3739 vsize=97820 CPUtime=587.89 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 17321 0 0 0 58783 6 0 0 25 0 1 0 519487233 100167680 16053 33554432000 4194304 4331988 140736848502496 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 24455 16053 175 34 0 22897 0
Current children cumulated CPU time (s) 3541.3
Current children cumulated vsize (KiB) 656820

[startup+1242.3 s]
/proc/loadavg: 8.20 8.29 8.51 10/186 3843
/proc/meminfo: memFree=26881084/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=46892 CPUtime=1242.27 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8653 0 0 0 124226 1 0 0 25 0 1 0 519487233 48017408 8317 33554432000 4194304 4785740 140735292041744 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11723 8317 341 145 0 8768 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=617.81 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 61781 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=32236 CPUtime=1242.3 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 64642 0 0 0 124221 9 0 0 25 0 1 0 519487233 33009664 7249 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8059 7249 127 39 0 7139 0
[pid=3745] ppid=3739 vsize=97820 CPUtime=617.7 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 18075 0 0 0 61764 6 0 0 25 0 1 0 519487233 100167680 16807 33554432000 4194304 4331988 140736848502496 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 24455 16807 175 34 0 22897 0
Current children cumulated CPU time (s) 3720.96
Current children cumulated vsize (KiB) 651924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.14 8.25 8.48 9/186 3845
/proc/meminfo: memFree=26873492/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=47180 CPUtime=1299.98 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8705 0 0 0 129997 1 0 0 25 0 1 0 519487233 48312320 8369 33554432000 4194304 4785740 140735292041744 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11795 8369 341 145 0 8840 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=646.5 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 64650 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=33772 CPUtime=1300.01 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 66370 0 0 0 129992 9 0 0 25 0 1 0 519487233 34582528 7633 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8443 7633 127 39 0 7523 0
[pid=3745] ppid=3739 vsize=98856 CPUtime=646.4 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 18746 0 0 0 64633 7 0 0 25 0 1 0 519487233 101228544 17478 33554432000 4194304 4331988 140736848502496 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 24714 17478 175 34 0 23156 0
Current children cumulated CPU time (s) 3893.77
Current children cumulated vsize (KiB) 654784

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

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

[startup+1300 s]
/proc/loadavg: 8.14 8.25 8.48 9/186 3845
/proc/meminfo: memFree=26873492/32951124 swapFree=67088964/67111528
[pid=3739] ppid=3737 vsize=18324 CPUtime=0.88 cores=1,3,5,7
/proc/3739/stat : 3739 (ppfolio) S 3737 3739 3322 0 -1 4202496 524 2258 0 0 0 0 88 0 15 0 1 0 519487232 18763776 390 33554432000 4194304 4287625 140734591382400 18446744073709551615 210204667407 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/3739/statm: 4581 390 342 23 0 91 0
[pid=3742] ppid=3739 vsize=47180 CPUtime=1299.98 cores=5
/proc/3742/stat : 3742 (clasp) R 3739 3739 3322 0 -1 4202496 8705 0 0 0 129997 1 0 0 25 0 1 0 519487233 48312320 8369 33554432000 4194304 4785740 140735292041744 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/3742/statm: 11795 8369 341 145 0 8840 0
[pid=3743] ppid=3739 vsize=456652 CPUtime=646.5 cores=7
/proc/3743/stat : 3743 (TNM) R 3739 3739 3322 0 -1 4202496 556 0 0 0 64650 0 0 0 25 0 1 0 519487233 467611648 453 33554432000 134512640 134534564 4288896992 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3743/statm: 114163 453 95 6 0 112829 0
[pid=3744] ppid=3739 vsize=33772 CPUtime=1300.01 cores=3
/proc/3744/stat : 3744 (lingeling) R 3739 3739 3322 0 -1 4202496 66370 0 0 0 129992 9 0 0 25 0 1 0 519487233 34582528 7633 33554432000 4194304 4352236 140735918323472 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/3744/statm: 8443 7633 127 39 0 7523 0
[pid=3745] ppid=3739 vsize=98856 CPUtime=646.4 cores=7
/proc/3745/stat : 3745 (march_hi) R 3739 3739 3322 0 -1 4202496 18746 0 0 0 64633 7 0 0 25 0 1 0 519487233 101228544 17478 33554432000 4194304 4331988 140736848502496 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/3745/statm: 24714 17478 175 34 0 23156 0
Current children cumulated CPU time (s) 3893.77
Current children cumulated vsize (KiB) 654784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 3893.83
CPU user time (s): 3893.63
CPU system time (s): 0.19697
CPU usage (%): 299.523
Max. virtual memory (cumulated for all children) (KiB): 658624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3893.63
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97178
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= 364
involuntary context switches= 32494

runsolver used 2.02069 second user time and 5.07823 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 14:08:07
IDJOB=3191330
IDBENCH=83061
IDSOLVER=1612
FILE ID=node130/3191330-1304078887
RUNJOBID= node130-1304076955-3341
PBS_JOBID= 13170506
Free space on /tmp= 71984 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S841042385-099.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191330-1304078887/watcher-3191330-1304078887 -o /tmp/evaluation-result-3191330-1304078887/solver-3191330-1304078887 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191330-1304078887.cnf

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

MD5SUM BENCH= 2b4a2e64d71570c9cdfb4872b312e245
RANDOM SEED=2143060619

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:      26962144 kB
Buffers:       1168212 kB
Cached:        4154476 kB
SwapCached:      22432 kB
Active:         648476 kB
Inactive:      4907792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26962144 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           10280 kB
Writeback:           0 kB
AnonPages:      210824 kB
Mapped:          16804 kB
Slab:           369148 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   831480 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 14:29:49