Trace number 3283011

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 864.569 216.696

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8925
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

864.28/216.66	
864.28/216.66	s UNSATISFIABLE
864.28/216.66	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-3283011-1304047623/watcher-3283011-1304047623 -o /tmp/evaluation-result-3283011-1304047623/solver-3283011-1304047623 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3283011-1304047623.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: 8.20 8.04 7.63 2/174 19693
/proc/meminfo: memFree=18605764/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=20612 CPUtime=0 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 920 0 0 0 0 0 0 0 25 0 1 0 594992973 21106688 857 33554432000 4194304 4623224 140734788352624 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19693/statm: 5153 859 290 105 0 657 0

[startup+0.0725689 s]
/proc/loadavg: 8.20 8.04 7.63 2/174 19693
/proc/meminfo: memFree=18605764/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=46976 CPUtime=0.06 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 7289 0 0 0 6 0 0 0 25 0 1 0 594992973 48103424 4629 33554432000 4194304 4623224 140734788352624 18446744073709551615 256415052485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19693/statm: 11744 4630 301 105 0 7248 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46976

[startup+0.100553 s]
/proc/loadavg: 8.20 8.04 7.63 2/174 19693
/proc/meminfo: memFree=18605764/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=48732 CPUtime=0.09 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 8476 0 0 0 9 0 0 0 25 0 1 0 594992973 49901568 5454 33554432000 4194304 4623224 140734788352624 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/19693/statm: 12183 5454 301 105 0 7687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48732

[startup+0.300455 s]
/proc/loadavg: 8.20 8.04 7.63 2/174 19693
/proc/meminfo: memFree=18605764/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=357080 CPUtime=0.58 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 30783 0 0 0 55 3 0 0 25 0 4 0 594992973 365649920 24351 33554432000 4194304 4623224 140734788352624 18446744073709551615 4501543 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 89270 24351 334 105 0 84774 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 357080

[startup+0.700393 s]
/proc/loadavg: 8.20 8.04 7.63 2/174 19693
/proc/meminfo: memFree=18605764/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=366964 CPUtime=2.17 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 38315 0 0 0 213 4 0 0 25 0 4 0 594992973 375771136 26812 33554432000 4194304 4623224 140734788352624 18446744073709551615 4412549 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 91741 26812 335 105 0 87245 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 366964

[startup+1.50123 s]
/proc/loadavg: 7.94 7.99 7.62 6/178 19697
/proc/meminfo: memFree=18457816/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=366964 CPUtime=5.37 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 41353 0 0 0 531 6 0 0 25 0 4 0 594992973 375771136 28263 33554432000 4194304 4623224 140734788352624 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 91741 28263 343 105 0 87245 0
[pid=19693/tid=19695] ppid=19691 vsize=366964 CPUtime=1.28 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 2636 0 0 0 127 1 0 0 25 0 4 0 594992994 375771136 28263 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=366964 CPUtime=1.28 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 2907 0 0 0 128 0 0 0 25 0 4 0 594992994 375771136 28263 33554432000 4194304 4623224 140734788352624 18446744073709551615 4465909 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=366964 CPUtime=1.29 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 6850 0 0 0 128 1 0 0 19 0 4 0 594992994 375771136 28263 33554432000 4194304 4623224 140734788352624 18446744073709551615 4364916 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.37
Current children cumulated vsize (KiB) 366964

[startup+3.10093 s]
/proc/loadavg: 7.94 7.99 7.62 6/178 19697
/proc/meminfo: memFree=18411416/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=366964 CPUtime=11.75 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 45902 0 0 0 1167 8 0 0 25 0 4 0 594992973 375771136 28799 33554432000 4194304 4623224 140734788352624 18446744073709551615 4507093 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 91741 28799 343 105 0 87245 0
[pid=19693/tid=19695] ppid=19691 vsize=366964 CPUtime=2.89 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 2697 0 0 0 286 3 0 0 25 0 4 0 594992994 375771136 28799 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=366964 CPUtime=2.87 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 3010 0 0 0 287 0 0 0 25 0 4 0 594992994 375771136 28799 33554432000 4194304 4623224 140734788352624 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=366964 CPUtime=2.89 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 10488 0 0 0 288 1 0 0 22 0 4 0 594992994 375771136 28799 33554432000 4194304 4623224 140734788352624 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 366964

