Trace number 3289253

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 333.656 83.7671

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

333.49/83.76	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-3289253-1304080744/watcher-3289253-1304080744 -o /tmp/evaluation-result-3289253-1304080744/solver-3289253-1304080744 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3289253-1304080744.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: 3.73 3.98 4.59 2/174 23950
/proc/meminfo: memFree=30918464/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=8728 CPUtime=0 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 215 0 0 0 0 0 0 0 20 0 1 0 519674072 8937472 146 33554432000 4194304 4417332 140735743171424 18446744073709551615 274664808192 0 0 4096 0 18446744071562362840 0 0 17 4 0 0 0
/proc/23950/statm: 2182 146 122 55 0 68 0

[startup+0.075758 s]
/proc/loadavg: 3.73 3.98 4.59 2/174 23950
/proc/meminfo: memFree=30918464/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=23532 CPUtime=0.06 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) R 23946 23950 23406 0 -1 4202496 3988 1254 0 0 6 0 0 0 20 0 1 0 519674072 24096768 3883 33554432000 4194304 4417332 140735743171424 18446744073709551615 274664502253 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/23950/statm: 5883 3906 148 55 0 3769 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23532

[startup+0.100639 s]
/proc/loadavg: 3.73 3.98 4.59 2/174 23950
/proc/meminfo: memFree=30918464/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=67620 CPUtime=0.13 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 6463 1254 0 0 13 0 0 0 20 0 5 0 519674072 69242880 4682 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 16905 4682 170 55 0 14791 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 67620

[startup+0.300606 s]
/proc/loadavg: 3.73 3.98 4.59 2/174 23950
/proc/meminfo: memFree=30918464/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=131968 CPUtime=0.94 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 10270 1254 0 0 93 1 0 0 20 0 5 0 519674072 135135232 4837 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 32992 4415 175 55 0 30878 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 131968

[startup+0.700534 s]
/proc/loadavg: 3.73 3.98 4.59 2/174 23950
/proc/meminfo: memFree=30918464/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=134232 CPUtime=2.54 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 14533 1254 0 0 252 2 0 0 20 0 5 0 519674072 137453568 5222 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 33558 5222 177 55 0 31444 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 134232

[startup+1.50039 s]
/proc/loadavg: 3.73 3.98 4.59 10/184 23970
/proc/meminfo: memFree=30876148/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=134996 CPUtime=5.6 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 16888 1254 0 0 557 3 0 0 20 0 5 0 519674072 138235904 5198 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 33749 5198 181 55 0 31635 0
[pid=23950/tid=23963] ppid=23946 vsize=134996 CPUtime=1.41 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 4080 1254 0 0 141 0 0 0 25 0 5 0 519674080 138235904 5198 33554432000 4194304 4417332 140735743171424 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=134996 CPUtime=1.4 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 4566 1254 0 0 140 0 0 0 25 0 5 0 519674080 138235904 5198 33554432000 4194304 4417332 140735743171424 18446744073709551615 4253420 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=134996 CPUtime=1.41 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 3057 1254 0 0 141 0 0 0 20 0 5 0 519674080 138235904 5198 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=134996 CPUtime=1.27 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 293 1254 0 0 127 0 0 0 25 0 5 0 519674080 138235904 5198 33554432000 4194304 4417332 140735743171424 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 134996

[startup+3.10112 s]
/proc/loadavg: 3.73 3.98 4.59 10/184 23970
/proc/meminfo: memFree=30872312/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=138024 CPUtime=11.64 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 17669 1254 0 0 1159 5 0 0 20 0 5 0 519674072 141336576 5955 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 34506 5955 181 55 0 32392 0
[pid=23950/tid=23963] ppid=23946 vsize=138024 CPUtime=3.01 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 4292 1254 0 0 301 0 0 0 25 0 5 0 519674080 141336576 5955 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=138024 CPUtime=2.99 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 4755 1254 0 0 299 0 0 0 25 0 5 0 519674080 141336576 5955 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364840 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=138024 CPUtime=3.01 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 3251 1254 0 0 301 0 0 0 25 0 5 0 519674080 141336576 5955 33554432000 4194304 4417332 140735743171424 18446744073709551615 4356896 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=138024 CPUtime=2.52 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 479 1254 0 0 250 2 0 0 25 0 5 0 519674080 141336576 5955 33554432000 4194304 4417332 140735743171424 18446744073709551615 4237002 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 138024

