Trace number 3222190

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 1109.01 1108.97

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.1038
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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
1108.92/1108.96	s UNSATISFIABLE
1108.92/1108.97	solver [2] clasp 1.3.6 answered
1108.92/1108.97	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-3222190-1303300967/watcher-3222190-1303300967 -o /tmp/evaluation-result-3222190-1303300967/solver-3222190-1303300967 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3222190-1303300967.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): 5000 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: 6.02 5.93 5.56 4/180 29923
/proc/meminfo: memFree=15908408/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 9137710464619217155 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0

[startup+0.00738294 s]
/proc/loadavg: 6.02 5.93 5.56 4/180 29923
/proc/meminfo: memFree=15908408/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 9137710464619217155 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100436 s]
/proc/loadavg: 6.02 5.93 5.56 4/180 29923
/proc/meminfo: memFree=15908408/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 9137710464619217155 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.3004 s]
/proc/loadavg: 6.02 5.93 5.56 4/180 29923
/proc/meminfo: memFree=15908408/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700312 s]
/proc/loadavg: 6.02 5.93 5.56 4/180 29923
/proc/meminfo: memFree=15908408/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 19 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636580843487232 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50119 s]
/proc/loadavg: 6.02 5.93 5.56 7/184 29927
/proc/meminfo: memFree=15902824/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636718282440704 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=746752 CPUtime=0.45 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 1502 0 0 0 45 0 0 0 25 0 1 0 441697446 764674048 822 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 186688 822 326 96 0 183250 0
[pid=29925] ppid=29923 vsize=13500 CPUtime=0.42 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 834 0 0 0 42 0 0 0 25 0 1 0 441697446 13824000 726 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 3375 726 340 145 0 420 0
[pid=29926] ppid=29923 vsize=452392 CPUtime=0.61 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 384 0 0 0 61 0 0 0 25 0 1 0 441697446 463249408 281 33554432000 134512640 134534564 4289060512 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 113098 281 91 6 0 111764 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1230968

[startup+3.10091 s]
/proc/loadavg: 6.02 5.93 5.56 7/184 29927
/proc/meminfo: memFree=15901584/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048634931576045568 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=747024 CPUtime=1.04 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 1936 0 0 0 104 0 0 0 25 0 1 0 441697446 764952576 989 33554432000 4194304 4587354 140736205841136 18446744073709551615 4242658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 186756 989 326 96 0 183318 0
[pid=29925] ppid=29923 vsize=13916 CPUtime=0.93 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 924 0 0 0 93 0 0 0 25 0 1 0 441697446 14249984 816 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 3479 816 340 145 0 524 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=1.11 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 111 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1235484

[startup+6.30029 s]
/proc/loadavg: 6.02 5.93 5.56 7/184 29928
/proc/meminfo: memFree=15894792/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635206453952512 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=32408 CPUtime=2.45 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 3975 0 0 0 245 0 0 0 18 0 1 0 441697446 33185792 2355 33554432000 4194304 4587354 140736205841136 18446744073709551615 222921777024 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 8102 2355 336 96 0 4664 0
[pid=29925] ppid=29923 vsize=14528 CPUtime=1.82 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 1063 0 0 0 182 0 0 0 25 0 1 0 441697446 14876672 955 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 3632 955 340 145 0 677 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=2.01 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 201 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 521480

[startup+12.7011 s]
/proc/loadavg: 6.02 5.93 5.56 7/184 29928
/proc/meminfo: memFree=15892712/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635481331859456 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=753240 CPUtime=4.74 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 5185 0 0 0 474 0 0 0 24 0 1 0 441697446 771317760 2351 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 188310 2351 336 96 0 184872 0
[pid=29925] ppid=29923 vsize=14960 CPUtime=3.92 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 1182 0 0 0 392 0 0 0 25 0 1 0 441697446 15319040 1074 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 3740 1074 340 145 0 785 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=4.02 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 402 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1242744

[startup+25.5008 s]
/proc/loadavg: 6.01 5.94 5.57 7/184 29928
/proc/meminfo: memFree=15889472/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635206453952512 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=15198768 CPUtime=9.04 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 7692 0 0 0 903 1 0 0 25 0 1 0 441697446 15563538432 3863 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 3799692 3863 336 96 0 3796254 0
[pid=29925] ppid=29923 vsize=16016 CPUtime=8.13 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 1423 0 0 0 813 0 0 0 25 0 1 0 441697446 16400384 1315 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 4004 1315 340 145 0 1049 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=8.3 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 830 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15689328

