Trace number 3286323

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 1076.32 269.611

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

1076.03/269.56	
1076.03/269.56	s UNSATISFIABLE
1076.03/269.56	c Contradicting decision whlie searching for binary model

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

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

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


[startup+0 s]
/proc/loadavg: 7.81 7.76 7.76 5/180 12671
/proc/meminfo: memFree=26174616/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=29640 CPUtime=0 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1391 0 0 0 0 0 0 0 25 0 1 0 517976581 30351360 1328 33554432000 4194304 4623224 140734755313504 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12671/statm: 7410 1328 296 105 0 2914 0

[startup+0.055175 s]
/proc/loadavg: 7.81 7.76 7.76 5/180 12671
/proc/meminfo: memFree=26174616/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=35920 CPUtime=0.04 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 3844 0 0 0 4 0 0 0 25 0 1 0 517976581 36782080 2952 33554432000 4194304 4623224 140734755313504 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12671/statm: 8980 2952 301 105 0 4484 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35920

[startup+0.100169 s]
/proc/loadavg: 7.81 7.76 7.76 5/180 12671
/proc/meminfo: memFree=26174616/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=41828 CPUtime=0.09 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 5558 0 0 0 9 0 0 0 25 0 1 0 517976581 42831872 3763 33554432000 4194304 4623224 140734755313504 18446744073709551615 251813937621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12671/statm: 10457 3778 303 105 0 5961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41828

[startup+0.300137 s]
/proc/loadavg: 7.81 7.76 7.76 5/180 12671
/proc/meminfo: memFree=26174616/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=290980 CPUtime=0.85 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 12604 0 0 0 84 1 0 0 25 0 4 0 517976581 297963520 10546 33554432000 4194304 4623224 140734755313504 18446744073709551615 4412783 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 72745 10546 335 105 0 68249 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 290980

[startup+0.701069 s]
/proc/loadavg: 7.81 7.76 7.76 5/180 12671
/proc/meminfo: memFree=26174616/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=290980 CPUtime=2.46 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 13297 0 0 0 245 1 0 0 25 0 4 0 517976581 297963520 11239 33554432000 4194304 4623224 140734755313504 18446744073709551615 4278639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 72745 11239 335 105 0 68249 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 290980

[startup+1.50094 s]
/proc/loadavg: 7.81 7.76 7.76 9/184 12675
/proc/meminfo: memFree=26121384/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=300348 CPUtime=5.65 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 20256 0 0 0 563 2 0 0 25 0 4 0 517976581 307556352 14595 33554432000 4194304 4623224 140734755313504 18446744073709551615 4507504 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 75087 14595 343 105 0 70591 0
[pid=12671/tid=12673] ppid=12669 vsize=300348 CPUtime=1.38 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 2358 0 0 0 138 0 0 0 25 0 4 0 517976592 307556352 14595 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=300348 CPUtime=1.38 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 2236 0 0 0 138 0 0 0 25 0 4 0 517976592 307556352 14595 33554432000 4194304 4623224 140734755313504 18446744073709551615 4463061 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=300348 CPUtime=1.38 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 2135 0 0 0 138 0 0 0 25 0 4 0 517976592 307556352 14595 33554432000 4194304 4623224 140734755313504 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 300348

[startup+3.10067 s]
/proc/loadavg: 7.81 7.76 7.76 9/184 12675
/proc/meminfo: memFree=26090508/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=311156 CPUtime=12.05 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 31138 0 0 0 1201 4 0 0 25 0 4 0 517976581 318623744 20073 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 77789 20073 347 105 0 73293 0
[pid=12671/tid=12673] ppid=12669 vsize=311156 CPUtime=2.97 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 5280 0 0 0 297 0 0 0 25 0 4 0 517976592 318623744 20073 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=311156 CPUtime=2.97 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 5026 0 0 0 297 0 0 0 25 0 4 0 517976592 318623744 20073 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=311156 CPUtime=2.97 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 3920 0 0 0 297 0 0 0 25 0 4 0 517976592 318623744 20073 33554432000 4194304 4623224 140734755313504 18446744073709551615 4377249 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 311156

