Trace number 3371114

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
Plingeling 587f (fixed)UNSAT 743.672 186.706

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

Solver Data

743.65/186.70	s UNSATISFIABLE

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: 961)

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-3371114-1305427968/watcher-3371114-1305427968 -o /tmp/evaluation-result-3371114-1305427968/solver-3371114-1305427968 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371114-1305427968.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.90 0.98 0.99 2/365 26037
/proc/meminfo: memFree=22637332/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) R 26035 26037 26007 0 -1 4202496 583 1251 0 0 0 0 0 0 25 0 1 0 654394536 10362880 490 33554432000 4194304 4417452 140736975503984 18446744073709551615 212687733162 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/26037/statm: 2497 504 149 55 0 383 0

[startup+0.0638871 s]
/proc/loadavg: 0.90 0.98 0.99 2/365 26037
/proc/meminfo: memFree=22637332/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=56236 CPUtime=0.16 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 2043 1251 0 0 16 0 0 0 25 0 5 0 654394536 57585664 1875 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 14059 1875 176 55 0 11945 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 56236

[startup+0.100878 s]
/proc/loadavg: 0.90 0.98 0.99 2/365 26037
/proc/meminfo: memFree=22637332/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=56568 CPUtime=0.3 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 2097 1251 0 0 30 0 0 0 25 0 5 0 654394536 57925632 1929 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 14142 1929 179 55 0 12028 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 56568

[startup+0.300843 s]
/proc/loadavg: 0.90 0.98 0.99 2/365 26037
/proc/meminfo: memFree=22637332/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=56052 CPUtime=1.1 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 2320 1251 0 0 110 0 0 0 25 0 5 0 654394536 57397248 1802 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 14013 1802 179 55 0 11899 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 56052

[startup+0.70074 s]
/proc/loadavg: 0.90 0.98 0.99 2/365 26037
/proc/meminfo: memFree=22637332/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=58380 CPUtime=2.7 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 2900 1251 0 0 270 0 0 0 25 0 5 0 654394536 59781120 2382 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 14595 2382 179 55 0 12481 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 58380

[startup+1.5006 s]
/proc/loadavg: 1.23 1.05 1.01 9/379 26064
/proc/meminfo: memFree=22608588/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=64964 CPUtime=5.88 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 4690 1251 0 0 588 0 0 0 25 0 5 0 654394536 66523136 4028 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 16241 4028 179 55 0 14127 0
[pid=26037/tid=26046] ppid=26035 vsize=64964 CPUtime=1.47 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 607 1251 0 0 147 0 0 0 25 0 5 0 654394539 66523136 4028 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=64964 CPUtime=1.47 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 639 1251 0 0 147 0 0 0 25 0 5 0 654394539 66523136 4028 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=64964 CPUtime=1.45 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 666 1251 0 0 145 0 0 0 25 0 5 0 654394539 66523136 4028 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=64964 CPUtime=1.46 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 1269 1251 0 0 146 0 0 0 25 0 5 0 654394539 66523136 4028 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 64964

[startup+3.10031 s]
/proc/loadavg: 1.23 1.05 1.01 9/379 26064
/proc/meminfo: memFree=22590608/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=67252 CPUtime=12.28 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 6365 1251 0 0 1227 1 0 0 25 0 5 0 654394536 68866048 4632 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 16813 4632 179 55 0 14699 0
[pid=26037/tid=26046] ppid=26035 vsize=67252 CPUtime=3.07 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 670 1251 0 0 307 0 0 0 25 0 5 0 654394539 68866048 4632 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=67252 CPUtime=3.07 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 937 1251 0 0 307 0 0 0 25 0 5 0 654394539 68866048 4632 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=67252 CPUtime=3.03 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 1384 1251 0 0 303 0 0 0 25 0 5 0 654394539 68866048 4632 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=67252 CPUtime=3.06 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 1865 1251 0 0 306 0 0 0 25 0 5 0 654394539 68866048 4632 33554432000 4194304 4417452 140736975503984 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 67252

[startup+6.30072 s]
/proc/loadavg: 1.77 1.16 1.05 9/379 26064
/proc/meminfo: memFree=22579084/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=69048 CPUtime=25.03 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 13469 1251 0 0 2501 2 0 0 25 0 5 0 654394536 70705152 5049 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 17262 5049 179 55 0 15148 0
[pid=26037/tid=26046] ppid=26035 vsize=69048 CPUtime=6.27 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 2623 1251 0 0 627 0 0 0 25 0 5 0 654394539 70705152 5049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=69048 CPUtime=6.26 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 2354 1251 0 0 626 0 0 0 25 0 5 0 654394539 70705152 5049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=69048 CPUtime=6.19 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 3448 1251 0 0 619 0 0 0 25 0 5 0 654394539 70705152 5049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=69048 CPUtime=6.26 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 3535 1251 0 0 626 0 0 0 25 0 5 0 654394539 70705152 5049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 69048