[startup+51.1011 s]
/proc/loadavg: 6.01 5.94 5.58 7/184 29929
/proc/meminfo: memFree=15882180/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636168526626816 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=41940 CPUtime=17.45 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 10947 0 0 0 1744 1 0 0 25 0 1 0 441697446 42946560 4656 33554432000 4194304 4587354 140736205841136 18446744073709551615 222921473559 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 10485 4656 336 96 0 7047 0
[pid=29925] ppid=29923 vsize=17164 CPUtime=16.72 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 1657 0 0 0 1672 0 0 0 25 0 1 0 441697446 17575936 1549 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 4291 1549 341 145 0 1336 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=16.9 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 1690 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 533648

[startup+102.307 s]
/proc/loadavg: 6.00 5.95 5.60 7/184 29933
/proc/meminfo: memFree=15879840/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048634931576045568 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=44880 CPUtime=35.04 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 16324 0 0 0 3501 3 0 0 25 0 1 0 441697446 45957120 5546 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 11220 5546 336 96 0 7782 0
[pid=29925] ppid=29923 vsize=18372 CPUtime=33.55 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 1957 0 0 0 3355 0 0 0 25 0 1 0 441697446 18812928 1849 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 4593 1849 341 145 0 1638 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=33.7 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 3370 0 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 537796

[startup+162.301 s]
/proc/loadavg: 6.00 5.95 5.62 7/184 29935
/proc/meminfo: memFree=15874124/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635343892905984 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=46596 CPUtime=55.03 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 20317 0 0 0 5500 3 0 0 25 0 1 0 441697446 47714304 5862 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 11649 5862 336 96 0 8211 0
[pid=29925] ppid=29923 vsize=19724 CPUtime=53.55 cores=0

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

/proc/29925/statm: 6725 3742 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=333.75 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 33374 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1279520

[startup+1062.3 s]
/proc/loadavg: 5.00 5.05 5.24 6/183 29989
/proc/meminfo: memFree=15884188/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635481331859456 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=57600 CPUtime=354.99 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 67771 0 0 0 35485 14 0 0 25 0 1 0 441697446 58982400 9357 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 14400 9357 336 96 0 10962 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=353.57 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3899 0 0 0 35357 0 0 0 25 0 1 0 441697446 27545600 3791 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3791 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=353.75 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 35374 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530741 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 559044

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

[startup+1075.1 s]
/proc/loadavg: 5.00 5.05 5.24 6/183 29989
/proc/meminfo: memFree=15887160/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635481331859456 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=57656 CPUtime=359.28 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 68819 0 0 0 35914 14 0 0 25 0 1 0 441697446 59039744 8509 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 14414 8509 336 96 0 10976 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=357.86 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3905 0 0 0 35786 0 0 0 25 0 1 0 441697446 27545600 3797 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3797 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=357.96 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 35795 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1075.1
Current children cumulated vsize (KiB) 559100

[startup+1087.91 s]
/proc/loadavg: 5.00 5.05 5.24 6/183 29990
/proc/meminfo: memFree=15885796/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048635481331859456 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=57656 CPUtime=363.58 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 69202 0 0 0 36344 14 0 0 25 0 1 0 441697446 59039744 8882 33554432000 4194304 4587354 140736205841136 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 14414 8882 336 96 0 10976 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=362.08 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3911 0 0 0 36208 0 0 0 25 0 1 0 441697446 27545600 3803 33554432000 4194304 4785740 140737203626832 18446744073709551615 4277521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3803 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=362.25 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36224 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1087.91
Current children cumulated vsize (KiB) 559100

