Trace number 3262254

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 587UNSAT 384.493 96.3664

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

Solver Data

384.36/96.36	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: 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-3262254-1304093418/watcher-3262254-1304093418 -o /tmp/evaluation-result-3262254-1304093418/solver-3262254-1304093418 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262254-1304093418.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: 7.78 7.95 7.88 5/181 18846
/proc/meminfo: memFree=30135216/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) R 18844 18846 18710 0 -1 4202496 451 1261 0 0 0 0 0 0 25 0 1 0 520944141 9658368 380 33554432000 4194304 4417332 140734709138992 18446744073709551615 4209609 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18846/statm: 2358 380 147 55 0 244 0

[startup+0.0198141 s]
/proc/loadavg: 7.78 7.95 7.88 5/181 18846
/proc/meminfo: memFree=30135216/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=13060 CPUtime=0.01 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) R 18844 18846 18710 0 -1 4202496 1381 1261 0 0 1 0 0 0 25 0 1 0 520944141 13373440 1288 33554432000 4194304 4417332 140734709138992 18446744073709551615 4274442 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/18846/statm: 3265 1288 148 55 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13060

[startup+0.149739 s]
/proc/loadavg: 7.78 7.95 7.88 5/181 18846
/proc/meminfo: memFree=30135216/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=59256 CPUtime=0.5 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 2959 1261 0 0 50 0 0 0 25 0 5 0 520944141 60678144 2557 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 14814 2557 180 55 0 12700 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 59256

[startup+0.300709 s]
/proc/loadavg: 7.78 7.95 7.88 5/181 18846
/proc/meminfo: memFree=30135216/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=61024 CPUtime=1.11 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 3797 1261 0 0 111 0 0 0 25 0 5 0 520944141 62488576 2981 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 15256 2981 181 55 0 13142 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 61024

[startup+0.700635 s]
/proc/loadavg: 7.78 7.95 7.88 5/181 18846
/proc/meminfo: memFree=30135216/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=61844 CPUtime=2.71 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 4065 1261 0 0 271 0 0 0 25 0 5 0 520944141 63328256 3249 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 15461 3249 181 55 0 13347 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 61844

[startup+1.50048 s]
/proc/loadavg: 7.78 7.95 7.88 9/186 18856
/proc/meminfo: memFree=30117452/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=65924 CPUtime=5.9 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 5085 1261 0 0 590 0 0 0 25 0 5 0 520944141 67506176 4269 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 16481 4269 181 55 0 14367 0
[pid=18846/tid=18853] ppid=18844 vsize=65924 CPUtime=1.47 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 789 1261 0 0 147 0 0 0 25 0 5 0 520944144 67506176 4269 33554432000 4194304 4417332 140734709138992 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=65924 CPUtime=1.46 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 707 1261 0 0 146 0 0 0 25 0 5 0 520944144 67506176 4269 33554432000 4194304 4417332 140734709138992 18446744073709551615 4308025 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=65924 CPUtime=1.47 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 744 1261 0 0 147 0 0 0 25 0 5 0 520944144 67506176 4269 33554432000 4194304 4417332 140734709138992 18446744073709551615 4376669 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=65924 CPUtime=1.47 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 1144 1261 0 0 147 0 0 0 25 0 5 0 520944144 67506176 4269 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 65924

[startup+3.10118 s]
/proc/loadavg: 7.78 7.95 7.88 9/186 18856
/proc/meminfo: memFree=30126132/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=133496 CPUtime=12.29 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 6342 1261 0 0 1229 0 0 0 25 0 5 0 520944141 136699904 4779 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 33374 4779 181 55 0 31260 0
[pid=18846/tid=18853] ppid=18844 vsize=133496 CPUtime=3.07 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 1005 1261 0 0 307 0 0 0 25 0 5 0 520944144 136699904 4779 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=133496 CPUtime=3.05 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 865 1261 0 0 305 0 0 0 25 0 5 0 520944144 136699904 4779 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=133496 CPUtime=3.07 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 788 1261 0 0 307 0 0 0 25 0 5 0 520944144 136699904 4779 33554432000 4194304 4417332 140734709138992 18446744073709551615 4366576 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=133496 CPUtime=3.07 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 1983 1261 0 0 307 0 0 0 25 0 5 0 520944144 136699904 4779 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 133496

