Trace number 3372219

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 48.3676 2.10078

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor016.cnf
MD5SUM12a87f636ffe8e3dae243dd6ce90cac8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39979
Satisfiable
(Un)Satisfiability was proved
Number of variables4271
Number of clauses12620
Sum of the clauses size29444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28412
Number of clauses of size 34206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

48.13/2.09	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-3372219-1305486977/watcher-3372219-1305486977 -o /tmp/evaluation-result-3372219-1305486977/solver-3372219-1305486977 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372219-1305486977.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 160000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 160030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 272730423296 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 272730474496 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 27.22 31.04 31.42 3/413 13615
/proc/meminfo: memFree=255576688/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=11384 CPUtime=0.03 cores=0-31
/proc/13615/stat : 13615 (plingeling) R 13613 13615 13589 0 -1 4202496 903 1250 0 0 2 0 0 1 22 0 1 0 660184105 11657216 834 268435456000 4194304 4417452 140736018373648 18446744073709551615 4274358 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13615/statm: 2846 834 145 55 0 732 0

[startup+0.0992019 s]
/proc/loadavg: 27.22 31.04 31.42 3/413 13615
/proc/meminfo: memFree=255576688/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=17508 CPUtime=0.09 cores=0-31
/proc/13615/stat : 13615 (plingeling) R 13613 13615 13589 0 -1 4202496 2445 1250 0 0 8 0 0 1 22 0 1 0 660184105 17928192 2376 268435456000 4194304 4417452 140736018373648 18446744073709551615 258650653120 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13615/statm: 4377 2397 145 55 0 2263 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17508

[startup+0.10121 s]
/proc/loadavg: 27.22 31.04 31.42 3/413 13615
/proc/meminfo: memFree=255576688/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=18168 CPUtime=0.09 cores=0-31
/proc/13615/stat : 13615 (plingeling) R 13613 13615 13589 0 -1 4202496 2631 1250 0 0 8 0 0 1 22 0 1 0 660184105 18604032 2562 268435456000 4194304 4417452 140736018373648 18446744073709551615 4231659 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13615/statm: 4542 2562 145 55 0 2428 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18168

[startup+0.301213 s]
/proc/loadavg: 27.22 31.04 31.42 3/413 13615
/proc/meminfo: memFree=255576688/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=36608 CPUtime=0.29 cores=0-31
/proc/13615/stat : 13615 (plingeling) R 13613 13615 13589 0 -1 4202496 7226 1250 0 0 27 1 0 1 23 0 1 0 660184105 37486592 7157 268435456000 4194304 4417452 140736018373648 18446744073709551615 4259826 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/13615/statm: 9152 7157 146 55 0 7038 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36608

[startup+0.701085 s]
/proc/loadavg: 27.22 31.04 31.42 3/413 13615
/proc/meminfo: memFree=255576688/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=762788 CPUtime=11.25 cores=0-31
/proc/13615/stat : 13615 (plingeling) S 13613 13615 13589 0 -1 4202496 14369 1250 0 0 1110 14 0 1 18 0 33 0 660184105 781094912 10053 268435456000 4194304 4417452 140736018373648 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 13 0 0 0
/proc/13615/statm: 190697 10053 170 55 0 188583 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (KiB) 762788