[startup+6.30113 s]
/proc/loadavg: 7.82 7.77 7.76 9/184 12675
/proc/meminfo: memFree=26010524/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=317660 CPUtime=24.82 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 39082 0 0 0 2477 5 0 0 25 0 4 0 517976581 325283840 23501 33554432000 4194304 4623224 140734755313504 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 79415 23501 347 105 0 74919 0
[pid=12671/tid=12673] ppid=12669 vsize=317660 CPUtime=6.18 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 6818 0 0 0 617 1 0 0 25 0 4 0 517976592 325283840 23501 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=317660 CPUtime=6.17 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 5505 0 0 0 617 0 0 0 25 0 4 0 517976592 325283840 23501 33554432000 4194304 4623224 140734755313504 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=317660 CPUtime=6.15 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 8642 0 0 0 614 1 0 0 25 0 4 0 517976592 325283840 23501 33554432000 4194304 4623224 140734755313504 18446744073709551615 4545757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 317660

[startup+12.7011 s]
/proc/loadavg: 7.84 7.77 7.76 9/184 12675
/proc/meminfo: memFree=25499908/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=636968 CPUtime=50.35 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 206448 0 0 0 5005 30 0 0 25 0 4 0 517976581 652255232 105340 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 159242 105340 350 105 0 154746 0
[pid=12671/tid=12673] ppid=12669 vsize=636968 CPUtime=12.57 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 24029 0 0 0 1254 3 0 0 25 0 4 0 517976592 652255232 105340 33554432000 4194304 4623224 140734755313504 18446744073709551615 4378239 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=636968 CPUtime=12.56 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 24318 0 0 0 1253 3 0 0 25 0 4 0 517976592 652255232 105340 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=636968 CPUtime=12.51 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 29365 0 0 0 1247 4 0 0 25 0 4 0 517976592 652255232 105340 33554432000 4194304 4623224 140734755313504 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 636968

[startup+25.5009 s]
/proc/loadavg: 7.87 7.78 7.76 9/184 12675
/proc/meminfo: memFree=25089092/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=628736 CPUtime=101.49 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 221916 0 0 0 10115 34 0 0 25 0 4 0 517976581 643825664 112314 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 157184 112314 350 105 0 152688 0
[pid=12671/tid=12673] ppid=12669 vsize=628736 CPUtime=25.37 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 29067 0 0 0 2533 4 0 0 25 0 4 0 517976592 643825664 112314 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=628736 CPUtime=25.37 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 29116 0 0 0 2533 4 0 0 25 0 4 0 517976592 643825664 112314 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=628736 CPUtime=25.24 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 29609 0 0 0 2520 4 0 0 25 0 4 0 517976592 643825664 112314 33554432000 4194304 4623224 140734755313504 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 628736

[startup+51.1006 s]
/proc/loadavg: 7.49 7.70 7.73 9/184 12706
/proc/meminfo: memFree=25409984/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=785416 CPUtime=203.72 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 251750 0 0 0 20328 44 0 0 25 0 4 0 517976581 804265984 132334 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 196354 132334 600 105 0 191858 0
[pid=12671/tid=12673] ppid=12669 vsize=785416 CPUtime=50.95 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 36864 0 0 0 5088 7 0 0 25 0 4 0 517976592 804265984 132334 33554432000 4194304 4623224 140734755313504 18446744073709551615 4463326 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=785416 CPUtime=50.97 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 29730 0 0 0 5092 5 0 0 25 0 4 0 517976592 804265984 132334 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376550 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=785416 CPUtime=50.68 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 30171 0 0 0 5061 7 0 0 25 0 4 0 517976592 804265984 132334 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 785416

