Trace number 3311395

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
STRUCTure 0.1 (hbr=2)? (TO) 4800.43 1207.63

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
MD5SUM9ba8ad6ebe939ddb75efcc3aec0126e6
Bench CategoryRANDOM (random 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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.56	29:03 INFO : Reading from input HOME/instance-3311395-1307654942.cnf
0.18/0.69	Executor set job limit to 1000000
0.18/0.69	Executor set job limit to 1000000
0.18/0.69	Executor set job limit to 1000000
0.18/0.69	Executor set job limit to 1000000
0.18/0.70	Starting Executor!
0.18/0.70	Starting Executor!
0.36/0.70	Starting Executor!
0.36/0.70	Starting Executor!
0.59/0.81	29:03 INFO : 549 variables remaining out of 550
0.59/0.81	29:03 INFO : 9352 literals remaining out of 9372

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-3311395-1307654942/watcher-3311395-1307654942 -o /tmp/evaluation-result-3311395-1307654942/solver-3311395-1307654942 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311395-1307654942.cnf -hbr 2 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.83 7.95 8.04 2/181 30365
/proc/meminfo: memFree=32116764/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 1405 0 0 0 0 0 0 0 19 0 2 0 877092118 26714112 876 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 6522 880 675 9 0 381 0
[pid=30365/tid=30367] ppid=30362 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) R 30362 30365 29691 0 -1 4202560 55 0 0 0 0 0 0 0 18 0 2 0 877092119 26714112 884 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271550198469 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.00808706 s]
/proc/loadavg: 6.83 7.95 8.04 2/181 30365
/proc/meminfo: memFree=32116764/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=35820 CPUtime=0 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 1618 0 1 0 0 0 0 0 19 0 2 0 877092118 36679680 1063 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 8955 1064 828 9 0 386 0
[pid=30365/tid=30367] ppid=30362 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) R 30362 30365 29691 0 -1 4202560 265 0 1 0 0 0 0 0 18 0 2 0 877092119 37810176 1067 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271545615376 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35820

[startup+0.101279 s]
/proc/loadavg: 6.83 7.95 8.04 2/181 30365
/proc/meminfo: memFree=32116764/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15676016 CPUtime=0.09 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 5454 0 1 0 9 0 0 0 19 0 18 0 877092118 16052240384 4874 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3919004 4874 2115 9 0 3909723 0
[pid=30365/tid=30367] ppid=30362 vsize=15676016 CPUtime=0.07 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 3312 0 1 0 7 0 0 0 18 0 18 0 877092119 16052240384 4874 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562366943 0 2147483391 0 16800975 18446744071699469502 0 0 -1 7 0 0 1
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676016

[startup+0.301076 s]
/proc/loadavg: 6.83 7.95 8.04 2/181 30365
/proc/meminfo: memFree=32116764/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15676016 CPUtime=0.11 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 5548 0 1 0 10 1 0 0 19 0 18 0 877092118 16052240384 4968 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3919004 4968 2116 9 0 3909723 0
[pid=30365/tid=30367] ppid=30362 vsize=15676016 CPUtime=0.08 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) D 30362 30365 29691 0 -1 4202560 3406 0 1 0 8 0 0 0 18 0 18 0 877092119 16052240384 4968 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562364363 0 4 0 16800975 18446744071562234166 0 0 -1 7 0 0 3
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676016

[startup+0.700962 s]
/proc/loadavg: 6.83 7.95 8.04 2/181 30365
/proc/meminfo: memFree=32116764/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15680240 CPUtime=0.36 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 8410 0 1 0 35 1 0 0 19 0 20 0 877092118 16056565760 7757 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3920060 7764 2198 9 0 3910779 0
[pid=30365/tid=30367] ppid=30362 vsize=15680240 CPUtime=0.23 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 5765 0 1 0 22 1 0 0 19 0 21 0 877092119 16056565760 7765 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 15680240