[startup+1.50211 s]
/proc/loadavg: 27.22 31.04 31.42 33/446 13653
/proc/meminfo: memFree=255520372/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=802636 CPUtime=36.15 cores=0-31
/proc/13615/stat : 13615 (plingeling) S 13613 13615 13589 0 -1 4202496 33161 1250 0 0 3574 40 0 1 18 0 33 0 660184105 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 13 0 0 0
/proc/13615/statm: 200659 19772 174 55 0 198545 0
[pid=13615/tid=13622] ppid=13613 vsize=802636 CPUtime=1.12 cores=0-31
/proc/13615/task/13622/stat : 13622 (plingeling) R 13613 13615 13589 0 -1 4202560 816 1250 0 0 110 1 0 1 18 0 33 0 660184136 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346415 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=13615/tid=13623] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13623/stat : 13623 (plingeling) R 13613 13615 13589 0 -1 4202560 735 1250 0 0 108 2 0 1 25 0 33 0 660184136 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=13615/tid=13624] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13624/stat : 13624 (plingeling) R 13613 13615 13589 0 -1 4202560 255 1250 0 0 112 0 0 1 19 0 33 0 660184136 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=13615/tid=13625] ppid=13613 vsize=802636 CPUtime=1.12 cores=0-31
/proc/13615/task/13625/stat : 13625 (plingeling) R 13613 13615 13589 0 -1 4202560 283 1250 0 0 111 0 0 1 21 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=13615/tid=13626] ppid=13613 vsize=802636 CPUtime=1.12 cores=0-31
/proc/13615/task/13626/stat : 13626 (plingeling) R 13613 13615 13589 0 -1 4202560 833 1250 0 0 110 1 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346462 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=13615/tid=13627] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13627/stat : 13627 (plingeling) R 13613 13615 13589 0 -1 4202560 1140 1250 0 0 112 1 0 1 21 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=13615/tid=13628] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13628/stat : 13628 (plingeling) R 13613 13615 13589 0 -1 4202560 117 1250 0 0 113 0 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4377016 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=13615/tid=13629] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13629/stat : 13629 (plingeling) R 13613 13615 13589 0 -1 4202560 896 1250 0 0 109 1 0 1 18 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346361 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=13615/tid=13630] ppid=13613 vsize=802636 CPUtime=1.1 cores=0-31
/proc/13615/task/13630/stat : 13630 (plingeling) R 13613 13615 13589 0 -1 4202560 1182 1250 0 0 108 1 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346513 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13615/tid=13631] ppid=13613 vsize=802636 CPUtime=1.1 cores=0-31
/proc/13615/task/13631/stat : 13631 (plingeling) R 13613 13615 13589 0 -1 4202560 921 1250 0 0 108 1 0 1 18 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346404 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=13615/tid=13632] ppid=13613 vsize=802636 CPUtime=1.15 cores=0-31
/proc/13615/task/13632/stat : 13632 (plingeling) R 13613 13615 13589 0 -1 4202560 281 1250 0 0 114 0 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=13615/tid=13633] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13633/stat : 13633 (plingeling) R 13613 13615 13589 0 -1 4202560 1060 1250 0 0 109 1 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346497 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=13615/tid=13634] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13634/stat : 13634 (plingeling) R 13613 13615 13589 0 -1 4202560 966 1250 0 0 112 1 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346546 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13615/tid=13635] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13635/stat : 13635 (plingeling) R 13613 13615 13589 0 -1 4202560 890 1250 0 0 113 0 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=13615/tid=13636] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13636/stat : 13636 (plingeling) R 13613 13615 13589 0 -1 4202560 241 1250 0 0 113 0 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346508 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13615/tid=13637] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13637/stat : 13637 (plingeling) R 13613 13615 13589 0 -1 4202560 1169 1250 0 0 112 1 0 1 19 0 33 0 660184137 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346428 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=13615/tid=13638] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13638/stat : 13638 (plingeling) R 13613 13615 13589 0 -1 4202560 1258 1250 0 0 109 1 0 1 19 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346555 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=13615/tid=13639] ppid=13613 vsize=802636 CPUtime=1.12 cores=0-31
/proc/13615/task/13639/stat : 13639 (plingeling) R 13613 13615 13589 0 -1 4202560 1286 1250 0 0 110 1 0 1 19 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346477 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=13615/tid=13640] ppid=13613 vsize=802636 CPUtime=1.01 cores=0-31
/proc/13615/task/13640/stat : 13640 (plingeling) R 13613 13615 13589 0 -1 4202560 317 1250 0 0 100 0 0 1 21 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=13615/tid=13641] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13641/stat : 13641 (plingeling) R 13613 13615 13589 0 -1 4202560 951 1250 0 0 111 1 0 1 19 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346488 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=13615/tid=13642] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13642/stat : 13642 (plingeling) R 13613 13615 13589 0 -1 4202560 1464 1250 0 0 109 1 0 1 19 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346488 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=13615/tid=13643] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13643/stat : 13643 (plingeling) R 13613 13615 13589 0 -1 4202560 1071 1250 0 0 109 1 0 1 18 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346468 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=13615/tid=13644] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13644/stat : 13644 (plingeling) R 13613 13615 13589 0 -1 4202560 197 1250 0 0 112 0 0 1 18 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=13615/tid=13645] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13645/stat : 13645 (plingeling) R 13613 13615 13589 0 -1 4202560 1236 1250 0 0 108 2 0 1 18 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346460 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=13615/tid=13646] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13646/stat : 13646 (plingeling) R 13613 13615 13589 0 -1 4202560 1045 1250 0 0 112 1 0 1 18 0 33 0 660184138 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=13615/tid=13647] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13647/stat : 13647 (plingeling) R 13613 13615 13589 0 -1 4202560 1066 1250 0 0 111 1 0 1 21 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346404 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=13615/tid=13648] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13648/stat : 13648 (plingeling) R 13613 13615 13589 0 -1 4202560 180 1250 0 0 112 0 0 1 19 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346309 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=13615/tid=13649] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13649/stat : 13649 (plingeling) R 13613 13615 13589 0 -1 4202560 994 1250 0 0 109 1 0 1 21 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346497 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=13615/tid=13650] ppid=13613 vsize=802636 CPUtime=1.11 cores=0-31
/proc/13615/task/13650/stat : 13650 (plingeling) R 13613 13615 13589 0 -1 4202560 1143 1250 0 0 110 0 0 1 19 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346586 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=13615/tid=13651] ppid=13613 vsize=802636 CPUtime=1.13 cores=0-31
/proc/13615/task/13651/stat : 13651 (plingeling) R 13613 13615 13589 0 -1 4202560 931 1250 0 0 111 1 0 1 21 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346298 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=13615/tid=13652] ppid=13613 vsize=802636 CPUtime=1.14 cores=0-31
/proc/13615/task/13652/stat : 13652 (plingeling) R 13613 13615 13589 0 -1 4202560 55 1250 0 0 113 0 0 1 19 0 33 0 660184139 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346513 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=13615/tid=13653] ppid=13613 vsize=802636 CPUtime=1.12 cores=0-31
/proc/13615/task/13653/stat : 13653 (plingeling) R 13613 13615 13589 0 -1 4202560 916 1250 0 0 111 0 0 1 19 0 33 0 660184140 821899264 19772 268435456000 4194304 4417452 140736018373648 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 20 0 0 0
Current children cumulated CPU time (s) 36.15
Current children cumulated vsize (KiB) 802636

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

