Trace number 3472300

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
claspmt 2.0-R4095-patched (fixed)? (TO) 160004 5007.18

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...413334/instance-3472300-1307413334.cnf
0.09/0.11	c Solving...
160002.91/5006.13	
160002.91/5006.13	*** INTERRUPTED! ***
160002.91/5006.13	*** Shutting down threads...
160004.17/5007.17	s UNKNOWN
160004.17/5007.17	
160004.17/5007.17	c INTERRUPTED   : 1
160004.17/5007.17	c Models        : 0+    
160004.17/5007.17	c Time          : 5006.264s (Solving: 5006.16s 1st Model: 0.00s Unsat: 0.00s)
160004.17/5007.17	c CPU Time      : 160003.340s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3472300-1307413334/watcher-3472300-1307413334 -o /tmp/evaluation-result-3472300-1307413334/solver-3472300-1307413334 -C 160000 -W 5100 -M 256000 HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472300-1307413334.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): 262144000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 262195200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=24176 CPUtime=0.02 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 1537 0 0 0 2 0 0 0 23 0 1 0 6720267 24756224 1281 270582939648 4194304 4964800 140736370118832 18446744073709551615 258650652667 0 0 4096 18946 0 0 0 17 20 0 0 0
/proc/13631/statm: 6080 1283 396 189 0 954 0

