Trace number 3292066

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? (MO) 4546.65 1138.51

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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
0.00/0.05	

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-3292066-1304094440/watcher-3292066-1304094440 -o /tmp/evaluation-result-3292066-1304094440/solver-3292066-1304094440 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3292066-1304094440.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: 9.89 10.14 10.10 6/182 24949
/proc/meminfo: memFree=12385044/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) R 24947 24949 24128 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 599675246 18763776 390 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/24949/statm: 4581 390 341 23 0 91 0

[startup+0.013908 s]
/proc/loadavg: 9.89 10.14 10.10 6/182 24949
/proc/meminfo: memFree=12385044/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) R 24947 24949 24128 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 599675246 18763776 390 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/24949/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100892 s]
/proc/loadavg: 9.89 10.14 10.10 6/182 24949
/proc/meminfo: memFree=12385044/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 25 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300856 s]
/proc/loadavg: 9.89 10.14 10.10 6/182 24949
/proc/meminfo: memFree=12385044/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 25 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700788 s]
/proc/loadavg: 9.89 10.14 10.10 6/182 24949
/proc/meminfo: memFree=12385044/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 25 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 9.82 10.13 10.10 10/187 24955
/proc/meminfo: memFree=11822160/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 25 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=360256 CPUtime=1.49 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 74764 0 0 0 137 12 0 0 25 0 1 0 599675246 368902144 74170 33554432000 4194304 4587354 140736348887456 18446744073709551615 216734839493 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 90064 74172 287 96 0 86626 0
[pid=24951] ppid=24949 vsize=168280 CPUtime=1.49 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 41883 0 0 0 141 8 0 0 25 0 1 0 599675246 172318720 38242 33554432000 4194304 4785740 140733950547536 18446744073709551615 216734839493 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 42070 38242 308 145 0 39115 0
[pid=24953] ppid=24949 vsize=101608 CPUtime=1.49 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 24719 0 0 0 144 5 0 0 25 0 1 0 599675246 104046592 24570 33554432000 4194304 4352236 140733225126608 18446744073709551615 216735178496 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 25402 24570 101 39 0 24482 0
[pid=24954] ppid=24949 vsize=250004 CPUtime=1.46 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4194304 53528 0 0 0 140 6 0 0 25 0 1 0 599675246 256004096 53423 33554432000 4194304 4331988 140736057727968 18446744073709551615 216734712261 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 62501 53423 113 34 0 60943 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 898472

[startup+3.10037 s]
/proc/loadavg: 9.82 10.13 10.10 10/187 24955
/proc/meminfo: memFree=11088324/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 25 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=659584 CPUtime=3.08 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 151155 0 0 0 285 23 0 0 25 0 1 0 599675246 675414016 150066 33554432000 4194304 4587354 140736348887456 18446744073709551615 4299570 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 164896 150066 287 96 0 161458 0
[pid=24951] ppid=24949 vsize=275364 CPUtime=3.09 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 73339 0 0 0 293 16 0 0 25 0 1 0 599675246 281972736 64873 33554432000 4194304 4785740 140733950547536 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 68841 64873 313 145 0 65886 0
[pid=24953] ppid=24949 vsize=199144 CPUtime=3.08 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 49103 0 0 0 297 11 0 0 25 0 1 0 599675246 203923456 48954 33554432000 4194304 4352236 140733225126608 18446744073709551615 216735178496 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 49786 48954 101 39 0 48866 0
[pid=24954] ppid=24949 vsize=339236 CPUtime=3.04 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4194304 78390 0 0 0 294 10 0 0 25 0 1 0 599675246 347377664 78285 33554432000 4194304 4331988 140736057727968 18446744073709551615 216734726703 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 84809 78285 113 34 0 83251 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 1491652