[startup+1.90218 s]
/proc/loadavg: 27.22 31.04 31.42 33/446 13653
/proc/meminfo: memFree=255520372/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=793928 CPUtime=47.77 cores=0-31
/proc/13615/stat : 13615 (plingeling) S 13613 13615 13589 0 -1 4202496 33576 1250 0 0 4736 40 0 1 17 0 5 0 660184105 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/13615/statm: 198482 19988 176 55 0 196368 0
[pid=13615/tid=13626] ppid=13613 vsize=793928 CPUtime=1.52 cores=0-31
/proc/13615/task/13626/stat : 13626 (plingeling) R 13613 13615 13589 0 -1 4202560 903 1250 0 0 150 1 0 1 19 0 5 0 660184137 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4248326 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=13615/tid=13631] ppid=13613 vsize=793928 CPUtime=1.5 cores=0-31
/proc/13615/task/13631/stat : 13631 (plingeling) R 13613 13615 13589 0 -1 4202560 991 1250 0 0 148 1 0 1 19 0 5 0 660184137 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4271538 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=13615/tid=13642] ppid=13613 vsize=793928 CPUtime=1.51 cores=0-31
/proc/13615/task/13642/stat : 13642 (plingeling) R 13613 13615 13589 0 -1 4202560 1534 1250 0 0 149 1 0 1 19 0 5 0 660184138 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4319262 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=13615/tid=13653] ppid=13613 vsize=793928 CPUtime=1.52 cores=0-31
/proc/13615/task/13653/stat : 13653 (plingeling) R 13613 13615 13589 0 -1 4202560 954 1250 0 0 151 0 0 1 20 0 5 0 660184140 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4257124 0 0 4096 17442 0 0 0 -1 31 0 0 0
Current children cumulated CPU time (s) 47.77
Current children cumulated vsize (KiB) 793928