[startup+6.30056 s]
/proc/loadavg: 4.07 4.05 4.61 10/184 23970
/proc/meminfo: memFree=30851260/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=151504 CPUtime=24.43 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 21039 1254 0 0 2437 6 0 0 20 0 5 0 519674072 155140096 9325 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 37876 9325 181 55 0 35762 0
[pid=23950/tid=23963] ppid=23946 vsize=151504 CPUtime=6.21 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 4942 1254 0 0 621 0 0 0 25 0 5 0 519674080 155140096 9325 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=151504 CPUtime=6.17 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 5990 1254 0 0 617 0 0 0 25 0 5 0 519674080 155140096 9325 33554432000 4194304 4417332 140735743171424 18446744073709551615 4353524 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=151504 CPUtime=6.21 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 3583 1254 0 0 621 0 0 0 25 0 5 0 519674080 155140096 9325 33554432000 4194304 4417332 140735743171424 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=151504 CPUtime=5.73 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 1632 1254 0 0 570 3 0 0 25 0 5 0 519674080 155140096 9325 33554432000 4194304 4417332 140735743171424 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 151504

[startup+12.7005 s]
/proc/loadavg: 4.38 4.12 4.62 10/184 23971
/proc/meminfo: memFree=30819956/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=158584 CPUtime=49.95 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 27584 1254 0 0 4986 9 0 0 20 0 5 0 519674072 162390016 11095 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 39646 11095 181 55 0 37532 0
[pid=23950/tid=23963] ppid=23946 vsize=158584 CPUtime=12.61 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 7254 1254 0 0 1261 0 0 0 25 0 5 0 519674080 162390016 11095 33554432000 4194304 4417332 140735743171424 18446744073709551615 4357493 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=158584 CPUtime=12.54 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 7254 1254 0 0 1253 1 0 0 25 0 5 0 519674080 162390016 11095 33554432000 4194304 4417332 140735743171424 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=158584 CPUtime=12.61 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 4807 1254 0 0 1261 0 0 0 25 0 5 0 519674080 162390016 11095 33554432000 4194304 4417332 140735743171424 18446744073709551615 4308643 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=158584 CPUtime=12.09 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 3377 1254 0 0 1203 6 0 0 25 0 5 0 519674080 162390016 11095 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364308 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.95
Current children cumulated vsize (KiB) 158584

[startup+25.5012 s]
/proc/loadavg: 5.18 4.31 4.68 10/184 23971
/proc/meminfo: memFree=30789332/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=178516 CPUtime=101.07 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 42220 1254 0 0 10095 12 0 0 20 0 5 0 519674072 182800384 16084 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 44629 16084 181 55 0 42515 0
[pid=23950/tid=23963] ppid=23946 vsize=178516 CPUtime=25.41 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 10566 1254 0 0 2540 1 0 0 25 0 5 0 519674080 182800384 16084 33554432000 4194304 4417332 140735743171424 18446744073709551615 4250986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=178516 CPUtime=25.26 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 11069 1254 0 0 2525 1 0 0 25 0 5 0 519674080 182800384 16084 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=178516 CPUtime=25.41 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 9540 1254 0 0 2540 1 0 0 25 0 5 0 519674080 182800384 16084 33554432000 4194304 4417332 140735743171424 18446744073709551615 4253023 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=178516 CPUtime=24.88 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 6153 1254 0 0 2482 6 0 0 25 0 5 0 519674080 182800384 16084 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 178516

[startup+51.1008 s]
/proc/loadavg: 6.14 4.60 4.76 10/184 23971
/proc/meminfo: memFree=30758548/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=194884 CPUtime=203.3 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 72274 1254 0 0 20310 20 0 0 20 0 5 0 519674072 199561216 20192 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 48721 20192 181 55 0 46607 0
[pid=23950/tid=23963] ppid=23946 vsize=194884 CPUtime=51.01 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 15155 1254 0 0 5099 2 0 0 25 0 5 0 519674080 199561216 20192 33554432000 4194304 4417332 140735743171424 18446744073709551615 4250972 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=194884 CPUtime=50.71 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 18774 1254 0 0 5069 2 0 0 25 0 5 0 519674080 199561216 20192 33554432000 4194304 4417332 140735743171424 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=194884 CPUtime=51 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 17798 1254 0 0 5098 2 0 0 25 0 5 0 519674080 199561216 20192 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=194884 CPUtime=50.46 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 15655 1254 0 0 5035 11 0 0 25 0 5 0 519674080 199561216 20192 33554432000 4194304 4417332 140735743171424 18446744073709551615 4357287 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.3
Current children cumulated vsize (KiB) 194884

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

