Trace number 3257465

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) 3909.68 1300.02

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_8_4_5_fbc.cnf
MD5SUM6fdce6b69c397ad71b0f25957edff1fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.41518
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses33572
Sum of the clauses size97252
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214396
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

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-3257465-1304033500/watcher-3257465-1304033500 -o /tmp/evaluation-result-3257465-1304033500/solver-3257465-1304033500 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3257465-1304033500.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.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0

[startup+1.02028 s]
/proc/loadavg: 9.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.12026 s]
/proc/loadavg: 9.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20024 s]
/proc/loadavg: 9.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.32022 s]
/proc/loadavg: 9.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.52019 s]
/proc/loadavg: 9.32 8.73 7.59 6/182 26668
/proc/meminfo: memFree=13482468/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10091 s]
/proc/loadavg: 9.32 8.73 7.59 11/188 26675
/proc/meminfo: memFree=13397720/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
[pid=26669] ppid=26668 vsize=678088 CPUtime=3.09 cores=0
/proc/26669/stat : 26669 (cryptominisat) R 26668 26668 26049 0 -1 4202496 7699 0 0 0 308 1 0 0 25 0 1 0 514948823 694362112 4731 33554432000 4194304 4587354 140735903952128 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26669/statm: 169522 4731 338 96 0 166084 0
[pid=26670] ppid=26668 vsize=27692 CPUtime=3.1 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 4553 0 0 0 309 1 0 0 25 0 1 0 514948823 28356608 4267 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 6923 4267 340 145 0 3968 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=1.98 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 198 0 0 0 21 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=11104 CPUtime=3.09 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 2275 0 0 0 309 0 0 0 25 0 1 0 514948823 11370496 1967 33554432000 4194304 4352236 140733698760880 18446744073709551615 4321059 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 2776 1967 126 39 0 1856 0
[pid=26673] ppid=26668 vsize=59584 CPUtime=1.09 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 23525 0 0 0 106 3 0 0 25 0 1 0 514948823 61014016 9691 33554432000 4194304 4331988 140735855603952 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 14896 9691 171 34 0 13338 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 1253388

[startup+6.30035 s]
/proc/loadavg: 9.37 8.75 7.60 11/188 26675
/proc/meminfo: memFree=13381348/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
[pid=26669] ppid=26668 vsize=691348 CPUtime=6.29 cores=0
/proc/26669/stat : 26669 (cryptominisat) R 26668 26668 26049 0 -1 4202496 12083 0 0 0 627 2 0 0 25 0 1 0 514948823 707940352 7014 33554432000 4194304 4587354 140735903952128 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26669/statm: 172837 7014 338 96 0 169399 0
[pid=26670] ppid=26668 vsize=30480 CPUtime=6.29 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 5229 0 0 0 628 1 0 0 25 0 1 0 514948823 31211520 4943 33554432000 4194304 4785740 140734879865008 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 7620 4943 340 145 0 4665 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=3.56 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 356 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=13232 CPUtime=6.28 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 3296 0 0 0 628 0 0 0 25 0 1 0 514948823 13549568 2475 33554432000 4194304 4352236 140733698760880 18446744073709551615 4281201 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 3308 2475 126 39 0 2388 0
[pid=26673] ppid=26668 vsize=59584 CPUtime=2.69 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 23528 0 0 0 266 3 0 0 25 0 1 0 514948823 61014016 9694 33554432000 4194304 4331988 140735855603952 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 14896 9694 172 34 0 13338 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1271564

