Trace number 3371384

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 918.117 230.303

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

918.10/230.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371384-1305422083/watcher-3371384-1305422083 -o /tmp/evaluation-result-3371384-1305422083/solver-3371384-1305422083 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371384-1305422083.cnf 

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: 8.07 8.07 7.99 5/353 28168
/proc/meminfo: memFree=18630436/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=13356 CPUtime=0 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) R 28166 28168 27864 0 -1 4202496 1415 1255 0 0 0 0 0 0 25 0 1 0 634624392 13676544 1346 33554432000 4194304 4417452 140736966786176 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28168/statm: 3339 1346 148 55 0 1225 0

[startup+0.0972099 s]
/proc/loadavg: 8.07 8.07 7.99 5/353 28168
/proc/meminfo: memFree=18630436/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=27420 CPUtime=0.08 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) R 28166 28168 27864 0 -1 4202496 4948 1255 0 0 8 0 0 0 25 0 1 0 634624392 28078080 4879 33554432000 4194304 4417452 140736966786176 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28168/statm: 6855 4879 149 55 0 4741 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27420

[startup+0.101194 s]
/proc/loadavg: 8.07 8.07 7.99 5/353 28168
/proc/meminfo: memFree=18630436/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=27420 CPUtime=0.09 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) R 28166 28168 27864 0 -1 4202496 4948 1255 0 0 9 0 0 0 25 0 1 0 634624392 28078080 4879 33554432000 4194304 4417452 140736966786176 18446744073709551615 4262095 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28168/statm: 6855 4879 149 55 0 4741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27420

[startup+0.300124 s]
/proc/loadavg: 8.07 8.07 7.99 5/353 28168
/proc/meminfo: memFree=18630436/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=71292 CPUtime=0.75 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 8241 1255 0 0 74 1 0 0 25 0 5 0 634624392 73003008 5454 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 17823 5477 175 55 0 15709 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 71292

[startup+0.701059 s]
/proc/loadavg: 8.07 8.07 7.99 5/353 28168
/proc/meminfo: memFree=18630436/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=141136 CPUtime=2.35 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 12574 1255 0 0 234 1 0 0 25 0 5 0 634624392 144523264 7016 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 35284 7016 175 55 0 33170 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 141136

[startup+1.50092 s]
/proc/loadavg: 8.07 8.07 7.99 10/358 28178
/proc/meminfo: memFree=18587064/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=150680 CPUtime=5.54 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 17584 1255 0 0 552 2 0 0 25 0 5 0 634624392 154296320 9218 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 37670 9218 177 55 0 35556 0
[pid=28168/tid=28175] ppid=28166 vsize=150680 CPUtime=1.34 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 3632 1255 0 0 134 0 0 0 19 0 5 0 634624407 154296320 9218 33554432000 4194304 4417452 140736966786176 18446744073709551615 4277621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=150680 CPUtime=1.35 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 2556 1255 0 0 135 0 0 0 19 0 5 0 634624407 154296320 9218 33554432000 4194304 4417452 140736966786176 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=150680 CPUtime=1.34 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 4881 1255 0 0 134 0 0 0 25 0 5 0 634624407 154296320 9218 33554432000 4194304 4417452 140736966786176 18446744073709551615 255106462681 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=150680 CPUtime=1.34 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 1555 1255 0 0 134 0 0 0 25 0 5 0 634624407 154296320 9218 33554432000 4194304 4417452 140736966786176 18446744073709551615 4357636 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 150680

[startup+3.10063 s]
/proc/loadavg: 8.07 8.07 7.99 9/358 28178
/proc/meminfo: memFree=18387920/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=157432 CPUtime=11.93 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 25294 1255 0 0 1190 3 0 0 25 0 5 0 634624392 161210368 10806 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 39358 10806 180 55 0 37244 0
[pid=28168/tid=28175] ppid=28166 vsize=157432 CPUtime=2.95 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 7529 1255 0 0 294 1 0 0 25 0 5 0 634624407 161210368 10806 33554432000 4194304 4417452 140736966786176 18446744073709551615 4248913 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=157432 CPUtime=2.94 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 5005 1255 0 0 294 0 0 0 24 0 5 0 634624407 161210368 10806 33554432000 4194304 4417452 140736966786176 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=157432 CPUtime=2.94 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 5020 1255 0 0 294 0 0 0 25 0 5 0 634624407 161210368 10806 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=157432 CPUtime=2.92 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 2780 1255 0 0 292 0 0 0 25 0 5 0 634624407 161210368 10806 33554432000 4194304 4417452 140736966786176 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 157432