[startup+63.9006 s]
/proc/loadavg: 6.55 4.77 4.82 10/184 23972
/proc/meminfo: memFree=30745524/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=198676 CPUtime=254.41 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 88369 1254 0 0 25418 23 0 0 20 0 5 0 519674072 203444224 21140 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 49669 21140 181 55 0 47555 0
[pid=23950/tid=23963] ppid=23946 vsize=198676 CPUtime=63.81 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 19527 1254 0 0 6379 2 0 0 25 0 5 0 519674080 203444224 21140 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=198676 CPUtime=63.44 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 22183 1254 0 0 6341 3 0 0 25 0 5 0 519674080 203444224 21140 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=198676 CPUtime=63.81 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 22186 1254 0 0 6377 4 0 0 25 0 5 0 519674080 203444224 21140 33554432000 4194304 4417332 140735743171424 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=198676 CPUtime=63.25 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 19581 1254 0 0 6314 11 0 0 25 0 5 0 519674080 203444224 21140 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 254.41
Current children cumulated vsize (KiB) 198676

[startup+76.7004 s]
/proc/loadavg: 6.78 4.87 4.85 10/184 23972
/proc/meminfo: memFree=30748124/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=201504 CPUtime=305.54 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 104222 1254 0 0 30529 25 0 0 20 0 5 0 519674072 206340096 21847 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 50376 21847 181 55 0 48262 0
[pid=23950/tid=23963] ppid=23946 vsize=201504 CPUtime=76.61 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 22874 1254 0 0 7658 3 0 0 25 0 5 0 519674080 206340096 21847 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=201504 CPUtime=76.17 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 25906 1254 0 0 7614 3 0 0 25 0 5 0 519674080 206340096 21847 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=201504 CPUtime=76.6 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 27695 1254 0 0 7656 4 0 0 25 0 5 0 519674080 206340096 21847 33554432000 4194304 4417332 140735743171424 18446744073709551615 4356391 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=201504 CPUtime=76.05 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 22855 1254 0 0 7593 12 0 0 25 0 5 0 519674080 206340096 21847 33554432000 4194304 4417332 140735743171424 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 305.54
Current children cumulated vsize (KiB) 201504

[startup+79.9008 s]
/proc/loadavg: 6.87 4.92 4.87 10/184 23972
/proc/meminfo: memFree=30749116/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=194276 CPUtime=318.33 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 106503 1254 0 0 31807 26 0 0 20 0 5 0 519674072 198938624 20040 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 48569 20040 181 55 0 46455 0
[pid=23950/tid=23963] ppid=23946 vsize=194276 CPUtime=79.81 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 23068 1254 0 0 7978 3 0 0 25 0 5 0 519674080 198938624 20040 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=194276 CPUtime=79.35 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 26733 1254 0 0 7932 3 0 0 25 0 5 0 519674080 198938624 20040 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=194276 CPUtime=79.8 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 28103 1254 0 0 7976 4 0 0 25 0 5 0 519674080 198938624 20040 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=194276 CPUtime=79.25 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 23707 1254 0 0 7913 12 0 0 25 0 5 0 519674080 198938624 20040 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 318.33
Current children cumulated vsize (KiB) 194276

[startup+81.5005 s]
/proc/loadavg: 6.87 4.92 4.87 10/184 23972
/proc/meminfo: memFree=30747876/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=201980 CPUtime=324.71 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 108429 1254 0 0 32445 26 0 0 20 0 5 0 519674072 206827520 21966 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 50495 21966 181 55 0 48381 0
[pid=23950/tid=23963] ppid=23946 vsize=201980 CPUtime=81.41 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 23989 1254 0 0 8138 3 0 0 25 0 5 0 519674080 206827520 21966 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=201980 CPUtime=80.94 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 26901 1254 0 0 8091 3 0 0 25 0 5 0 519674080 206827520 21966 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=201980 CPUtime=81.4 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 28708 1254 0 0 8136 4 0 0 25 0 5 0 519674080 206827520 21966 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=201980 CPUtime=80.85 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 23939 1254 0 0 8073 12 0 0 25 0 5 0 519674080 206827520 21966 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 324.71
Current children cumulated vsize (KiB) 201980

