Trace number 3288439

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
SArTagnan 2011-03-24UNSAT 401.614 100.948

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

401.47/100.93	
401.47/100.93	s UNSATISFIABLE
401.47/100.93	c Conflict at level 0

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-3288439-1304080396/watcher-3288439-1304080396 -o /tmp/evaluation-result-3288439-1304080396/solver-3288439-1304080396 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3288439-1304080396.cnf -threads=4 

running on 4 cores: 1,3,5,7

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: 6.98 7.93 8.02 2/176 8834
/proc/meminfo: memFree=25004420/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=38516 CPUtime=0 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1259 0 0 0 0 0 0 0 21 0 1 0 519637880 39440384 1103 33554432000 4194304 4623224 140733348117936 18446744073709551615 246516531408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8834/statm: 9629 1114 294 105 0 5133 0

[startup+0.103706 s]
/proc/loadavg: 6.98 7.93 8.02 2/176 8834
/proc/meminfo: memFree=25004420/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=51588 CPUtime=0.09 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 7609 0 0 0 9 0 0 0 22 0 1 0 519637880 52826112 5065 33554432000 4194304 4623224 140733348117936 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8834/statm: 12897 5065 297 105 0 8401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51588

[startup+0.20069 s]
/proc/loadavg: 6.98 7.93 8.02 2/176 8834
/proc/meminfo: memFree=25004420/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=65348 CPUtime=0.19 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 15407 0 0 0 18 1 0 0 22 0 1 0 519637880 66916352 8799 33554432000 4194304 4623224 140733348117936 18446744073709551615 246516834048 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8834/statm: 16337 8800 297 105 0 11841 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 65348

[startup+0.300683 s]
/proc/loadavg: 6.98 7.93 8.02 2/176 8834
/proc/meminfo: memFree=25004420/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=76360 CPUtime=0.29 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 22537 0 0 0 27 2 0 0 22 0 1 0 519637880 78192640 12272 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8834/statm: 19090 12276 297 105 0 14594 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76360

[startup+0.700565 s]
/proc/loadavg: 6.98 7.93 8.02 2/176 8834
/proc/meminfo: memFree=25004420/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=420944 CPUtime=1.25 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 80998 0 0 0 117 8 0 0 25 0 4 0 519637880 431046656 52677 33554432000 4194304 4623224 140733348117936 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 105236 52677 331 105 0 100740 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 420944

[startup+1.50042 s]
/proc/loadavg: 7.06 7.93 8.02 10/188 8847
/proc/meminfo: memFree=24577640/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=427728 CPUtime=4.44 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 105122 0 0 0 433 11 0 0 25 0 4 0 519637880 437993472 53585 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510425 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 106932 53585 340 105 0 102436 0
[pid=8834/tid=8842] ppid=8832 vsize=427728 CPUtime=0.97 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 7566 0 0 0 97 0 0 0 25 0 4 0 519637932 437993472 53585 33554432000 4194304 4623224 140733348117936 18446744073709551615 4377088 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=427728 CPUtime=0.98 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 7609 0 0 0 97 1 0 0 25 0 4 0 519637932 437993472 53585 33554432000 4194304 4623224 140733348117936 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=427728 CPUtime=0.98 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 28621 0 0 0 95 3 0 0 25 0 4 0 519637932 437993472 53585 33554432000 4194304 4623224 140733348117936 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 427728

[startup+3.10113 s]
/proc/loadavg: 7.06 7.93 8.02 10/188 8847
/proc/meminfo: memFree=24562388/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=427728 CPUtime=10.84 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 140474 0 0 0 1068 16 0 0 25 0 4 0 519637880 437993472 55951 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 106932 55952 340 105 0 102436 0
[pid=8834/tid=8842] ppid=8832 vsize=427728 CPUtime=2.57 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 7753 0 0 0 256 1 0 0 25 0 4 0 519637932 437993472 55952 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=427728 CPUtime=2.58 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 7665 0 0 0 257 1 0 0 25 0 4 0 519637932 437993472 55952 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=427728 CPUtime=2.58 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 63310 0 0 0 250 8 0 0 25 0 4 0 519637932 437993472 55952 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 427728