[startup+2.0012 s]
/proc/loadavg: 27.22 31.04 31.42 33/446 13653
/proc/meminfo: memFree=255520372/264257624 swapFree=67111528/67111528
[pid=13615] ppid=13613 vsize=793928 CPUtime=48.13 cores=0-31
/proc/13615/stat : 13615 (plingeling) S 13613 13615 13589 0 -1 4202496 33576 1250 0 0 4772 40 0 1 17 0 4 0 660184105 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 29 0 0 0
/proc/13615/statm: 198482 19988 176 55 0 196368 0
[pid=13615/tid=13626] ppid=13613 vsize=793928 CPUtime=1.61 cores=0-31
/proc/13615/task/13626/stat : 13626 (plingeling) R 13613 13615 13589 0 -1 4202560 903 1250 0 0 159 1 0 1 19 0 4 0 660184137 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=13615/tid=13631] ppid=13613 vsize=793928 CPUtime=1.6 cores=0-31
/proc/13615/task/13631/stat : 13631 (plingeling) R 13613 13615 13589 0 -1 4202560 991 1250 0 0 158 1 0 1 19 0 4 0 660184137 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4273820 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=13615/tid=13653] ppid=13613 vsize=793928 CPUtime=1.62 cores=0-31
/proc/13615/task/13653/stat : 13653 (plingeling) R 13613 13615 13589 0 -1 4202560 954 1250 0 0 161 0 0 1 20 0 4 0 660184140 812982272 19988 268435456000 4194304 4417452 140736018373648 18446744073709551615 4257163 0 0 4096 17442 0 0 0 -1 31 0 0 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 793928

Child status: 20
Real time (s): 2.10078
CPU time (s): 48.3676
CPU user time (s): 47.9397
CPU system time (s): 0.427934
CPU usage (%): 2302.37
Max. virtual memory (cumulated for all children) (KiB): 809292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9397
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34830
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= 2783
involuntary context switches= 318

runsolver used 0.017997 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-15 21:16:17
IDJOB=3372219
IDBENCH=70767
IDSOLVER=1852
FILE ID=node200/3372219-1305486977
RUNJOBID= node200-1305486977-13603
PBS_JOBID= 13285527
Free space on /tmp= 62052 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor016.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372219-1305486977/watcher-3372219-1305486977 -o /tmp/evaluation-result-3372219-1305486977/solver-3372219-1305486977 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372219-1305486977.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= 12a87f636ffe8e3dae243dd6ce90cac8
RANDOM SEED=530712817

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255576844 kB
Buffers:        441976 kB
Cached:        7835412 kB
SwapCached:          0 kB
Active:        7383676 kB
Inactive:       962812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255576844 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              88 kB
Writeback:           0 kB
AnonPages:       70348 kB
Mapped:          13756 kB
Slab:           250476 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   186396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62052 MiB
End job on node200 at 2011-05-15 21:16:19