Trace number 3275792

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 1483.8 1483.76

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark364.876
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
1483.71/1483.75	s UNSATISFIABLE
1483.71/1483.76	solver [2] clasp 1.3.6 answered
1483.71/1483.76	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-3275792-1303650621/watcher-3275792-1303650621 -o /tmp/evaluation-result-3275792-1303650621/solver-3275792-1303650621 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275792-1303650621.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.92 1.28 1.67 2/172 3295
/proc/meminfo: memFree=14541100/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 498 0 0 0 0 0 0 0 22 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5588645259832688900 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0

[startup+0.088601 s]
/proc/loadavg: 0.92 1.28 1.67 2/172 3295
/proc/meminfo: memFree=14541100/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 17 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702762403528704 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100627 s]
/proc/loadavg: 0.92 1.28 1.67 2/172 3295
/proc/meminfo: memFree=14541100/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 17 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300625 s]
/proc/loadavg: 0.92 1.28 1.67 2/172 3295
/proc/meminfo: memFree=14541100/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 17 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700497 s]
/proc/loadavg: 0.92 1.28 1.67 2/172 3295
/proc/meminfo: memFree=14541100/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763703587037249536 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50029 s]
/proc/loadavg: 1.33 1.36 1.69 7/184 3308
/proc/meminfo: memFree=14523760/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763703724476203008 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1520964 CPUtime=0.49 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 1706 0 0 0 49 0 0 0 25 0 1 0 476660883 1557467136 920 33554432000 4194304 4587354 140735423538864 18446744073709551615 4249472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 380241 920 326 96 0 376803 0
[pid=3297] ppid=3295 vsize=13624 CPUtime=0.5 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 876 0 0 0 50 0 0 0 25 0 1 0 476660883 13950976 768 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 3406 768 340 145 0 451 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=0.49 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 49 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2009284

[startup+3.10113 s]
/proc/loadavg: 1.33 1.36 1.69 7/184 3308
/proc/meminfo: memFree=14519396/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763701937769807872 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1522168 CPUtime=1.04 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 2168 0 0 0 104 0 0 0 25 0 1 0 476660883 1558700032 1083 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 380542 1083 326 96 0 377104 0
[pid=3297] ppid=3295 vsize=14024 CPUtime=1 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 967 0 0 0 100 0 0 0 25 0 1 0 476660883 14360576 859 33554432000 4194304 4785740 140733473172048 18446744073709551615 4562650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 3506 859 340 145 0 551 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=1.04 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 104 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2010888

[startup+6.30056 s]
/proc/loadavg: 1.33 1.36 1.69 7/184 3309
/proc/meminfo: memFree=14509236/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702075208761344 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1528928 CPUtime=2.09 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 4446 0 0 0 209 0 0 0 25 0 1 0 476660883 1565622272 2609 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 382232 2609 336 96 0 378794 0
[pid=3297] ppid=3295 vsize=14568 CPUtime=2.1 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 1106 0 0 0 210 0 0 0 25 0 1 0 476660883 14917632 998 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 3642 998 340 145 0 687 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=2.09 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 209 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 2018192

[startup+12.7004 s]
/proc/loadavg: 2.04 1.51 1.74 7/184 3309
/proc/meminfo: memFree=14494024/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763701800330854400 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1528112 CPUtime=4.24 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 5917 0 0 0 424 0 0 0 25 0 1 0 476660883 1564786688 2689 33554432000 4194304 4587354 140735423538864 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 382028 2689 336 96 0 378590 0
[pid=3297] ppid=3295 vsize=15468 CPUtime=4.2 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 1327 0 0 0 420 0 0 0 25 0 1 0 476660883 15839232 1219 33554432000 4194304 4785740 140733473172048 18446744073709551615 4538902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 3867 1219 340 145 0 912 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=4.24 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 424 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2018276

[startup+25.5012 s]
/proc/loadavg: 2.65 1.66 1.78 7/184 3309
/proc/meminfo: memFree=14480992/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763703037281435648 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=40836 CPUtime=8.49 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 9568 0 0 0 848 1 0 0 25 0 1 0 476660883 41816064 4535 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 10209 4535 336 96 0 6771 0
[pid=3297] ppid=3295 vsize=16512 CPUtime=8.49 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 1556 0 0 0 849 0 0 0 25 0 1 0 476660883 16908288 1448 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 4128 1448 340 145 0 1173 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=8.5 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 850 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528968 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 532044

[startup+51.1007 s]
/proc/loadavg: 3.79 2.01 1.89 7/184 3310
/proc/meminfo: memFree=14467148/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763701662891900928 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1538416 CPUtime=17.05 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 14294 0 0 0 1703 2 0 0 25 0 1 0 476660883 1575337984 5552 33554432000 4194304 4587354 140735423538864 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 384604 5552 336 96 0 381166 0
[pid=3297] ppid=3295 vsize=17984 CPUtime=16.99 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 1877 0 0 0 1699 0 0 0 25 0 1 0 476660883 18415616 1769 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 4496 1769 341 145 0 1541 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=17.04 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 1704 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2031096