[startup+6.30054 s]
/proc/loadavg: 7.06 7.93 8.02 10/188 8847
/proc/meminfo: memFree=24543804/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=427728 CPUtime=23.62 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 188966 0 0 0 2339 23 0 0 25 0 4 0 519637880 437993472 55465 33554432000 4194304 4623224 140733348117936 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 106932 55465 340 105 0 102436 0
[pid=8834/tid=8842] ppid=8832 vsize=427728 CPUtime=5.75 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 8005 0 0 0 574 1 0 0 25 0 4 0 519637932 437993472 55465 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=427728 CPUtime=5.78 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 7879 0 0 0 577 1 0 0 25 0 4 0 519637932 437993472 55465 33554432000 4194304 4623224 140733348117936 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=427728 CPUtime=5.78 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 111037 0 0 0 564 14 0 0 25 0 4 0 519637932 437993472 55465 33554432000 4194304 4623224 140733348117936 18446744073709551615 4364914 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 427728

[startup+12.7004 s]
/proc/loadavg: 7.28 7.95 8.03 9/188 8847
/proc/meminfo: memFree=24527932/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=427728 CPUtime=49.19 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 272677 0 0 0 4885 34 0 0 25 0 4 0 519637880 437993472 58241 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 106932 58241 341 105 0 102436 0
[pid=8834/tid=8842] ppid=8832 vsize=427728 CPUtime=12.11 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 8258 0 0 0 1210 1 0 0 25 0 4 0 519637932 437993472 58241 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=427728 CPUtime=12.18 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 8097 0 0 0 1217 1 0 0 25 0 4 0 519637932 437993472 58241 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376708 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=427728 CPUtime=12.18 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 193728 0 0 0 1193 25 0 0 25 0 4 0 519637932 437993472 58241 33554432000 4194304 4623224 140733348117936 18446744073709551615 4545312 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.19
Current children cumulated vsize (KiB) 427728

[startup+25.501 s]
/proc/loadavg: 7.39 7.95 8.03 10/188 8847
/proc/meminfo: memFree=24505284/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=440072 CPUtime=100.31 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 457233 0 0 0 9970 61 0 0 25 0 4 0 519637880 450633728 61156 33554432000 4194304 4623224 140733348117936 18446744073709551615 4509955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 110018 61156 341 105 0 105522 0
[pid=8834/tid=8842] ppid=8832 vsize=440072 CPUtime=24.84 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 8630 0 0 0 2483 1 0 0 25 0 4 0 519637932 450633728 61156 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=440072 CPUtime=24.98 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 8375 0 0 0 2497 1 0 0 25 0 4 0 519637932 450633728 61156 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=440072 CPUtime=24.98 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 370668 0 0 0 2448 50 0 0 25 0 4 0 519637932 450633728 61156 33554432000 4194304 4623224 140733348117936 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 440072

[startup+51.1003 s]
/proc/loadavg: 7.60 7.95 8.02 9/188 8848
/proc/meminfo: memFree=24463780/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=440072 CPUtime=202.56 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 812057 0 0 0 20138 118 0 0 25 0 4 0 519637880 450633728 67111 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 110018 67111 342 105 0 105522 0
[pid=8834/tid=8842] ppid=8832 vsize=440072 CPUtime=50.3 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 9150 0 0 0 5028 2 0 0 25 0 4 0 519637932 450633728 67111 33554432000 4194304 4623224 140733348117936 18446744073709551615 4463378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=440072 CPUtime=50.57 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 9146 0 0 0 5056 1 0 0 25 0 4 0 519637932 450633728 67111 33554432000 4194304 4623224 140733348117936 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=440072 CPUtime=50.57 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 723243 0 0 0 4950 107 0 0 25 0 4 0 519637932 450633728 67111 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376659 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 440072

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

[startup+51.2003 s]
/proc/loadavg: 7.60 7.95 8.02 9/188 8848
/proc/meminfo: memFree=24463780/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=440072 CPUtime=202.96 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 814302 0 0 0 20177 119 0 0 25 0 4 0 519637880 450633728 67080 33554432000 4194304 4623224 140733348117936 18446744073709551615 4511029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8834/statm: 110018 67080 342 105 0 105522 0
[pid=8834/tid=8842] ppid=8832 vsize=440072 CPUtime=50.4 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 9150 0 0 0 5038 2 0 0 25 0 4 0 519637932 450633728 67080 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=440072 CPUtime=50.67 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 9146 0 0 0 5066 1 0 0 25 0 4 0 519637932 450633728 67080 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=440072 CPUtime=50.67 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 725488 0 0 0 4960 107 0 0 25 0 4 0 519637932 450633728 67080 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.96
Current children cumulated vsize (KiB) 440072