[startup+83.1003 s]
/proc/loadavg: 6.96 4.98 4.88 10/184 23972
/proc/meminfo: memFree=30739940/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=192564 CPUtime=331.09 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 109993 1254 0 0 33083 26 0 0 20 0 5 0 519674072 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 48141 19612 181 55 0 46027 0
[pid=23950/tid=23963] ppid=23946 vsize=192564 CPUtime=83.01 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 24305 1254 0 0 8298 3 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=192564 CPUtime=82.52 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 26901 1254 0 0 8249 3 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364715 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=192564 CPUtime=83 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 29601 1254 0 0 8295 5 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=192564 CPUtime=82.45 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 24294 1254 0 0 8233 12 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 331.09
Current children cumulated vsize (KiB) 192564

[startup+83.5012 s]
/proc/loadavg: 6.96 4.98 4.88 10/184 23972
/proc/meminfo: memFree=30750728/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=192564 CPUtime=332.72 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 109993 1254 0 0 33246 26 0 0 20 0 5 0 519674072 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 48141 19612 181 55 0 46027 0
[pid=23950/tid=23963] ppid=23946 vsize=192564 CPUtime=83.42 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 24305 1254 0 0 8339 3 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=192564 CPUtime=82.92 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 26901 1254 0 0 8289 3 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=192564 CPUtime=83.41 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 29601 1254 0 0 8336 5 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=192564 CPUtime=82.86 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 24294 1254 0 0 8274 12 0 0 25 0 5 0 519674080 197185536 19612 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 332.72
Current children cumulated vsize (KiB) 192564

[startup+83.7012 s]
/proc/loadavg: 6.96 4.98 4.88 10/184 23972
/proc/meminfo: memFree=30750728/32951132 swapFree=67111356/67111528
[pid=23950] ppid=23946 vsize=198672 CPUtime=333.49 cores=0,2,4,6
/proc/23950/stat : 23950 (plingeling) S 23946 23950 23406 0 -1 4202496 111520 1254 0 0 33323 26 0 0 20 0 5 0 519674072 203440128 21139 33554432000 4194304 4417332 140735743171424 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/23950/statm: 49668 21139 181 55 0 47554 0
[pid=23950/tid=23963] ppid=23946 vsize=198672 CPUtime=83.61 cores=0,2,4,6
/proc/23950/task/23963/stat : 23963 (plingeling) R 23946 23950 23406 0 -1 4202560 24305 1254 0 0 8358 3 0 0 25 0 5 0 519674080 203440128 21139 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=23950/tid=23964] ppid=23946 vsize=198672 CPUtime=83.13 cores=0,2,4,6
/proc/23950/task/23964/stat : 23964 (plingeling) R 23946 23950 23406 0 -1 4202560 28354 1254 0 0 8309 4 0 0 25 0 5 0 519674080 203440128 21139 33554432000 4194304 4417332 140735743171424 18446744073709551615 4357164 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23950/tid=23965] ppid=23946 vsize=198672 CPUtime=83.6 cores=0,2,4,6
/proc/23950/task/23965/stat : 23965 (plingeling) R 23946 23950 23406 0 -1 4202560 29647 1254 0 0 8355 5 0 0 25 0 5 0 519674080 203440128 21139 33554432000 4194304 4417332 140735743171424 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=23950/tid=23966] ppid=23946 vsize=198672 CPUtime=83.05 cores=0,2,4,6
/proc/23950/task/23966/stat : 23966 (plingeling) R 23946 23950 23406 0 -1 4202560 24322 1254 0 0 8293 12 0 0 25 0 5 0 519674080 203440128 21139 33554432000 4194304 4417332 140735743171424 18446744073709551615 4357078 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 333.49
Current children cumulated vsize (KiB) 198672

Child status: 20
Real time (s): 83.7671
CPU time (s): 333.656
CPU user time (s): 333.373
CPU system time (s): 0.282956
CPU usage (%): 398.314
Max. virtual memory (cumulated for all children) (KiB): 204732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.373
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112778
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= 837
involuntary context switches= 4016

runsolver used 0.137979 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 14:39:04
IDJOB=3289253
IDBENCH=83118
IDSOLVER=1605
FILE ID=node131/3289253-1304080744
RUNJOBID= node131-1304080744-23931
PBS_JOBID= 13170501
Free space on /tmp= 71384 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289253-1304080744/watcher-3289253-1304080744 -o /tmp/evaluation-result-3289253-1304080744/solver-3289253-1304080744 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3289253-1304080744.cnf

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=795884198

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30918908 kB
Buffers:        180360 kB
Cached:        1478876 kB
SwapCached:        168 kB
Active:          79540 kB
Inactive:      1645556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30918908 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:       65088 kB
Mapped:          14540 kB
Slab:           242692 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-29 14:40:28