[startup+12.7006 s]
/proc/loadavg: 2.27 1.28 1.09 9/379 26065
/proc/meminfo: memFree=22565508/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=78200 CPUtime=50.55 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 28824 1251 0 0 5050 5 0 0 25 0 5 0 654394536 80076800 7337 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 19550 7337 179 55 0 17436 0
[pid=26037/tid=26046] ppid=26035 vsize=78200 CPUtime=12.67 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 7788 1251 0 0 1266 1 0 0 25 0 5 0 654394539 80076800 7337 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366094 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=78200 CPUtime=12.66 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 5171 1251 0 0 1266 0 0 0 25 0 5 0 654394539 80076800 7337 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=78200 CPUtime=12.52 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 7186 1251 0 0 1251 1 0 0 25 0 5 0 654394539 80076800 7337 33554432000 4194304 4417452 140736975503984 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=78200 CPUtime=12.66 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 7170 1251 0 0 1265 1 0 0 25 0 5 0 654394539 80076800 7337 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 78200

[startup+25.5012 s]
/proc/loadavg: 3.54 1.61 1.20 9/379 26065
/proc/meminfo: memFree=22552964/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=92792 CPUtime=101.6 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 67228 1251 0 0 10147 13 0 0 25 0 5 0 654394536 95019008 10985 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 23198 10985 179 55 0 21084 0
[pid=26037/tid=26046] ppid=26035 vsize=92792 CPUtime=25.45 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 18393 1251 0 0 2542 3 0 0 25 0 5 0 654394539 95019008 10985 33554432000 4194304 4417452 140736975503984 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=92792 CPUtime=25.46 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 14103 1251 0 0 2544 2 0 0 25 0 5 0 654394539 95019008 10985 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364877 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=92792 CPUtime=25.16 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 16605 1251 0 0 2513 3 0 0 25 0 5 0 654394539 95019008 10985 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=92792 CPUtime=25.47 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 16618 1251 0 0 2544 3 0 0 25 0 5 0 654394539 95019008 10985 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 92792

[startup+51.1005 s]
/proc/loadavg: 5.13 2.13 1.38 9/379 26066
/proc/meminfo: memFree=22523308/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=97648 CPUtime=203.7 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 123707 1251 0 0 20348 22 0 0 25 0 5 0 654394536 99991552 12199 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 24412 12199 179 55 0 22298 0
[pid=26037/tid=26046] ppid=26035 vsize=97648 CPUtime=51.06 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 33077 1251 0 0 5100 6 0 0 25 0 5 0 654394539 99991552 12199 33554432000 4194304 4417452 140736975503984 18446744073709551615 4354515 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=97648 CPUtime=51.06 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 28835 1251 0 0 5102 4 0 0 25 0 5 0 654394539 99991552 12199 33554432000 4194304 4417452 140736975503984 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=97648 CPUtime=50.46 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 28199 1251 0 0 5042 4 0 0 25 0 5 0 654394539 99991552 12199 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=97648 CPUtime=51.06 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 32087 1251 0 0 5101 5 0 0 25 0 5 0 654394539 99991552 12199 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 97648

[startup+102.314 s]
/proc/loadavg: 6.96 3.08 1.74 9/379 26067
/proc/meminfo: memFree=22504948/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=106336 CPUtime=407.94 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 209511 1251 0 0 40758 36 0 0 25 0 5 0 654394536 108888064 14403 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 26584 14403 179 55 0 24470 0
[pid=26037/tid=26046] ppid=26035 vsize=106336 CPUtime=102.26 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 54287 1251 0 0 10217 9 0 0 25 0 5 0 654394539 108888064 14403 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=106336 CPUtime=102.27 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 52240 1251 0 0 10219 8 0 0 25 0 5 0 654394539 108888064 14403 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=106336 CPUtime=101.07 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 44441 1251 0 0 10100 7 0 0 25 0 5 0 654394539 108888064 14403 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=106336 CPUtime=102.28 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 57034 1251 0 0 10219 9 0 0 25 0 5 0 654394539 108888064 14403 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 106336

