Trace number 3472305

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) 160055 5129.1

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark129083
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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 ...436781/instance-3472305-1307436781.cnf
1.12/1.16	c Solving...
160003.41/5017.42	
160003.41/5017.42	*** INTERRUPTED! ***
160003.41/5017.42	*** Shutting down threads...

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3472305-1307436781/watcher-3472305-1307436781 -o /tmp/evaluation-result-3472305-1307436781/solver-3472305-1307436781 -C 160000 -W 5100 -M 256000 HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472305-1307436781.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.30 31.02 31.67 1/413 14734
/proc/meminfo: memFree=263422828/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=33320 CPUtime=0.02 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 2348 0 0 0 2 0 0 0 20 0 1 0 9065037 34119680 2277 270582939648 4194304 4964800 140734535596416 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 16 0 0 0
/proc/14734/statm: 8330 2281 373 189 0 3204 0

[startup+0.041972 s]
/proc/loadavg: 27.30 31.02 31.67 1/413 14734
/proc/meminfo: memFree=263422828/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=33320 CPUtime=0.03 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 2784 0 0 0 3 0 0 0 20 0 1 0 9065037 34119680 2713 270582939648 4194304 4964800 140734535596416 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 16 0 0 0
/proc/14734/statm: 8330 2718 373 189 0 3204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33320

[startup+0.100975 s]
/proc/loadavg: 27.30 31.02 31.67 1/413 14734
/proc/meminfo: memFree=263422828/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=42452 CPUtime=0.09 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 6736 0 0 0 8 1 0 0 20 0 1 0 9065037 43470848 5728 270582939648 4194304 4964800 140734535596416 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 16 0 0 0
/proc/14734/statm: 10613 5729 383 189 0 5487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42452

[startup+0.301016 s]
/proc/loadavg: 27.30 31.02 31.67 1/413 14734
/proc/meminfo: memFree=263422828/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=60544 CPUtime=0.29 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 13118 0 0 0 26 3 0 0 21 0 1 0 9065037 61997056 10174 270582939648 4194304 4964800 140734535596416 18446744073709551615 4625112 0 0 4096 18946 0 0 0 17 16 0 0 0
/proc/14734/statm: 15136 10174 396 189 0 10010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60544

[startup+0.701032 s]
/proc/loadavg: 27.30 31.02 31.67 1/413 14734
/proc/meminfo: memFree=263422828/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=73552 CPUtime=0.69 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 16294 0 0 0 65 4 0 0 22 0 1 0 9065037 75317248 13350 270582939648 4194304 4964800 140734535596416 18446744073709551615 258650616632 0 0 4096 18946 0 0 0 17 16 0 0 0
/proc/14734/statm: 18388 13351 401 189 0 13262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73552

[startup+1.50109 s]
/proc/loadavg: 27.30 31.02 31.67 2/414 14735
/proc/meminfo: memFree=263366384/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=761556 CPUtime=9.96 cores=0-31
/proc/14734/stat : 14734 (claspmt) S 14732 14734 14708 0 -1 4202496 81615 0 0 0 149 847 0 0 18 0 32 0 9065037 779833344 56068 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446744073709551615 0 0 17 16 0 0 0
/proc/14734/statm: 190389 56079 439 189 0 184738 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 761556

