Trace number 3262306

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 470.872 470.859

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

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
470.77/470.85	s UNSATISFIABLE
470.77/470.85	solver [2] clasp 1.3.6 answered
470.77/470.85	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-3262306-1303542514/watcher-3262306-1303542514 -o /tmp/evaluation-result-3262306-1303542514/solver-3262306-1303542514 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3262306-1303542514.cnf 

running on 2 cores: 0,2

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 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 4334874074825064706 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0

[startup+0.872833 s]
/proc/loadavg: 1.39 2.84 3.32 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 4334874074825064706 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900786 s]
/proc/loadavg: 1.39 2.84 3.32 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00081 s]
/proc/loadavg: 1.39 2.84 3.32 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1008 s]
/proc/loadavg: 1.39 2.84 3.32 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50071 s]
/proc/loadavg: 1.39 2.84 3.32 6/182 5546
/proc/meminfo: memFree=17024016/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 544481951 18763776 394 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 4605002911875858432 0 0 17 2 0 0 0
/proc/5546/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10045 s]
/proc/loadavg: 2.00 2.94 3.35 10/199 5571
/proc/meminfo: memFree=16978792/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=15456 CPUtime=1.04 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 1407 0 0 0 104 0 0 0 25 0 1 0 544481951 15826944 1221 33554432000 4194304 4785740 140733726224544 18446744073709551615 4312576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 3864 1221 340 145 0 909 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=1.18 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 118 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 491480

[startup+6.30686 s]
/proc/loadavg: 2.00 2.94 3.35 9/198 5571
/proc/meminfo: memFree=16974336/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=16896 CPUtime=2.64 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 1718 0 0 0 264 0 0 0 25 0 1 0 544481951 17301504 1532 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 4224 1532 340 145 0 1269 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=2.79 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 279 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 492920

[startup+12.7007 s]
/proc/loadavg: 2.48 3.03 3.38 9/198 5571
/proc/meminfo: memFree=16968664/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=18224 CPUtime=5.84 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 2046 0 0 0 584 0 0 0 25 0 1 0 544481951 18661376 1860 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 4556 1860 340 145 0 1601 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=5.99 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 599 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 494248

[startup+25.5003 s]
/proc/loadavg: 3.70 3.27 3.45 9/198 5571
/proc/meminfo: memFree=16962488/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=19572 CPUtime=12.24 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 2390 0 0 0 1224 0 0 0 25 0 1 0 544481951 20041728 2204 33554432000 4194304 4785740 140733726224544 18446744073709551615 4546234 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 4893 2204 340 145 0 1938 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=12.39 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 1239 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 495596

[startup+51.1007 s]
/proc/loadavg: 5.17 3.65 3.57 9/198 5572
/proc/meminfo: memFree=16954668/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=21808 CPUtime=25.04 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 2890 0 0 0 2504 0 0 0 25 0 1 0 544481951 22331392 2704 33554432000 4194304 4785740 140733726224544 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 5452 2704 340 145 0 2497 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=25.19 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 2519 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 497832

[startup+102.3 s]
/proc/loadavg: 6.84 4.33 3.81 9/198 5573
/proc/meminfo: memFree=16941248/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=25552 CPUtime=50.63 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 3753 0 0 0 5063 0 0 0 25 0 1 0 544481951 26165248 3567 33554432000 4194304 4785740 140733726224544 18446744073709551615 4291842 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 6388 3567 340 145 0 3433 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=50.79 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 5079 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 501576

[startup+162.3 s]
/proc/loadavg: 7.57 5.00 4.07 9/198 5575
/proc/meminfo: memFree=16932404/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=27664 CPUtime=80.63 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 4230 0 0 0 8063 0 0 0 25 0 1 0 544481951 28327936 4044 33554432000 4194304 4785740 140733726224544 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 6916 4044 340 145 0 3961 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=80.8 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 8080 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 503688

[startup+222.3 s]
/proc/loadavg: 7.91 5.57 4.32 9/198 5606
/proc/meminfo: memFree=16925960/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=30244 CPUtime=110.63 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 4795 0 0 0 11063 0 0 0 25 0 1 0 544481951 30969856 4609 33554432000 4194304 4785740 140733726224544 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 7561 4609 340 145 0 4606 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=110.8 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 11080 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 506268

[startup+282.3 s]
/proc/loadavg: 8.36 6.10 4.58 10/199 5668
/proc/meminfo: memFree=16914420/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=31012 CPUtime=140.64 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 4993 0 0 0 14064 0 0 0 25 0 1 0 544481951 31756288 4807 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 7753 4807 340 145 0 4798 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=140.8 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 14080 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530717 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 507036

[startup+342.3 s]
/proc/loadavg: 8.80 6.64 4.86 10/199 5669
/proc/meminfo: memFree=16901672/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=32368 CPUtime=170.64 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5302 0 0 0 17063 1 0 0 25 0 1 0 544481951 33144832 5116 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287061 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8092 5116 340 145 0 5137 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=170.79 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 17079 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 508392