[startup+1.50082 s]
/proc/loadavg: 6.83 7.95 8.04 10/224 30408
/proc/meminfo: memFree=32004660/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=3.08 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 47887 0 1 0 302 6 0 0 19 0 22 0 877092118 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 44901 2273 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 789 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) R 30362 30365 29691 0 -1 4202560 767 0 0 0 0 0 0 0 17 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354630 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 536 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 622 0 0 0 0 0 0 0 17 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 144 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562363252 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 559 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 942 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30386] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30386/stat : 30386 (java) S 30362 30365 29691 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 877092120 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30389] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30389/stat : 30389 (java) S 30362 30365 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877092120 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30390] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30390/stat : 30390 (java) S 30362 30365 29691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 877092121 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30396] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30396/stat : 30396 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877092123 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30397] ppid=30362 vsize=15688648 CPUtime=0.54 cores=1,3,5,7
/proc/30365/task/30397/stat : 30397 (java) S 30362 30365 29691 0 -1 4202560 3449 0 0 0 54 0 0 0 15 0 22 0 877092123 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30398] ppid=30362 vsize=15688648 CPUtime=0.5 cores=1,3,5,7
/proc/30365/task/30398/stat : 30398 (java) S 30362 30365 29691 0 -1 4202560 3283 0 0 0 50 0 0 0 16 0 22 0 877092123 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30399] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30399/stat : 30399 (java) S 30362 30365 29691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 877092123 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30400] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30400/stat : 30400 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877092123 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30401] ppid=30362 vsize=15688648 CPUtime=0.54 cores=1,3,5,7
/proc/30365/task/30401/stat : 30401 (java) R 30362 30365 29691 0 -1 4202560 8427 0 0 0 54 0 0 0 19 0 22 0 877092188 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505958547 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=0.47 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 10121 0 0 0 46 1 0 0 18 0 22 0 877092188 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505661372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=0.31 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 5404 0 0 0 31 0 0 0 16 0 22 0 877092188 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505664468 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=0.3 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 4998 0 0 0 30 0 0 0 16 0 22 0 877092188 16065175552 44901 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505958634 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15688648

[startup+3.10153 s]
/proc/loadavg: 6.83 7.95 8.04 11/224 30408
/proc/meminfo: memFree=31627868/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=9.45 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 145771 0 1 0 926 19 0 0 19 0 22 0 877092118 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 142749 2277 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=0.01 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 2522 0 0 0 1 0 0 0 16 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) S 30362 30365 29691 0 -1 4202560 1373 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 1366 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 1621 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 1703 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 2605 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 2108 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 662 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30386] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30386/stat : 30386 (java) S 30362 30365 29691 0 -1 4202560 440 0 0 0 0 0 0 0 15 0 22 0 877092120 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30389] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30389/stat : 30389 (java) S 30362 30365 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877092120 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30390] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30390/stat : 30390 (java) S 30362 30365 29691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 877092121 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30396] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30396/stat : 30396 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877092123 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30397] ppid=30362 vsize=15688648 CPUtime=0.6 cores=1,3,5,7
/proc/30365/task/30397/stat : 30397 (java) S 30362 30365 29691 0 -1 4202560 3462 0 0 0 60 0 0 0 15 0 22 0 877092123 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30398] ppid=30362 vsize=15688648 CPUtime=0.52 cores=1,3,5,7
/proc/30365/task/30398/stat : 30398 (java) S 30362 30365 29691 0 -1 4202560 3284 0 0 0 52 0 0 0 15 0 22 0 877092123 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30399] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30399/stat : 30399 (java) S 30362 30365 29691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 877092123 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30400] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30400/stat : 30400 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 877092123 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30401] ppid=30362 vsize=15688648 CPUtime=2.07 cores=1,3,5,7
/proc/30365/task/30401/stat : 30401 (java) R 30362 30365 29691 0 -1 4202560 30445 0 0 0 204 3 0 0 21 0 22 0 877092188 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505678097 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=2.02 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 31786 0 0 0 199 3 0 0 20 0 22 0 877092188 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505861496 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=1.89 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 27203 0 0 0 186 3 0 0 18 0 22 0 877092188 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505215681 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=1.88 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 27420 0 0 0 185 3 0 0 18 0 22 0 877092188 16065175552 142749 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (KiB) 15688648

[startup+6.30094 s]
/proc/loadavg: 7.08 7.99 8.06 9/224 30408
/proc/meminfo: memFree=31388008/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=22.21 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 151112 0 1 0 2201 20 0 0 19 0 22 0 877092118 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 144970 2284 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=0.01 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 2799 0 0 0 1 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) S 30362 30365 29691 0 -1 4202560 2789 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 1549 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 2369 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 2201 0 0 0 0 0 0 0 16 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 3175 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 3100 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 1027 0 0 0 0 0 0 0 15 0 22 0 877092119 16065175552 144970 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0

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