[startup+6.30681 s]
/proc/loadavg: 9.75 10.11 10.09 11/187 24955
/proc/meminfo: memFree=10305056/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1059556 CPUtime=6.29 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 249777 0 0 0 591 38 0 0 25 0 1 0 599675246 1084985344 248657 33554432000 4194304 4587354 140736348887456 18446744073709551615 4363823 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 264889 248657 312 96 0 261451 0
[pid=24951] ppid=24949 vsize=289216 CPUtime=6.3 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 81781 0 0 0 613 17 0 0 25 0 1 0 599675246 296157184 68607 33554432000 4194304 4785740 140733950547536 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 72304 68607 335 145 0 69349 0
[pid=24953] ppid=24949 vsize=204948 CPUtime=6.3 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 66468 0 0 0 612 18 0 0 25 0 1 0 599675246 209866752 50388 33554432000 4194304 4352236 140733225126608 18446744073709551615 4261408 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 51237 50388 116 39 0 50317 0
[pid=24954] ppid=24949 vsize=994508 CPUtime=6.24 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4194304 152754 0 0 0 597 27 0 0 25 0 1 0 599675246 1018376192 152647 33554432000 4194304 4331988 140736057727968 18446744073709551615 4256920 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 248627 152647 116 34 0 247069 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2566552

[startup+12.7007 s]
/proc/loadavg: 9.69 10.09 10.08 11/187 24955
/proc/meminfo: memFree=10241820/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1061304 CPUtime=12.68 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 250223 0 0 0 1230 38 0 0 25 0 1 0 599675246 1086775296 249101 33554432000 4194304 4587354 140736348887456 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 265326 249101 311 96 0 261888 0
[pid=24951] ppid=24949 vsize=299500 CPUtime=12.69 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 84220 0 0 0 1251 18 0 0 25 0 1 0 599675246 306688000 71046 33554432000 4194304 4785740 140733950547536 18446744073709551615 4552639 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 74875 71046 336 145 0 71920 0
[pid=24953] ppid=24949 vsize=235104 CPUtime=12.68 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 109556 0 0 0 1245 23 0 0 25 0 1 0 599675246 240746496 57942 33554432000 4194304 4352236 140733225126608 18446744073709551615 4233386 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 58776 57942 125 39 0 57856 0
[pid=24954] ppid=24949 vsize=997412 CPUtime=12.61 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4194304 214149 0 0 0 1224 37 0 0 25 0 1 0 599675246 1021349888 150455 33554432000 4194304 4331988 140736057727968 18446744073709551615 216734836927 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 249353 150455 125 34 0 247795 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 2611644

[startup+25.5005 s]
/proc/loadavg: 9.58 10.05 10.07 11/187 24955
/proc/meminfo: memFree=10268480/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1047756 CPUtime=25.49 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 250620 0 0 0 2510 39 0 0 25 0 1 0 599675246 1072902144 245731 33554432000 4194304 4587354 140736348887456 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 261939 245731 324 96 0 258501 0
[pid=24951] ppid=24949 vsize=311352 CPUtime=25.49 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 87118 0 0 0 2531 18 0 0 25 0 1 0 599675246 318824448 73944 33554432000 4194304 4785740 140733950547536 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 77838 73944 336 145 0 74883 0
[pid=24953] ppid=24949 vsize=234816 CPUtime=25.48 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 109558 0 0 0 2525 23 0 0 25 0 1 0 599675246 240451584 57872 33554432000 4194304 4352236 140733225126608 18446744073709551615 4331477 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 58704 57872 127 39 0 57784 0
[pid=24954] ppid=24949 vsize=1016236 CPUtime=25.33 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4194304 409597 0 0 0 2467 66 0 0 25 0 1 0 599675246 1040625664 154832 33554432000 4194304 4331988 140736057727968 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 254059 154832 128 34 0 252501 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2628484

[startup+51.101 s]
/proc/loadavg: 9.46 9.98 10.05 10/187 24956
/proc/meminfo: memFree=10255428/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1047756 CPUtime=51.08 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 250636 0 0 0 5069 39 0 0 25 0 1 0 599675246 1072902144 245747 33554432000 4194304 4587354 140736348887456 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 261939 245747 324 96 0 258501 0
[pid=24951] ppid=24949 vsize=342912 CPUtime=51.09 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 94944 0 0 0 5088 21 0 0 25 0 1 0 599675246 351141888 81770 33554432000 4194304 4785740 140733950547536 18446744073709551615 4545878 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 85728 81770 336 145 0 82773 0
[pid=24953] ppid=24949 vsize=227272 CPUtime=51.09 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 126386 0 0 0 5083 26 0 0 25 0 1 0 599675246 232726528 55986 33554432000 4194304 4352236 140733225126608 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 56818 55986 127 39 0 55898 0
[pid=24954] ppid=24949 vsize=1016228 CPUtime=50.78 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 1009895 0 0 0 4924 154 0 0 25 0 1 0 599675246 1040617472 154414 33554432000 4194304 4331988 140736057727968 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 254057 154414 149 34 0 252499 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 2652492