[startup+6.30033 s]
/proc/loadavg: 7.94 7.99 7.62 6/178 19697
/proc/meminfo: memFree=18268648/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=366964 CPUtime=24.53 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 60214 0 0 0 2437 16 0 0 25 0 4 0 594992973 375771136 31127 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 91741 31127 343 105 0 87245 0
[pid=19693/tid=19695] ppid=19691 vsize=366964 CPUtime=6.08 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 2875 0 0 0 602 6 0 0 25 0 4 0 594992994 375771136 31127 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=366964 CPUtime=6.05 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 3339 0 0 0 605 0 0 0 25 0 4 0 594992994 375771136 31127 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=366964 CPUtime=6.08 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 23243 0 0 0 605 3 0 0 25 0 4 0 594992994 375771136 31127 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 366964

[startup+12.7011 s]
/proc/loadavg: 7.49 7.89 7.59 6/178 19697
/proc/meminfo: memFree=17997812/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=375264 CPUtime=50.04 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 92204 0 0 0 4975 29 0 0 25 0 4 0 594992973 384270336 32166 33554432000 4194304 4623224 140734788352624 18446744073709551615 4507171 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 93816 32166 343 105 0 89320 0
[pid=19693/tid=19695] ppid=19691 vsize=375264 CPUtime=12.47 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 4324 0 0 0 1237 10 0 0 25 0 4 0 594992994 384270336 32166 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=375264 CPUtime=12.42 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 5223 0 0 0 1241 1 0 0 25 0 4 0 594992994 384270336 32166 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=375264 CPUtime=12.49 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 49839 0 0 0 1241 8 0 0 25 0 4 0 594992994 384270336 32166 33554432000 4194304 4623224 140734788352624 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 375264

[startup+25.5007 s]
/proc/loadavg: 7.10 7.80 7.56 6/181 19703
/proc/meminfo: memFree=16298684/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=707984 CPUtime=101 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 356177 0 0 0 10021 79 0 0 25 0 4 0 594992973 724975616 117424 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 176996 117424 345 105 0 172500 0
[pid=19693/tid=19695] ppid=19691 vsize=707984 CPUtime=25.2 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 41187 0 0 0 2505 15 0 0 25 0 4 0 594992994 724975616 117424 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376649 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=707984 CPUtime=25.09 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 42702 0 0 0 2503 6 0 0 25 0 4 0 594992994 724975616 117424 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=707984 CPUtime=25.28 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 152598 0 0 0 2503 25 0 0 25 0 4 0 594992994 724975616 117424 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 707984

[startup+51.1009 s]
/proc/loadavg: 6.85 7.67 7.52 9/184 19707
/proc/meminfo: memFree=10345332/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=711548 CPUtime=203.27 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 524164 0 0 0 20218 109 0 0 25 0 4 0 594992973 728625152 119879 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 177887 119879 344 105 0 173391 0
[pid=19693/tid=19695] ppid=19691 vsize=711548 CPUtime=50.81 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 42631 0 0 0 5065 16 0 0 25 0 4 0 594992994 728625152 119879 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=711548 CPUtime=50.55 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 42994 0 0 0 5049 6 0 0 25 0 4 0 594992994 728625152 119879 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=711548 CPUtime=50.88 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 317792 0 0 0 5034 54 0 0 25 0 4 0 594992994 728625152 119879 33554432000 4194304 4623224 140734788352624 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 711548