[startup+3.10307 s]
/proc/loadavg: 27.30 31.02 31.67 2/445 14766
/proc/meminfo: memFree=263030840/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=2158240 CPUtime=16.41 cores=0-31
/proc/14734/stat : 14734 (claspmt) S 14732 14734 14708 0 -1 4202496 141701 0 0 0 601 1040 0 0 18 0 32 0 9065037 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446744073709551615 0 0 17 16 0 0 0
/proc/14734/statm: 539560 112868 440 189 0 533909 0
[pid=14734/tid=14736] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14736/stat : 14736 (claspmt) S 14732 14734 14708 0 -1 4202560 3521 0 0 0 3 36 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505558728160 0 0 -1 1 0 0 0
[pid=14734/tid=14737] ppid=14732 vsize=2158240 CPUtime=0.42 cores=0-31
/proc/14734/task/14737/stat : 14737 (claspmt) S 14732 14734 14708 0 -1 4202560 4249 0 0 0 5 37 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501854068192 0 0 -1 2 0 0 0
[pid=14734/tid=14738] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14738/stat : 14738 (claspmt) S 14732 14734 14708 0 -1 4202560 4294 0 0 0 6 31 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604504448425440 0 0 -1 15 0 0 0
[pid=14734/tid=14739] ppid=14732 vsize=2158240 CPUtime=0.33 cores=0-31
/proc/14734/task/14739/stat : 14739 (claspmt) S 14732 14734 14708 0 -1 4202560 3500 0 0 0 3 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501439667680 0 0 -1 18 0 0 0
[pid=14734/tid=14740] ppid=14732 vsize=2158240 CPUtime=1.25 cores=0-31
/proc/14734/task/14740/stat : 14740 (claspmt) R 14732 14734 14708 0 -1 4202560 4227 0 0 0 90 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=14734/tid=14741] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14741/stat : 14741 (claspmt) S 14732 14734 14708 0 -1 4202560 4434 0 0 0 5 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501657951712 0 0 -1 30 0 0 0
[pid=14734/tid=14742] ppid=14732 vsize=2158240 CPUtime=0.41 cores=0-31
/proc/14734/task/14742/stat : 14742 (claspmt) S 14732 14734 14708 0 -1 4202560 4265 0 0 0 6 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502097640928 0 0 -1 3 0 0 0
[pid=14734/tid=14743] ppid=14732 vsize=2158240 CPUtime=0.32 cores=0-31
/proc/14734/task/14743/stat : 14743 (claspmt) S 14732 14734 14708 0 -1 4202560 3517 0 0 0 2 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502611033568 0 0 -1 19 0 0 0
[pid=14734/tid=14744] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14744/stat : 14744 (claspmt) S 14732 14734 14708 0 -1 4202560 3633 0 0 0 3 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505857564128 0 0 -1 26 0 0 0
[pid=14734/tid=14745] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14745/stat : 14745 (claspmt) S 14732 14734 14708 0 -1 4202560 4282 0 0 0 5 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505082723808 0 0 -1 12 0 0 0
[pid=14734/tid=14746] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14746/stat : 14746 (claspmt) S 14732 14734 14708 0 -1 4202560 4244 0 0 0 4 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502212525536 0 0 -1 0 0 0 0
[pid=14734/tid=14747] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14747/stat : 14747 (claspmt) S 14732 14734 14708 0 -1 4202560 3554 0 0 0 2 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505857572320 0 0 -1 16 0 0 0
[pid=14734/tid=14748] ppid=14732 vsize=2158240 CPUtime=1.21 cores=0-31
/proc/14734/task/14748/stat : 14748 (claspmt) R 14732 14734 14708 0 -1 4202560 4227 0 0 0 90 31 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=14734/tid=14749] ppid=14732 vsize=2158240 CPUtime=0.4 cores=0-31
/proc/14734/task/14749/stat : 14749 (claspmt) S 14732 14734 14708 0 -1 4202560 4302 0 0 0 5 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505559752160 0 0 -1 5 0 0 0
[pid=14734/tid=14750] ppid=14732 vsize=2158240 CPUtime=0.41 cores=0-31
/proc/14734/task/14750/stat : 14750 (claspmt) S 14732 14734 14708 0 -1 4202560 4202 0 0 0 7 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604504507694560 0 0 -1 6 0 0 0
[pid=14734/tid=14751] ppid=14732 vsize=2158240 CPUtime=0.36 cores=0-31
/proc/14734/task/14751/stat : 14751 (claspmt) S 14732 14734 14708 0 -1 4202560 3522 0 0 0 3 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502743842272 0 0 -1 27 0 0 0
[pid=14734/tid=14752] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14752/stat : 14752 (claspmt) S 14732 14734 14708 0 -1 4202560 3500 0 0 0 3 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501366750688 0 0 -1 25 0 0 0
[pid=14734/tid=14753] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14753/stat : 14753 (claspmt) S 14732 14734 14708 0 -1 4202560 4239 0 0 0 5 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502611025376 0 0 -1 21 0 0 0
[pid=14734/tid=14754] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14754/stat : 14754 (claspmt) S 14732 14734 14708 0 -1 4202560 4353 0 0 0 5 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501439675872 0 0 -1 29 0 0 0
[pid=14734/tid=14755] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14755/stat : 14755 (claspmt) S 14732 14734 14708 0 -1 4202560 3495 0 0 0 4 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505558719968 0 0 -1 3 0 0 0
[pid=14734/tid=14756] ppid=14732 vsize=2158240 CPUtime=1.24 cores=0-31
/proc/14734/task/14756/stat : 14756 (claspmt) R 14732 14734 14708 0 -1 4202560 4391 0 0 0 89 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=14734/tid=14757] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14757/stat : 14757 (claspmt) S 14732 14734 14708 0 -1 4202560 4206 0 0 0 4 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501457960416 0 0 -1 8 0 0 0
[pid=14734/tid=14758] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14758/stat : 14758 (claspmt) S 14732 14734 14708 0 -1 4202560 4083 0 0 0 7 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502743834080 0 0 -1 17 0 0 0
[pid=14734/tid=14759] ppid=14732 vsize=2158240 CPUtime=0.36 cores=0-31
/proc/14734/task/14759/stat : 14759 (claspmt) S 14732 14734 14708 0 -1 4202560 3471 0 0 0 2 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501457952224 0 0 -1 22 0 0 0
[pid=14734/tid=14760] ppid=14732 vsize=2158240 CPUtime=0.34 cores=0-31
/proc/14734/task/14760/stat : 14760 (claspmt) S 14732 14734 14708 0 -1 4202560 3326 0 0 0 5 29 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604571903892960 0 0 -1 7 0 0 0
[pid=14734/tid=14761] ppid=14732 vsize=2158240 CPUtime=0.4 cores=0-31
/proc/14734/task/14761/stat : 14761 (claspmt) S 14732 14734 14708 0 -1 4202560 4314 0 0 0 5 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501395291616 0 0 -1 14 0 0 0
[pid=14734/tid=14762] ppid=14732 vsize=2158240 CPUtime=0.36 cores=0-31
/proc/14734/task/14762/stat : 14762 (claspmt) S 14732 14734 14708 0 -1 4202560 4110 0 0 0 5 31 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604504517254624 0 0 -1 11 0 0 0
[pid=14734/tid=14763] ppid=14732 vsize=2158240 CPUtime=0.33 cores=0-31
/proc/14734/task/14763/stat : 14763 (claspmt) S 14732 14734 14708 0 -1 4202560 3625 0 0 0 3 30 0 0 18 0 32 0 9065155 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501854076384 0 0 -1 28 0 0 0
[pid=14734/tid=14764] ppid=14732 vsize=2158240 CPUtime=1.19 cores=0-31
/proc/14734/task/14764/stat : 14764 (claspmt) R 14732 14734 14708 0 -1 4202560 4425 0 0 0 86 33 0 0 18 0 32 0 9065155 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4399429 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=14734/tid=14765] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14765/stat : 14765 (claspmt) S 14732 14734 14708 0 -1 4202560 4260 0 0 0 4 33 0 0 18 0 32 0 9065155 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604506138680800 0 0 -1 9 0 0 0
[pid=14734/tid=14766] ppid=14732 vsize=2158240 CPUtime=0.38 cores=0-31
/proc/14734/task/14766/stat : 14766 (claspmt) S 14732 14734 14708 0 -1 4202560 4164 0 0 0 8 30 0 0 18 0 32 0 9065155 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505818750432 0 0 -1 23 0 0 0
Current children cumulated CPU time (s) 16.41
Current children cumulated vsize (KiB) 2158240

