Trace number 3191344

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.23 1201.71

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
MD5SUM540d28f0e1785b746f299d2e1070ed2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark912.297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.05	This is pico-portfolio, a naive parallel portfolio
0.00/0.05	Copyright (C) 2011 Olivier Roussel
0.00/0.05	Using 4 processing units
0.00/0.05	This portfolio uses the following solvers:
0.00/0.05	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.05	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.05	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.05	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.05	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.05	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.05	Starting clasp 1.3.6 on core(s) 4
0.00/0.05	Starting TNM 2009 on core(s) 6
0.00/0.05	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.05	Starting march_hi 2009 on core(s) 6

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-3191344-1304078941/watcher-3191344-1304078941 -o /tmp/evaluation-result-3191344-1304078941/solver-3191344-1304078941 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191344-1304078941.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: 9.13 9.36 9.22 7/182 1102
/proc/meminfo: memFree=20488612/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) R 1100 1102 567 0 -1 4194304 440 0 0 0 0 0 0 0 25 0 1 0 598124751 18763776 377 33554432000 4194304 4287625 140733800500336 18446744073709551615 47008642265169 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1102/statm: 4581 379 331 23 0 91 0

[startup+0.075207 s]
/proc/loadavg: 9.13 9.36 9.22 7/182 1102
/proc/meminfo: memFree=20488612/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) R 1100 1102 567 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100202 s]
/proc/loadavg: 9.13 9.36 9.22 7/182 1102
/proc/meminfo: memFree=20488612/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) R 1100 1102 567 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300164 s]
/proc/loadavg: 9.13 9.36 9.22 7/182 1102
/proc/meminfo: memFree=20488612/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70009 s]
/proc/loadavg: 9.13 9.36 9.22 7/182 1102
/proc/meminfo: memFree=20488612/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50094 s]
/proc/loadavg: 9.28 9.38 9.23 11/188 1108
/proc/meminfo: memFree=20478880/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1040744 CPUtime=1.49 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 3585 0 0 0 149 0 0 0 25 0 1 0 598124751 1065721856 2451 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 260186 2451 337 96 0 256748 0
[pid=1104] ppid=1102 vsize=14032 CPUtime=1.49 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 965 0 0 0 149 0 0 0 20 0 1 0 598124751 14368768 853 33554432000 4194304 4785740 140734678359632 18446744073709551615 4278121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 3508 853 340 145 0 553 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=0.76 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 76 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=6560 CPUtime=1.49 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 1231 0 0 0 149 0 0 0 25 0 1 0 598124752 6717440 838 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 1640 838 127 39 0 720 0
[pid=1107] ppid=1102 vsize=7824 CPUtime=0.72 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 567 0 0 0 72 0 0 0 25 0 1 0 598124752 8011776 460 33554432000 4194304 4331988 140734166515472 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 1956 460 172 34 0 398 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1543308

[startup+3.10064 s]
/proc/loadavg: 9.28 9.38 9.23 11/188 1108
/proc/meminfo: memFree=20471068/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1041840 CPUtime=3.09 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 5317 0 0 0 309 0 0 0 25 0 1 0 598124751 1066844160 3348 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 260460 3348 337 96 0 257022 0
[pid=1104] ppid=1102 vsize=14700 CPUtime=3.09 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 1141 0 0 0 309 0 0 0 25 0 1 0 598124751 15052800 1029 33554432000 4194304 4785740 140734678359632 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 3675 1029 340 145 0 720 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=1.55 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 155 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=6692 CPUtime=3.09 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 1584 0 0 0 309 0 0 0 25 0 1 0 598124752 6852608 871 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 1673 871 127 39 0 753 0
[pid=1107] ppid=1102 vsize=8272 CPUtime=1.52 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 661 0 0 0 152 0 0 0 25 0 1 0 598124752 8470528 554 33554432000 4194304 4331988 140734166515472 18446744073709551615 4229623 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 2068 554 172 34 0 510 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1545652