[startup+102.307 s]
/proc/loadavg: 7.55 7.67 7.72 9/184 12767
/proc/meminfo: memFree=24764092/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=939336 CPUtime=408.26 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 370239 0 0 0 40758 68 0 0 25 0 4 0 517976581 961880064 158263 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 234834 158263 649 105 0 230338 0
[pid=12671/tid=12673] ppid=12669 vsize=939336 CPUtime=102.16 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 50808 0 0 0 10206 10 0 0 25 0 4 0 517976592 961880064 158263 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=939336 CPUtime=102.17 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 33752 0 0 0 10211 6 0 0 25 0 4 0 517976592 961880064 158263 33554432000 4194304 4623224 140734755313504 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=939336 CPUtime=101.59 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 83169 0 0 0 10142 17 0 0 25 0 4 0 517976592 961880064 158263 33554432000 4194304 4623224 140734755313504 18446744073709551615 4364414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 939336

[startup+162.301 s]
/proc/loadavg: 7.65 7.67 7.72 10/184 12889
/proc/meminfo: memFree=25387024/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1054208 CPUtime=647.82 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 681357 0 0 0 64647 135 0 0 25 0 4 0 517976581 1079508992 188782 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 263552 188782 539 105 0 259056 0
[pid=12671/tid=12673] ppid=12669 vsize=1054208 CPUtime=162 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 59569 0 0 0 16183 17 0 0 25 0 4 0 517976592 1079508992 188782 33554432000 4194304 4623224 140734755313504 18446744073709551615 4377031 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1054208 CPUtime=162.16 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 42392 0 0 0 16209 7 0 0 25 0 4 0 517976592 1079508992 188782 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1054208 CPUtime=161.38 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 367557 0 0 0 16066 72 0 0 25 0 4 0 517976592 1079508992 188782 33554432000 4194304 4623224 140734755313504 18446744073709551615 4364541 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.82
Current children cumulated vsize (KiB) 1054208

[startup+222.301 s]
/proc/loadavg: 7.91 7.74 7.74 9/184 12890
/proc/meminfo: memFree=24529032/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1176728 CPUtime=887.48 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1178938 0 0 0 88539 209 0 0 25 0 4 0 517976581 1204969472 212740 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 294182 212740 590 105 0 289686 0
[pid=12671/tid=12673] ppid=12669 vsize=1176728 CPUtime=221.66 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 65279 0 0 0 22148 18 0 0 25 0 4 0 517976592 1204969472 212740 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1176728 CPUtime=222.17 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 46138 0 0 0 22209 8 0 0 25 0 4 0 517976592 1204969472 212740 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1176728 CPUtime=221.38 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 792194 0 0 0 22002 136 0 0 25 0 4 0 517976592 1204969472 212740 33554432000 4194304 4623224 140734755313504 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.48
Current children cumulated vsize (KiB) 1176728

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

[startup+230.301 s]
/proc/loadavg: 8.07 7.78 7.75 10/184 12891
/proc/meminfo: memFree=24454988/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1176728 CPUtime=919.43 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1181694 0 0 0 91734 209 0 0 25 0 4 0 517976581 1204969472 215231 33554432000 4194304 4623224 140734755313504 18446744073709551615 4278649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 294182 215231 590 105 0 289686 0
[pid=12671/tid=12673] ppid=12669 vsize=1176728 CPUtime=229.61 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 65744 0 0 0 22943 18 0 0 25 0 4 0 517976592 1204969472 215231 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1176728 CPUtime=230.17 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 46371 0 0 0 23009 8 0 0 25 0 4 0 517976592 1204969472 215231 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1176728 CPUtime=229.38 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 792319 0 0 0 22802 136 0 0 25 0 4 0 517976592 1204969472 215231 33554432000 4194304 4623224 140734755313504 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 919.43
Current children cumulated vsize (KiB) 1176728