[startup+6.30057 s]
/proc/loadavg: 7.80 7.95 7.88 9/186 18856
/proc/meminfo: memFree=30116088/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=135932 CPUtime=25.07 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 8395 1261 0 0 2507 0 0 0 25 0 5 0 520944141 139194368 5388 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 33983 5388 181 55 0 31869 0
[pid=18846/tid=18853] ppid=18844 vsize=135932 CPUtime=6.27 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 1211 1261 0 0 627 0 0 0 25 0 5 0 520944144 139194368 5388 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=135932 CPUtime=6.24 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 1079 1261 0 0 624 0 0 0 25 0 5 0 520944144 139194368 5388 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=135932 CPUtime=6.27 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 988 1261 0 0 627 0 0 0 25 0 5 0 520944144 139194368 5388 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=135932 CPUtime=6.26 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 3416 1261 0 0 626 0 0 0 25 0 5 0 520944144 139194368 5388 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 135932

[startup+12.7004 s]
/proc/loadavg: 7.82 7.95 7.88 9/186 18857
/proc/meminfo: memFree=30110124/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=141648 CPUtime=50.63 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 16745 1261 0 0 5062 1 0 0 25 0 5 0 520944141 145047552 6817 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 35412 6817 181 55 0 33298 0
[pid=18846/tid=18853] ppid=18844 vsize=141648 CPUtime=12.67 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 3170 1261 0 0 1267 0 0 0 25 0 5 0 520944144 145047552 6817 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=141648 CPUtime=12.6 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 2995 1261 0 0 1260 0 0 0 25 0 5 0 520944144 145047552 6817 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=141648 CPUtime=12.67 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 1720 1261 0 0 1267 0 0 0 25 0 5 0 520944144 145047552 6817 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=141648 CPUtime=12.66 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 7159 1261 0 0 1266 0 0 0 25 0 5 0 520944144 145047552 6817 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 141648

[startup+25.5009 s]
/proc/loadavg: 7.93 7.97 7.89 9/186 18857
/proc/meminfo: memFree=30085064/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=153252 CPUtime=101.76 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 46820 1261 0 0 10170 6 0 0 25 0 5 0 520944141 156930048 9723 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 38313 9723 181 55 0 36199 0
[pid=18846/tid=18853] ppid=18844 vsize=153252 CPUtime=25.47 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 10719 1261 0 0 2546 1 0 0 25 0 5 0 520944144 156930048 9723 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=153252 CPUtime=25.32 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 10951 1261 0 0 2531 1 0 0 25 0 5 0 520944144 156930048 9723 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=153252 CPUtime=25.46 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 9000 1261 0 0 2545 1 0 0 25 0 5 0 520944144 156930048 9723 33554432000 4194304 4417332 140734709138992 18446744073709551615 4343668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=153252 CPUtime=25.45 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 14449 1261 0 0 2544 1 0 0 25 0 5 0 520944144 156930048 9723 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364639 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 153252

[startup+51.1011 s]
/proc/loadavg: 8.03 7.99 7.89 9/186 18858
/proc/meminfo: memFree=30085912/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=159476 CPUtime=204.02 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 93683 1261 0 0 20389 13 0 0 25 0 5 0 520944141 163303424 11278 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 39869 11278 181 55 0 37755 0
[pid=18846/tid=18853] ppid=18844 vsize=159476 CPUtime=51.06 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 23277 1261 0 0 5104 2 0 0 25 0 5 0 520944144 163303424 11278 33554432000 4194304 4417332 140734709138992 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=159476 CPUtime=50.78 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 24877 1261 0 0 5075 3 0 0 25 0 5 0 520944144 163303424 11278 33554432000 4194304 4417332 140734709138992 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=159476 CPUtime=51.06 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 18129 1261 0 0 5104 2 0 0 25 0 5 0 520944144 163303424 11278 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=159476 CPUtime=51.05 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 25699 1261 0 0 5102 3 0 0 25 0 5 0 520944144 163303424 11278 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 159476

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