[startup+102.301 s]
/proc/loadavg: 9.33 9.85 9.99 11/187 24957
/proc/meminfo: memFree=9798964/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1047756 CPUtime=102.28 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 251325 0 0 0 10189 39 0 0 25 0 1 0 599675246 1072902144 246436 33554432000 4194304 4587354 140736348887456 18446744073709551615 4232512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 261939 246436 336 96 0 258501 0
[pid=24951] ppid=24949 vsize=486608 CPUtime=102.29 cores=5

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


[startup+882.301 s]
/proc/loadavg: 5.28 7.94 9.05 5/176 24999
/proc/meminfo: memFree=2677880/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1462316 CPUtime=881.39 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1008317 0 0 0 87998 141 0 0 25 0 1 0 599675246 1497411584 332863 33554432000 4194304 4587354 140736348887456 18446744073709551615 4449070 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 365579 332863 340 96 0 362141 0
[pid=24951] ppid=24949 vsize=2738284 CPUtime=882.31 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 690698 0 0 0 88078 153 0 0 25 0 1 0 599675246 2804002816 677524 33554432000 4194304 4785740 140733950547536 18446744073709551615 4561956 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 684571 677524 336 145 0 681616 0
[pid=24953] ppid=24949 vsize=290748 CPUtime=882.31 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 388534 0 0 0 88173 58 0 0 25 0 1 0 599675246 297725952 70832 33554432000 4194304 4352236 140733225126608 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 72687 70832 127 39 0 71767 0
[pid=24954] ppid=24949 vsize=5932876 CPUtime=877.47 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 2368660 0 0 0 87215 532 0 0 25 0 1 0 599675246 6075265024 1376465 33554432000 4194304 4331988 140736057727968 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 1483219 1376465 151 34 0 1481661 0
Current children cumulated CPU time (s) 3523.48
Current children cumulated vsize (KiB) 10442548

[startup+942.3 s]
/proc/loadavg: 4.55 7.23 8.74 5/176 25001
/proc/meminfo: memFree=1457288/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1462316 CPUtime=941.39 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1089269 0 0 0 93985 154 0 0 25 0 1 0 599675246 1497411584 332864 33554432000 4194304 4587354 140736348887456 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 365579 332864 340 96 0 362141 0
[pid=24951] ppid=24949 vsize=3007524 CPUtime=942.31 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 757853 0 0 0 94065 166 0 0 25 0 1 0 599675246 3079704576 744679 33554432000 4194304 4785740 140733950547536 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 751881 744679 336 145 0 748926 0
[pid=24953] ppid=24949 vsize=290772 CPUtime=942.32 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 413565 0 0 0 94169 63 0 0 25 0 1 0 599675246 297750528 71880 33554432000 4194304 4352236 140733225126608 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 72693 71880 127 39 0 71773 0
[pid=24954] ppid=24949 vsize=6842884 CPUtime=937.15 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 2602174 0 0 0 93133 582 0 0 25 0 1 0 599675246 7007113216 1609979 33554432000 4194304 4331988 140736057727968 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 1710721 1609979 151 34 0 1709163 0
Current children cumulated CPU time (s) 3763.17
Current children cumulated vsize (KiB) 11621820