[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=1048.28 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 328862 0 0 0 104782 46 0 0 25 0 22 0 877092188 16065175552 85341 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505861459 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=1048.62 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 327647 0 0 0 104812 50 0 0 25 0 22 0 877092188 16065175552 85341 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505845218 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=1048.46 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 328950 0 0 0 104797 49 0 0 25 0 22 0 877092188 16065175552 85341 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505776526 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4222.54
Current children cumulated vsize (KiB) 15688648

[startup+1122.3 s]
/proc/loadavg: 8.25 8.15 8.10 9/224 30438
/proc/meminfo: memFree=31463060/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=4461.17 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 2635927 0 1 0 445603 514 0 0 19 0 22 0 877092118 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 84610 2298 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=3.44 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 151751 0 0 0 318 26 0 0 15 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=3.34 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) S 30362 30365 29691 0 -1 4202560 149028 0 0 0 307 27 0 0 15 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=3.28 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 149283 0 0 0 302 26 0 0 16 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=3.42 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 156142 0 0 0 313 29 0 0 16 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=3.33 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 150897 0 0 0 306 27 0 0 15 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=3.35 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 156084 0 0 0 309 26 0 0 16 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=3.4 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 153033 0 0 0 312 28 0 0 15 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=3.32 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 149625 0 0 0 305 27 0 0 15 0 22 0 877092119 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30386] ppid=30362 vsize=15688648 CPUtime=2.13 cores=1,3,5,7
/proc/30365/task/30386/stat : 30386 (java) S 30362 30365 29691 0 -1 4202560 6604 0 0 0 131 82 0 0 15 0 22 0 877092120 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30389] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30389/stat : 30389 (java) S 30362 30365 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877092120 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30390] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30390/stat : 30390 (java) S 30362 30365 29691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 877092121 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30396] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30396/stat : 30396 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877092123 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30397] ppid=30362 vsize=15688648 CPUtime=0.81 cores=1,3,5,7
/proc/30365/task/30397/stat : 30397 (java) S 30362 30365 29691 0 -1 4202560 3491 0 0 0 81 0 0 0 16 0 22 0 877092123 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30398] ppid=30362 vsize=15688648 CPUtime=0.64 cores=1,3,5,7
/proc/30365/task/30398/stat : 30398 (java) S 30362 30365 29691 0 -1 4202560 3420 0 0 0 64 0 0 0 15 0 22 0 877092123 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30399] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30399/stat : 30399 (java) S 30362 30365 29691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 877092123 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30400] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30400/stat : 30400 (java) S 30362 30365 29691 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 877092123 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30401] ppid=30362 vsize=15688648 CPUtime=1107.1 cores=1,3,5,7
/proc/30365/task/30401/stat : 30401 (java) R 30362 30365 29691 0 -1 4202560 354638 0 0 0 110657 53 0 0 25 0 22 0 877092188 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505862706 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=1107.63 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 348832 0 0 0 110714 49 0 0 25 0 22 0 877092188 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505806839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=1107.85 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 347290 0 0 0 110733 52 0 0 25 0 22 0 877092188 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=1107.62 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 347980 0 0 0 110710 52 0 0 25 0 22 0 877092188 16065175552 84610 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912506050042 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.17
Current children cumulated vsize (KiB) 15688648