[startup+0.0390011 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=24468 CPUtime=0.03 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 1599 0 0 0 3 0 0 0 23 0 1 0 6720267 25055232 1343 270582939648 4194304 4964800 140736370118832 18446744073709551615 4615858 0 0 4096 18946 0 0 0 17 20 0 0 0
/proc/13631/statm: 6117 1344 396 189 0 991 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24468

[startup+0.100991 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=25756 CPUtime=0.09 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 1922 0 0 0 9 0 0 0 23 0 1 0 6720267 26374144 1666 270582939648 4194304 4964800 140736370118832 18446744073709551615 4621762 0 0 4096 18946 0 0 0 17 20 0 0 0
/proc/13631/statm: 6439 1666 401 189 0 1313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25756

[startup+0.378588 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1547448 CPUtime=8.09 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 14174 0 0 0 767 42 0 0 18 0 32 0 6720267 1584586752 11737 270582939648 4194304 4964800 140736370118832 18446744073709551615 4371537 0 0 4096 18946 18446744073709551615 0 0 17 27 0 0 0
/proc/13631/statm: 386862 12250 461 189 0 381211 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1547448

[startup+1.21291 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1548372 CPUtime=31.89 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 17808 0 0 0 3134 55 0 0 19 0 32 0 6720267 1585532928 15371 270582939648 4194304 4964800 140736370118832 18446744073709551615 4669276 0 0 4096 18946 18446744073709551615 0 0 17 27 0 0 0
/proc/13631/statm: 387093 15371 461 189 0 381442 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 1548372

[startup+1.50092 s]
/proc/loadavg: 27.35 29.70 29.89 1/413 13631
/proc/meminfo: memFree=263446216/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1548768 CPUtime=41.09 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 19820 0 0 0 4049 60 0 0 18 0 32 0 6720267 1585938432 17383 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 27 0 0 0
/proc/13631/statm: 387192 17384 461 189 0 381541 0
Current children cumulated CPU time (s) 41.09
Current children cumulated vsize (KiB) 1548768

[startup+3.10198 s]
/proc/loadavg: 27.35 29.70 29.89 33/445 13663
/proc/meminfo: memFree=263345580/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1550616 CPUtime=92.16 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 28600 0 0 0 9130 86 0 0 19 0 32 0 6720267 1587830784 26163 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668789 0 0 4096 18946 18446744073709551615 0 0 17 27 0 0 0
/proc/13631/statm: 387654 26163 461 189 0 382003 0
[pid=13631/tid=13633] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13633/stat : 13633 (claspmt) R 13629 13631 13605 0 -1 4202560 600 0 0 0 287 1 0 0 21 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=13631/tid=13634] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13634/stat : 13634 (claspmt) R 13629 13631 13605 0 -1 4202560 637 0 0 0 287 1 0 0 22 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=13631/tid=13635] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13635/stat : 13635 (claspmt) R 13629 13631 13605 0 -1 4202560 602 0 0 0 287 1 0 0 22 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4361114 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13631/tid=13636] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13636/stat : 13636 (claspmt) R 13629 13631 13605 0 -1 4202560 577 0 0 0 286 1 0 0 20 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4669089 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=13631/tid=13637] ppid=13629 vsize=1550616 CPUtime=2.89 cores=0-31
/proc/13631/task/13637/stat : 13637 (claspmt) R 13629 13631 13605 0 -1 4202560 853 0 0 0 287 2 0 0 19 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=13631/tid=13638] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13638/stat : 13638 (claspmt) R 13629 13631 13605 0 -1 4202560 809 0 0 0 285 2 0 0 23 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670009 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=13631/tid=13639] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13639/stat : 13639 (claspmt) R 13629 13631 13605 0 -1 4202560 2074 0 0 0 281 6 0 0 19 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=13631/tid=13640] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13640/stat : 13640 (claspmt) R 13629 13631 13605 0 -1 4202560 625 0 0 0 286 1 0 0 22 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668789 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13631/tid=13641] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13641/stat : 13641 (claspmt) R 13629 13631 13605 0 -1 4202560 631 0 0 0 286 1 0 0 22 0 32 0 6720278 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362191 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13631/tid=13642] ppid=13629 vsize=1550616 CPUtime=2.89 cores=0-31
/proc/13631/task/13642/stat : 13642 (claspmt) R 13629 13631 13605 0 -1 4202560 664 0 0 0 287 2 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4631137 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13631/tid=13643] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13643/stat : 13643 (claspmt) R 13629 13631 13605 0 -1 4202560 597 0 0 0 286 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=13631/tid=13644] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13644/stat : 13644 (claspmt) R 13629 13631 13605 0 -1 4202560 662 0 0 0 286 1 0 0 22 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=13631/tid=13645] ppid=13629 vsize=1550616 CPUtime=2.89 cores=0-31
/proc/13631/task/13645/stat : 13645 (claspmt) R 13629 13631 13605 0 -1 4202560 770 0 0 0 288 1 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=13631/tid=13646] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13646/stat : 13646 (claspmt) R 13629 13631 13605 0 -1 4202560 798 0 0 0 286 1 0 0 22 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=13631/tid=13647] ppid=13629 vsize=1550616 CPUtime=2.85 cores=0-31
/proc/13631/task/13647/stat : 13647 (claspmt) R 13629 13631 13605 0 -1 4202560 1944 0 0 0 280 5 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 258650616986 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=13631/tid=13648] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13648/stat : 13648 (claspmt) R 13629 13631 13605 0 -1 4202560 719 0 0 0 285 2 0 0 20 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=13631/tid=13649] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13649/stat : 13649 (claspmt) R 13629 13631 13605 0 -1 4202560 667 0 0 0 286 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660585 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13631/tid=13650] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13650/stat : 13650 (claspmt) R 13629 13631 13605 0 -1 4202560 677 0 0 0 286 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 14 0 0 0
[pid=13631/tid=13651] ppid=13629 vsize=1550616 CPUtime=2.82 cores=0-31
/proc/13631/task/13651/stat : 13651 (claspmt) R 13629 13631 13605 0 -1 4202560 559 0 0 0 281 1 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4321008 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=13631/tid=13652] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13652/stat : 13652 (claspmt) R 13629 13631 13605 0 -1 4202560 603 0 0 0 285 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4370288 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=13631/tid=13653] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13653/stat : 13653 (claspmt) R 13629 13631 13605 0 -1 4202560 835 0 0 0 285 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=13631/tid=13654] ppid=13629 vsize=1550616 CPUtime=2.8 cores=0-31
/proc/13631/task/13654/stat : 13654 (claspmt) R 13629 13631 13605 0 -1 4202560 846 0 0 0 279 1 0 0 22 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=13631/tid=13655] ppid=13629 vsize=1550616 CPUtime=2.86 cores=0-31
/proc/13631/task/13655/stat : 13655 (claspmt) R 13629 13631 13605 0 -1 4202560 1756 0 0 0 279 7 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660175 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=13631/tid=13656] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13656/stat : 13656 (claspmt) R 13629 13631 13605 0 -1 4202560 629 0 0 0 286 2 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=13631/tid=13657] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13657/stat : 13657 (claspmt) R 13629 13631 13605 0 -1 4202560 669 0 0 0 285 2 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=13631/tid=13658] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13658/stat : 13658 (claspmt) R 13629 13631 13605 0 -1 4202560 713 0 0 0 286 2 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=13631/tid=13659] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13659/stat : 13659 (claspmt) R 13629 13631 13605 0 -1 4202560 580 0 0 0 286 2 0 0 23 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4361247 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13631/tid=13660] ppid=13629 vsize=1550616 CPUtime=2.87 cores=0-31
/proc/13631/task/13660/stat : 13660 (claspmt) R 13629 13631 13605 0 -1 4202560 637 0 0 0 286 1 0 0 20 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13631/tid=13661] ppid=13629 vsize=1550616 CPUtime=2.88 cores=0-31
/proc/13631/task/13661/stat : 13661 (claspmt) R 13629 13631 13605 0 -1 4202560 826 0 0 0 286 2 0 0 19 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660390 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=13631/tid=13662] ppid=13629 vsize=1550616 CPUtime=2.8 cores=0-31
/proc/13631/task/13662/stat : 13662 (claspmt) R 13629 13631 13605 0 -1 4202560 839 0 0 0 278 2 0 0 21 0 32 0 6720279 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=13631/tid=13663] ppid=13629 vsize=1550616 CPUtime=2.79 cores=0-31
/proc/13631/task/13663/stat : 13663 (claspmt) R 13629 13631 13605 0 -1 4202560 1801 0 0 0 274 5 0 0 19 0 32 0 6720280 1587830784 26164 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 8 0 0 0
Current children cumulated CPU time (s) 92.16
Current children cumulated vsize (KiB) 1550616