[startup+255.9 s]
/proc/loadavg: 8.04 7.80 7.75 9/184 12891
/proc/meminfo: memFree=24310260/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1204768 CPUtime=1021.69 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1205760 0 0 0 101955 214 0 0 25 0 4 0 517976581 1233682432 224394 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 301192 224394 590 105 0 296696 0
[pid=12671/tid=12673] ppid=12669 vsize=1204768 CPUtime=255.07 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81252 0 0 0 25487 20 0 0 25 0 4 0 517976592 1233682432 224394 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1204768 CPUtime=255.76 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 46851 0 0 0 25568 8 0 0 25 0 4 0 517976592 1233682432 224394 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1204768 CPUtime=254.98 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 792640 0 0 0 25362 136 0 0 25 0 4 0 517976592 1233682432 224394 33554432000 4194304 4623224 140734755313504 18446744073709551615 251813937479 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1021.69
Current children cumulated vsize (KiB) 1204768

[startup+262.301 s]
/proc/loadavg: 8.04 7.80 7.75 9/184 12891
/proc/meminfo: memFree=24253336/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1047.26 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1223265 0 0 0 104508 218 0 0 25 0 4 0 517976581 1271586816 234955 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 234955 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=261.43 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81488 0 0 0 26123 20 0 0 25 0 4 0 517976592 1271586816 234955 33554432000 4194304 4623224 140734755313504 18446744073709551615 251813898604 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=262.16 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47059 0 0 0 26208 8 0 0 25 0 4 0 517976592 1271586816 234955 33554432000 4194304 4623224 140734755313504 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=261.38 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799145 0 0 0 26001 137 0 0 25 0 4 0 517976592 1271586816 234955 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1047.26
Current children cumulated vsize (KiB) 1241784

[startup+265.501 s]
/proc/loadavg: 8.04 7.80 7.75 9/184 12891
/proc/meminfo: memFree=24228408/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1060.04 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1225490 0 0 0 105786 218 0 0 25 0 4 0 517976581 1271586816 236987 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 236987 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=264.61 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81615 0 0 0 26441 20 0 0 25 0 4 0 517976592 1271586816 236987 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=265.36 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47208 0 0 0 26528 8 0 0 25 0 4 0 517976592 1271586816 236987 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=264.58 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799201 0 0 0 26321 137 0 0 25 0 4 0 517976592 1271586816 236987 33554432000 4194304 4623224 140734755313504 18446744073709551615 4577392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1060.04
Current children cumulated vsize (KiB) 1241784

[startup+267.1 s]
/proc/loadavg: 8.04 7.80 7.75 10/184 12891
/proc/meminfo: memFree=24225060/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1066.43 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1226291 0 0 0 106425 218 0 0 25 0 4 0 517976581 1271586816 237667 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510900 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 237667 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=266.21 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81615 0 0 0 26601 20 0 0 25 0 4 0 517976592 1271586816 237667 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=266.96 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47329 0 0 0 26688 8 0 0 25 0 4 0 517976592 1271586816 237667 33554432000 4194304 4623224 140734755313504 18446744073709551615 4289892 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=266.18 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799209 0 0 0 26481 137 0 0 25 0 4 0 517976592 1271586816 237667 33554432000 4194304 4623224 140734755313504 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1066.43
Current children cumulated vsize (KiB) 1241784

[startup+268.701 s]
/proc/loadavg: 8.03 7.81 7.76 10/184 12891
/proc/meminfo: memFree=24215016/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1072.82 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1226799 0 0 0 107064 218 0 0 25 0 4 0 517976581 1271586816 238108 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 238108 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=267.79 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81615 0 0 0 26759 20 0 0 25 0 4 0 517976592 1271586816 238108 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=268.56 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47411 0 0 0 26848 8 0 0 25 0 4 0 517976592 1271586816 238108 33554432000 4194304 4623224 140734755313504 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=267.78 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799227 0 0 0 26641 137 0 0 25 0 4 0 517976592 1271586816 238108 33554432000 4194304 4623224 140734755313504 18446744073709551615 4291899 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1072.82
Current children cumulated vsize (KiB) 1241784