[startup+6.30104 s]
/proc/loadavg: 9.34 9.39 9.24 11/188 1108
/proc/meminfo: memFree=20463036/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1041964 CPUtime=6.28 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 7383 0 0 0 628 0 0 0 25 0 1 0 598124751 1066971136 3261 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 260491 3261 337 96 0 257053 0
[pid=1104] ppid=1102 vsize=15520 CPUtime=6.29 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 1348 0 0 0 629 0 0 0 25 0 1 0 598124751 15892480 1236 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 3880 1236 341 145 0 925 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=3.14 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 314 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=8232 CPUtime=6.29 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 2577 0 0 0 629 0 0 0 25 0 1 0 598124752 8429568 1256 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 2058 1256 127 39 0 1138 0
[pid=1107] ppid=1102 vsize=8652 CPUtime=3.12 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 729 0 0 0 312 0 0 0 25 0 1 0 598124752 8859648 622 33554432000 4194304 4331988 140734166515472 18446744073709551615 4237168 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 2163 622 173 34 0 605 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1548516

[startup+12.7008 s]
/proc/loadavg: 9.47 9.42 9.25 11/188 1108
/proc/meminfo: memFree=20481784/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1044568 CPUtime=12.69 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 10982 0 0 0 1268 1 0 0 25 0 1 0 598124751 1069637632 4092 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 261142 4092 337 96 0 257704 0
[pid=1104] ppid=1102 vsize=16884 CPUtime=12.69 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 1689 0 0 0 1269 0 0 0 25 0 1 0 598124751 17289216 1577 33554432000 4194304 4785740 140734678359632 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 4221 1577 341 145 0 1266 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=6.3 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 630 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=8292 CPUtime=12.69 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 3800 0 0 0 1269 0 0 0 25 0 1 0 598124752 8491008 1263 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 2073 1263 127 39 0 1153 0
[pid=1107] ppid=1102 vsize=9224 CPUtime=6.32 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 881 0 0 0 632 0 0 0 25 0 1 0 598124752 9445376 774 33554432000 4194304 4331988 140734166515472 18446744073709551615 4308952 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 2306 774 173 34 0 748 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1553116

[startup+25.5005 s]
/proc/loadavg: 9.59 9.45 9.26 11/188 1108
/proc/meminfo: memFree=20468760/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1052184 CPUtime=25.48 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 17350 0 0 0 2546 2 0 0 25 0 1 0 598124751 1077436416 5077 33554432000 4194304 4587354 140735851565952 18446744073709551615 4243975 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 263046 5077 337 96 0 259608 0
[pid=1104] ppid=1102 vsize=18460 CPUtime=25.49 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 2073 0 0 0 2549 0 0 0 25 0 1 0 598124751 18903040 1961 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 4615 1961 341 145 0 1660 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=12.69 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 1269 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 10000795 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=12004 CPUtime=25.48 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 7704 0 0 0 2548 0 0 0 25 0 1 0 598124752 12292096 2191 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328375 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 3001 2191 127 39 0 2081 0
[pid=1107] ppid=1102 vsize=10736 CPUtime=12.65 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 1122 0 0 0 1265 0 0 0 25 0 1 0 598124752 10993664 1015 33554432000 4194304 4331988 140734166515472 18446744073709551615 4237192 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 2684 1015 173 34 0 1126 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1567532

[startup+51.1007 s]
/proc/loadavg: 9.79 9.51 9.28 11/188 1109
/proc/meminfo: memFree=20444812/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1061932 CPUtime=51.09 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 28465 0 0 0 5104 5 0 0 25 0 1 0 598124751 1087418368 7944 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 265483 7944 337 96 0 262045 0
[pid=1104] ppid=1102 vsize=20548 CPUtime=51.08 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 2569 0 0 0 5108 0 0 0 25 0 1 0 598124751 21041152 2457 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 5137 2457 341 145 0 2182 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=25.4 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 2540 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=12324 CPUtime=51.09 cores=2

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

/proc/1107/statm: 20485 14627 173 34 0 18927 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1746180

[startup+1002.3 s]
/proc/loadavg: 9.24 9.37 9.44 10/187 1200
/proc/meminfo: memFree=20461236/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1116312 CPUtime=1002.31 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 142124 0 0 0 100182 49 0 0 25 0 1 0 598124751 1143103488 20299 33554432000 4194304 4587354 140735851565952 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 279078 20299 337 96 0 275640 0
[pid=1104] ppid=1102 vsize=39256 CPUtime=1002.23 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 6881 0 0 0 100222 1 0 0 25 0 1 0 598124751 40198144 6769 33554432000 4194304 4785740 140734678359632 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 9814 6769 341 145 0 6859 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=498.42 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 49842 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=23336 CPUtime=1002.32 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 94867 0 0 0 100219 13 0 0 25 0 1 0 598124752 23896064 5032 33554432000 4194304 4352236 140734367330224 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 5834 5032 127 39 0 4914 0
[pid=1107] ppid=1102 vsize=81940 CPUtime=498.43 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 15560 0 0 0 49836 7 0 0 25 0 1 0 598124752 83906560 15453 33554432000 4194304 4331988 140734166515472 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 20485 15453 173 34 0 18927 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 1734992