[startup+12.7012 s]
/proc/loadavg: 9.42 8.77 7.62 11/188 26675
/proc/meminfo: memFree=13388472/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514948823 18763776 389 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 8676633699485220863 0 0 17 4 0 0 0
/proc/26668/statm: 4581 389 341 23 0 91 0
[pid=26669] ppid=26668 vsize=679464 CPUtime=12.69 cores=0
/proc/26669/stat : 26669 (cryptominisat) R 26668 26668 26049 0 -1 4202496 17987 0 0 0 1266 3 0 0 25 0 1 0 514948823 695771136 3523 33554432000 4194304 4587354 140735903952128 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26669/statm: 169866 3523 338 96 0 166428 0
[pid=26670] ppid=26668 vsize=36332 CPUtime=12.69 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 6649 0 0 0 1268 1 0 0 25 0 1 0 514948823 37203968 6363 33554432000 4194304 4785740 140734879865008 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 9083 6363 340 145 0 6128 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=6.72 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 672 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=12248 CPUtime=12.68 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 3563 0 0 0 1268 0 0 0 25 0 1 0 514948823 12541952 2229 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 3062 2229 126 39 0 2142 0
[pid=26673] ppid=26668 vsize=59584 CPUtime=5.89 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 23533 0 0 0 586 3 0 0 25 0 1 0 514948823 61014016 9699 33554432000 4194304 4331988 140735855603952 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 14896 9699 172 34 0 13338 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1264548

[startup+25.501 s]
/proc/loadavg: 9.47 8.82 7.65 10/187 26675
/proc/meminfo: memFree=13388976/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 4294934785 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=46004 CPUtime=25.49 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 8922 0 0 0 2547 2 0 0 25 0 1 0 514948823 47108096 8636 33554432000 4194304 4785740 140734879865008 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 11501 8636 340 145 0 8546 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=13.1 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 1310 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 9825504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=14800 CPUtime=25.48 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 4716 0 0 0 2548 0 0 0 25 0 1 0 514948823 15155200 2867 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 3700 2867 126 39 0 2780 0
[pid=26673] ppid=26668 vsize=59724 CPUtime=12.25 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 24465 0 0 0 1222 3 0 0 25 0 1 0 514948823 61157376 10631 33554432000 4194304 4331988 140735855603952 18446744073709551615 4298535 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 14931 10631 175 34 0 13373 0
Current children cumulated CPU time (s) 93.2
Current children cumulated vsize (KiB) 597448

[startup+51.1005 s]
/proc/loadavg: 9.37 8.85 7.69 10/187 26676
/proc/meminfo: memFree=13364496/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 4294934785 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=63752 CPUtime=51.09 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 13268 0 0 0 5106 3 0 0 25 0 1 0 514948823 65282048 12982 33554432000 4194304 4785740 140734879865008 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 15938 12982 340 145 0 12983 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=25.82 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 2582 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=22992 CPUtime=51.08 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 11054 0 0 0 5107 1 0 0 25 0 1 0 514948823 23543808 4915 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 5748 4915 126 39 0 4828 0
[pid=26673] ppid=26668 vsize=60184 CPUtime=24.99 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 24516 0 0 0 2496 3 0 0 25 0 1 0 514948823 61628416 10682 33554432000 4194304 4331988 140735855603952 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 15046 10682 175 34 0 13488 0
Current children cumulated CPU time (s) 169.86
Current children cumulated vsize (KiB) 623848

[startup+102.3 s]
/proc/loadavg: 9.28 8.90 7.76 10/187 26677
/proc/meminfo: memFree=13345508/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195738567704576 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=88096 CPUtime=102.28 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 19075 0 0 0 10224 4 0 0 25 0 1 0 514948823 90210304 18789 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 22024 18789 340 145 0 19069 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=51.29 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 5129 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=19412 CPUtime=102.28 cores=2

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


[startup+942.301 s]
/proc/loadavg: 9.14 9.11 8.57 10/187 26732
/proc/meminfo: memFree=13156588/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=193332 CPUtime=942.22 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 44798 0 0 0 94211 11 0 0 25 0 1 0 514948823 197971968 44374 33554432000 4194304 4785740 140734879865008 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 48333 44374 341 145 0 45378 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=469.03 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 46903 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=31204 CPUtime=942.27 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 184179 0 0 0 94204 23 0 0 25 0 1 0 514948823 31952896 6968 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 7801 6968 126 39 0 6881 0
[pid=26673] ppid=26668 vsize=63300 CPUtime=468.14 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 25325 0 0 0 46810 4 0 0 25 0 1 0 514948823 64819200 11490 33554432000 4194304 4331988 140735855603952 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 15825 11490 176 34 0 14267 0
Current children cumulated CPU time (s) 2838.54
Current children cumulated vsize (KiB) 764756