[startup+6.30116 s]
/proc/loadavg: 25.43 30.57 31.52 5/445 14766
/proc/meminfo: memFree=262974080/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=2158240 CPUtime=29.2 cores=0-31
/proc/14734/stat : 14734 (claspmt) S 14732 14734 14708 0 -1 4202496 141701 0 0 0 1880 1040 0 0 18 0 32 0 9065037 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446744073709551615 0 0 17 16 0 0 0
/proc/14734/statm: 539560 112868 440 189 0 533909 0
[pid=14734/tid=14736] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14736/stat : 14736 (claspmt) S 14732 14734 14708 0 -1 4202560 3521 0 0 0 3 36 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505558728160 0 0 -1 1 0 0 0
[pid=14734/tid=14737] ppid=14732 vsize=2158240 CPUtime=0.42 cores=0-31
/proc/14734/task/14737/stat : 14737 (claspmt) S 14732 14734 14708 0 -1 4202560 4249 0 0 0 5 37 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501854068192 0 0 -1 2 0 0 0
[pid=14734/tid=14738] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14738/stat : 14738 (claspmt) S 14732 14734 14708 0 -1 4202560 4294 0 0 0 6 31 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604504448425440 0 0 -1 15 0 0 0
[pid=14734/tid=14739] ppid=14732 vsize=2158240 CPUtime=0.33 cores=0-31
/proc/14734/task/14739/stat : 14739 (claspmt) S 14732 14734 14708 0 -1 4202560 3500 0 0 0 3 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501439667680 0 0 -1 18 0 0 0
[pid=14734/tid=14740] ppid=14732 vsize=2158240 CPUtime=4.45 cores=0-31
/proc/14734/task/14740/stat : 14740 (claspmt) R 14732 14734 14708 0 -1 4202560 4227 0 0 0 410 35 0 0 25 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=14734/tid=14741] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14741/stat : 14741 (claspmt) S 14732 14734 14708 0 -1 4202560 4434 0 0 0 5 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501657951712 0 0 -1 30 0 0 0
[pid=14734/tid=14742] ppid=14732 vsize=2158240 CPUtime=0.41 cores=0-31
/proc/14734/task/14742/stat : 14742 (claspmt) S 14732 14734 14708 0 -1 4202560 4265 0 0 0 6 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502097640928 0 0 -1 3 0 0 0
[pid=14734/tid=14743] ppid=14732 vsize=2158240 CPUtime=0.32 cores=0-31
/proc/14734/task/14743/stat : 14743 (claspmt) S 14732 14734 14708 0 -1 4202560 3517 0 0 0 2 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502611033568 0 0 -1 19 0 0 0
[pid=14734/tid=14744] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14744/stat : 14744 (claspmt) S 14732 14734 14708 0 -1 4202560 3633 0 0 0 3 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505857564128 0 0 -1 26 0 0 0
[pid=14734/tid=14745] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14745/stat : 14745 (claspmt) S 14732 14734 14708 0 -1 4202560 4282 0 0 0 5 30 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505082723808 0 0 -1 12 0 0 0
[pid=14734/tid=14746] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14746/stat : 14746 (claspmt) S 14732 14734 14708 0 -1 4202560 4244 0 0 0 4 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502212525536 0 0 -1 0 0 0 0
[pid=14734/tid=14747] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14747/stat : 14747 (claspmt) S 14732 14734 14708 0 -1 4202560 3554 0 0 0 2 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505857572320 0 0 -1 16 0 0 0
[pid=14734/tid=14748] ppid=14732 vsize=2158240 CPUtime=4.41 cores=0-31
/proc/14734/task/14748/stat : 14748 (claspmt) R 14732 14734 14708 0 -1 4202560 4227 0 0 0 410 31 0 0 25 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=14734/tid=14749] ppid=14732 vsize=2158240 CPUtime=0.4 cores=0-31
/proc/14734/task/14749/stat : 14749 (claspmt) S 14732 14734 14708 0 -1 4202560 4302 0 0 0 5 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505559752160 0 0 -1 5 0 0 0
[pid=14734/tid=14750] ppid=14732 vsize=2158240 CPUtime=0.41 cores=0-31
/proc/14734/task/14750/stat : 14750 (claspmt) S 14732 14734 14708 0 -1 4202560 4202 0 0 0 7 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604504507694560 0 0 -1 6 0 0 0
[pid=14734/tid=14751] ppid=14732 vsize=2158240 CPUtime=0.36 cores=0-31
/proc/14734/task/14751/stat : 14751 (claspmt) S 14732 14734 14708 0 -1 4202560 3522 0 0 0 3 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502743842272 0 0 -1 27 0 0 0
[pid=14734/tid=14752] ppid=14732 vsize=2158240 CPUtime=0.35 cores=0-31
/proc/14734/task/14752/stat : 14752 (claspmt) S 14732 14734 14708 0 -1 4202560 3500 0 0 0 3 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501366750688 0 0 -1 25 0 0 0
[pid=14734/tid=14753] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14753/stat : 14753 (claspmt) S 14732 14734 14708 0 -1 4202560 4239 0 0 0 5 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502611025376 0 0 -1 21 0 0 0
[pid=14734/tid=14754] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14754/stat : 14754 (claspmt) S 14732 14734 14708 0 -1 4202560 4353 0 0 0 5 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501439675872 0 0 -1 29 0 0 0
[pid=14734/tid=14755] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14755/stat : 14755 (claspmt) S 14732 14734 14708 0 -1 4202560 3495 0 0 0 4 35 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604505558719968 0 0 -1 3 0 0 0
[pid=14734/tid=14756] ppid=14732 vsize=2158240 CPUtime=4.43 cores=0-31
/proc/14734/task/14756/stat : 14756 (claspmt) R 14732 14734 14708 0 -1 4202560 4391 0 0 0 408 35 0 0 25 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 4668998 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=14734/tid=14757] ppid=14732 vsize=2158240 CPUtime=0.37 cores=0-31
/proc/14734/task/14757/stat : 14757 (claspmt) S 14732 14734 14708 0 -1 4202560 4206 0 0 0 4 33 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501457960416 0 0 -1 8 0 0 0
[pid=14734/tid=14758] ppid=14732 vsize=2158240 CPUtime=0.39 cores=0-31
/proc/14734/task/14758/stat : 14758 (claspmt) S 14732 14734 14708 0 -1 4202560 4083 0 0 0 7 32 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604502743834080 0 0 -1 17 0 0 0
[pid=14734/tid=14759] ppid=14732 vsize=2158240 CPUtime=0.36 cores=0-31
/proc/14734/task/14759/stat : 14759 (claspmt) S 14732 14734 14708 0 -1 4202560 3471 0 0 0 2 34 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604501457952224 0 0 -1 22 0 0 0
[pid=14734/tid=14760] ppid=14732 vsize=2158240 CPUtime=0.34 cores=0-31
/proc/14734/task/14760/stat : 14760 (claspmt) S 14732 14734 14708 0 -1 4202560 3326 0 0 0 5 29 0 0 18 0 32 0 9065154 2210037760 112868 270582939648 4194304 4964800 140734535596416 18446744073709551615 258662772457 0 0 4096 18946 18446604571903892960 0 0 -1 7 0 0 0

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