[startup+76.7012 s]
/proc/loadavg: 8.10 8.00 7.90 9/186 18858
/proc/meminfo: memFree=30089120/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=166336 CPUtime=306.3 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 127110 1261 0 0 30611 19 0 0 25 0 5 0 520944141 170328064 12994 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 41584 12994 181 55 0 39470 0
[pid=18846/tid=18853] ppid=18844 vsize=166336 CPUtime=76.66 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 31913 1261 0 0 7663 3 0 0 25 0 5 0 520944144 170328064 12994 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=166336 CPUtime=76.25 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 33108 1261 0 0 7620 5 0 0 25 0 5 0 520944144 170328064 12994 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=166336 CPUtime=76.66 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 27341 1261 0 0 7662 4 0 0 25 0 5 0 520944144 170328064 12994 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365975 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=166336 CPUtime=76.66 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 33047 1261 0 0 7661 5 0 0 25 0 5 0 520944144 170328064 12994 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 306.3
Current children cumulated vsize (KiB) 166336

[startup+89.5008 s]
/proc/loadavg: 8.08 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30087256/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=164244 CPUtime=357.43 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 143101 1261 0 0 35722 21 0 0 25 0 5 0 520944141 168185856 12471 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 41061 12471 181 55 0 38947 0
[pid=18846/tid=18853] ppid=18844 vsize=164244 CPUtime=89.47 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 36443 1261 0 0 8943 4 0 0 25 0 5 0 520944144 168185856 12471 33554432000 4194304 4417332 140734709138992 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=164244 CPUtime=88.98 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 37032 1261 0 0 8893 5 0 0 25 0 5 0 520944144 168185856 12471 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=164244 CPUtime=89.46 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 31404 1261 0 0 8942 4 0 0 25 0 5 0 520944144 168185856 12471 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=164244 CPUtime=89.46 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 36521 1261 0 0 8941 5 0 0 25 0 5 0 520944144 168185856 12471 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 357.43
Current children cumulated vsize (KiB) 164244