[startup+1002.3 s]
/proc/loadavg: 9.29 9.15 8.61 10/187 26734
/proc/meminfo: memFree=13133508/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=193648 CPUtime=1002.22 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 44903 0 0 0 100211 11 0 0 25 0 1 0 514948823 198295552 44479 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 48412 44479 341 145 0 45457 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=498.82 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 49882 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=33764 CPUtime=1002.28 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 197619 0 0 0 100203 25 0 0 25 0 1 0 514948823 34574336 7608 33554432000 4194304 4352236 140733698760880 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 8441 7608 126 39 0 7521 0
[pid=26673] ppid=26668 vsize=63300 CPUtime=498.02 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 25389 0 0 0 49798 4 0 0 25 0 1 0 514948823 64819200 11553 33554432000 4194304 4331988 140735855603952 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 15825 11553 175 34 0 14267 0
Current children cumulated CPU time (s) 3018.22
Current children cumulated vsize (KiB) 767632

[startup+1062.3 s]
/proc/loadavg: 9.23 9.15 8.65 10/187 26736
/proc/meminfo: memFree=13098388/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=194332 CPUtime=1062.21 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 45045 0 0 0 106210 11 0 0 25 0 1 0 514948823 198995968 44621 33554432000 4194304 4785740 140734879865008 18446744073709551615 235594564226 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 48583 44621 341 145 0 45628 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=528.7 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 52870 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=48612 CPUtime=1062.28 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 214387 0 0 0 106201 27 0 0 25 0 1 0 514948823 49778688 11320 33554432000 4194304 4352236 140733698760880 18446744073709551615 4278535 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 12153 11320 126 39 0 11233 0
[pid=26673] ppid=26668 vsize=66516 CPUtime=527.82 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 26021 0 0 0 52778 4 0 0 25 0 1 0 514948823 68112384 12185 33554432000 4194304 4331988 140735855603952 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 16629 12185 175 34 0 15071 0
Current children cumulated CPU time (s) 3197.89
Current children cumulated vsize (KiB) 786380

[startup+1122.3 s]
/proc/loadavg: 9.26 9.17 8.68 10/187 26737
/proc/meminfo: memFree=13096384/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=198992 CPUtime=1122.2 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 46124 0 0 0 112209 11 0 0 25 0 1 0 514948823 203767808 45700 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 49748 45700 341 145 0 46793 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=558.51 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 55851 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=39396 CPUtime=1122.27 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 225395 0 0 0 112199 28 0 0 25 0 1 0 514948823 40341504 9016 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 9849 9016 126 39 0 8929 0
[pid=26673] ppid=26668 vsize=66516 CPUtime=557.67 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 26091 0 0 0 55763 4 0 0 25 0 1 0 514948823 68112384 12255 33554432000 4194304 4331988 140735855603952 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 16629 12255 175 34 0 15071 0
Current children cumulated CPU time (s) 3377.53
Current children cumulated vsize (KiB) 781824

[startup+1182.3 s]
/proc/loadavg: 9.21 9.17 8.71 10/187 26739
/proc/meminfo: memFree=13077272/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=202196 CPUtime=1182.2 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 46913 0 0 0 118209 11 0 0 25 0 1 0 514948823 207048704 46489 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 50549 46489 341 145 0 47594 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=588.36 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 58836 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=41444 CPUtime=1182.29 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 237171 0 0 0 118199 30 0 0 25 0 1 0 514948823 42438656 9528 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 10361 9528 126 39 0 9441 0
[pid=26673] ppid=26668 vsize=66516 CPUtime=587.51 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 26172 0 0 0 58747 4 0 0 25 0 1 0 514948823 68112384 12336 33554432000 4194304 4331988 140735855603952 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 16629 12336 175 34 0 15071 0
Current children cumulated CPU time (s) 3557.24
Current children cumulated vsize (KiB) 787076