[startup+1002.3 s]
/proc/loadavg: 4.27 6.66 8.44 5/176 25002
/proc/meminfo: memFree=354760/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1462316 CPUtime=1001.39 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1091338 0 0 0 99983 156 0 0 25 0 1 0 599675246 1497411584 332864 33554432000 4194304 4587354 140736348887456 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 365579 332864 340 96 0 362141 0
[pid=24951] ppid=24949 vsize=3190636 CPUtime=1002.31 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 803404 0 0 0 100054 177 0 0 25 0 1 0 599675246 3267211264 790230 33554432000 4194304 4785740 140733950547536 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 797659 790230 336 145 0 794704 0
[pid=24953] ppid=24949 vsize=290772 CPUtime=1002.31 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 413565 0 0 0 100168 63 0 0 25 0 1 0 599675246 297750528 71880 33554432000 4194304 4352236 140733225126608 18446744073709551615 4231049 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 72693 71880 127 39 0 71773 0
[pid=24954] ppid=24949 vsize=7949500 CPUtime=996.81 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 2835644 0 0 0 99047 634 0 0 25 0 1 0 599675246 8140288000 1843449 33554432000 4194304 4331988 140736057727968 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 1987375 1843449 151 34 0 1985817 0
Current children cumulated CPU time (s) 4002.82
Current children cumulated vsize (KiB) 12911548

[startup+1062.31 s]
/proc/loadavg: 4.17 6.19 8.17 5/176 25004
/proc/meminfo: memFree=94716/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1462316 CPUtime=1061.32 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1091338 0 0 0 105976 156 0 0 25 0 1 0 599675246 1497411584 332864 33554432000 4194304 4587354 140736348887456 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 365579 332864 340 96 0 362141 0
[pid=24951] ppid=24949 vsize=3368156 CPUtime=1062.32 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 847322 0 0 0 106044 188 0 0 25 0 1 0 599675246 3448991744 834148 33554432000 4194304 4785740 140733950547536 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 842039 834148 336 145 0 839084 0
[pid=24953] ppid=24949 vsize=290752 CPUtime=1062.32 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 429950 0 0 0 106167 65 0 0 25 0 1 0 599675246 297730048 71875 33554432000 4194304 4352236 140733225126608 18446744073709551615 4234513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 72688 71875 127 39 0 71768 0
[pid=24954] ppid=24949 vsize=8859112 CPUtime=1056.49 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 3068989 0 0 0 104965 684 0 0 25 0 1 0 599675246 9071730688 2076794 33554432000 4194304 4331988 140736057727968 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 2214778 2076794 151 34 0 2213220 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 13998660

[startup+1122.3 s]
/proc/loadavg: 4.06 5.79 7.90 5/176 25006
/proc/meminfo: memFree=93972/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=1718344 CPUtime=1121.28 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1093085 0 0 0 111970 158 0 0 25 0 1 0 599675246 1759584256 334592 33554432000 4194304 4587354 140736348887456 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 429586 334592 340 96 0 426148 0
[pid=24951] ppid=24949 vsize=3559392 CPUtime=1122.31 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 895165 0 0 0 112032 199 0 0 25 0 1 0 599675246 3644817408 881991 33554432000 4194304 4785740 140733950547536 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 889848 881991 336 145 0 886893 0
[pid=24953] ppid=24949 vsize=290700 CPUtime=1122.31 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 446335 0 0 0 112164 67 0 0 25 0 1 0 599675246 297676800 71862 33554432000 4194304 4352236 140733225126608 18446744073709551615 4283883 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 72675 71862 127 39 0 71755 0
[pid=24954] ppid=24949 vsize=9844756 CPUtime=1116.07 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 3321539 0 0 0 110870 737 0 0 25 0 1 0 599675246 10081030144 2329344 33554432000 4194304 4331988 140736057727968 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 2461189 2329344 151 34 0 2459631 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 15431516



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1138.5 s]
/proc/loadavg: 4.05 5.70 7.84 5/176 25006
/proc/meminfo: memFree=96020/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=4192228 CPUtime=1137.48 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1093893 0 0 0 113590 158 0 0 25 0 1 0 599675246 4292841472 335391 33554432000 4194304 4587354 140736348887456 18446744073709551615 4413064 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 1048057 335391 340 96 0 1044619 0
[pid=24951] ppid=24949 vsize=3607200 CPUtime=1138.52 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 907036 0 0 0 113651 201 0 0 25 0 1 0 599675246 3693772800 893862 33554432000 4194304 4785740 140733950547536 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 901800 893862 336 145 0 898845 0
[pid=24953] ppid=24949 vsize=321076 CPUtime=1138.52 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 453929 0 0 0 113784 68 0 0 25 0 1 0 599675246 328781824 79456 33554432000 4194304 4352236 140733225126608 18446744073709551615 4207597 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 80269 79456 127 39 0 79349 0
[pid=24954] ppid=24949 vsize=10175548 CPUtime=1132.13 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 3406138 0 0 0 112460 753 0 0 25 0 1 0 599675246 10419761152 2413943 33554432000 4194304 4331988 140736057727968 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 2543887 2413943 151 34 0 2542329 0
Current children cumulated CPU time (s) 4546.65
Current children cumulated vsize (KiB) 18314376

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

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