[startup+6.30107 s]
/proc/loadavg: 8.06 8.06 7.99 9/358 28178
/proc/meminfo: memFree=18352916/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=169696 CPUtime=24.69 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 28683 1255 0 0 2466 3 0 0 25 0 5 0 634624392 173768704 13872 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 42424 13872 180 55 0 40310 0
[pid=28168/tid=28175] ppid=28166 vsize=169696 CPUtime=6.15 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 7626 1255 0 0 614 1 0 0 25 0 5 0 634624407 173768704 13872 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=169696 CPUtime=6.14 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 5926 1255 0 0 614 0 0 0 25 0 5 0 634624407 173768704 13872 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=169696 CPUtime=6.14 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 6169 1255 0 0 614 0 0 0 25 0 5 0 634624407 173768704 13872 33554432000 4194304 4417452 140736966786176 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=169696 CPUtime=6.09 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 4002 1255 0 0 609 0 0 0 25 0 5 0 634624407 173768704 13872 33554432000 4194304 4417452 140736966786176 18446744073709551615 4352385 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 169696

[startup+12.7009 s]
/proc/loadavg: 8.06 8.06 7.99 9/358 28178
/proc/meminfo: memFree=18008232/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=184492 CPUtime=50.22 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 34582 1255 0 0 5018 4 0 0 25 0 5 0 634624392 188919808 17570 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 46123 17570 180 55 0 44009 0
[pid=28168/tid=28175] ppid=28166 vsize=184492 CPUtime=12.55 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 8552 1255 0 0 1254 1 0 0 25 0 5 0 634624407 188919808 17570 33554432000 4194304 4417452 140736966786176 18446744073709551615 4357410 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=184492 CPUtime=12.54 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 6698 1255 0 0 1254 0 0 0 25 0 5 0 634624407 188919808 17570 33554432000 4194304 4417452 140736966786176 18446744073709551615 4275635 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=184492 CPUtime=12.54 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 7257 1255 0 0 1254 0 0 0 25 0 5 0 634624407 188919808 17570 33554432000 4194304 4417452 140736966786176 18446744073709551615 4366646 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=184492 CPUtime=12.41 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 7115 1255 0 0 1241 0 0 0 25 0 5 0 634624407 188919808 17570 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 184492

[startup+25.5007 s]
/proc/loadavg: 8.11 8.08 7.99 9/358 28178
/proc/meminfo: memFree=17884988/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=199284 CPUtime=101.28 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 44800 1255 0 0 10122 6 0 0 25 0 5 0 634624392 204066816 21275 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 49821 21275 180 55 0 47707 0
[pid=28168/tid=28175] ppid=28166 vsize=199284 CPUtime=25.35 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 9625 1255 0 0 2534 1 0 0 25 0 5 0 634624407 204066816 21275 33554432000 4194304 4417452 140736966786176 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=199284 CPUtime=25.34 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 9401 1255 0 0 2533 1 0 0 25 0 5 0 634624407 204066816 21275 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=199284 CPUtime=25.34 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 10888 1255 0 0 2533 1 0 0 25 0 5 0 634624407 204066816 21275 33554432000 4194304 4417452 140736966786176 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=199284 CPUtime=25.06 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 9926 1255 0 0 2506 0 0 0 25 0 5 0 634624407 204066816 21275 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 199284

[startup+51.1012 s]
/proc/loadavg: 8.15 8.08 8.00 9/358 28179
/proc/meminfo: memFree=17627736/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=223092 CPUtime=203.4 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 85009 1255 0 0 20327 13 0 0 25 0 5 0 634624392 228446208 27247 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 55773 27247 180 55 0 53659 0
[pid=28168/tid=28175] ppid=28166 vsize=223092 CPUtime=50.95 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 16940 1255 0 0 5093 2 0 0 25 0 5 0 634624407 228446208 27247 33554432000 4194304 4417452 140736966786176 18446744073709551615 4310429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=223092 CPUtime=50.95 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 21126 1255 0 0 5092 3 0 0 25 0 5 0 634624407 228446208 27247 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=223092 CPUtime=50.95 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 22457 1255 0 0 5091 4 0 0 25 0 5 0 634624407 228446208 27247 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=223092 CPUtime=50.38 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 19526 1255 0 0 5036 2 0 0 25 0 5 0 634624407 228446208 27247 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 223092