[startup+162.3 s]
/proc/loadavg: 7.62 3.98 2.13 9/379 26069
/proc/meminfo: memFree=22466360/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=116736 CPUtime=647.18 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 318986 1251 0 0 64664 54 0 0 25 0 5 0 654394536 119537664 17003 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 29184 17003 179 55 0 27070 0
[pid=26037/tid=26046] ppid=26035 vsize=116736 CPUtime=162.24 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 79321 1251 0 0 16210 14 0 0 25 0 5 0 654394539 119537664 17003 33554432000 4194304 4417452 140736975503984 18446744073709551615 4259603 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=116736 CPUtime=162.26 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 78694 1251 0 0 16213 13 0 0 25 0 5 0 654394539 119537664 17003 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=116736 CPUtime=160.35 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 73228 1251 0 0 16024 11 0 0 25 0 5 0 654394539 119537664 17003 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=116736 CPUtime=162.27 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 86234 1251 0 0 16213 14 0 0 25 0 5 0 654394539 119537664 17003 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.18
Current children cumulated vsize (KiB) 116736

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

[startup+166.301 s]
/proc/loadavg: 7.65 4.04 2.16 9/379 26069
/proc/meminfo: memFree=22451728/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=129000 CPUtime=663.12 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 324969 1251 0 0 66258 54 0 0 25 0 5 0 654394536 132096000 20069 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 32250 20069 179 55 0 30136 0
[pid=26037/tid=26046] ppid=26035 vsize=129000 CPUtime=166.24 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 80703 1251 0 0 16610 14 0 0 25 0 5 0 654394539 132096000 20069 33554432000 4194304 4417452 140736975503984 18446744073709551615 4310641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=129000 CPUtime=166.26 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 80077 1251 0 0 16613 13 0 0 25 0 5 0 654394539 132096000 20069 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=129000 CPUtime=164.3 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 74252 1251 0 0 16419 11 0 0 25 0 5 0 654394539 132096000 20069 33554432000 4194304 4417452 140736975503984 18446744073709551615 4247478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=129000 CPUtime=166.27 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 88428 1251 0 0 16613 14 0 0 25 0 5 0 654394539 132096000 20069 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 663.12
Current children cumulated vsize (KiB) 129000

[startup+179.101 s]
/proc/loadavg: 7.78 4.19 2.23 9/379 26069
/proc/meminfo: memFree=22450984/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=112200 CPUtime=714.18 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 349672 1251 0 0 71360 58 0 0 25 0 5 0 654394536 114892800 15869 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 28050 15869 179 55 0 25936 0
[pid=26037/tid=26046] ppid=26035 vsize=112200 CPUtime=179.04 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 87784 1251 0 0 17889 15 0 0 25 0 5 0 654394539 114892800 15869 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=112200 CPUtime=179.06 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 86491 1251 0 0 17892 14 0 0 25 0 5 0 654394539 114892800 15869 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=112200 CPUtime=176.95 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 80540 1251 0 0 17683 12 0 0 25 0 5 0 654394539 114892800 15869 33554432000 4194304 4417452 140736975503984 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=112200 CPUtime=179.07 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 93348 1251 0 0 17892 15 0 0 25 0 5 0 654394539 114892800 15869 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 714.18
Current children cumulated vsize (KiB) 112200

[startup+182.301 s]
/proc/loadavg: 7.80 4.25 2.26 9/379 26069
/proc/meminfo: memFree=22481732/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=105408 CPUtime=726.94 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 351735 1251 0 0 72635 59 0 0 25 0 5 0 654394536 107937792 14171 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 26352 14171 179 55 0 24238 0
[pid=26037/tid=26046] ppid=26035 vsize=105408 CPUtime=182.24 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 87784 1251 0 0 18209 15 0 0 25 0 5 0 654394539 107937792 14171 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=105408 CPUtime=182.26 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 87494 1251 0 0 18212 14 0 0 25 0 5 0 654394539 107937792 14171 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=105408 CPUtime=180.11 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 80540 1251 0 0 17999 12 0 0 25 0 5 0 654394539 107937792 14171 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=105408 CPUtime=182.27 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 94408 1251 0 0 18212 15 0 0 25 0 5 0 654394539 107937792 14171 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 726.94
Current children cumulated vsize (KiB) 105408

[startup+183.9 s]
/proc/loadavg: 7.80 4.25 2.26 9/379 26069
/proc/meminfo: memFree=22471440/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=108920 CPUtime=733.31 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 353114 1251 0 0 73272 59 0 0 25 0 5 0 654394536 111534080 15049 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 27230 15049 179 55 0 25116 0
[pid=26037/tid=26046] ppid=26035 vsize=108920 CPUtime=183.84 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 89083 1251 0 0 18369 15 0 0 25 0 5 0 654394539 111534080 15049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=108920 CPUtime=183.86 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 87494 1251 0 0 18372 14 0 0 25 0 5 0 654394539 111534080 15049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=108920 CPUtime=181.69 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 80540 1251 0 0 18157 12 0 0 25 0 5 0 654394539 111534080 15049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=108920 CPUtime=183.87 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 94488 1251 0 0 18372 15 0 0 25 0 5 0 654394539 111534080 15049 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 733.31
Current children cumulated vsize (KiB) 108920