[startup+5017.4 s]
/proc/loadavg: 32.24 32.15 32.11 33/445 14921
/proc/meminfo: memFree=246729180/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17771020 CPUtime=160003 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4202496 4247517 0 0 0 15989417 10924 0 0 25 0 32 0 9065037 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 10 0 0 0
/proc/14734/statm: 4442755 4166140 463 189 0 4437104 0
[pid=14734/tid=14736] ppid=14732 vsize=17771020 CPUtime=5003.15 cores=0-31
/proc/14734/task/14736/stat : 14736 (claspmt) R 14732 14734 14708 0 -1 4202560 22792 0 0 0 500215 100 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=14734/tid=14737] ppid=14732 vsize=17771020 CPUtime=5003.58 cores=0-31
/proc/14734/task/14737/stat : 14737 (claspmt) R 14732 14734 14708 0 -1 4202560 56188 0 0 0 500164 194 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=14734/tid=14738] ppid=14732 vsize=17771020 CPUtime=4987 cores=0-31
/proc/14734/task/14738/stat : 14738 (claspmt) R 14732 14734 14708 0 -1 4202560 52071 0 0 0 498529 171 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=14734/tid=14739] ppid=14732 vsize=17771020 CPUtime=4982.45 cores=0-31
/proc/14734/task/14739/stat : 14739 (claspmt) R 14732 14734 14708 0 -1 4202560 98186 0 0 0 497943 302 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=14734/tid=14740] ppid=14732 vsize=17771020 CPUtime=5005.87 cores=0-31
/proc/14734/task/14740/stat : 14740 (claspmt) R 14732 14734 14708 0 -1 4202560 126430 0 0 0 500253 334 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=14734/tid=14741] ppid=14732 vsize=17771020 CPUtime=5002.84 cores=0-31
/proc/14734/task/14741/stat : 14741 (claspmt) R 14732 14734 14708 0 -1 4202560 29284 0 0 0 500157 127 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=14734/tid=14742] ppid=14732 vsize=17771020 CPUtime=5001.68 cores=0-31
/proc/14734/task/14742/stat : 14742 (claspmt) R 14732 14734 14708 0 -1 4202560 598977 0 0 0 498820 1348 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4320902 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=14734/tid=14743] ppid=14732 vsize=17771020 CPUtime=5001.64 cores=0-31
/proc/14734/task/14743/stat : 14743 (claspmt) R 14732 14734 14708 0 -1 4202560 54455 0 0 0 499948 216 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=14734/tid=14744] ppid=14732 vsize=17771020 CPUtime=5003.33 cores=0-31
/proc/14734/task/14744/stat : 14744 (claspmt) R 14732 14734 14708 0 -1 4202560 23757 0 0 0 500225 108 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=14734/tid=14745] ppid=14732 vsize=17771020 CPUtime=5003.54 cores=0-31
/proc/14734/task/14745/stat : 14745 (claspmt) R 14732 14734 14708 0 -1 4202560 48743 0 0 0 500186 168 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=14734/tid=14746] ppid=14732 vsize=17771020 CPUtime=5002.35 cores=0-31
/proc/14734/task/14746/stat : 14746 (claspmt) R 14732 14734 14708 0 -1 4202560 39616 0 0 0 500067 168 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=14734/tid=14747] ppid=14732 vsize=17771020 CPUtime=4999.44 cores=0-31
/proc/14734/task/14747/stat : 14747 (claspmt) R 14732 14734 14708 0 -1 4202560 173197 0 0 0 499524 420 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=14734/tid=14748] ppid=14732 vsize=17771020 CPUtime=5008.54 cores=0-31
/proc/14734/task/14748/stat : 14748 (claspmt) R 14732 14734 14708 0 -1 4202560 230068 0 0 0 500371 483 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=14734/tid=14749] ppid=14732 vsize=17771020 CPUtime=5003.46 cores=0-31
/proc/14734/task/14749/stat : 14749 (claspmt) R 14732 14734 14708 0 -1 4202560 24159 0 0 0 500235 111 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=14734/tid=14750] ppid=14732 vsize=17771020 CPUtime=4992.27 cores=0-31
/proc/14734/task/14750/stat : 14750 (claspmt) R 14732 14734 14708 0 -1 4202560 609637 0 0 0 497934 1293 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=14734/tid=14751] ppid=14732 vsize=17771020 CPUtime=4973.16 cores=0-31
/proc/14734/task/14751/stat : 14751 (claspmt) R 14732 14734 14708 0 -1 4202560 23045 0 0 0 497200 116 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=14734/tid=14752] ppid=14732 vsize=17771020 CPUtime=5003.34 cores=0-31
/proc/14734/task/14752/stat : 14752 (claspmt) R 14732 14734 14708 0 -1 4202560 27214 0 0 0 500223 111 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=14734/tid=14753] ppid=14732 vsize=17771020 CPUtime=5003.63 cores=0-31
/proc/14734/task/14753/stat : 14753 (claspmt) R 14732 14734 14708 0 -1 4202560 41893 0 0 0 500211 152 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=14734/tid=14754] ppid=14732 vsize=17771020 CPUtime=5003 cores=0-31
/proc/14734/task/14754/stat : 14754 (claspmt) R 14732 14734 14708 0 -1 4202560 29335 0 0 0 500182 118 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=14734/tid=14755] ppid=14732 vsize=17771020 CPUtime=4997.7 cores=0-31
/proc/14734/task/14755/stat : 14755 (claspmt) R 14732 14734 14708 0 -1 4202560 182404 0 0 0 499321 449 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 27 0 0 0
[pid=14734/tid=14756] ppid=14732 vsize=17771020 CPUtime=5013.83 cores=0-31
/proc/14734/task/14756/stat : 14756 (claspmt) R 14732 14734 14708 0 -1 4202560 148031 0 0 0 501047 336 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669500 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=14734/tid=14757] ppid=14732 vsize=17771020 CPUtime=5003.59 cores=0-31
/proc/14734/task/14757/stat : 14757 (claspmt) R 14732 14734 14708 0 -1 4202560 25891 0 0 0 500249 110 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669500 0 0 4096 18946 0 0 0 -1 8 0 0 0
[pid=14734/tid=14758] ppid=14732 vsize=17771020 CPUtime=4990.25 cores=0-31
/proc/14734/task/14758/stat : 14758 (claspmt) R 14732 14734 14708 0 -1 4202560 551982 0 0 0 497821 1204 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=14734/tid=14759] ppid=14732 vsize=17771020 CPUtime=4991.37 cores=0-31
/proc/14734/task/14759/stat : 14759 (claspmt) R 14732 14734 14708 0 -1 4202560 74321 0 0 0 498853 284 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=14734/tid=14760] ppid=14732 vsize=17771020 CPUtime=5002.91 cores=0-31
/proc/14734/task/14760/stat : 14760 (claspmt) R 14732 14734 14708 0 -1 4202560 14156 0 0 0 500215 76 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=14734/tid=14761] ppid=14732 vsize=17771020 CPUtime=5003.58 cores=0-31
/proc/14734/task/14761/stat : 14761 (claspmt) R 14732 14734 14708 0 -1 4202560 50164 0 0 0 500185 173 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 14 0 0 0
[pid=14734/tid=14762] ppid=14732 vsize=17771020 CPUtime=4998.19 cores=0-31
/proc/14734/task/14762/stat : 14762 (claspmt) R 14732 14734 14708 0 -1 4202560 24720 0 0 0 499701 118 0 0 25 0 32 0 9065154 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=14734/tid=14763] ppid=14732 vsize=17771020 CPUtime=5003.05 cores=0-31
/proc/14734/task/14763/stat : 14763 (claspmt) R 14732 14734 14708 0 -1 4202560 147643 0 0 0 499914 391 0 0 25 0 32 0 9065155 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=14734/tid=14764] ppid=14732 vsize=17771020 CPUtime=5013.78 cores=0-31
/proc/14734/task/14764/stat : 14764 (claspmt) R 14732 14734 14708 0 -1 4202560 111440 0 0 0 501092 286 0 0 25 0 32 0 9065155 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=14734/tid=14765] ppid=14732 vsize=17771020 CPUtime=5003.48 cores=0-31
/proc/14734/task/14765/stat : 14765 (claspmt) R 14732 14734 14708 0 -1 4202560 42924 0 0 0 500196 152 0 0 25 0 32 0 9065155 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=14734/tid=14766] ppid=14732 vsize=17771020 CPUtime=5001.94 cores=0-31
/proc/14734/task/14766/stat : 14766 (claspmt) R 14732 14734 14708 0 -1 4202560 502024 0 0 0 499067 1127 0 0 25 0 32 0 9065155 18197524480 4166140 270582939648 4194304 4964800 140734535596416 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 17771020

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14734