[startup+1100.7 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875744/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=367.8 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 36765 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=366.36 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3914 0 0 0 36636 0 0 0 25 0 1 0 441697446 27545600 3806 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3806 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=366.55 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36654 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1100.71
Current children cumulated vsize (KiB) 569652

[startup+1103.9 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875864/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=368.89 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 36874 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4357668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=367.46 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3922 0 0 0 36746 0 0 0 25 0 1 0 441697446 27545600 3814 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3814 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=367.56 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36755 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1103.91
Current children cumulated vsize (KiB) 569652

[startup+1107.1 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875728/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=369.99 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 36984 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=368.48 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3930 0 0 0 36848 0 0 0 25 0 1 0 441697446 27545600 3822 33554432000 4194304 4785740 140737203626832 18446744073709551615 4287124 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3822 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=368.65 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36864 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1107.12
Current children cumulated vsize (KiB) 569652

[startup+1107.9 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875728/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=370.2 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 37005 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=368.76 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3930 0 0 0 36876 0 0 0 25 0 1 0 441697446 27545600 3822 33554432000 4194304 4785740 140737203626832 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3822 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=368.95 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36894 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1107.91
Current children cumulated vsize (KiB) 569652

[startup+1108.7 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875728/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=370.49 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 37034 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=369.06 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3930 0 0 0 36906 0 0 0 25 0 1 0 441697446 27545600 3822 33554432000 4194304 4785740 140737203626832 18446744073709551615 222921474674 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3822 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=369.17 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36916 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1108.72
Current children cumulated vsize (KiB) 569652

[startup+1108.9 s]
/proc/loadavg: 5.00 5.04 5.23 6/183 29990
/proc/meminfo: memFree=15875728/32951124 swapFree=67111528/67111528
[pid=29923] ppid=29921 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/29923/stat : 29923 (ppfolio) S 29921 29923 29255 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 441697446 18763776 394 33554432000 4194304 4287625 140736760790080 18446744073709551615 222921797135 0 0 4096 65536 7048636855721394176 0 0 17 4 0 0 0
/proc/29923/statm: 4581 394 345 23 0 91 0
[pid=29924] ppid=29923 vsize=68208 CPUtime=370.59 cores=0
/proc/29924/stat : 29924 (cryptominisat) R 29923 29923 29255 0 -1 4202496 71699 0 0 0 37044 15 0 0 25 0 1 0 441697446 69844992 11366 33554432000 4194304 4587354 140736205841136 18446744073709551615 4388635 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29924/statm: 17052 11366 336 96 0 13614 0
[pid=29925] ppid=29923 vsize=26900 CPUtime=369.08 cores=0
/proc/29925/stat : 29925 (clasp) R 29923 29923 29255 0 -1 4202496 3930 0 0 0 36908 0 0 0 25 0 1 0 441697446 27545600 3822 33554432000 4194304 4785740 140737203626832 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29925/statm: 6725 3822 341 145 0 3770 0
[pid=29926] ppid=29923 vsize=456220 CPUtime=369.25 cores=0
/proc/29926/stat : 29926 (TNM) R 29923 29923 29255 0 -1 4202496 439 0 0 0 36924 1 0 0 25 0 1 0 441697446 467169280 336 33554432000 134512640 134534564 4289060512 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/29926/statm: 114055 336 95 6 0 112721 0
Current children cumulated CPU time (s) 1108.92
Current children cumulated vsize (KiB) 569652

Child status: 0
Real time (s): 1108.97
CPU time (s): 1109.01
CPU user time (s): 1108.84
CPU system time (s): 0.169974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 15689496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1108.84
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76603
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= 244
involuntary context switches= 12763

runsolver used 2.06069 second user time and 3.84042 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-20 14:02:47
IDJOB=3222190
IDBENCH=83048
IDSOLVER=1639
FILE ID=node109/3222190-1303300967
RUNJOBID= node109-1303290175-29273
PBS_JOBID= 13049610
Free space on /tmp= 71456 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222190-1303300967/watcher-3222190-1303300967 -o /tmp/evaluation-result-3222190-1303300967/solver-3222190-1303300967 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3222190-1303300967.cnf

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=2088610265

node109.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	: 5332.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.82
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15908564 kB
Buffers:        768780 kB
Cached:       15796980 kB
SwapCached:          0 kB
Active:        8020032 kB
Inactive:      8661984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15908564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10048 kB
Writeback:           0 kB
AnonPages:      115776 kB
Mapped:          16416 kB
Slab:           297572 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   725440 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= 71448 MiB
End job on node109 at 2011-04-20 14:21:16