Trace number 3262218

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 seqUNSAT 429.125 429.111

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark194.97
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

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 1 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	Starting cryptominisat 2.7.1 on core(s) 5
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 5
429.08/429.10	s UNSATISFIABLE
429.08/429.11	solver [2] clasp 1.3.6 answered
429.08/429.11	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262218-1303542514/watcher-3262218-1303542514 -o /tmp/evaluation-result-3262218-1303542514/solver-3262218-1303542514 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3262218-1303542514.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0 cores=5,7
/proc/5542/stat : 5542 (ppfolio) R 5538 5542 5047 0 -1 4202496 483 0 0 0 0 0 0 0 21 0 1 0 544481951 18763776 392 33554432000 4194304 4287625 140736585493584 18446744073709551615 47986869257744 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/5542/statm: 4581 392 343 23 0 91 0

[startup+0.0437249 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 499 0 0 0 0 0 0 0 22 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/5542/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.893574 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 18324

[startup+0.900582 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 18324

[startup+1.00055 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 1.39 2.84 3.32 3/179 5543
/proc/meminfo: memFree=17024412/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 18324

[startup+3.10117 s]
/proc/loadavg: 2.00 2.94 3.35 11/199 5571
/proc/meminfo: memFree=16978792/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=15960 CPUtime=1.5 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 1524 0 0 0 150 0 0 0 20 0 1 0 544481951 16343040 1336 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 3990 1336 340 145 0 1035 0
[pid=5559] ppid=5542 vsize=453712 CPUtime=0.76 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 783 0 0 0 76 0 0 0 25 0 1 0 544481951 464601088 680 33554432000 134512640 134534564 4286824880 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 113428 680 91 6 0 112094 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 487996

[startup+6.30058 s]
/proc/loadavg: 2.00 2.94 3.35 10/198 5571
/proc/meminfo: memFree=16974460/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=17448 CPUtime=3.09 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 1860 0 0 0 309 0 0 0 25 0 1 0 544481951 17866752 1672 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287232 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 4362 1672 340 145 0 1407 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=2.36 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 236 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 493444

[startup+12.7004 s]
/proc/loadavg: 2.92 3.11 3.40 10/198 5571
/proc/meminfo: memFree=16967920/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=18772 CPUtime=6.29 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 2208 0 0 0 629 0 0 0 25 0 1 0 544481951 19222528 2020 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 4693 2020 340 145 0 1738 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=5.57 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 557 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 494768

[startup+25.5011 s]
/proc/loadavg: 3.70 3.27 3.45 10/198 5571
/proc/meminfo: memFree=16962488/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=20820 CPUtime=12.69 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 2663 0 0 0 1269 0 0 0 25 0 1 0 544481951 21319680 2475 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 5205 2475 340 145 0 2250 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=11.96 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 1196 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 496816

[startup+51.1004 s]
/proc/loadavg: 5.17 3.65 3.57 10/198 5572
/proc/meminfo: memFree=16954668/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=22452 CPUtime=25.49 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 3079 0 0 0 2549 0 0 0 25 0 1 0 544481951 22990848 2891 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 5613 2891 340 145 0 2658 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=24.76 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 2476 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 498448

[startup+102.301 s]
/proc/loadavg: 6.84 4.33 3.81 10/198 5573
/proc/meminfo: memFree=16941248/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=26180 CPUtime=51.09 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 3919 0 0 0 5109 0 0 0 25 0 1 0 544481951 26808320 3731 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 6545 3731 340 145 0 3590 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=50.37 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 5037 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 502176

[startup+162.301 s]
/proc/loadavg: 7.57 5.00 4.07 10/199 5605
/proc/meminfo: memFree=16936040/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=28404 CPUtime=81.08 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 4419 0 0 0 8108 0 0 0 25 0 1 0 544481951 29085696 4231 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7101 4231 340 145 0 4146 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=80.38 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 8038 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 504400

[startup+222.301 s]
/proc/loadavg: 7.91 5.57 4.32 9/198 5606
/proc/meminfo: memFree=16925960/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=29396 CPUtime=111.08 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 4667 0 0 0 11108 0 0 0 25 0 1 0 544481951 30101504 4479 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7349 4479 340 145 0 4394 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=110.38 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 11038 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 505392

[startup+282.307 s]
/proc/loadavg: 8.36 6.10 4.58 10/199 5668
/proc/meminfo: memFree=16914420/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30412 CPUtime=141.07 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 4903 0 0 0 14107 0 0 0 25 0 1 0 544481951 31141888 4715 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7603 4715 340 145 0 4648 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=140.39 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 14039 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 506408

[startup+342.301 s]
/proc/loadavg: 8.80 6.64 4.86 10/199 5669
/proc/meminfo: memFree=16901672/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30988 CPUtime=171.06 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5150 0 0 0 17106 0 0 0 25 0 1 0 544481951 31731712 4899 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7747 4899 341 145 0 4792 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=170.4 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 17040 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 506984

[startup+402.301 s]
/proc/loadavg: 8.93 7.07 5.12 10/199 5671
/proc/meminfo: memFree=16900396/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=31080 CPUtime=201.06 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 20106 0 0 0 25 0 1 0 544481951 31825920 4904 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7770 4904 341 145 0 4815 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=200.4 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 20040 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 507076

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

[startup+410.201 s]
/proc/loadavg: 9.02 7.15 5.16 10/199 5671
/proc/meminfo: memFree=16899764/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=31080 CPUtime=205.05 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 20505 0 0 0 25 0 1 0 544481951 31825920 4904 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7770 4904 341 145 0 4815 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=204.31 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 20431 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 410.18
Current children cumulated vsize (KiB) 507076

[startup+416.6 s]
/proc/loadavg: 9.02 7.18 5.18 10/199 5671
/proc/meminfo: memFree=16896912/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=31080 CPUtime=208.25 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 20825 0 0 0 25 0 1 0 544481951 31825920 4904 33554432000 4194304 4785740 140736459652784 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7770 4904 341 145 0 4815 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=207.51 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 20751 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 416.58
Current children cumulated vsize (KiB) 507076

[startup+423 s]
/proc/loadavg: 9.01 7.24 5.22 10/199 5672
/proc/meminfo: memFree=16897516/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=31080 CPUtime=211.45 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21145 0 0 0 25 0 1 0 544481951 31825920 4904 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7770 4904 341 145 0 4815 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=210.71 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21071 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 422.98
Current children cumulated vsize (KiB) 507076

[startup+426.201 s]
/proc/loadavg: 9.01 7.24 5.22 10/199 5672
/proc/meminfo: memFree=16896400/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30504 CPUtime=213.05 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21305 0 0 0 25 0 1 0 544481951 31236096 4782 33554432000 4194304 4785740 140736459652784 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7626 4782 341 145 0 4671 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=212.31 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21231 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 426.18
Current children cumulated vsize (KiB) 506500

[startup+427.8 s]
/proc/loadavg: 9.01 7.24 5.22 10/199 5672
/proc/meminfo: memFree=16898880/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30504 CPUtime=213.85 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21385 0 0 0 25 0 1 0 544481951 31236096 4782 33554432000 4194304 4785740 140736459652784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7626 4782 341 145 0 4671 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=213.11 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21311 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 427.78
Current children cumulated vsize (KiB) 506500

[startup+428.607 s]
/proc/loadavg: 9.01 7.27 5.24 10/199 5672
/proc/meminfo: memFree=16898880/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30504 CPUtime=214.26 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21426 0 0 0 25 0 1 0 544481951 31236096 4782 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7626 4782 341 145 0 4671 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=213.51 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21351 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 428.59
Current children cumulated vsize (KiB) 506500

[startup+429.001 s]
/proc/loadavg: 9.01 7.27 5.24 10/199 5672
/proc/meminfo: memFree=16898880/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=30216 CPUtime=214.45 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21445 0 0 0 25 0 1 0 544481951 30941184 4723 33554432000 4194304 4785740 140736459652784 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 7554 4723 341 145 0 4599 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=213.71 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21371 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 428.98
Current children cumulated vsize (KiB) 506212

[startup+429.101 s]
/proc/loadavg: 9.01 7.27 5.24 10/199 5672
/proc/meminfo: memFree=16898880/32951124 swapFree=67111528/67111528
[pid=5542] ppid=5538 vsize=18324 CPUtime=0.82 cores=5,7
/proc/5542/stat : 5542 (ppfolio) S 5538 5542 5047 0 -1 4202496 500 2398 0 0 0 0 82 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140736585493584 18446744073709551615 260020416015 0 0 4096 65536 4507309521336500484 0 0 17 7 0 0 0
/proc/5542/statm: 4581 395 346 23 0 91 0
[pid=5549] ppid=5542 vsize=27492 CPUtime=214.46 cores=5
/proc/5549/stat : 5549 (clasp) R 5542 5542 5047 0 -1 4202496 5207 0 0 0 21446 0 0 0 25 0 1 0 544481951 28151808 4157 33554432000 4194304 4785740 140736459652784 18446744073709551615 4290583 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/5549/statm: 6873 4157 341 145 0 3918 0
[pid=5559] ppid=5542 vsize=457672 CPUtime=213.8 cores=5
/proc/5559/stat : 5559 (TNM) R 5542 5542 5047 0 -1 4202496 969 0 0 0 21380 0 0 0 25 0 1 0 544481951 468656128 866 33554432000 134512640 134534564 4286824880 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5559/statm: 114418 866 95 6 0 113084 0
Current children cumulated CPU time (s) 429.08
Current children cumulated vsize (KiB) 503488

Child status: 0
Real time (s): 429.111
CPU time (s): 429.125
CPU user time (s): 429.109
CPU system time (s): 0.015997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 507172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.109
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9109
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= 83
involuntary context switches= 4847

runsolver used 0.701893 second user time and 1.60776 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 09:08:34
IDJOB=3262218
IDBENCH=83285
IDSOLVER=1613
FILE ID=node110/3262218-1303542514
RUNJOBID= node110-1303542514-5519
PBS_JOBID= 13143128
Free space on /tmp= 71984 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262218-1303542514/watcher-3262218-1303542514 -o /tmp/evaluation-result-3262218-1303542514/solver-3262218-1303542514 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3262218-1303542514.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=1424884404

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.830
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:      17025104 kB
Buffers:       2309464 kB
Cached:       12986268 kB
SwapCached:          0 kB
Active:        7919056 kB
Inactive:      7441612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17025104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31440 kB
Writeback:           0 kB
AnonPages:       65388 kB
Mapped:          14488 kB
Slab:           501444 kB
PageTables:       5892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190200 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= 71944 MiB
End job on node110 at 2011-04-23 09:15:43