[startup+5022.3 s]
/proc/loadavg: 29.74 31.63 31.94 2/414 14922
/proc/meminfo: memFree=245801028/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160009 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 11210 0 0 25 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 0 0 0 17 12 0 0 3
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160008
Current children cumulated vsize (KiB) 17542352

[startup+5082.3 s]
/proc/loadavg: 12.79 26.40 30.12 2/414 14924
/proc/meminfo: memFree=236573452/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160034 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 13756 0 0 18 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 1 0 0 3429
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160034
Current children cumulated vsize (KiB) 17542352

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

[startup+5094.2 s]
/proc/loadavg: 10.69 25.27 29.69 2/414 14924
/proc/meminfo: memFree=234946436/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160039 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 14231 0 0 18 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 13 0 0 4154
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160039
Current children cumulated vsize (KiB) 17542352

[startup+5107 s]
/proc/loadavg: 9.51 24.54 29.41 1/414 14924
/proc/meminfo: memFree=233042536/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160044 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 14805 0 0 18 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 1 0 0 4853
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160044
Current children cumulated vsize (KiB) 17542352

[startup+5119.8 s]
/proc/loadavg: 8.07 23.48 28.98 2/414 14924
/proc/meminfo: memFree=230937640/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160050 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 15346 0 0 18 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 1 0 0 5565
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160050
Current children cumulated vsize (KiB) 17542352