[startup+102.307 s]
/proc/loadavg: 5.17 2.69 2.13 7/184 3311
/proc/meminfo: memFree=14454848/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702212647714816 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=50504 CPUtime=34.08 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 22513 0 0 0 3405 3 0 0 25 0 1 0 476660883 51716096 7087 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 12626 7087 336 96 0 9188 0
[pid=3297] ppid=3295 vsize=19556 CPUtime=34.09 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 2231 0 0 0 3409 0 0 0 25 0 1 0 476660883 20025344 2123 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 4889 2123 341 145 0 1934 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=34.11 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 3411 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 544756

[startup+162.301 s]
/proc/loadavg: 5.69 3.29 2.37 7/184 3313
/proc/meminfo: memFree=14455564/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702487525621760 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=43960 CPUtime=54.08 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 29981 0 0 0 5404 4 0 0 25 0 1 0 476660883 45015040 7466 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 10990 7466 336 96 0 7552 0
[pid=3297] ppid=3295 vsize=20708 CPUtime=54.09 cores=0

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

/proc/3297/statm: 6917 4021 341 145 0 3962 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=374.09 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 37409 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 579872

[startup+1182.3 s]
/proc/loadavg: 6.00 5.91 4.77 7/184 3340
/proc/meminfo: memFree=14394076/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=1561144 CPUtime=394.13 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 105696 0 0 0 39393 20 0 0 25 0 1 0 476660883 1598611456 12905 33554432000 4194304 4587354 140735423538864 18446744073709551615 4242705 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 390286 12905 336 96 0 386848 0
[pid=3297] ppid=3295 vsize=27860 CPUtime=394.09 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4183 0 0 0 39409 0 0 0 25 0 1 0 476660883 28528640 4075 33554432000 4194304 4785740 140733473172048 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6965 4075 341 145 0 4010 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=394.09 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 39409 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530489 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2063700

[startup+1242.3 s]
/proc/loadavg: 6.04 5.94 4.85 7/184 3341
/proc/meminfo: memFree=14384124/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702624964575232 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=66436 CPUtime=414.13 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 108412 0 0 0 41392 21 0 0 25 0 1 0 476660883 68030464 12904 33554432000 4194304 4587354 140735423538864 18446744073709551615 4239249 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 16609 12904 336 96 0 13171 0
[pid=3297] ppid=3295 vsize=28052 CPUtime=414.1 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4222 0 0 0 41410 0 0 0 25 0 1 0 476660883 28725248 4114 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 7013 4114 341 145 0 4058 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=414.08 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 41408 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 569184

[startup+1302.3 s]
/proc/loadavg: 6.01 5.95 4.92 7/184 3343
/proc/meminfo: memFree=14390184/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702624964575232 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=81664 CPUtime=434.12 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 110595 0 0 0 43391 21 0 0 25 0 1 0 476660883 83623936 15049 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 20416 15049 336 96 0 16978 0
[pid=3297] ppid=3295 vsize=28052 CPUtime=434.11 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4228 0 0 0 43411 0 0 0 25 0 1 0 476660883 28725248 4120 33554432000 4194304 4785740 140733473172048 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 7013 4120 341 145 0 4058 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=434.08 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 43408 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 584412

[startup+1362.3 s]
/proc/loadavg: 6.00 5.95 4.98 7/184 3345
/proc/meminfo: memFree=14309792/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702762403528704 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=3071548 CPUtime=454.13 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 112438 0 0 0 45391 22 0 0 25 0 1 0 476660883 3145265152 14150 33554432000 4194304 4587354 140735423538864 18446744073709551615 4413511 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 767887 14150 336 96 0 764449 0
[pid=3297] ppid=3295 vsize=28244 CPUtime=454.11 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4268 0 0 0 45411 0 0 0 25 0 1 0 476660883 28921856 4160 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 7061 4160 341 145 0 4106 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=454.08 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 45408 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3574488

[startup+1422.31 s]
/proc/loadavg: 6.00 5.96 5.04 7/184 3346
/proc/meminfo: memFree=14381452/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702762403528704 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=66436 CPUtime=474.12 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 114060 0 0 0 47390 22 0 0 25 0 1 0 476660883 68030464 12904 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 16609 12904 336 96 0 13171 0
[pid=3297] ppid=3295 vsize=27860 CPUtime=474.12 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4272 0 0 0 47412 0 0 0 25 0 1 0 476660883 28528640 4091 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6965 4091 341 145 0 4010 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=474.08 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 47408 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 568992