[startup+76.8007 s]
/proc/loadavg: 7.75 7.96 8.02 10/188 8849
/proc/meminfo: memFree=24426824/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=448332 CPUtime=305.22 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1154896 0 0 0 30350 172 0 0 25 0 4 0 519637880 459091968 69367 33554432000 4194304 4623224 140733348117936 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 112083 69367 342 105 0 107587 0
[pid=8834/tid=8842] ppid=8832 vsize=448332 CPUtime=75.89 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 15904 0 0 0 7587 2 0 0 25 0 4 0 519637932 459091968 69367 33554432000 4194304 4623224 140733348117936 18446744073709551615 4463026 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=448332 CPUtime=76.27 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 16030 0 0 0 7625 2 0 0 25 0 4 0 519637932 459091968 69367 33554432000 4194304 4623224 140733348117936 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=448332 CPUtime=76.27 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1047602 0 0 0 7471 156 0 0 25 0 4 0 519637932 459091968 69367 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 305.22
Current children cumulated vsize (KiB) 448332

[startup+89.6003 s]
/proc/loadavg: 8.02 8.01 8.04 9/188 8849
/proc/meminfo: memFree=24400276/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=449456 CPUtime=356.35 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1329136 0 0 0 35438 197 0 0 25 0 4 0 519637880 460242944 71773 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 112364 71774 342 105 0 107868 0
[pid=8834/tid=8842] ppid=8832 vsize=449456 CPUtime=88.69 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 16144 0 0 0 8867 2 0 0 25 0 4 0 519637932 460242944 71774 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=449456 CPUtime=89.08 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 16375 0 0 0 8905 3 0 0 25 0 4 0 519637932 460242944 71775 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=449456 CPUtime=89.07 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1221000 0 0 0 8725 182 0 0 25 0 4 0 519637932 460242944 71776 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 356.35
Current children cumulated vsize (KiB) 449456