[startup+5123 s]
/proc/loadavg: 8.07 23.48 28.98 2/414 14924
/proc/meminfo: memFree=230164004/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160052 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 15538 0 0 20 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 1 0 0 5703
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160052
Current children cumulated vsize (KiB) 17542352

[startup+5126.2 s]
/proc/loadavg: 7.66 23.14 28.84 2/414 14925
/proc/meminfo: memFree=229751156/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160053 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 15657 0 0 18 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 7 0 0 5917
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160053
Current children cumulated vsize (KiB) 17542352

[startup+5127.8 s]
/proc/loadavg: 7.66 23.14 28.84 2/414 14925
/proc/meminfo: memFree=229703912/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=17542352 CPUtime=160054 cores=0-31
/proc/14734/stat : 14734 (claspmt) D 14732 14734 14708 0 -1 4204032 4247529 0 0 0 15989641 15743 0 0 19 0 1 0 9065037 17963368448 4138684 270582939648 4194304 4964800 140734535596416 18446744073709551615 4628834 0 0 4096 18946 18446744071562155273 0 0 17 24 0 0 5937
/proc/14734/statm: 4385588 4138684 474 189 0 4379937 0
Current children cumulated CPU time (s) 160054
Current children cumulated vsize (KiB) 17542352

[startup+5128.6 s]
/proc/loadavg: 7.29 22.81 28.70 2/414 14925
/proc/meminfo: memFree=229591292/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=0 CPUtime=160055 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4204036 4247529 0 0 0 15989641 15819 0 0 18 0 1 0 9065037 0 0 270582939648 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 6012
/proc/14734/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160055
Current children cumulated vsize (KiB) 0