[startup+402.307 s]
/proc/loadavg: 8.93 7.07 5.12 10/199 5671
/proc/meminfo: memFree=16900148/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=34188 CPUtime=200.65 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5690 0 0 0 20064 1 0 0 25 0 1 0 544481951 35008512 5504 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8547 5504 340 145 0 5592 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=200.79 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 20079 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 510212

[startup+462.3 s]
/proc/loadavg: 9.48 7.54 5.40 11/200 5703
/proc/meminfo: memFree=16859572/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=33612 CPUtime=230.65 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23064 1 0 0 25 0 1 0 544481951 34418688 5412 33554432000 4194304 4785740 140733726224544 18446744073709551615 4562645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8403 5412 340 145 0 5448 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=230.78 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23078 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 509636

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

[startup+464.701 s]
/proc/loadavg: 9.52 7.58 5.42 11/200 5703
/proc/meminfo: memFree=16858456/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=33612 CPUtime=231.85 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23184 1 0 0 25 0 1 0 544481951 34418688 5412 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8403 5412 340 145 0 5448 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=231.98 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23198 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 464.67
Current children cumulated vsize (KiB) 509636

[startup+467.9 s]
/proc/loadavg: 9.52 7.58 5.42 11/200 5703
/proc/meminfo: memFree=16848328/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=33324 CPUtime=233.45 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23344 1 0 0 25 0 1 0 544481951 34123776 5360 33554432000 4194304 4785740 140733726224544 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8331 5360 340 145 0 5376 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=233.58 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23358 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 467.87
Current children cumulated vsize (KiB) 509348

[startup+469.501 s]
/proc/loadavg: 9.56 7.62 5.45 11/200 5703
/proc/meminfo: memFree=16846964/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=33036 CPUtime=234.25 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23424 1 0 0 25 0 1 0 544481951 33828864 5305 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8259 5305 340 145 0 5304 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=234.38 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23438 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 469.47
Current children cumulated vsize (KiB) 509060

[startup+470.301 s]
/proc/loadavg: 9.56 7.62 5.45 11/200 5703
/proc/meminfo: memFree=16846964/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=32748 CPUtime=234.65 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23464 1 0 0 25 0 1 0 544481951 33533952 5254 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8187 5254 340 145 0 5232 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=234.78 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23478 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 470.27
Current children cumulated vsize (KiB) 508772

[startup+470.701 s]
/proc/loadavg: 9.56 7.62 5.45 11/200 5703
/proc/meminfo: memFree=16846340/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=32172 CPUtime=234.85 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23484 1 0 0 25 0 1 0 544481951 32944128 5144 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287194 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 8043 5144 340 145 0 5088 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=234.98 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23498 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 470.67
Current children cumulated vsize (KiB) 508196

[startup+470.801 s]
/proc/loadavg: 9.56 7.62 5.45 11/200 5703
/proc/meminfo: memFree=16846340/32951124 swapFree=67111528/67111528
[pid=5546] ppid=5544 vsize=18324 CPUtime=0.84 cores=0,2
/proc/5546/stat : 5546 (ppfolio) S 5544 5546 5047 0 -1 4202496 502 3004 0 0 0 0 84 0 15 0 1 0 544481951 18763776 395 33554432000 4194304 4287625 140734994027056 18446744073709551615 260020416015 0 0 4096 65536 17128312538312704260 0 0 17 2 0 0 0
/proc/5546/statm: 4581 395 346 23 0 91 0
[pid=5554] ppid=5546 vsize=31884 CPUtime=234.9 cores=0
/proc/5554/stat : 5554 (clasp) R 5546 5546 5047 0 -1 4202496 5768 0 0 0 23489 1 0 0 25 0 1 0 544481951 32649216 5087 33554432000 4194304 4785740 140733726224544 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/5554/statm: 7971 5087 340 145 0 5016 0
[pid=5555] ppid=5546 vsize=457700 CPUtime=235.03 cores=0
/proc/5555/stat : 5555 (TNM) R 5546 5546 5047 0 -1 4202496 945 0 0 0 23503 0 0 0 25 0 1 0 544481951 468684800 842 33554432000 134512640 134534564 4287766640 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5555/statm: 114425 842 95 6 0 113091 0
Current children cumulated CPU time (s) 470.77
Current children cumulated vsize (KiB) 507908

Child status: 0
Real time (s): 470.859
CPU time (s): 470.872
CPU user time (s): 470.843
CPU system time (s): 0.028995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 510500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.843
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10255
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= 43
involuntary context switches= 5842

runsolver used 0.865868 second user time and 1.70274 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 09:08:34
IDJOB=3262306
IDBENCH=83292
IDSOLVER=1613
FILE ID=node110/3262306-1303542514
RUNJOBID= node110-1303542514-5516
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-20_390.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262306-1303542514/watcher-3262306-1303542514 -o /tmp/evaluation-result-3262306-1303542514/solver-3262306-1303542514 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3262306-1303542514.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
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:      17024824 kB
Buffers:       2309464 kB
Cached:       12986268 kB
SwapCached:          0 kB
Active:        7920196 kB
Inactive:      7440904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17024824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31440 kB
Writeback:           0 kB
AnonPages:       65388 kB
Mapped:          14488 kB
Slab:           501444 kB
PageTables:       5116 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:16:25