[startup+1242.3 s]
/proc/loadavg: 9.18 9.16 8.73 10/187 26740
/proc/meminfo: memFree=13061880/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=217896 CPUtime=1242.2 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 50665 0 0 0 124207 13 0 0 25 0 1 0 514948823 223125504 50241 33554432000 4194304 4785740 140734879865008 18446744073709551615 4304895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 54474 50241 341 145 0 51519 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=618.2 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 61820 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134528641 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=31204 CPUtime=1242.28 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 243315 0 0 0 124197 31 0 0 25 0 1 0 514948823 31952896 6968 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 7801 6968 126 39 0 6881 0
[pid=26673] ppid=26668 vsize=66516 CPUtime=617.33 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 26253 0 0 0 61729 4 0 0 25 0 1 0 514948823 68112384 12417 33554432000 4194304 4331988 140735855603952 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 16629 12417 175 34 0 15071 0
Current children cumulated CPU time (s) 3736.89
Current children cumulated vsize (KiB) 792536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.22 9.18 8.76 10/187 26742
/proc/meminfo: memFree=13044136/32950928 swapFree=67111528/67111528
[pid=26668] ppid=26666 vsize=18324 CPUtime=16.88 cores=0,2,4,6
/proc/26668/stat : 26668 (ppfolio) S 26666 26668 26049 0 -1 4202496 521 22344 0 0 0 0 1684 4 15 0 1 0 514948823 18763776 390 33554432000 4194304 4287625 140735292976832 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 4 0 0 0
/proc/26668/statm: 4581 390 342 23 0 91 0
[pid=26670] ppid=26668 vsize=224440 CPUtime=1299.9 cores=4
/proc/26670/stat : 26670 (clasp) R 26668 26668 26049 0 -1 4202496 52261 0 0 0 129977 13 0 0 25 0 1 0 514948823 229826560 51837 33554432000 4194304 4785740 140734879865008 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26670/statm: 56110 51837 341 145 0 53155 0
[pid=26671] ppid=26668 vsize=458596 CPUtime=646.9 cores=6
/proc/26671/stat : 26671 (TNM) R 26668 26668 26049 0 -1 4202496 1330 0 0 0 64690 0 0 0 25 0 1 0 514948823 469602304 1227 33554432000 134512640 134534564 4290175184 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26671/statm: 114649 1227 95 6 0 113315 0
[pid=26672] ppid=26668 vsize=31204 CPUtime=1299.98 cores=2
/proc/26672/stat : 26672 (lingeling) R 26668 26668 26049 0 -1 4202496 256115 0 0 0 129966 32 0 0 25 0 1 0 514948823 31952896 6968 33554432000 4194304 4352236 140733698760880 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26672/statm: 7801 6968 126 39 0 6881 0
[pid=26673] ppid=26668 vsize=71692 CPUtime=646.02 cores=6
/proc/26673/stat : 26673 (march_hi) R 26668 26668 26049 0 -1 4202496 27198 0 0 0 64598 4 0 0 25 0 1 0 514948823 73412608 13362 33554432000 4194304 4331988 140735855603952 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26673/statm: 17923 13362 175 34 0 16365 0
Current children cumulated CPU time (s) 3909.68
Current children cumulated vsize (KiB) 804256

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.02
CPU time (s): 3909.68
CPU user time (s): 3909.15
CPU system time (s): 0.53
CPU usage (%): 300.74
Max. virtual memory (cumulated for all children) (KiB): 14966656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2609.4
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307509
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= 197
involuntary context switches= 30308

runsolver used 2.13667 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 01:31:41
IDJOB=3257465
IDBENCH=70930
IDSOLVER=1612
FILE ID=node120/3257465-1304033500
RUNJOBID= node120-1304032996-26502
PBS_JOBID= 13170332
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_8_4_5_fbc.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257465-1304033500/watcher-3257465-1304033500 -o /tmp/evaluation-result-3257465-1304033500/solver-3257465-1304033500 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3257465-1304033500.cnf

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

MD5SUM BENCH= 6fdce6b69c397ad71b0f25957edff1fa
RANDOM SEED=1365898550

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      13482748 kB
Buffers:       2480792 kB
Cached:       16104524 kB
SwapCached:          0 kB
Active:       11098956 kB
Inactive:      7797000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13482748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10588 kB
Writeback:           0 kB
AnonPages:      309596 kB
Mapped:          17076 kB
Slab:           507900 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   944460 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= 72052 MiB
End job on node120 at 2011-04-29 01:53:23