[startup+1138.5 s]
/proc/loadavg: 4.05 5.70 7.84 5/176 25006
/proc/meminfo: memFree=96020/32951124 swapFree=67102140/67111528
[pid=24949] ppid=24947 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24949/stat : 24949 (ppfolio) S 24947 24949 24128 0 -1 4202496 525 214 0 0 0 0 0 0 15 0 1 0 599675246 18763776 391 33554432000 4194304 4287625 140734489850752 18446744073709551615 216735198735 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/24949/statm: 4581 391 342 23 0 91 0
[pid=24950] ppid=24949 vsize=4192228 CPUtime=1137.48 cores=1
/proc/24950/stat : 24950 (cryptominisat) R 24949 24949 24128 0 -1 4202496 1093893 0 0 0 113590 158 0 0 25 0 1 0 599675246 4292841472 335391 33554432000 4194304 4587354 140736348887456 18446744073709551615 4413064 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24950/statm: 1048057 335391 340 96 0 1044619 0
[pid=24951] ppid=24949 vsize=3607200 CPUtime=1138.52 cores=5
/proc/24951/stat : 24951 (clasp) R 24949 24949 24128 0 -1 4202496 907036 0 0 0 113651 201 0 0 25 0 1 0 599675246 3693772800 893862 33554432000 4194304 4785740 140733950547536 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24951/statm: 901800 893862 336 145 0 898845 0
[pid=24953] ppid=24949 vsize=321076 CPUtime=1138.52 cores=3
/proc/24953/stat : 24953 (lingeling) R 24949 24949 24128 0 -1 4202496 453929 0 0 0 113784 68 0 0 25 0 1 0 599675246 328781824 79456 33554432000 4194304 4352236 140733225126608 18446744073709551615 4207597 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24953/statm: 80269 79456 127 39 0 79349 0
[pid=24954] ppid=24949 vsize=10175548 CPUtime=1132.13 cores=7
/proc/24954/stat : 24954 (march_hi) R 24949 24949 24128 0 -1 4202496 3406138 0 0 0 112460 753 0 0 25 0 1 0 599675246 10419761152 2413943 33554432000 4194304 4331988 140736057727968 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24954/statm: 2543887 2413943 151 34 0 2542329 0
Current children cumulated CPU time (s) 4546.65
Current children cumulated vsize (KiB) 18314376

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1138.51
CPU time (s): 4546.65
CPU user time (s): 4534.85
CPU system time (s): 11.8
CPU usage (%): 399.349
Max. virtual memory (cumulated for all children) (KiB): 18314376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 739
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= 214
involuntary context switches= 8

runsolver used 1.72274 second user time and 4.49232 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 18:27:26
IDJOB=3292066
IDBENCH=85008
IDSOLVER=1612
FILE ID=node119/3292066-1304094440
RUNJOBID= node119-1304090423-24478
PBS_JOBID= 13170550
Free space on /tmp= 71596 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292066-1304094440/watcher-3292066-1304094440 -o /tmp/evaluation-result-3292066-1304094440/solver-3292066-1304094440 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3292066-1304094440.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=404769995

node119.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.815
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.63
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.815
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12385200 kB
Buffers:       2235408 kB
Cached:       17563868 kB
SwapCached:       5504 kB
Active:        8318840 kB
Inactive:     11656952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12385200 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          223604 kB
Writeback:           0 kB
AnonPages:      173592 kB
Mapped:          16564 kB
Slab:           525124 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2285052 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= 71596 MiB
End job on node119 at 2011-04-29 18:46:26