[startup+102.306 s]
/proc/loadavg: 7.45 7.71 7.54 6/179 19711
/proc/meminfo: memFree=16906756/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=755412 CPUtime=407.81 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 878772 0 0 0 40616 165 0 0 25 0 4 0 594992973 773541888 134425 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 188853 134425 345 105 0 184357 0
[pid=19693/tid=19695] ppid=19691 vsize=755412 CPUtime=102.01 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 53669 0 0 0 10183 18 0 0 25 0 4 0 594992994 773541888 134425 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=755412 CPUtime=101.47 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 44415 0 0 0 10141 6 0 0 25 0 4 0 594992994 773541888 134425 33554432000 4194304 4623224 140734788352624 18446744073709551615 4465904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=755412 CPUtime=102.08 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 644791 0 0 0 10105 103 0 0 25 0 4 0 594992994 773541888 134425 33554432000 4194304 4623224 140734788352624 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.81
Current children cumulated vsize (KiB) 755412

[startup+162.301 s]
/proc/loadavg: 5.90 7.21 7.38 6/179 19719
/proc/meminfo: memFree=17005148/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=812748 CPUtime=647.37 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1197658 0 0 0 64517 220 0 0 25 0 4 0 594992973 832253952 148571 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 203187 148571 345 105 0 198691 0
[pid=19693/tid=19695] ppid=19691 vsize=812748 CPUtime=162 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 59936 0 0 0 16179 21 0 0 25 0 4 0 594992994 832253952 148571 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=812748 CPUtime=161.14 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 56440 0 0 0 16107 7 0 0 25 0 4 0 594992994 832253952 148571 33554432000 4194304 4623224 140734788352624 18446744073709551615 4461066 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=812748 CPUtime=161.97 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 927842 0 0 0 16047 150 0 0 25 0 4 0 594992994 832253952 148571 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289537 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.37
Current children cumulated vsize (KiB) 812748

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

[startup+179.101 s]
/proc/loadavg: 6.44 7.27 7.40 9/184 19741
/proc/meminfo: memFree=17516448/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=878284 CPUtime=714.47 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1293205 0 0 0 71207 240 0 0 25 0 4 0 594992973 899362816 150958 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 219571 150958 345 105 0 215075 0
[pid=19693/tid=19695] ppid=19691 vsize=878284 CPUtime=178.81 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60255 0 0 0 17859 22 0 0 25 0 4 0 594992994 899362816 150958 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=878284 CPUtime=177.86 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 56714 0 0 0 17778 8 0 0 25 0 4 0 594992994 899362816 150958 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=878284 CPUtime=178.77 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1021897 0 0 0 17712 165 0 0 25 0 4 0 594992994 899362816 150958 33554432000 4194304 4623224 140734788352624 18446744073709551615 256415047687 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 714.47
Current children cumulated vsize (KiB) 878284

[startup+191.9 s]
/proc/loadavg: 6.79 7.30 7.41 9/184 19741
/proc/meminfo: memFree=17501068/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=878284 CPUtime=765.6 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1368698 0 0 0 76309 251 0 0 25 0 4 0 594992973 899362816 154033 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 219571 154033 345 105 0 215075 0
[pid=19693/tid=19695] ppid=19691 vsize=878284 CPUtime=191.61 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60346 0 0 0 19139 22 0 0 25 0 4 0 594992994 899362816 154033 33554432000 4194304 4623224 140734788352624 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=878284 CPUtime=190.59 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57124 0 0 0 19051 8 0 0 25 0 4 0 594992994 899362816 154033 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=878284 CPUtime=191.58 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1096291 0 0 0 18982 176 0 0 25 0 4 0 594992994 899362816 154033 33554432000 4194304 4623224 140734788352624 18446744073709551615 4366099 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 765.6
Current children cumulated vsize (KiB) 878284

[startup+204.701 s]
/proc/loadavg: 6.97 7.32 7.41 9/184 19741
/proc/meminfo: memFree=17482532/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=878284 CPUtime=816.73 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1433641 0 0 0 81412 261 0 0 25 0 4 0 594992973 899362816 157561 33554432000 4194304 4623224 140734788352624 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 219571 157562 345 105 0 215075 0
[pid=19693/tid=19695] ppid=19691 vsize=878284 CPUtime=204.41 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60632 0 0 0 20419 22 0 0 25 0 4 0 594992994 899362816 157562 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=878284 CPUtime=203.31 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57534 0 0 0 20323 8 0 0 25 0 4 0 594992994 899362816 157562 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=878284 CPUtime=204.37 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1159308 0 0 0 20252 185 0 0 25 0 4 0 594992994 899362816 157562 33554432000 4194304 4623224 140734788352624 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 816.73
Current children cumulated vsize (KiB) 878284