[startup+92.7012 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30077460/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=168264 CPUtime=370.2 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 146507 1261 0 0 36999 21 0 0 25 0 5 0 520944141 172302336 13476 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 42066 13476 181 55 0 39952 0
[pid=18846/tid=18853] ppid=18844 vsize=168264 CPUtime=92.67 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 37033 1261 0 0 9263 4 0 0 25 0 5 0 520944144 172302336 13476 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=168264 CPUtime=92.16 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 38196 1261 0 0 9211 5 0 0 25 0 5 0 520944144 172302336 13476 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=168264 CPUtime=92.67 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 32585 1261 0 0 9262 5 0 0 25 0 5 0 520944144 172302336 13476 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=168264 CPUtime=92.65 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 36992 1261 0 0 9260 5 0 0 25 0 5 0 520944144 172302336 13476 33554432000 4194304 4417332 140734709138992 18446744073709551615 4366370 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 370.2
Current children cumulated vsize (KiB) 168264

[startup+94.3009 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30079444/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=169120 CPUtime=376.6 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 150059 1261 0 0 37638 22 0 0 25 0 5 0 520944141 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 42280 13690 181 55 0 40166 0
[pid=18846/tid=18853] ppid=18844 vsize=169120 CPUtime=94.26 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 38349 1261 0 0 9422 4 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=169120 CPUtime=93.75 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 38779 1261 0 0 9370 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=169120 CPUtime=94.27 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 33463 1261 0 0 9422 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=169120 CPUtime=94.25 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 37767 1261 0 0 9420 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 376.6
Current children cumulated vsize (KiB) 169120

[startup+95.1007 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30070268/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=169120 CPUtime=379.79 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 150059 1261 0 0 37957 22 0 0 25 0 5 0 520944141 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 42280 13690 181 55 0 40166 0
[pid=18846/tid=18853] ppid=18844 vsize=169120 CPUtime=95.06 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 38349 1261 0 0 9502 4 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=169120 CPUtime=94.54 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 38779 1261 0 0 9449 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=169120 CPUtime=95.07 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 33463 1261 0 0 9502 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4365864 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=169120 CPUtime=95.05 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 37767 1261 0 0 9500 5 0 0 25 0 5 0 520944144 173178880 13690 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 379.79
Current children cumulated vsize (KiB) 169120

[startup+95.9006 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30079440/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=169104 CPUtime=382.99 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 150059 1261 0 0 38277 22 0 0 25 0 5 0 520944141 173162496 13686 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 42276 13686 181 55 0 40162 0
[pid=18846/tid=18853] ppid=18844 vsize=169104 CPUtime=95.86 cores=0,2,4,6
/proc/18846/task/18853/stat : 18853 (plingeling) R 18844 18846 18710 0 -1 4202560 38349 1261 0 0 9582 4 0 0 25 0 5 0 520944144 173162496 13686 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18846/tid=18854] ppid=18844 vsize=169104 CPUtime=95.34 cores=0,2,4,6
/proc/18846/task/18854/stat : 18854 (plingeling) R 18844 18846 18710 0 -1 4202560 38779 1261 0 0 9529 5 0 0 25 0 5 0 520944144 173162496 13686 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18846/tid=18855] ppid=18844 vsize=169104 CPUtime=95.87 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 33463 1261 0 0 9582 5 0 0 25 0 5 0 520944144 173162496 13686 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=169104 CPUtime=95.85 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 37767 1261 0 0 9580 5 0 0 25 0 5 0 520944144 173162496 13686 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 382.99
Current children cumulated vsize (KiB) 169104

[startup+96.3005 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18859
/proc/meminfo: memFree=30079440/32951124 swapFree=67111416/67111528
[pid=18846] ppid=18844 vsize=162412 CPUtime=384.36 cores=0,2,4,6
/proc/18846/stat : 18846 (plingeling) S 18844 18846 18710 0 -1 4202496 151135 1261 0 0 38414 22 0 0 16 0 3 0 520944141 166309888 12014 33554432000 4194304 4417332 140734709138992 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18846/statm: 40603 12014 182 55 0 38489 0
[pid=18846/tid=18855] ppid=18844 vsize=162412 CPUtime=96.27 cores=0,2,4,6
/proc/18846/task/18855/stat : 18855 (plingeling) R 18844 18846 18710 0 -1 4202560 33463 1261 0 0 9622 5 0 0 25 0 3 0 520944144 166309888 12014 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364808 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18846/tid=18856] ppid=18844 vsize=162412 CPUtime=96.25 cores=0,2,4,6
/proc/18846/task/18856/stat : 18856 (plingeling) R 18844 18846 18710 0 -1 4202560 38230 1261 0 0 9620 5 0 0 25 0 3 0 520944144 166309888 12014 33554432000 4194304 4417332 140734709138992 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 384.36
Current children cumulated vsize (KiB) 162412

Child status: 20
Real time (s): 96.3664
CPU time (s): 384.493
CPU user time (s): 384.267
CPU system time (s): 0.225965
CPU usage (%): 398.99
Max. virtual memory (cumulated for all children) (KiB): 173676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 384.267
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152399
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= 33
involuntary context switches= 2747

runsolver used 0.149977 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:10:18
IDJOB=3262254
IDBENCH=83287
IDSOLVER=1605
FILE ID=node102/3262254-1304093418
RUNJOBID= node102-1304092886-18728
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262254-1304093418/watcher-3262254-1304093418 -o /tmp/evaluation-result-3262254-1304093418/solver-3262254-1304093418 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262254-1304093418.cnf

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=926843563

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30135488 kB
Buffers:        652864 kB
Cached:        1545428 kB
SwapCached:          8 kB
Active:         387548 kB
Inactive:      2004568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30135488 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:      193368 kB
Mapped:          15488 kB
Slab:           359968 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   381168 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= 71560 MiB
End job on node102 at 2011-04-29 18:11:54