[startup+1062.3 s]
/proc/loadavg: 9.13 9.31 9.42 10/187 1201
/proc/meminfo: memFree=20439644/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1100284 CPUtime=1062.31 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 145301 0 0 0 106181 50 0 0 25 0 1 0 598124751 1126690816 19642 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 275071 19642 337 96 0 271633 0
[pid=1104] ppid=1102 vsize=39592 CPUtime=1062.23 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 6955 0 0 0 106222 1 0 0 25 0 1 0 598124751 40542208 6843 33554432000 4194304 4785740 140734678359632 18446744073709551615 4553106 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 9898 6843 341 145 0 6943 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=528.29 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 52829 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=36520 CPUtime=1062.32 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 99603 0 0 0 106218 14 0 0 25 0 1 0 598124752 37396480 8328 33554432000 4194304 4352236 140734367330224 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 9130 8328 127 39 0 8210 0
[pid=1107] ppid=1102 vsize=96848 CPUtime=528.24 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 16329 0 0 0 52816 8 0 0 25 0 1 0 598124752 99172352 16222 33554432000 4194304 4331988 140734166515472 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 24212 16222 173 34 0 22654 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1747392

[startup+1122.3 s]
/proc/loadavg: 9.18 9.30 9.41 10/187 1203
/proc/meminfo: memFree=20440972/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1133936 CPUtime=1122.31 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 145502 0 0 0 112181 50 0 0 25 0 1 0 598124751 1161150464 19831 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 283484 19831 337 96 0 280046 0
[pid=1104] ppid=1102 vsize=39892 CPUtime=1122.22 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 7030 0 0 0 112221 1 0 0 25 0 1 0 598124751 40849408 6918 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 9973 6918 341 145 0 7018 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=558.11 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 55811 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=25640 CPUtime=1122.33 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 101875 0 0 0 112218 15 0 0 25 0 1 0 598124752 26255360 5608 33554432000 4194304 4352236 140734367330224 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 6410 5608 127 39 0 5490 0
[pid=1107] ppid=1102 vsize=96848 CPUtime=558.09 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 17165 0 0 0 55801 8 0 0 25 0 1 0 598124752 99172352 17058 33554432000 4194304 4331988 140734166515472 18446744073709551615 4240198 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 24212 17058 173 34 0 22654 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1770464