[startup+211.101 s]
/proc/loadavg: 7.13 7.34 7.42 9/184 19741
/proc/meminfo: memFree=17439288/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=878284 CPUtime=842.31 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1472681 0 0 0 83964 267 0 0 25 0 4 0 594992973 899362816 158173 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 219571 158173 345 105 0 215075 0
[pid=19693/tid=19695] ppid=19691 vsize=878284 CPUtime=210.82 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60688 0 0 0 21060 22 0 0 25 0 4 0 594992994 899362816 158173 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=878284 CPUtime=209.68 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57554 0 0 0 20960 8 0 0 25 0 4 0 594992994 899362816 158173 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=878284 CPUtime=210.78 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1198050 0 0 0 20886 192 0 0 25 0 4 0 594992994 899362816 158173 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 842.31
Current children cumulated vsize (KiB) 878284

[startup+214.3 s]
/proc/loadavg: 7.13 7.34 7.42 9/184 19741
/proc/meminfo: memFree=17422548/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=880196 CPUtime=855.08 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1481318 0 0 0 85240 268 0 0 25 0 4 0 594992973 901320704 158691 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 220049 158691 345 105 0 215553 0
[pid=19693/tid=19695] ppid=19691 vsize=880196 CPUtime=214.01 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60718 0 0 0 21379 22 0 0 25 0 4 0 594992994 901320704 158691 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=880196 CPUtime=212.87 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57561 0 0 0 21279 8 0 0 25 0 4 0 594992994 901320704 158691 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=880196 CPUtime=213.98 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1206501 0 0 0 21205 193 0 0 25 0 4 0 594992994 901320704 158691 33554432000 4194304 4623224 140734788352624 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 855.08
Current children cumulated vsize (KiB) 880196

[startup+215.901 s]
/proc/loadavg: 7.13 7.34 7.42 9/184 19741
/proc/meminfo: memFree=17419572/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=880196 CPUtime=861.47 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1486799 0 0 0 85878 269 0 0 25 0 4 0 594992973 901320704 158516 33554432000 4194304 4623224 140734788352624 18446744073709551615 4510907 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 220049 158516 345 105 0 215553 0
[pid=19693/tid=19695] ppid=19691 vsize=880196 CPUtime=215.61 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60737 0 0 0 21539 22 0 0 25 0 4 0 594992994 901320704 158516 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=880196 CPUtime=214.45 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57561 0 0 0 21437 8 0 0 25 0 4 0 594992994 901320704 158516 33554432000 4194304 4623224 140734788352624 18446744073709551615 4462925 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=880196 CPUtime=215.58 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1211889 0 0 0 21365 193 0 0 25 0 4 0 594992994 901320704 158516 33554432000 4194304 4623224 140734788352624 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 861.47
Current children cumulated vsize (KiB) 880196

[startup+216.301 s]
/proc/loadavg: 7.13 7.34 7.42 9/184 19741
/proc/meminfo: memFree=17419572/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=880196 CPUtime=863.07 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1489070 0 0 0 86038 269 0 0 25 0 4 0 594992973 901320704 159538 33554432000 4194304 4623224 140734788352624 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 220049 159539 345 105 0 215553 0
[pid=19693/tid=19695] ppid=19691 vsize=880196 CPUtime=216.01 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60758 0 0 0 21579 22 0 0 25 0 4 0 594992994 901320704 159539 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=880196 CPUtime=214.85 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57561 0 0 0 21477 8 0 0 25 0 4 0 594992994 901320704 159539 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=880196 CPUtime=215.97 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1213720 0 0 0 21404 193 0 0 25 0 4 0 594992994 901320704 159539 33554432000 4194304 4623224 140734788352624 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 863.07
Current children cumulated vsize (KiB) 880196