[startup+102.313 s]
/proc/loadavg: 7.96 8.04 7.98 9/358 28217
/proc/meminfo: memFree=21267444/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=281500 CPUtime=407.68 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 164759 1255 0 0 40742 26 0 0 25 0 5 0 634624392 288256000 41829 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 70375 41829 180 55 0 68261 0
[pid=28168/tid=28175] ppid=28166 vsize=281500 CPUtime=102.16 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 37481 1255 0 0 10211 5 0 0 25 0 5 0 634624407 288256000 41829 33554432000 4194304 4417452 140736966786176 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=281500 CPUtime=102.16 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 44279 1255 0 0 10209 7 0 0 25 0 5 0 634624407 288256000 41829 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=281500 CPUtime=102.16 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 45320 1255 0 0 10209 7 0 0 25 0 5 0 634624407 288256000 41829 33554432000 4194304 4417452 140736966786176 18446744073709551615 4357265 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=281500 CPUtime=101.03 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 32719 1255 0 0 10099 4 0 0 25 0 5 0 634624407 288256000 41829 33554432000 4194304 4417452 140736966786176 18446744073709551615 4353504 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 281500

[startup+162.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28219
/proc/meminfo: memFree=21120884/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=331816 CPUtime=646.98 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 256927 1255 0 0 64657 41 0 0 25 0 5 0 634624392 339779584 54440 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 82954 54440 180 55 0 80840 0
[pid=28168/tid=28175] ppid=28166 vsize=331816 CPUtime=162.15 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 58660 1255 0 0 16207 8 0 0 25 0 5 0 634624407 339779584 54440 33554432000 4194304 4417452 140736966786176 18446744073709551615 4263027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=331816 CPUtime=162.15 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 62408 1255 0 0 16204 11 0 0 25 0 5 0 634624407 339779584 54440 33554432000 4194304 4417452 140736966786176 18446744073709551615 4235968 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=331816 CPUtime=162.15 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 65448 1255 0 0 16204 11 0 0 25 0 5 0 634624407 339779584 54440 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=331816 CPUtime=160.36 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 65451 1255 0 0 16027 9 0 0 25 0 5 0 634624407 339779584 54440 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.98
Current children cumulated vsize (KiB) 331816

[startup+222.301 s]
/proc/loadavg: 8.08 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21073748/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=344636 CPUtime=886.32 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 320953 1255 0 0 88579 53 0 0 25 0 5 0 634624392 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 86159 57613 180 55 0 84045 0
[pid=28168/tid=28175] ppid=28166 vsize=344636 CPUtime=222.15 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22204 11 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=344636 CPUtime=222.15 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22201 14 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=344636 CPUtime=222.15 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22202 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=344636 CPUtime=219.7 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 83291 1255 0 0 21957 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.32
Current children cumulated vsize (KiB) 344636

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

[startup+223.901 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21073748/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=344636 CPUtime=892.71 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 320953 1255 0 0 89218 53 0 0 25 0 5 0 634624392 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 86159 57613 180 55 0 84045 0
[pid=28168/tid=28175] ppid=28166 vsize=344636 CPUtime=223.75 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22364 11 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=344636 CPUtime=223.75 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22361 14 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=344636 CPUtime=223.75 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22362 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=344636 CPUtime=221.29 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 83291 1255 0 0 22116 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 892.71
Current children cumulated vsize (KiB) 344636

[startup+227.1 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21018940/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=344636 CPUtime=905.47 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 320953 1255 0 0 90494 53 0 0 25 0 5 0 634624392 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 86159 57613 180 55 0 84045 0
[pid=28168/tid=28175] ppid=28166 vsize=344636 CPUtime=226.95 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22684 11 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=344636 CPUtime=226.95 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22681 14 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4321714 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=344636 CPUtime=226.95 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22682 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=344636 CPUtime=224.45 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 83291 1255 0 0 22432 13 0 0 25 0 5 0 634624407 352907264 57613 33554432000 4194304 4417452 140736966786176 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 905.47
Current children cumulated vsize (KiB) 344636

[startup+228.701 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21053040/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=350016 CPUtime=911.89 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 321530 1255 0 0 91136 53 0 0 25 0 5 0 634624392 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 87504 58159 180 55 0 85390 0
[pid=28168/tid=28175] ppid=28166 vsize=350016 CPUtime=228.56 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22845 11 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=350016 CPUtime=228.56 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22842 14 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=350016 CPUtime=228.57 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22844 13 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=350016 CPUtime=226.04 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 83868 1255 0 0 22591 13 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 911.89
Current children cumulated vsize (KiB) 350016

[startup+229.501 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21053040/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=350016 CPUtime=915.05 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 321530 1255 0 0 91452 53 0 0 25 0 5 0 634624392 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 87504 58159 180 55 0 85390 0
[pid=28168/tid=28175] ppid=28166 vsize=350016 CPUtime=229.35 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22924 11 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=350016 CPUtime=229.35 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22921 14 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=350016 CPUtime=229.35 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22922 13 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=350016 CPUtime=226.83 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 83868 1255 0 0 22670 13 0 0 25 0 5 0 634624407 358416384 58159 33554432000 4194304 4417452 140736966786176 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 915.05
Current children cumulated vsize (KiB) 350016

[startup+229.914 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21050560/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=358852 CPUtime=916.69 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) S 28166 28168 27864 0 -1 4202496 323739 1255 0 0 91616 53 0 0 25 0 5 0 634624392 367464448 60368 33554432000 4194304 4417452 140736966786176 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/28168/statm: 89713 60368 180 55 0 87599 0
[pid=28168/tid=28175] ppid=28166 vsize=358852 CPUtime=229.76 cores=1,3,5,7
/proc/28168/task/28175/stat : 28175 (plingeling) R 28166 28168 27864 0 -1 4202560 77063 1255 0 0 22965 11 0 0 25 0 5 0 634624407 367464448 60368 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364896 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=358852 CPUtime=229.76 cores=1,3,5,7
/proc/28168/task/28176/stat : 28176 (plingeling) R 28166 28168 27864 0 -1 4202560 78809 1255 0 0 22962 14 0 0 25 0 5 0 634624407 367464448 60368 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=358852 CPUtime=229.77 cores=1,3,5,7
/proc/28168/task/28177/stat : 28177 (plingeling) R 28166 28168 27864 0 -1 4202560 76830 1255 0 0 22964 13 0 0 25 0 5 0 634624407 367464448 60368 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28168/tid=28178] ppid=28166 vsize=358852 CPUtime=227.23 cores=1,3,5,7
/proc/28168/task/28178/stat : 28178 (plingeling) R 28166 28168 27864 0 -1 4202560 86077 1255 0 0 22710 13 0 0 25 0 5 0 634624407 367464448 60368 33554432000 4194304 4417452 140736966786176 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 916.69
Current children cumulated vsize (KiB) 358852

[startup+230.301 s]
/proc/loadavg: 8.07 8.06 8.00 9/358 28221
/proc/meminfo: memFree=21050560/32951124 swapFree=67111348/67111528
[pid=28168] ppid=28166 vsize=175072 CPUtime=918.1 cores=1,3,5,7
/proc/28168/stat : 28168 (plingeling) R 28166 28168 27864 0 -1 4202496 323740 1255 0 0 91756 54 0 0 18 0 1 0 634624392 179273728 8342 33554432000 4194304 4417452 140736966786176 18446744073709551615 255106794602 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28168/statm: 34006 8046 181 55 0 31892 0
Current children cumulated CPU time (s) 918.1
Current children cumulated vsize (KiB) 175072

Child status: 20
Real time (s): 230.303
CPU time (s): 918.117
CPU user time (s): 917.563
CPU system time (s): 0.553915
CPU usage (%): 398.657
Max. virtual memory (cumulated for all children) (KiB): 422176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 917.564
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324998
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= 137
involuntary context switches= 4178

runsolver used 0.685895 second user time and 1.85172 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 03:14:43
IDJOB=3371384
IDBENCH=82433
IDSOLVER=1848
FILE ID=node144/3371384-1305422083
RUNJOBID= node144-1305419670-27883
PBS_JOBID= 13324583
Free space on /tmp= 73228 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371384-1305422083/watcher-3371384-1305422083 -o /tmp/evaluation-result-3371384-1305422083/solver-3371384-1305422083 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371384-1305422083.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1833779527

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18630708 kB
Buffers:        292364 kB
Cached:        3638640 kB
SwapCached:          0 kB
Active:       11147336 kB
Inactive:      2821120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18630708 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2372 kB
Writeback:           0 kB
AnonPages:    10037440 kB
Mapped:          27612 kB
Slab:           244868 kB
PageTables:      43228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84998612 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= 73236 MiB
End job on node144 at 2011-05-15 03:18:33