[startup+6.32209 s]
/proc/loadavg: 27.72 29.73 29.90 33/445 13663
/proc/meminfo: memFree=263325244/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1551012 CPUtime=195.07 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 33943 0 0 0 19403 104 0 0 25 0 32 0 6720267 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668698 0 0 4096 18946 18446744073709551615 0 0 17 27 0 0 0
/proc/13631/statm: 387753 31506 461 189 0 382102 0
[pid=13631/tid=13633] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13633/stat : 13633 (claspmt) R 13629 13631 13605 0 -1 4202560 663 0 0 0 609 1 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=13631/tid=13634] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13634/stat : 13634 (claspmt) R 13629 13631 13605 0 -1 4202560 802 0 0 0 608 2 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4361283 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=13631/tid=13635] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13635/stat : 13635 (claspmt) R 13629 13631 13605 0 -1 4202560 610 0 0 0 609 1 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13631/tid=13636] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13636/stat : 13636 (claspmt) R 13629 13631 13605 0 -1 4202560 625 0 0 0 608 1 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=13631/tid=13637] ppid=13629 vsize=1551012 CPUtime=6.11 cores=0-31
/proc/13631/task/13637/stat : 13637 (claspmt) R 13629 13631 13605 0 -1 4202560 991 0 0 0 609 2 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=13631/tid=13638] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13638/stat : 13638 (claspmt) R 13629 13631 13605 0 -1 4202560 842 0 0 0 607 2 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4653311 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=13631/tid=13639] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13639/stat : 13639 (claspmt) R 13629 13631 13605 0 -1 4202560 2854 0 0 0 601 8 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4360553 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=13631/tid=13640] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13640/stat : 13640 (claspmt) R 13629 13631 13605 0 -1 4202560 753 0 0 0 607 2 0 0 25 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13631/tid=13641] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13641/stat : 13641 (claspmt) R 13629 13631 13605 0 -1 4202560 685 0 0 0 608 2 0 0 21 0 32 0 6720278 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668930 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13631/tid=13642] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13642/stat : 13642 (claspmt) R 13629 13631 13605 0 -1 4202560 754 0 0 0 608 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13631/tid=13643] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13643/stat : 13643 (claspmt) R 13629 13631 13605 0 -1 4202560 607 0 0 0 608 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=13631/tid=13644] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13644/stat : 13644 (claspmt) R 13629 13631 13605 0 -1 4202560 735 0 0 0 608 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4372505 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=13631/tid=13645] ppid=13629 vsize=1551012 CPUtime=6.12 cores=0-31
/proc/13631/task/13645/stat : 13645 (claspmt) R 13629 13631 13605 0 -1 4202560 998 0 0 0 610 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668763 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=13631/tid=13646] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13646/stat : 13646 (claspmt) R 13629 13631 13605 0 -1 4202560 830 0 0 0 607 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668998 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=13631/tid=13647] ppid=13629 vsize=1551012 CPUtime=6.07 cores=0-31
/proc/13631/task/13647/stat : 13647 (claspmt) R 13629 13631 13605 0 -1 4202560 3120 0 0 0 598 9 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=13631/tid=13648] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13648/stat : 13648 (claspmt) R 13629 13631 13605 0 -1 4202560 766 0 0 0 607 3 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362240 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=13631/tid=13649] ppid=13629 vsize=1551012 CPUtime=6.1 cores=0-31
/proc/13631/task/13649/stat : 13649 (claspmt) R 13629 13631 13605 0 -1 4202560 764 0 0 0 608 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362524 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13631/tid=13650] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13650/stat : 13650 (claspmt) R 13629 13631 13605 0 -1 4202560 845 0 0 0 607 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 14 0 0 0
[pid=13631/tid=13651] ppid=13629 vsize=1551012 CPUtime=5.94 cores=0-31
/proc/13631/task/13651/stat : 13651 (claspmt) R 13629 13631 13605 0 -1 4202560 622 0 0 0 593 1 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=13631/tid=13652] ppid=13629 vsize=1551012 CPUtime=6.08 cores=0-31
/proc/13631/task/13652/stat : 13652 (claspmt) R 13629 13631 13605 0 -1 4202560 704 0 0 0 606 2 0 0 25 0 32 0 6720279 1588236288 31506 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668937 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=13631/tid=13653] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13653/stat : 13653 (claspmt) R 13629 13631 13605 0 -1 4202560 878 0 0 0 607 2 0 0 25 0 32 0 6720279 1588236288 31507 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=13631/tid=13654] ppid=13629 vsize=1551012 CPUtime=6.03 cores=0-31
/proc/13631/task/13654/stat : 13654 (claspmt) R 13629 13631 13605 0 -1 4202560 878 0 0 0 601 2 0 0 25 0 32 0 6720279 1588236288 31507 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=13631/tid=13655] ppid=13629 vsize=1551012 CPUtime=6.08 cores=0-31
/proc/13631/task/13655/stat : 13655 (claspmt) R 13629 13631 13605 0 -1 4202560 2092 0 0 0 600 8 0 0 25 0 32 0 6720279 1588236288 31507 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668588 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=13631/tid=13656] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13656/stat : 13656 (claspmt) R 13629 13631 13605 0 -1 4202560 711 0 0 0 607 2 0 0 25 0 32 0 6720279 1588236288 31507 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670020 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=13631/tid=13657] ppid=13629 vsize=1551012 CPUtime=6.09 cores=0-31
/proc/13631/task/13657/stat : 13657 (claspmt) R 13629 13631 13605 0 -1 4202560 796 0 0 0 607 2 0 0 25 0 32 0 6720279 1588236288 31507 270582939648 4194304 4964800 140736370118832 18446744073709551615 4669140 0 0 4096 18946 0 0 0 -1 21 0 0 0