[startup+96.0011 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24340384/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=547920 CPUtime=381.89 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1456889 0 0 0 37970 219 0 0 25 0 4 0 519637880 561070080 87059 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 136980 87059 345 105 0 132484 0
[pid=8834/tid=8842] ppid=8832 vsize=547920 CPUtime=95.08 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18379 0 0 0 9505 3 0 0 25 0 4 0 519637932 561070080 87059 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=547920 CPUtime=95.46 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18194 0 0 0 9543 3 0 0 25 0 4 0 519637932 561070080 87059 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=547920 CPUtime=95.47 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1328486 0 0 0 9348 199 0 0 25 0 4 0 519637932 561070080 87059 33554432000 4194304 4623224 140733348117936 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 381.89
Current children cumulated vsize (KiB) 547920

[startup+99.2006 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24345468/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=547920 CPUtime=394.67 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1497779 0 0 0 39242 225 0 0 25 0 4 0 519637880 561070080 88428 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510116 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 136980 88429 345 105 0 132484 0
[pid=8834/tid=8842] ppid=8832 vsize=547920 CPUtime=98.28 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18525 0 0 0 9825 3 0 0 25 0 4 0 519637932 561070080 88429 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376790 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=547920 CPUtime=98.66 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18197 0 0 0 9863 3 0 0 25 0 4 0 519637932 561070080 88430 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=547920 CPUtime=98.67 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1369211 0 0 0 9662 205 0 0 25 0 4 0 519637932 561070080 88431 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394.67
Current children cumulated vsize (KiB) 547920

[startup+100 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24345468/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=547920 CPUtime=397.87 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1509883 0 0 0 39560 227 0 0 25 0 4 0 519637880 561070080 88462 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510116 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 136980 88462 345 105 0 132484 0
[pid=8834/tid=8842] ppid=8832 vsize=547920 CPUtime=99.08 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18526 0 0 0 9905 3 0 0 25 0 4 0 519637932 561070080 88462 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=547920 CPUtime=99.45 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18197 0 0 0 9942 3 0 0 25 0 4 0 519637932 561070080 88463 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=547920 CPUtime=99.48 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1381304 0 0 0 9741 207 0 0 25 0 4 0 519637932 561070080 88463 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 397.87
Current children cumulated vsize (KiB) 547920

[startup+100.4 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24329968/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=613456 CPUtime=399.47 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1515840 0 0 0 39719 228 0 0 25 0 4 0 519637880 628178944 89587 33554432000 4194304 4623224 140733348117936 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 153364 89587 345 105 0 148868 0
[pid=8834/tid=8842] ppid=8832 vsize=613456 CPUtime=99.48 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18527 0 0 0 9945 3 0 0 25 0 4 0 519637932 628178944 89587 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=613456 CPUtime=99.85 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18199 0 0 0 9982 3 0 0 25 0 4 0 519637932 628178944 89587 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=613456 CPUtime=99.87 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1387256 0 0 0 9780 207 0 0 25 0 4 0 519637932 628178944 89587 33554432000 4194304 4623224 140733348117936 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 399.47
Current children cumulated vsize (KiB) 613456

[startup+100.8 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24329968/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=547920 CPUtime=401.06 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1521839 0 0 0 39878 228 0 0 25 0 4 0 519637880 561070080 88368 33554432000 4194304 4623224 140733348117936 18446744073709551615 4511029 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 136980 88368 345 105 0 132484 0
[pid=8834/tid=8842] ppid=8832 vsize=547920 CPUtime=99.88 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18528 0 0 0 9985 3 0 0 25 0 4 0 519637932 561070080 88369 33554432000 4194304 4623224 140733348117936 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=547920 CPUtime=100.25 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18201 0 0 0 10022 3 0 0 25 0 4 0 519637932 561070080 88369 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=547920 CPUtime=100.27 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1393247 0 0 0 9819 208 0 0 25 0 4 0 519637932 561070080 88369 33554432000 4194304 4623224 140733348117936 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.06
Current children cumulated vsize (KiB) 547920

[startup+100.9 s]
/proc/loadavg: 8.02 8.01 8.03 10/188 8849
/proc/meminfo: memFree=24329968/32951124 swapFree=67111352/67111528
[pid=8834] ppid=8832 vsize=613456 CPUtime=401.47 cores=1,3,5,7
/proc/8834/stat : 8834 (SArTagnan) R 8832 8834 8802 0 -1 4202496 1523087 0 0 0 39918 229 0 0 25 0 4 0 519637880 628178944 89616 33554432000 4194304 4623224 140733348117936 18446744073709551615 246516492550 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8834/statm: 153364 89616 345 105 0 148868 0
[pid=8834/tid=8842] ppid=8832 vsize=613456 CPUtime=99.98 cores=1,3,5,7
/proc/8834/task/8842/stat : 8842 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18528 0 0 0 9995 3 0 0 25 0 4 0 519637932 628178944 89616 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8834/tid=8843] ppid=8832 vsize=613456 CPUtime=100.35 cores=1,3,5,7
/proc/8834/task/8843/stat : 8843 (SArTagnan) R 8832 8834 8802 0 -1 4202560 18201 0 0 0 10032 3 0 0 25 0 4 0 519637932 628178944 89616 33554432000 4194304 4623224 140733348117936 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8834/tid=8844] ppid=8832 vsize=613456 CPUtime=100.37 cores=1,3,5,7
/proc/8834/task/8844/stat : 8844 (SArTagnan) R 8832 8834 8802 0 -1 4202560 1394482 0 0 0 9829 208 0 0 25 0 4 0 519637932 628178944 89616 33554432000 4194304 4623224 140733348117936 18446744073709551615 4363992 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.47
Current children cumulated vsize (KiB) 613456

Child status: 20
Real time (s): 100.948
CPU time (s): 401.614
CPU user time (s): 399.305
CPU system time (s): 2.30865
CPU usage (%): 397.841
Max. virtual memory (cumulated for all children) (KiB): 613456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.305
system time used= 2.30865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1523104
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= 1479
involuntary context switches= 1606

runsolver used 0.147977 second user time and 0.404938 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 14:33:17
IDJOB=3288439
IDBENCH=82496
IDSOLVER=1656
FILE ID=node134/3288439-1304080396
RUNJOBID= node134-1304080396-8821
PBS_JOBID= 13170534
Free space on /tmp= 71548 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288439-1304080396/watcher-3288439-1304080396 -o /tmp/evaluation-result-3288439-1304080396/solver-3288439-1304080396 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3288439-1304080396.cnf -threads=4

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=316366277

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25004700 kB
Buffers:       1486316 kB
Cached:        5872096 kB
SwapCached:         64 kB
Active:        1461392 kB
Inactive:      5961060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25004700 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           36284 kB
Writeback:           0 kB
AnonPages:       64048 kB
Mapped:          14492 kB
Slab:           459780 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187140 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71548 MiB
End job on node134 at 2011-04-29 14:34:58