[startup+5129 s]
/proc/loadavg: 7.29 22.81 28.70 2/414 14925
/proc/meminfo: memFree=229591292/264257624 swapFree=67111528/67111528
[pid=14734] ppid=14732 vsize=0 CPUtime=160055 cores=0-31
/proc/14734/stat : 14734 (claspmt) R 14732 14734 14708 0 -1 4204036 4247529 0 0 0 15989641 15859 0 0 19 0 1 0 9065037 0 0 270582939648 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 6012
/proc/14734/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160055
Current children cumulated vsize (KiB) 0

Child ended because it received signal 24 (SIGXCPU)
Child dumped core
Real time (s): 5129.1
CPU time (s): 160055
CPU user time (s): 159896
CPU system time (s): 158.692
CPU usage (%): 3120.53
Max. virtual memory (cumulated for all children) (KiB): 17771020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159896
system time used= 158.692
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4247529
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= 610960
involuntary context switches= 395453

runsolver used 29.2226 second user time and 115.532 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-07 10:53:02
IDJOB=3472305
IDBENCH=70799
IDSOLVER=1961
FILE ID=node200/3472305-1307436781
RUNJOBID= node200-1307436781-14722
PBS_JOBID= 13509184
Free space on /tmp= 61740 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.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-3472305-1307436781/watcher-3472305-1307436781 -o /tmp/evaluation-result-3472305-1307436781/solver-3472305-1307436781 -C 160000 -W 5100 -M 256000  HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472305-1307436781.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=2026335832

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:      263422984 kB
Buffers:        102028 kB
Cached:         504844 kB
SwapCached:          0 kB
Active:         157136 kB
Inactive:       512836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      263422984 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5796 kB
Writeback:           0 kB
AnonPages:       63812 kB
Mapped:          13480 kB
Slab:            85272 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   169184 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= 45556 MiB
End job on node200 at 2011-06-07 12:18:31