[startup+1182.3 s]
/proc/loadavg: 8.33 8.19 8.11 9/224 30439
/proc/meminfo: memFree=31492548/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=4699.79 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 2781539 0 1 0 469440 539 0 0 19 0 22 0 877092118 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 85942 2298 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=3.62 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 158557 0 0 0 335 27 0 0 16 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=3.51 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) S 30362 30365 29691 0 -1 4202560 156872 0 0 0 322 29 0 0 15 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=3.47 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 157183 0 0 0 319 28 0 0 16 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=3.58 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 161384 0 0 0 328 30 0 0 16 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=3.48 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 159209 0 0 0 320 28 0 0 15 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=3.56 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 163493 0 0 0 329 27 0 0 15 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=3.57 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 159944 0 0 0 329 28 0 0 15 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=3.5 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 156624 0 0 0 321 29 0 0 15 0 22 0 877092119 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30386] ppid=30362 vsize=15688648 CPUtime=2.27 cores=1,3,5,7
/proc/30365/task/30386/stat : 30386 (java) S 30362 30365 29691 0 -1 4202560 7000 0 0 0 140 87 0 0 15 0 22 0 877092120 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30389] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30389/stat : 30389 (java) S 30362 30365 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877092120 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30390] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30390/stat : 30390 (java) S 30362 30365 29691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 877092121 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30396] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30396/stat : 30396 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877092123 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30397] ppid=30362 vsize=15688648 CPUtime=0.81 cores=1,3,5,7
/proc/30365/task/30397/stat : 30397 (java) S 30362 30365 29691 0 -1 4202560 3491 0 0 0 81 0 0 0 16 0 22 0 877092123 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30398] ppid=30362 vsize=15688648 CPUtime=0.64 cores=1,3,5,7
/proc/30365/task/30398/stat : 30398 (java) S 30362 30365 29691 0 -1 4202560 3420 0 0 0 64 0 0 0 15 0 22 0 877092123 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30399] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30399/stat : 30399 (java) S 30362 30365 29691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 877092123 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30400] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30400/stat : 30400 (java) S 30362 30365 29691 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 877092123 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30401] ppid=30362 vsize=15688648 CPUtime=1166.42 cores=1,3,5,7
/proc/30365/task/30401/stat : 30401 (java) R 30362 30365 29691 0 -1 4202560 376788 0 0 0 116587 55 0 0 25 0 22 0 877092188 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505861251 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=1166.91 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 370887 0 0 0 116640 51 0 0 25 0 22 0 877092188 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505808841 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=1167.15 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 370011 0 0 0 116659 56 0 0 25 0 22 0 877092188 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505861453 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=1166.8 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 368844 0 0 0 116626 54 0 0 25 0 22 0 877092188 16065175552 85942 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505756667 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4699.79
Current children cumulated vsize (KiB) 15688648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.33 8.21 8.12 9/224 30440
/proc/meminfo: memFree=31535924/32951124 swapFree=67054536/67111528
[pid=30365] ppid=30362 vsize=15688648 CPUtime=4800.38 cores=1,3,5,7
/proc/30365/stat : 30365 (java) S 30362 30365 29691 0 -1 4202496 2827032 0 1 0 479489 549 0 0 19 0 22 0 877092118 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30365/statm: 3922162 72481 2298 9 0 3912881 0
[pid=30365/tid=30367] ppid=30362 vsize=15688648 CPUtime=0.34 cores=1,3,5,7
/proc/30365/task/30367/stat : 30367 (java) S 30362 30365 29691 0 -1 4202560 6385 0 1 0 33 1 0 0 20 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 42
[pid=30365/tid=30377] ppid=30362 vsize=15688648 CPUtime=3.7 cores=1,3,5,7
/proc/30365/task/30377/stat : 30377 (java) S 30362 30365 29691 0 -1 4202560 161005 0 0 0 342 28 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30378] ppid=30362 vsize=15688648 CPUtime=3.58 cores=1,3,5,7
/proc/30365/task/30378/stat : 30378 (java) S 30362 30365 29691 0 -1 4202560 158162 0 0 0 329 29 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30379] ppid=30362 vsize=15688648 CPUtime=3.55 cores=1,3,5,7
/proc/30365/task/30379/stat : 30379 (java) S 30362 30365 29691 0 -1 4202560 159989 0 0 0 326 29 0 0 16 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30380] ppid=30362 vsize=15688648 CPUtime=3.67 cores=1,3,5,7
/proc/30365/task/30380/stat : 30380 (java) S 30362 30365 29691 0 -1 4202560 163011 0 0 0 336 31 0 0 16 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30381] ppid=30362 vsize=15688648 CPUtime=3.57 cores=1,3,5,7
/proc/30365/task/30381/stat : 30381 (java) S 30362 30365 29691 0 -1 4202560 161985 0 0 0 328 29 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30382] ppid=30362 vsize=15688648 CPUtime=3.64 cores=1,3,5,7
/proc/30365/task/30382/stat : 30382 (java) S 30362 30365 29691 0 -1 4202560 166558 0 0 0 336 28 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30383] ppid=30362 vsize=15688648 CPUtime=3.64 cores=1,3,5,7
/proc/30365/task/30383/stat : 30383 (java) S 30362 30365 29691 0 -1 4202560 161920 0 0 0 335 29 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 1 0 0 0
[pid=30365/tid=30384] ppid=30362 vsize=15688648 CPUtime=3.57 cores=1,3,5,7
/proc/30365/task/30384/stat : 30384 (java) S 30362 30365 29691 0 -1 4202560 158322 0 0 0 328 29 0 0 15 0 22 0 877092119 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30386] ppid=30362 vsize=15688648 CPUtime=2.33 cores=1,3,5,7
/proc/30365/task/30386/stat : 30386 (java) S 30362 30365 29691 0 -1 4202560 7222 0 0 0 144 89 0 0 15 0 22 0 877092120 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 0 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30389] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30389/stat : 30389 (java) S 30362 30365 29691 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 877092120 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30390] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30390/stat : 30390 (java) S 30362 30365 29691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 877092121 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30396] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30396/stat : 30396 (java) S 30362 30365 29691 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 877092123 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562361265 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30397] ppid=30362 vsize=15688648 CPUtime=0.81 cores=1,3,5,7
/proc/30365/task/30397/stat : 30397 (java) S 30362 30365 29691 0 -1 4202560 3491 0 0 0 81 0 0 0 16 0 22 0 877092123 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30398] ppid=30362 vsize=15688648 CPUtime=0.64 cores=1,3,5,7
/proc/30365/task/30398/stat : 30398 (java) S 30362 30365 29691 0 -1 4202560 3420 0 0 0 64 0 0 0 15 0 22 0 877092123 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 5 0 0 0
[pid=30365/tid=30399] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30399/stat : 30399 (java) S 30362 30365 29691 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 877092123 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562353561 0 4 0 16800975 18446604471164949760 0 0 -1 7 0 0 0
[pid=30365/tid=30400] ppid=30362 vsize=15688648 CPUtime=0 cores=1,3,5,7
/proc/30365/task/30400/stat : 30400 (java) S 30362 30365 29691 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 877092123 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 271562354176 0 4 0 16800975 18446604471164949760 0 0 -1 3 0 0 0
[pid=30365/tid=30401] ppid=30362 vsize=15688648 CPUtime=1191.38 cores=1,3,5,7
/proc/30365/task/30401/stat : 30401 (java) R 30362 30365 29691 0 -1 4202560 383491 0 0 0 119082 56 0 0 25 0 22 0 877092188 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30365/tid=30402] ppid=30362 vsize=15688648 CPUtime=1191.9 cores=1,3,5,7
/proc/30365/task/30402/stat : 30402 (java) R 30362 30365 29691 0 -1 4202560 377323 0 0 0 119139 51 0 0 25 0 22 0 877092188 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505787650 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30365/tid=30403] ppid=30362 vsize=15688648 CPUtime=1192.07 cores=1,3,5,7
/proc/30365/task/30403/stat : 30403 (java) R 30362 30365 29691 0 -1 4202560 376928 0 0 0 119151 56 0 0 25 0 22 0 877092188 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505786934 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30365/tid=30404] ppid=30362 vsize=15688648 CPUtime=1191.82 cores=1,3,5,7
/proc/30365/task/30404/stat : 30404 (java) R 30362 30365 29691 0 -1 4202560 376372 0 0 0 119127 55 0 0 25 0 22 0 877092188 16065175552 72481 33554432000 1073741824 1073778376 140737268576816 18446744073709551615 46912505786795 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15688648

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

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