[startup+269.101 s]
/proc/loadavg: 8.03 7.81 7.76 10/184 12891
/proc/meminfo: memFree=24215016/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1074.42 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1226993 0 0 0 107224 218 0 0 25 0 4 0 517976581 1271586816 238286 33554432000 4194304 4623224 140734755313504 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 238286 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=268.19 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81615 0 0 0 26799 20 0 0 25 0 4 0 517976592 1271586816 238286 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=268.96 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47453 0 0 0 26888 8 0 0 25 0 4 0 517976592 1271586816 238286 33554432000 4194304 4623224 140734755313504 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=268.18 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799228 0 0 0 26681 137 0 0 25 0 4 0 517976592 1271586816 238286 33554432000 4194304 4623224 140734755313504 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1074.42
Current children cumulated vsize (KiB) 1241784

[startup+269.507 s]
/proc/loadavg: 8.03 7.81 7.76 9/184 12891
/proc/meminfo: memFree=24208436/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=1241784 CPUtime=1076.03 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4202496 1227420 0 0 0 107385 218 0 0 25 0 4 0 517976581 1271586816 238596 33554432000 4194304 4623224 140734755313504 18446744073709551615 4388116 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 310446 238596 590 105 0 305950 0
[pid=12671/tid=12673] ppid=12669 vsize=1241784 CPUtime=268.59 cores=0,2,4,6
/proc/12671/task/12673/stat : 12673 (SArTagnan) R 12669 12671 11981 0 -1 4202560 81615 0 0 0 26839 20 0 0 25 0 4 0 517976592 1271586816 238596 33554432000 4194304 4623224 140734755313504 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12671/tid=12674] ppid=12669 vsize=1241784 CPUtime=269.37 cores=0,2,4,6
/proc/12671/task/12674/stat : 12674 (SArTagnan) R 12669 12671 11981 0 -1 4202560 47495 0 0 0 26929 8 0 0 25 0 4 0 517976592 1271586816 238596 33554432000 4194304 4623224 140734755313504 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12671/tid=12675] ppid=12669 vsize=1241784 CPUtime=268.59 cores=0,2,4,6
/proc/12671/task/12675/stat : 12675 (SArTagnan) R 12669 12671 11981 0 -1 4202560 799228 0 0 0 26722 137 0 0 25 0 4 0 517976592 1271586816 238596 33554432000 4194304 4623224 140734755313504 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1076.03
Current children cumulated vsize (KiB) 1241784

[startup+269.601 s]
/proc/loadavg: 8.03 7.81 7.76 9/184 12891
/proc/meminfo: memFree=24208436/32950928 swapFree=67111524/67111528
[pid=12671] ppid=12669 vsize=0 CPUtime=1076.3 cores=0,2,4,6
/proc/12671/stat : 12671 (SArTagnan) R 12669 12671 11981 0 -1 4203524 1227552 0 0 0 107407 223 0 0 25 0 1 0 517976581 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12671/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1076.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 269.611
CPU time (s): 1076.32
CPU user time (s): 1074.07
CPU system time (s): 2.24066
CPU usage (%): 399.211
Max. virtual memory (cumulated for all children) (KiB): 1241784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1074.07
system time used= 2.24066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1227552
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= 5184
involuntary context switches= 6412

runsolver used 0.419936 second user time and 1.05584 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 09:56:19
IDJOB=3286323
IDBENCH=82422
IDSOLVER=1656
FILE ID=node126/3286323-1304063779
RUNJOBID= node126-1304062030-11999
PBS_JOBID= 13170454
Free space on /tmp= 71544 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286323-1304063779/watcher-3286323-1304063779 -o /tmp/evaluation-result-3286323-1304063779/solver-3286323-1304063779 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3286323-1304063779.cnf -threads=4

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1305110439

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      26174896 kB
Buffers:       1414184 kB
Cached:        4417548 kB
SwapCached:          4 kB
Active:         711452 kB
Inactive:      5518860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26174896 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           56464 kB
Writeback:           0 kB
AnonPages:      398376 kB
Mapped:          15372 kB
Slab:           481392 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   668416 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= 71580 MiB
End job on node126 at 2011-04-29 10:00:49