################
# More data... #
################

[pid=13631/tid=13639] ppid=13629 vsize=2861640 CPUtime=4960.86 cores=0-31
/proc/13631/task/13639/stat : 13639 (claspmt) R 13629 13631 13605 0 -1 4202560 87595 0 0 0 495756 330 0 0 25 0 32 0 6720278 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=13631/tid=13640] ppid=13629 vsize=2861640 CPUtime=4953.94 cores=0-31
/proc/13631/task/13640/stat : 13640 (claspmt) R 13629 13631 13605 0 -1 4202560 1876 0 0 0 495374 20 0 0 25 0 32 0 6720278 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13631/tid=13641] ppid=13629 vsize=2861640 CPUtime=4949.64 cores=0-31
/proc/13631/task/13641/stat : 13641 (claspmt) R 13629 13631 13605 0 -1 4202560 2205 0 0 0 494945 19 0 0 25 0 32 0 6720278 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13631/tid=13642] ppid=13629 vsize=2861640 CPUtime=4960.84 cores=0-31
/proc/13631/task/13642/stat : 13642 (claspmt) R 13629 13631 13605 0 -1 4202560 2726 0 0 0 496068 16 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13631/tid=13643] ppid=13629 vsize=2861640 CPUtime=4960.86 cores=0-31
/proc/13631/task/13643/stat : 13643 (claspmt) R 13629 13631 13605 0 -1 4202560 1480 0 0 0 496070 16 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660495 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=13631/tid=13644] ppid=13629 vsize=2861640 CPUtime=4960.91 cores=0-31
/proc/13631/task/13644/stat : 13644 (claspmt) R 13629 13631 13605 0 -1 4202560 6005 0 0 0 496060 31 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=13631/tid=13645] ppid=13629 vsize=2861640 CPUtime=4960.92 cores=0-31
/proc/13631/task/13645/stat : 13645 (claspmt) R 13629 13631 13605 0 -1 4202560 4619 0 0 0 496063 29 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=13631/tid=13646] ppid=13629 vsize=2861640 CPUtime=4956.06 cores=0-31
/proc/13631/task/13646/stat : 13646 (claspmt) R 13629 13631 13605 0 -1 4202560 1689 0 0 0 495590 16 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13631/tid=13647] ppid=13629 vsize=2861640 CPUtime=4934.49 cores=0-31
/proc/13631/task/13647/stat : 13647 (claspmt) R 13629 13631 13605 0 -1 4202560 75917 0 0 0 493155 294 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=13631/tid=13648] ppid=13629 vsize=2861640 CPUtime=4960.61 cores=0-31
/proc/13631/task/13648/stat : 13648 (claspmt) R 13629 13631 13605 0 -1 4202560 1891 0 0 0 496041 20 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362211 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=13631/tid=13649] ppid=13629 vsize=2861640 CPUtime=4959.78 cores=0-31
/proc/13631/task/13649/stat : 13649 (claspmt) R 13629 13631 13605 0 -1 4202560 2843 0 0 0 495960 18 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13631/tid=13650] ppid=13629 vsize=2861640 CPUtime=4957.16 cores=0-31
/proc/13631/task/13650/stat : 13650 (claspmt) R 13629 13631 13605 0 -1 4202560 3899 0 0 0 495696 20 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=13631/tid=13651] ppid=13629 vsize=2861640 CPUtime=4960.05 cores=0-31
/proc/13631/task/13651/stat : 13651 (claspmt) R 13629 13631 13605 0 -1 4202560 1216 0 0 0 495991 14 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=13631/tid=13652] ppid=13629 vsize=2861640 CPUtime=4960.87 cores=0-31
/proc/13631/task/13652/stat : 13652 (claspmt) R 13629 13631 13605 0 -1 4202560 4685 0 0 0 496059 28 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660572 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=13631/tid=13653] ppid=13629 vsize=2861640 CPUtime=4939.41 cores=0-31
/proc/13631/task/13653/stat : 13653 (claspmt) R 13629 13631 13605 0 -1 4202560 4906 0 0 0 493910 31 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=13631/tid=13654] ppid=13629 vsize=2861640 CPUtime=4951.06 cores=0-31
/proc/13631/task/13654/stat : 13654 (claspmt) R 13629 13631 13605 0 -1 4202560 1713 0 0 0 495089 17 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=13631/tid=13655] ppid=13629 vsize=2861640 CPUtime=4951.67 cores=0-31
/proc/13631/task/13655/stat : 13655 (claspmt) R 13629 13631 13605 0 -1 4202560 96880 0 0 0 494761 406 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=13631/tid=13656] ppid=13629 vsize=2861640 CPUtime=4960.82 cores=0-31
/proc/13631/task/13656/stat : 13656 (claspmt) R 13629 13631 13605 0 -1 4202560 1551 0 0 0 496066 16 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4684107 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=13631/tid=13657] ppid=13629 vsize=2861640 CPUtime=4960.71 cores=0-31
/proc/13631/task/13657/stat : 13657 (claspmt) R 13629 13631 13605 0 -1 4202560 2548 0 0 0 496050 21 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4647582 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=13631/tid=13658] ppid=13629 vsize=2861640 CPUtime=4961.03 cores=0-31
/proc/13631/task/13658/stat : 13658 (claspmt) R 13629 13631 13605 0 -1 4202560 3338 0 0 0 496087 16 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=13631/tid=13659] ppid=13629 vsize=2861640 CPUtime=4937.24 cores=0-31
/proc/13631/task/13659/stat : 13659 (claspmt) R 13629 13631 13605 0 -1 4202560 1494 0 0 0 493707 17 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13631/tid=13660] ppid=13629 vsize=2861640 CPUtime=4960.92 cores=0-31
/proc/13631/task/13660/stat : 13660 (claspmt) R 13629 13631 13605 0 -1 4202560 5454 0 0 0 496062 30 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362375 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13631/tid=13661] ppid=13629 vsize=2861640 CPUtime=4959.25 cores=0-31
/proc/13631/task/13661/stat : 13661 (claspmt) R 13629 13631 13605 0 -1 4202560 4695 0 0 0 495856 69 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=13631/tid=13662] ppid=13629 vsize=2861640 CPUtime=4960.79 cores=0-31
/proc/13631/task/13662/stat : 13662 (claspmt) R 13629 13631 13605 0 -1 4202560 1847 0 0 0 496060 19 0 0 25 0 32 0 6720279 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=13631/tid=13663] ppid=13629 vsize=2861640 CPUtime=4960.32 cores=0-31
/proc/13631/task/13663/stat : 13663 (claspmt) R 13629 13631 13605 0 -1 4202560 81064 0 0 0 495700 332 0 0 25 0 32 0 6720280 2930319360 401049 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670129 0 0 4096 18946 0 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 158602
Current children cumulated vsize (KiB) 2861640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5006.1 s]
/proc/loadavg: 32.07 32.10 32.02 33/445 13810
/proc/meminfo: memFree=261839992/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=2861640 CPUtime=160003 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 426952 0 0 0 15998277 2014 0 0 25 0 32 0 6720267 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660498 0 0 4096 18946 18446744073709551615 0 0 17 8 0 0 0
/proc/13631/statm: 715410 401050 463 189 0 709759 0
[pid=13631/tid=13633] ppid=13629 vsize=2861640 CPUtime=4995.36 cores=0-31
/proc/13631/task/13633/stat : 13633 (claspmt) R 13629 13631 13605 0 -1 4202560 2704 0 0 0 499516 20 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 14 0 0 0
[pid=13631/tid=13634] ppid=13629 vsize=2861640 CPUtime=5004.82 cores=0-31
/proc/13631/task/13634/stat : 13634 (claspmt) R 13629 13631 13605 0 -1 4202560 3211 0 0 0 500463 19 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=13631/tid=13635] ppid=13629 vsize=2861640 CPUtime=4991.18 cores=0-31
/proc/13631/task/13635/stat : 13635 (claspmt) R 13629 13631 13605 0 -1 4202560 1566 0 0 0 499101 17 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4361365 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=13631/tid=13636] ppid=13629 vsize=2861640 CPUtime=5004.62 cores=0-31
/proc/13631/task/13636/stat : 13636 (claspmt) R 13629 13631 13605 0 -1 4202560 4553 0 0 0 500435 27 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=13631/tid=13637] ppid=13629 vsize=2861640 CPUtime=5004.71 cores=0-31
/proc/13631/task/13637/stat : 13637 (claspmt) R 13629 13631 13605 0 -1 4202560 5822 0 0 0 500440 31 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=13631/tid=13638] ppid=13629 vsize=2861640 CPUtime=5004.41 cores=0-31
/proc/13631/task/13638/stat : 13638 (claspmt) R 13629 13631 13605 0 -1 4202560 1592 0 0 0 500423 18 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=13631/tid=13639] ppid=13629 vsize=2861640 CPUtime=5004.67 cores=0-31
/proc/13631/task/13639/stat : 13639 (claspmt) R 13629 13631 13605 0 -1 4202560 87595 0 0 0 500137 330 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=13631/tid=13640] ppid=13629 vsize=2861640 CPUtime=4997.76 cores=0-31
/proc/13631/task/13640/stat : 13640 (claspmt) R 13629 13631 13605 0 -1 4202560 1876 0 0 0 499755 21 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=13631/tid=13641] ppid=13629 vsize=2861640 CPUtime=4993.45 cores=0-31
/proc/13631/task/13641/stat : 13641 (claspmt) R 13629 13631 13605 0 -1 4202560 2205 0 0 0 499326 19 0 0 25 0 32 0 6720278 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660419 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=13631/tid=13642] ppid=13629 vsize=2861640 CPUtime=5004.65 cores=0-31
/proc/13631/task/13642/stat : 13642 (claspmt) R 13629 13631 13605 0 -1 4202560 2726 0 0 0 500449 16 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=13631/tid=13643] ppid=13629 vsize=2861640 CPUtime=5004.67 cores=0-31
/proc/13631/task/13643/stat : 13643 (claspmt) R 13629 13631 13605 0 -1 4202560 1480 0 0 0 500451 16 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=13631/tid=13644] ppid=13629 vsize=2861640 CPUtime=5004.72 cores=0-31
/proc/13631/task/13644/stat : 13644 (claspmt) R 13629 13631 13605 0 -1 4202560 6005 0 0 0 500441 31 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=13631/tid=13645] ppid=13629 vsize=2861640 CPUtime=5004.73 cores=0-31
/proc/13631/task/13645/stat : 13645 (claspmt) R 13629 13631 13605 0 -1 4202560 4619 0 0 0 500444 29 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4362367 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=13631/tid=13646] ppid=13629 vsize=2861640 CPUtime=4999.87 cores=0-31
/proc/13631/task/13646/stat : 13646 (claspmt) R 13629 13631 13605 0 -1 4202560 1689 0 0 0 499971 16 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=13631/tid=13647] ppid=13629 vsize=2861640 CPUtime=4977.04 cores=0-31
/proc/13631/task/13647/stat : 13647 (claspmt) R 13629 13631 13605 0 -1 4202560 75917 0 0 0 497410 294 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=13631/tid=13648] ppid=13629 vsize=2861640 CPUtime=5004.42 cores=0-31
/proc/13631/task/13648/stat : 13648 (claspmt) R 13629 13631 13605 0 -1 4202560 1891 0 0 0 500422 20 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=13631/tid=13649] ppid=13629 vsize=2861640 CPUtime=5003.58 cores=0-31
/proc/13631/task/13649/stat : 13649 (claspmt) R 13629 13631 13605 0 -1 4202560 2843 0 0 0 500339 19 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4669210 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=13631/tid=13650] ppid=13629 vsize=2861640 CPUtime=5000.98 cores=0-31
/proc/13631/task/13650/stat : 13650 (claspmt) R 13629 13631 13605 0 -1 4202560 3899 0 0 0 500077 21 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=13631/tid=13651] ppid=13629 vsize=2861640 CPUtime=5003.86 cores=0-31
/proc/13631/task/13651/stat : 13651 (claspmt) R 13629 13631 13605 0 -1 4202560 1216 0 0 0 500371 15 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4660187 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=13631/tid=13652] ppid=13629 vsize=2861640 CPUtime=5004.69 cores=0-31
/proc/13631/task/13652/stat : 13652 (claspmt) R 13629 13631 13605 0 -1 4202560 4685 0 0 0 500440 29 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=13631/tid=13653] ppid=13629 vsize=2861640 CPUtime=4983.22 cores=0-31
/proc/13631/task/13653/stat : 13653 (claspmt) R 13629 13631 13605 0 -1 4202560 4906 0 0 0 498291 31 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=13631/tid=13654] ppid=13629 vsize=2861640 CPUtime=4994.87 cores=0-31
/proc/13631/task/13654/stat : 13654 (claspmt) R 13629 13631 13605 0 -1 4202560 1713 0 0 0 499470 17 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=13631/tid=13655] ppid=13629 vsize=2861640 CPUtime=4995.48 cores=0-31
/proc/13631/task/13655/stat : 13655 (claspmt) R 13629 13631 13605 0 -1 4202560 96881 0 0 0 499142 406 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=13631/tid=13656] ppid=13629 vsize=2861640 CPUtime=5004.63 cores=0-31
/proc/13631/task/13656/stat : 13656 (claspmt) R 13629 13631 13605 0 -1 4202560 1551 0 0 0 500447 16 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4320919 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=13631/tid=13657] ppid=13629 vsize=2861640 CPUtime=5004.52 cores=0-31
/proc/13631/task/13657/stat : 13657 (claspmt) R 13629 13631 13605 0 -1 4202560 2548 0 0 0 500431 21 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 258650653518 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=13631/tid=13658] ppid=13629 vsize=2861640 CPUtime=5004.85 cores=0-31
/proc/13631/task/13658/stat : 13658 (claspmt) R 13629 13631 13605 0 -1 4202560 3338 0 0 0 500469 16 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670134 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=13631/tid=13659] ppid=13629 vsize=2861640 CPUtime=4981.05 cores=0-31
/proc/13631/task/13659/stat : 13659 (claspmt) R 13629 13631 13605 0 -1 4202560 1494 0 0 0 498088 17 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670670 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=13631/tid=13660] ppid=13629 vsize=2861640 CPUtime=5004.73 cores=0-31
/proc/13631/task/13660/stat : 13660 (claspmt) R 13629 13631 13605 0 -1 4202560 5454 0 0 0 500443 30 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=13631/tid=13661] ppid=13629 vsize=2861640 CPUtime=5003.06 cores=0-31
/proc/13631/task/13661/stat : 13661 (claspmt) R 13629 13631 13605 0 -1 4202560 4695 0 0 0 500236 70 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=13631/tid=13662] ppid=13629 vsize=2861640 CPUtime=5004.6 cores=0-31
/proc/13631/task/13662/stat : 13662 (claspmt) R 13629 13631 13605 0 -1 4202560 1847 0 0 0 500441 19 0 0 25 0 32 0 6720279 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=13631/tid=13663] ppid=13629 vsize=2861640 CPUtime=5004.12 cores=0-31
/proc/13631/task/13663/stat : 13663 (claspmt) R 13629 13631 13605 0 -1 4202560 81064 0 0 0 500080 332 0 0 25 0 32 0 6720280 2930319360 401050 270582939648 4194304 4964800 140736370118832 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 27 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 2861640

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5006.23 s]
/proc/loadavg: 32.07 32.10 32.02 33/445 13810
/proc/meminfo: memFree=261839992/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=2800140 CPUtime=160003 cores=0-31
/proc/13631/stat : 13631 (claspmt) S 13629 13631 13605 0 -1 4202496 426954 0 0 0 15998316 2014 0 0 25 0 2 0 6720267 2867343360 401022 270582939648 4194304 4964800 140736370118832 18446744073709551615 258662759221 0 0 4096 18946 18446744073709551615 0 0 17 8 0 0 0
/proc/13631/statm: 700035 401022 465 189 0 694384 0
[pid=13631/tid=13657] ppid=13629 vsize=2800140 CPUtime=5004.63 cores=0-31
/proc/13631/task/13657/stat : 13657 (claspmt) R 13629 13631 13605 0 -1 4202560 2548 0 0 0 500442 21 0 0 25 0 2 0 6720279 2867343360 401022 270582939648 4194304 4964800 140736370118832 18446744073709551615 4644912 0 0 4096 18946 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 2800140