[startup+1482.3 s]
/proc/loadavg: 6.00 5.96 5.10 7/184 3348
/proc/meminfo: memFree=14375976/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702899842482176 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=81944 CPUtime=494.12 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 116728 0 0 0 49389 23 0 0 25 0 1 0 476660883 83910656 15512 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 20486 15512 336 96 0 17048 0
[pid=3297] ppid=3295 vsize=27476 CPUtime=494.12 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4276 0 0 0 49412 0 0 0 25 0 1 0 476660883 28135424 4024 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6869 4024 341 145 0 3914 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=494.08 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 49408 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 584116

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

[startup+1483.1 s]
/proc/loadavg: 6.00 5.96 5.10 7/184 3348
/proc/meminfo: memFree=14375604/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702899842482176 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=81944 CPUtime=494.42 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 116757 0 0 0 49419 23 0 0 25 0 1 0 476660883 83910656 15541 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 20486 15541 336 96 0 17048 0
[pid=3297] ppid=3295 vsize=27476 CPUtime=494.32 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4276 0 0 0 49432 0 0 0 25 0 1 0 476660883 28135424 4024 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6869 4024 341 145 0 3914 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=494.37 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 49437 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1483.11
Current children cumulated vsize (KiB) 584116

[startup+1483.5 s]
/proc/loadavg: 6.00 5.96 5.10 7/184 3348
/proc/meminfo: memFree=14375604/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702899842482176 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=81944 CPUtime=494.52 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 116767 0 0 0 49429 23 0 0 25 0 1 0 476660883 83910656 15550 33554432000 4194304 4587354 140735423538864 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 20486 15550 336 96 0 17048 0
[pid=3297] ppid=3295 vsize=27092 CPUtime=494.52 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4276 0 0 0 49452 0 0 0 25 0 1 0 476660883 27742208 3950 33554432000 4194304 4785740 140733473172048 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6773 3950 341 145 0 3818 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=494.48 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 49448 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1483.52
Current children cumulated vsize (KiB) 583732

[startup+1483.7 s]
/proc/loadavg: 6.00 5.96 5.10 7/184 3348
/proc/meminfo: memFree=14375604/32950928 swapFree=67111528/67111528
[pid=3295] ppid=3293 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3295/stat : 3295 (ppfolio) S 3293 3295 2414 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476660882 18763776 394 33554432000 4194304 4287625 140735799773872 18446744073709551615 235594886671 0 0 4096 65536 5763702899842482176 0 0 17 4 0 0 0
/proc/3295/statm: 4581 394 345 23 0 91 0
[pid=3296] ppid=3295 vsize=81944 CPUtime=494.62 cores=0
/proc/3296/stat : 3296 (cryptominisat) R 3295 3295 2414 0 -1 4202496 116779 0 0 0 49439 23 0 0 25 0 1 0 476660883 83910656 15560 33554432000 4194304 4587354 140735423538864 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3296/statm: 20486 15560 336 96 0 17048 0
[pid=3297] ppid=3295 vsize=27092 CPUtime=494.52 cores=0
/proc/3297/stat : 3297 (clasp) R 3295 3295 2414 0 -1 4202496 4276 0 0 0 49452 0 0 0 25 0 1 0 476660883 27742208 3950 33554432000 4194304 4785740 140733473172048 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3297/statm: 6773 3950 341 145 0 3818 0
[pid=3298] ppid=3295 vsize=456372 CPUtime=494.57 cores=0
/proc/3298/stat : 3298 (TNM) R 3295 3295 2414 0 -1 4202496 511 0 0 0 49457 0 0 0 25 0 1 0 476660883 467324928 408 33554432000 134512640 134534564 4294713776 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3298/statm: 114093 408 95 6 0 112759 0
Current children cumulated CPU time (s) 1483.71
Current children cumulated vsize (KiB) 583732

Child status: 0
Real time (s): 1483.76
CPU time (s): 1483.8
CPU user time (s): 1483.56
CPU system time (s): 0.240963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 14868900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1483.56
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122102
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= 276
involuntary context switches= 16756

runsolver used 2.6416 second user time and 5.45417 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-24 15:10:21
IDJOB=3275792
IDBENCH=83323
IDSOLVER=1639
FILE ID=node120/3275792-1303650621
RUNJOBID= node120-1303650621-3279
PBS_JOBID= 13150728
Free space on /tmp= 72156 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275792-1303650621/watcher-3275792-1303650621 -o /tmp/evaluation-result-3275792-1303650621/solver-3275792-1303650621 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275792-1303650621.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=1101819966

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:      14541380 kB
Buffers:       2462328 kB
Cached:       15316568 kB
SwapCached:          0 kB
Active:       10514788 kB
Inactive:      7328340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14541380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20608 kB
Writeback:           0 kB
AnonPages:       62744 kB
Mapped:          14696 kB
Slab:           504128 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187776 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= 72136 MiB
End job on node120 at 2011-04-24 15:35:05