Child status: 143
Real time (s): 1207.63
CPU time (s): 4800.43
CPU user time (s): 4794.93
CPU system time (s): 5.50216
CPU usage (%): 397.509
Max. virtual memory (cumulated for all children) (KiB): 15688648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.93
system time used= 5.50216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2827058
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231016
involuntary context switches= 142827

runsolver used 1.89771 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-09 23:29:02
IDJOB=3311395
IDBENCH=82780
IDSOLVER=1698
FILE ID=node133/3311395-1307654942
RUNJOBID= node133-1307654942-30338
PBS_JOBID= 13549417
Free space on /tmp= 74168 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311395-1307654942/watcher-3311395-1307654942 -o /tmp/evaluation-result-3311395-1307654942/solver-3311395-1307654942 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311395-1307654942.cnf -hbr 2

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

MD5SUM BENCH= 9ba8ad6ebe939ddb75efcc3aec0126e6
RANDOM SEED=1963121699

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32118216 kB
Buffers:        197136 kB
Cached:         418464 kB
SwapCached:      10420 kB
Active:         339516 kB
Inactive:       296272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32118216 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:       17448 kB
Mapped:          12476 kB
Slab:           132384 kB
PageTables:       4524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74168 MiB
End job on node133 at 2011-06-09 23:49:12