[startup+5006.6 s]
/proc/loadavg: 32.07 32.10 32.02 33/445 13810
/proc/meminfo: memFree=261839992/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=2762276 CPUtime=160004 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 426963 0 0 0 15998352 2014 0 0 25 0 1 0 6720267 2828570624 398804 270582939648 4194304 4964800 140736370118832 18446744073709551615 4646607 0 0 4096 18946 0 0 0 17 8 0 0 0
/proc/13631/statm: 690569 398804 474 189 0 684918 0
Current children cumulated CPU time (s) 160004
Current children cumulated vsize (KiB) 2762276

[startup+5007 s]
/proc/loadavg: 32.07 32.10 32.02 2/415 13811
/proc/meminfo: memFree=261855856/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=2754828 CPUtime=160004 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 426963 0 0 0 15998392 2015 0 0 25 0 1 0 6720267 2820943872 391653 270582939648 4194304 4964800 140736370118832 18446744073709551615 258650612315 0 0 4096 18946 0 0 0 17 8 0 0 0
/proc/13631/statm: 688707 391653 474 189 0 683056 0
Current children cumulated CPU time (s) 160004
Current children cumulated vsize (KiB) 2754828

[startup+5007.1 s]
/proc/loadavg: 32.07 32.10 32.02 2/415 13811
/proc/meminfo: memFree=261855856/264257624 swapFree=67111528/67111528
[pid=13631] ppid=13629 vsize=1468096 CPUtime=160004 cores=0-31
/proc/13631/stat : 13631 (claspmt) R 13629 13631 13605 0 -1 4202496 426963 0 0 0 15998394 2023 0 0 25 0 1 0 6720267 1503330304 187779 270582939648 4194304 4964800 140736370118832 18446744073709551615 258650999383 0 0 4096 18946 0 0 0 17 8 0 0 0
/proc/13631/statm: 367024 187267 474 189 0 361373 0
Current children cumulated CPU time (s) 160004
Current children cumulated vsize (KiB) 1468096