[startup+1182.3 s]
/proc/loadavg: 9.10 9.26 9.38 10/187 1204
/proc/meminfo: memFree=20426320/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1100544 CPUtime=1182.31 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 145533 0 0 0 118181 50 0 0 25 0 1 0 598124751 1126957056 19859 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 275136 19859 337 96 0 271698 0
[pid=1104] ppid=1102 vsize=40324 CPUtime=1182.22 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 7114 0 0 0 118221 1 0 0 25 0 1 0 598124751 41291776 7002 33554432000 4194304 4785740 140734678359632 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 10081 7002 341 145 0 7126 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=587.95 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 58795 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=31784 CPUtime=1182.33 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 106355 0 0 0 118218 15 0 0 25 0 1 0 598124752 32546816 7144 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 7946 7144 127 39 0 7026 0
[pid=1107] ppid=1102 vsize=96848 CPUtime=587.92 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 17939 0 0 0 58784 8 0 0 25 0 1 0 598124752 99172352 17832 33554432000 4194304 4331988 140734166515472 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 24212 17832 173 34 0 22654 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1743648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.14 9.25 9.38 10/187 1205
/proc/meminfo: memFree=20418624/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1100544 CPUtime=1201.71 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 145533 0 0 0 120121 50 0 0 25 0 1 0 598124751 1126957056 19859 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 275136 19859 337 96 0 271698 0
[pid=1104] ppid=1102 vsize=40324 CPUtime=1201.62 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 7139 0 0 0 120161 1 0 0 25 0 1 0 598124751 41291776 7027 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 10081 7027 341 145 0 7126 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=597.6 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 59760 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=36520 CPUtime=1201.73 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 107539 0 0 0 120158 15 0 0 25 0 1 0 598124752 37396480 8328 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 9130 8328 127 39 0 8210 0
[pid=1107] ppid=1102 vsize=96848 CPUtime=597.57 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 18184 0 0 0 59748 9 0 0 25 0 1 0 598124752 99172352 18077 33554432000 4194304 4331988 140734166515472 18446744073709551615 4237107 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 24212 18077 173 34 0 22654 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1748384

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: 9.14 9.25 9.38 10/187 1205
/proc/meminfo: memFree=20418624/32950928 swapFree=67111524/67111528
[pid=1102] ppid=1100 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1102/stat : 1102 (ppfolio) S 1100 1102 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598124751 18763776 389 33554432000 4194304 4287625 140733800500336 18446744073709551615 231895510543 0 0 4096 65536 2315422096248799231 0 0 17 0 0 0 0
/proc/1102/statm: 4581 389 341 23 0 91 0
[pid=1103] ppid=1102 vsize=1100544 CPUtime=1201.71 cores=0
/proc/1103/stat : 1103 (cryptominisat) R 1102 1102 567 0 -1 4202496 145533 0 0 0 120121 50 0 0 25 0 1 0 598124751 1126957056 19859 33554432000 4194304 4587354 140735851565952 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1103/statm: 275136 19859 337 96 0 271698 0
[pid=1104] ppid=1102 vsize=40324 CPUtime=1201.62 cores=4
/proc/1104/stat : 1104 (clasp) R 1102 1102 567 0 -1 4202496 7139 0 0 0 120161 1 0 0 25 0 1 0 598124751 41291776 7027 33554432000 4194304 4785740 140734678359632 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1104/statm: 10081 7027 341 145 0 7126 0
[pid=1105] ppid=1102 vsize=455824 CPUtime=597.6 cores=6
/proc/1105/stat : 1105 (TNM) R 1102 1102 567 0 -1 4202496 336 0 0 0 59760 0 0 0 25 0 1 0 598124751 466763776 233 33554432000 134512640 134534564 4292211584 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1105/statm: 113956 233 95 6 0 112622 0
[pid=1106] ppid=1102 vsize=36520 CPUtime=1201.73 cores=2
/proc/1106/stat : 1106 (lingeling) R 1102 1102 567 0 -1 4202496 107539 0 0 0 120158 15 0 0 25 0 1 0 598124752 37396480 8328 33554432000 4194304 4352236 140734367330224 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1106/statm: 9130 8328 127 39 0 8210 0
[pid=1107] ppid=1102 vsize=96848 CPUtime=597.57 cores=6
/proc/1107/stat : 1107 (march_hi) R 1102 1102 567 0 -1 4202496 18184 0 0 0 59748 9 0 0 25 0 1 0 598124752 99172352 18077 33554432000 4194304 4331988 140734166515472 18446744073709551615 4237107 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1107/statm: 24212 18077 173 34 0 22654 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1748384

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1102 and gives
#  childrusage.ru_utime.tv_sec=3000
#  childrusage.ru_utime.tv_usec=690825
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=282956
# CPU time returned by wait4() is 3000.97
# while last known CPU time is 4800.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.23
CPU user time (s): 4799.48
CPU system time (s): 0.75
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 2752436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3000.69
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133398
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= 603
involuntary context switches= 28865

runsolver used 2.08968 second user time and 4.47332 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 14:09:01
IDJOB=3191344
IDBENCH=83075
IDSOLVER=1612
FILE ID=node114/3191344-1304078941
RUNJOBID= node114-1304077601-585
PBS_JOBID= 13170509
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191344-1304078941/watcher-3191344-1304078941 -o /tmp/evaluation-result-3191344-1304078941/solver-3191344-1304078941 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191344-1304078941.cnf

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=1970441310

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20488776 kB
Buffers:       2221968 kB
Cached:        9348620 kB
SwapCached:          4 kB
Active:        3080268 kB
Inactive:      8801052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20488776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10172 kB
Writeback:           0 kB
AnonPages:      310216 kB
Mapped:          16560 kB
Slab:           515824 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2043360 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= 71784 MiB
End job on node114 at 2011-04-29 14:29:04