[startup+216.501 s]
/proc/loadavg: 7.13 7.34 7.42 9/184 19741
/proc/meminfo: memFree=17419572/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=880196 CPUtime=863.87 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1490101 0 0 0 86118 269 0 0 25 0 4 0 594992973 901320704 159126 33554432000 4194304 4623224 140734788352624 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 220049 159126 345 105 0 215553 0
[pid=19693/tid=19695] ppid=19691 vsize=880196 CPUtime=216.21 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60764 0 0 0 21599 22 0 0 25 0 4 0 594992994 901320704 159126 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289747 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=880196 CPUtime=215.05 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57561 0 0 0 21497 8 0 0 25 0 4 0 594992994 901320704 159126 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=880196 CPUtime=216.17 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1214428 0 0 0 21424 193 0 0 25 0 4 0 594992994 901320704 159126 33554432000 4194304 4623224 140734788352624 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 863.87
Current children cumulated vsize (KiB) 880196

[startup+216.601 s]
/proc/loadavg: 7.20 7.36 7.42 9/184 19742
/proc/meminfo: memFree=17416100/32950928 swapFree=67111524/67111528
[pid=19693] ppid=19691 vsize=880196 CPUtime=864.28 cores=0,2,4,6
/proc/19693/stat : 19693 (SArTagnan) R 19691 19693 18457 0 -1 4202496 1490441 0 0 0 86159 269 0 0 25 0 4 0 594992973 901320704 159200 33554432000 4194304 4623224 140734788352624 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19693/statm: 220049 159200 345 105 0 215553 0
[pid=19693/tid=19695] ppid=19691 vsize=880196 CPUtime=216.32 cores=0,2,4,6
/proc/19693/task/19695/stat : 19695 (SArTagnan) R 19691 19693 18457 0 -1 4202560 60774 0 0 0 21610 22 0 0 25 0 4 0 594992994 901320704 159200 33554432000 4194304 4623224 140734788352624 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19693/tid=19696] ppid=19691 vsize=880196 CPUtime=215.15 cores=0,2,4,6
/proc/19693/task/19696/stat : 19696 (SArTagnan) R 19691 19693 18457 0 -1 4202560 57561 0 0 0 21507 8 0 0 25 0 4 0 594992994 901320704 159200 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19693/tid=19697] ppid=19691 vsize=880196 CPUtime=216.28 cores=0,2,4,6
/proc/19693/task/19697/stat : 19697 (SArTagnan) R 19691 19693 18457 0 -1 4202560 1214693 0 0 0 21435 193 0 0 25 0 4 0 594992994 901320704 159200 33554432000 4194304 4623224 140734788352624 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 864.28
Current children cumulated vsize (KiB) 880196

Child status: 20
Real time (s): 216.696
CPU time (s): 864.569
CPU user time (s): 861.841
CPU system time (s): 2.72758
CPU usage (%): 398.978
Max. virtual memory (cumulated for all children) (KiB): 880196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 861.841
system time used= 2.72758
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1490489
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= 1405
involuntary context switches= 5868

runsolver used 0.368943 second user time and 0.819875 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 05:27:03
IDJOB=3283011
IDBENCH=70952
IDSOLVER=1656
FILE ID=node115/3283011-1304047623
RUNJOBID= node115-1304046419-19585
PBS_JOBID= 13170384
Free space on /tmp= 72724 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283011-1304047623/watcher-3283011-1304047623 -o /tmp/evaluation-result-3283011-1304047623/solver-3283011-1304047623 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3283011-1304047623.cnf -threads=4

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=1819264389

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      18606052 kB
Buffers:       2317704 kB
Cached:       11406100 kB
SwapCached:          4 kB
Active:        6806836 kB
Inactive:      6985192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18606052 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10880 kB
Writeback:           0 kB
AnonPages:       68084 kB
Mapped:          14696 kB
Slab:           489720 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192536 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= 72704 MiB
End job on node115 at 2011-04-29 05:30:40