Child status: 0
Real time (s): 5007.18
CPU time (s): 160004
CPU user time (s): 159984
CPU system time (s): 20.3059
CPU usage (%): 3195.5
Max. virtual memory (cumulated for all children) (KiB): 2861640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159984
system time used= 20.3059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426964
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= 274664
involuntary context switches= 417111

runsolver used 29.3315 second user time and 111.669 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-07 04:22:14
IDJOB=3472300
IDBENCH=70775
IDSOLVER=1961
FILE ID=node200/3472300-1307413334
RUNJOBID= node200-1307413334-13619
PBS_JOBID= 13509179
Free space on /tmp= 61744 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3472300-1307413334/watcher-3472300-1307413334 -o /tmp/evaluation-result-3472300-1307413334/solver-3472300-1307413334 -C 160000 -W 5100 -M 256000  HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472300-1307413334.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1097255270

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.045
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.045
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.02
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.045
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.045
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.045
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.09
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.045
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.06
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.045
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.07
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.045
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.06
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.045
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	: 3989.99
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.045
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.06
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.045
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.045
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.06
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.045
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.04
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.045
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.03
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.045
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	: 3990.07
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.045
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.08
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.045
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.05
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.045
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.045
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.08
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.045
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	: 3989.97
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.045
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.04
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.045
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.10
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.045
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.10
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.045
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.04
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.045
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.04
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.045
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.07
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.045
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.045
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.08
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.045
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.04
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.045
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.08
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.045
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.18
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.045
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:      263446744 kB
Buffers:         88032 kB
Cached:         495616 kB
SwapCached:          0 kB
Active:         149676 kB
Inactive:       496976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      263446744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1488 kB
Writeback:           0 kB
AnonPages:       64704 kB
Mapped:          13660 kB
Slab:            85004 kB
PageTables:       3464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   164940 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= 61740 MiB
End job on node200 at 2011-06-07 05:45:42