[startup+185.501 s]
/proc/loadavg: 7.80 4.25 2.26 9/379 26069
/proc/meminfo: memFree=22465240/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=123232 CPUtime=739.7 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 357259 1251 0 0 73911 59 0 0 25 0 5 0 654394536 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 30808 18627 179 55 0 28694 0
[pid=26037/tid=26046] ppid=26035 vsize=123232 CPUtime=185.44 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 89083 1251 0 0 18529 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=123232 CPUtime=185.47 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 88518 1251 0 0 18532 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=123232 CPUtime=183.28 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 82790 1251 0 0 18315 13 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=123232 CPUtime=185.47 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 95359 1251 0 0 18532 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 739.7
Current children cumulated vsize (KiB) 123232

[startup+186.301 s]
/proc/loadavg: 7.81 4.31 2.29 9/379 26069
/proc/meminfo: memFree=22456312/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=123232 CPUtime=742.89 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 358283 1251 0 0 74230 59 0 0 25 0 5 0 654394536 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 30808 18627 179 55 0 28694 0
[pid=26037/tid=26046] ppid=26035 vsize=123232 CPUtime=186.24 cores=0,2,4,6
/proc/26037/task/26046/stat : 26046 (plingeling) R 26035 26037 26007 0 -1 4202560 89083 1251 0 0 18609 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26037/tid=26047] ppid=26035 vsize=123232 CPUtime=186.27 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 88518 1251 0 0 18612 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26037/tid=26048] ppid=26035 vsize=123232 CPUtime=184.07 cores=0,2,4,6
/proc/26037/task/26048/stat : 26048 (plingeling) R 26035 26037 26007 0 -1 4202560 82790 1251 0 0 18394 13 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26037/tid=26049] ppid=26035 vsize=123232 CPUtime=186.27 cores=0,2,4,6
/proc/26037/task/26049/stat : 26049 (plingeling) R 26035 26037 26007 0 -1 4202560 96383 1251 0 0 18612 15 0 0 25 0 5 0 654394539 126189568 18627 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 742.89
Current children cumulated vsize (KiB) 123232

[startup+186.701 s]
/proc/loadavg: 7.81 4.31 2.29 9/379 26069
/proc/meminfo: memFree=22456312/32951124 swapFree=67111348/67111528
[pid=26037] ppid=26035 vsize=123232 CPUtime=743.65 cores=0,2,4,6
/proc/26037/stat : 26037 (plingeling) S 26035 26037 26007 0 -1 4202496 358284 1251 0 0 74306 59 0 0 18 0 2 0 654394536 126189568 18628 33554432000 4194304 4417452 140736975503984 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/26037/statm: 30808 18628 180 55 0 28694 0
[pid=26037/tid=26047] ppid=26035 vsize=123232 CPUtime=186.67 cores=0,2,4,6
/proc/26037/task/26047/stat : 26047 (plingeling) R 26035 26037 26007 0 -1 4202560 88518 1251 0 0 18652 15 0 0 25 0 2 0 654394539 126189568 18628 33554432000 4194304 4417452 140736975503984 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 743.65
Current children cumulated vsize (KiB) 123232

Child status: 20
Real time (s): 186.706
CPU time (s): 743.672
CPU user time (s): 743.067
CPU system time (s): 0.604908
CPU usage (%): 398.311
Max. virtual memory (cumulated for all children) (KiB): 138512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 743.067
system time used= 0.604908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359538
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= 46
involuntary context switches= 3816

runsolver used 0.660899 second user time and 1.54976 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 04:52:48
IDJOB=3371114
IDBENCH=83273
IDSOLVER=1848
FILE ID=node139/3371114-1305427968
RUNJOBID= node139-1305427968-26025
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371114-1305427968/watcher-3371114-1305427968 -o /tmp/evaluation-result-3371114-1305427968/solver-3371114-1305427968 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371114-1305427968.cnf

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=1319368769

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:      22637496 kB
Buffers:        303888 kB
Cached:        2859328 kB
SwapCached:          0 kB
Active:        7987196 kB
Inactive:      2019780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22637496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:     6843884 kB
Mapped:          28728 kB
Slab:           202368 kB
PageTables:      38408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76770280 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= 73408 MiB
End job on node139 at 2011-05-15 04:55:55