Trace number 3313462

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? (TO) 4800.31 1208.15

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	10:48 INFO : Reading from input HOME/instance-3313462-1304075448.cnf
1.13/0.96	Executor set job limit to 1000000
1.13/0.96	Executor set job limit to 1000000
1.13/0.96	Executor set job limit to 1000000
1.13/0.96	Executor set job limit to 1000000
1.13/0.96	Starting Executor!
1.13/0.96	Starting Executor!
1.13/0.96	Starting Executor!
1.13/0.96	Starting Executor!
7.91/5.65	10:54 INFO : 51270 variables remaining out of 75103
7.91/5.65	10:54 INFO : 2565637 literals remaining out of 750384

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313462-1304075448/watcher-3313462-1304075448 -o /tmp/evaluation-result-3313462-1304075448/solver-3313462-1304075448 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313462-1304075448.cnf 

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.86 7.83 7.94 2/194 15066
/proc/meminfo: memFree=26295800/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 1491 0 0 0 0 0 0 0 22 0 2 0 519144501 31272960 955 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 7635 957 736 9 0 386 0
[pid=15066/tid=15067] ppid=15064 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) S 15064 15066 12570 0 -1 4202560 141 0 0 0 0 0 0 0 24 0 2 0 519144501 31268864 960 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208075308679 0 2147483391 0 16784584 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.079036 s]
/proc/loadavg: 6.86 7.83 7.94 2/194 15066
/proc/meminfo: memFree=26295800/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15676052 CPUtime=0.07 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 5080 0 1 0 7 0 0 0 22 0 18 0 519144501 16052277248 4521 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3919013 4524 2082 9 0 3909732 0
[pid=15066/tid=15067] ppid=15064 vsize=15676052 CPUtime=0.06 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 3157 0 1 0 6 0 0 0 25 0 18 0 519144501 16052277248 4524 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15676052

[startup+0.101028 s]
/proc/loadavg: 6.86 7.83 7.94 2/194 15066
/proc/meminfo: memFree=26295800/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15676444 CPUtime=0.11 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 5610 0 1 0 10 1 0 0 22 0 18 0 519144501 16052678656 5051 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3919111 5051 2117 9 0 3909830 0
[pid=15066/tid=15067] ppid=15064 vsize=15676444 CPUtime=0.08 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 3503 0 1 0 8 0 0 0 25 0 18 0 519144501 16052678656 5051 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676444

[startup+0.300995 s]
/proc/loadavg: 6.86 7.83 7.94 2/194 15066
/proc/meminfo: memFree=26295800/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15680220 CPUtime=0.51 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 16286 0 1 0 49 2 0 0 22 0 18 0 519144501 16056545280 14606 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3920055 14612 2206 9 0 3910774 0
[pid=15066/tid=15067] ppid=15064 vsize=15680220 CPUtime=0.28 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 11052 0 1 0 27 1 0 0 25 0 18 0 519144501 16056545280 14616 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505638048 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680220

[startup+0.700921 s]
/proc/loadavg: 6.86 7.83 7.94 2/194 15066
/proc/meminfo: memFree=26295800/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15680220 CPUtime=0.92 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 42037 0 1 0 88 4 0 0 22 0 18 0 519144501 16056545280 40354 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3920055 40354 2222 9 0 3910774 0
[pid=15066/tid=15067] ppid=15064 vsize=15680220 CPUtime=0.68 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 35529 0 1 0 65 3 0 0 25 0 18 0 519144501 16056545280 40354 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505638754 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680220

[startup+1.50077 s]
/proc/loadavg: 6.86 7.83 7.94 10/220 15092
/proc/meminfo: memFree=26003884/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15687264 CPUtime=2.27 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 53797 0 1 0 221 6 0 0 22 0 22 0 519144501 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3921816 48897 2263 9 0 3912535 0
[pid=15066/tid=15067] ppid=15064 vsize=15687264 CPUtime=1.47 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 35641 0 1 0 144 3 0 0 25 0 22 0 519144501 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 47753899013015 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15066/tid=15069] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15069/stat : 15069 (java) S 15064 15066 12570 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15070] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15070/stat : 15070 (java) S 15064 15066 12570 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15071] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 719 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 345 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 635 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 409 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 22 0 519144502 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15077] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15077/stat : 15077 (java) S 15064 15066 12570 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 519144503 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 0 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15078] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15078/stat : 15078 (java) S 15064 15066 12570 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519144503 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15079] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15079/stat : 15079 (java) S 15064 15066 12570 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519144503 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15080] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15080/stat : 15080 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092055985 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15081] ppid=15064 vsize=15687264 CPUtime=0.53 cores=1,3,5,7
/proc/15066/task/15081/stat : 15081 (java) R 15064 15066 12570 0 -1 4202560 12816 0 0 0 52 1 0 0 18 0 22 0 519144505 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 47753899845027 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15066/tid=15082] ppid=15064 vsize=15687264 CPUtime=0.22 cores=1,3,5,7
/proc/15066/task/15082/stat : 15082 (java) S 15064 15066 12570 0 -1 4202560 1607 0 0 0 22 0 0 0 18 0 22 0 519144505 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15083] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15083/stat : 15083 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15084] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15084/stat : 15084 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519144505 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15089] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15089/stat : 15089 (java) S 15064 15066 12570 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 519144597 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) S 15064 15066 12570 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 519144597 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15091] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15091/stat : 15091 (java) S 15064 15066 12570 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 519144597 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15092] ppid=15064 vsize=15687264 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15092/stat : 15092 (java) S 15064 15066 12570 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 519144597 16063758336 48897 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 15687264

[startup+3.10146 s]
/proc/loadavg: 6.86 7.83 7.94 10/220 15092
/proc/meminfo: memFree=25881496/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15690308 CPUtime=4.97 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 68189 0 1 0 489 8 0 0 22 0 22 0 519144501 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3922577 58474 2264 9 0 3913296 0
[pid=15066/tid=15067] ppid=15064 vsize=15690308 CPUtime=3.05 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) R 15064 15066 12570 0 -1 4202560 35659 0 1 0 302 3 0 0 25 0 22 0 519144501 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506174838 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15066/tid=15069] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15069/stat : 15069 (java) S 15064 15066 12570 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15070] ppid=15064 vsize=15690308 CPUtime=0.01 cores=1,3,5,7
/proc/15066/task/15070/stat : 15070 (java) S 15064 15066 12570 0 -1 4202560 1585 0 0 0 1 0 0 0 16 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15071] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 1284 0 0 0 0 0 0 0 15 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15690308 CPUtime=0.02 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 2047 0 0 0 2 0 0 0 16 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15690308 CPUtime=0.02 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 3074 0 0 0 2 0 0 0 16 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15690308 CPUtime=0.01 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 1281 0 0 0 1 0 0 0 16 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 22 0 519144502 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15077] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15077/stat : 15077 (java) S 15064 15066 12570 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 519144503 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 0 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15078] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15078/stat : 15078 (java) S 15064 15066 12570 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15079] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15079/stat : 15079 (java) S 15064 15066 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15080] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15080/stat : 15080 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092055985 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15081] ppid=15064 vsize=15690308 CPUtime=1.16 cores=1,3,5,7
/proc/15066/task/15081/stat : 15081 (java) S 15064 15066 12570 0 -1 4202560 17775 0 0 0 114 2 0 0 15 0 22 0 519144505 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15082] ppid=15064 vsize=15690308 CPUtime=0.63 cores=1,3,5,7
/proc/15066/task/15082/stat : 15082 (java) S 15064 15066 12570 0 -1 4202560 3188 0 0 0 63 0 0 0 15 0 22 0 519144505 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15083] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15083/stat : 15083 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15084] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15084/stat : 15084 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519144505 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15089] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15089/stat : 15089 (java) S 15064 15066 12570 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519144597 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) S 15064 15066 12570 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 519144597 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15091] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15091/stat : 15091 (java) S 15064 15066 12570 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519144597 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15092] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15092/stat : 15092 (java) S 15064 15066 12570 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519144597 16066875392 58474 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15690308

[startup+6.30086 s]
/proc/loadavg: 6.79 7.80 7.93 6/220 15092
/proc/meminfo: memFree=24931556/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15690308 CPUtime=9.35 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 106490 0 1 0 921 14 0 0 22 0 22 0 519144501 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3922577 96638 2285 9 0 3913296 0
[pid=15066/tid=15067] ppid=15064 vsize=15690308 CPUtime=5.6 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) S 15064 15066 12570 0 -1 4202560 35704 0 1 0 557 3 0 0 25 0 22 0 519144501 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15069] ppid=15064 vsize=15690308 CPUtime=0.03 cores=1,3,5,7
/proc/15066/task/15069/stat : 15069 (java) S 15064 15066 12570 0 -1 4202560 6489 0 0 0 3 0 0 0 16 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15070] ppid=15064 vsize=15690308 CPUtime=0.05 cores=1,3,5,7
/proc/15066/task/15070/stat : 15070 (java) S 15064 15066 12570 0 -1 4202560 6457 0 0 0 4 1 0 0 16 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15071] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 1284 0 0 0 0 0 0 0 15 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15690308 CPUtime=0.01 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 4692 0 0 0 1 0 0 0 15 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15690308 CPUtime=0.06 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 11328 0 0 0 5 1 0 0 16 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15690308 CPUtime=0.07 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 13244 0 0 0 5 2 0 0 16 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15690308 CPUtime=0.01 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 1281 0 0 0 1 0 0 0 15 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15690308 CPUtime=0.01 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 3368 0 0 0 1 0 0 0 15 0 22 0 519144502 16066875392 96638 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0

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

/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 131338 0 0 0 160 22 0 0 16 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15690308 CPUtime=2.36 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 176812 0 0 0 209 27 0 0 16 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15690308 CPUtime=2.29 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 191508 0 0 0 198 31 0 0 15 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15690308 CPUtime=2.1 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 178654 0 0 0 182 28 0 0 16 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15690308 CPUtime=2 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 155126 0 0 0 174 26 0 0 15 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15690308 CPUtime=1.65 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 131994 0 0 0 146 19 0 0 16 0 22 0 519144502 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15077] ppid=15064 vsize=15690308 CPUtime=0.92 cores=1,3,5,7
/proc/15066/task/15077/stat : 15077 (java) S 15064 15066 12570 0 -1 4202560 20291 0 0 0 86 6 0 0 15 0 22 0 519144503 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 0 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15078] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15078/stat : 15078 (java) S 15064 15066 12570 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15079] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15079/stat : 15079 (java) S 15064 15066 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15080] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15080/stat : 15080 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092055985 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15081] ppid=15064 vsize=15690308 CPUtime=1.88 cores=1,3,5,7
/proc/15066/task/15081/stat : 15081 (java) S 15064 15066 12570 0 -1 4202560 17834 0 0 0 186 2 0 0 15 0 22 0 519144505 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15082] ppid=15064 vsize=15690308 CPUtime=1.27 cores=1,3,5,7
/proc/15066/task/15082/stat : 15082 (java) S 15064 15066 12570 0 -1 4202560 3259 0 0 0 127 0 0 0 15 0 22 0 519144505 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15083] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15083/stat : 15083 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15084] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15084/stat : 15084 (java) S 15064 15066 12570 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 519144505 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15089] ppid=15064 vsize=15690308 CPUtime=1107.87 cores=1,3,5,7
/proc/15066/task/15089/stat : 15089 (java) R 15064 15066 12570 0 -1 4202560 69453 0 0 0 110781 6 0 0 25 0 22 0 519144597 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505843193 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=15690308 CPUtime=1107.22 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) R 15064 15066 12570 0 -1 4202560 58277 0 0 0 110716 6 0 0 25 0 22 0 519144597 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506092531 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15066/tid=15091] ppid=15064 vsize=15690308 CPUtime=1106.65 cores=1,3,5,7
/proc/15066/task/15091/stat : 15091 (java) R 15064 15066 12570 0 -1 4202560 89076 0 0 0 110656 9 0 0 25 0 22 0 519144597 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506530077 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15066/tid=15092] ppid=15064 vsize=15690308 CPUtime=1109.81 cores=1,3,5,7
/proc/15066/task/15092/stat : 15092 (java) R 15064 15066 12570 0 -1 4202560 65379 0 0 0 110975 6 0 0 25 0 22 0 519144597 16066875392 1422881 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506112429 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4458.14
Current children cumulated vsize (KiB) 15690308

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 8.02 9/220 15124
/proc/meminfo: memFree=19456284/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15690308 CPUtime=4697.79 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 1879514 0 1 0 469497 282 0 0 22 0 22 0 519144501 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3922577 1581653 2297 9 0 3913296 0
[pid=15066/tid=15067] ppid=15064 vsize=15690308 CPUtime=5.6 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) S 15064 15066 12570 0 -1 4202560 35704 0 1 0 557 3 0 0 25 0 22 0 519144501 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15069] ppid=15064 vsize=15690308 CPUtime=2.6 cores=1,3,5,7
/proc/15066/task/15069/stat : 15069 (java) S 15064 15066 12570 0 -1 4202560 250686 0 0 0 221 39 0 0 15 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15070] ppid=15064 vsize=15690308 CPUtime=2.03 cores=1,3,5,7
/proc/15066/task/15070/stat : 15070 (java) S 15064 15066 12570 0 -1 4202560 162767 0 0 0 178 25 0 0 15 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15071] ppid=15064 vsize=15690308 CPUtime=1.9 cores=1,3,5,7
/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 144819 0 0 0 166 24 0 0 15 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15690308 CPUtime=2.44 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 188517 0 0 0 215 29 0 0 16 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15690308 CPUtime=2.32 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 198116 0 0 0 200 32 0 0 15 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15690308 CPUtime=2.14 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 181796 0 0 0 185 29 0 0 16 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15690308 CPUtime=2.05 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 161952 0 0 0 178 27 0 0 16 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15690308 CPUtime=1.71 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 139872 0 0 0 151 20 0 0 16 0 22 0 519144502 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15077] ppid=15064 vsize=15690308 CPUtime=0.93 cores=1,3,5,7
/proc/15066/task/15077/stat : 15077 (java) S 15064 15066 12570 0 -1 4202560 20551 0 0 0 87 6 0 0 15 0 22 0 519144503 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 0 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15078] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15078/stat : 15078 (java) S 15064 15066 12570 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15079] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15079/stat : 15079 (java) S 15064 15066 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15080] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15080/stat : 15080 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092055985 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15081] ppid=15064 vsize=15690308 CPUtime=1.88 cores=1,3,5,7
/proc/15066/task/15081/stat : 15081 (java) S 15064 15066 12570 0 -1 4202560 17834 0 0 0 186 2 0 0 15 0 22 0 519144505 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15082] ppid=15064 vsize=15690308 CPUtime=1.27 cores=1,3,5,7
/proc/15066/task/15082/stat : 15082 (java) S 15064 15066 12570 0 -1 4202560 3259 0 0 0 127 0 0 0 15 0 22 0 519144505 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15083] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15083/stat : 15083 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15084] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15084/stat : 15084 (java) S 15064 15066 12570 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519144505 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15089] ppid=15064 vsize=15690308 CPUtime=1167.75 cores=1,3,5,7
/proc/15066/task/15089/stat : 15089 (java) R 15064 15066 12570 0 -1 4202560 97833 0 0 0 116766 9 0 0 25 0 22 0 519144597 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506497616 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=15690308 CPUtime=1167.11 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) R 15064 15066 12570 0 -1 4202560 73410 0 0 0 116702 9 0 0 25 0 22 0 519144597 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506405575 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15066/tid=15091] ppid=15064 vsize=15690308 CPUtime=1166.54 cores=1,3,5,7
/proc/15066/task/15091/stat : 15091 (java) R 15064 15066 12570 0 -1 4202560 112768 0 0 0 116642 12 0 0 25 0 22 0 519144597 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505884659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15066/tid=15092] ppid=15064 vsize=15690308 CPUtime=1169.36 cores=1,3,5,7
/proc/15066/task/15092/stat : 15092 (java) R 15064 15066 12570 0 -1 4202560 88178 0 0 0 116928 8 0 0 25 0 22 0 519144597 16066875392 1581653 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 47753902811211 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4697.79
Current children cumulated vsize (KiB) 15690308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.9 s]
/proc/loadavg: 8.02 8.06 8.01 5/197 15127
/proc/meminfo: memFree=19949456/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=15690308 CPUtime=4800.04 cores=1,3,5,7
/proc/15066/stat : 15066 (java) S 15064 15066 12570 0 -1 4202496 1886124 0 1 0 479722 282 0 0 22 0 22 0 519144501 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 3922577 1587873 2297 9 0 3913296 0
[pid=15066/tid=15067] ppid=15064 vsize=15690308 CPUtime=5.6 cores=1,3,5,7
/proc/15066/task/15067/stat : 15067 (java) S 15064 15066 12570 0 -1 4202560 35704 0 1 0 557 3 0 0 25 0 22 0 519144501 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15069] ppid=15064 vsize=15690308 CPUtime=2.62 cores=1,3,5,7
/proc/15066/task/15069/stat : 15069 (java) S 15064 15066 12570 0 -1 4202560 250981 0 0 0 223 39 0 0 15 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15070] ppid=15064 vsize=15690308 CPUtime=2.06 cores=1,3,5,7
/proc/15066/task/15070/stat : 15070 (java) S 15064 15066 12570 0 -1 4202560 163191 0 0 0 181 25 0 0 16 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15071] ppid=15064 vsize=15690308 CPUtime=1.92 cores=1,3,5,7
/proc/15066/task/15071/stat : 15071 (java) S 15064 15066 12570 0 -1 4202560 144819 0 0 0 168 24 0 0 15 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15072] ppid=15064 vsize=15690308 CPUtime=2.47 cores=1,3,5,7
/proc/15066/task/15072/stat : 15072 (java) S 15064 15066 12570 0 -1 4202560 188534 0 0 0 218 29 0 0 16 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15073] ppid=15064 vsize=15690308 CPUtime=2.34 cores=1,3,5,7
/proc/15066/task/15073/stat : 15073 (java) S 15064 15066 12570 0 -1 4202560 198256 0 0 0 202 32 0 0 15 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 7 0 0 0
[pid=15066/tid=15074] ppid=15064 vsize=15690308 CPUtime=2.16 cores=1,3,5,7
/proc/15066/task/15074/stat : 15074 (java) S 15064 15066 12570 0 -1 4202560 181797 0 0 0 187 29 0 0 16 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15075] ppid=15064 vsize=15690308 CPUtime=2.06 cores=1,3,5,7
/proc/15066/task/15075/stat : 15075 (java) S 15064 15066 12570 0 -1 4202560 161952 0 0 0 179 27 0 0 15 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15076] ppid=15064 vsize=15690308 CPUtime=1.74 cores=1,3,5,7
/proc/15066/task/15076/stat : 15076 (java) S 15064 15066 12570 0 -1 4202560 140730 0 0 0 154 20 0 0 16 0 22 0 519144502 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15077] ppid=15064 vsize=15690308 CPUtime=0.93 cores=1,3,5,7
/proc/15066/task/15077/stat : 15077 (java) S 15064 15066 12570 0 -1 4202560 20553 0 0 0 87 6 0 0 15 0 22 0 519144503 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 0 0 16800975 18446604464660050304 0 0 -1 3 0 0 0
[pid=15066/tid=15078] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15078/stat : 15078 (java) S 15064 15066 12570 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15079] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15079/stat : 15079 (java) S 15064 15066 12570 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519144503 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15080] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15080/stat : 15080 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092055985 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15081] ppid=15064 vsize=15690308 CPUtime=1.88 cores=1,3,5,7
/proc/15066/task/15081/stat : 15081 (java) S 15064 15066 12570 0 -1 4202560 17834 0 0 0 186 2 0 0 15 0 22 0 519144505 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15082] ppid=15064 vsize=15690308 CPUtime=1.27 cores=1,3,5,7
/proc/15066/task/15082/stat : 15082 (java) S 15064 15066 12570 0 -1 4202560 3259 0 0 0 127 0 0 0 15 0 22 0 519144505 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15083] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15083/stat : 15083 (java) S 15064 15066 12570 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519144505 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048281 0 4 0 16800975 18446604464660050304 0 0 -1 5 0 0 0
[pid=15066/tid=15084] ppid=15064 vsize=15690308 CPUtime=0 cores=1,3,5,7
/proc/15066/task/15084/stat : 15084 (java) S 15064 15066 12570 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519144505 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 208092048896 0 4 0 16800975 18446604464660050304 0 0 -1 1 0 0 0
[pid=15066/tid=15089] ppid=15064 vsize=15690308 CPUtime=1193.31 cores=1,3,5,7
/proc/15066/task/15089/stat : 15089 (java) R 15064 15066 12570 0 -1 4202560 99787 0 0 0 119322 9 0 0 25 0 22 0 519144597 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506092376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=15690308 CPUtime=1192.66 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) R 15064 15066 12570 0 -1 4202560 75680 0 0 0 119257 9 0 0 25 0 22 0 519144597 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506196076 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15066/tid=15091] ppid=15064 vsize=15690308 CPUtime=1192.09 cores=1,3,5,7
/proc/15066/task/15091/stat : 15091 (java) R 15064 15066 12570 0 -1 4202560 113413 0 0 0 119197 12 0 0 25 0 22 0 519144597 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912505884975 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15066/tid=15092] ppid=15064 vsize=15690308 CPUtime=1194.76 cores=1,3,5,7
/proc/15066/task/15092/stat : 15092 (java) R 15064 15066 12570 0 -1 4202560 88180 0 0 0 119468 8 0 0 25 0 22 0 519144597 16066875392 1587873 33554432000 1073741824 1073778376 140733580006208 18446744073709551615 46912506174608 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15690308

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

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

[startup+1208.01 s]
/proc/loadavg: 8.02 8.06 8.01 5/197 15127
/proc/meminfo: memFree=19949456/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=0 CPUtime=4800.17 cores=1,3,5,7
/proc/15066/stat : 15066 (java) Z 15064 15066 12570 0 -1 4203548 1886149 0 1 0 479725 292 0 0 17 0 2 0 519144501 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 0 0 0 0 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=0 CPUtime=1192.77 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) R 15064 15066 12570 0 -1 4203588 75680 0 0 0 119258 19 0 0 25 0 2 0 519144597 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 0

[startup+1208.1 s]
/proc/loadavg: 8.02 8.06 8.01 5/197 15127
/proc/meminfo: memFree=19949456/32950928 swapFree=67111364/67111528
[pid=15066] ppid=15064 vsize=0 CPUtime=4800.26 cores=1,3,5,7
/proc/15066/stat : 15066 (java) Z 15064 15066 12570 0 -1 4203548 1886149 0 1 0 479725 301 0 0 17 0 2 0 519144501 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15066/statm: 0 0 0 0 0 0 0
[pid=15066/tid=15090] ppid=15064 vsize=0 CPUtime=1192.85 cores=1,3,5,7
/proc/15066/task/15090/stat : 15090 (java) R 15064 15066 12570 0 -1 4203588 75680 0 0 0 119258 27 0 0 25 0 2 0 519144597 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1208.15
CPU time (s): 4800.31
CPU user time (s): 4797.25
CPU system time (s): 3.05753
CPU usage (%): 397.329
Max. virtual memory (cumulated for all children) (KiB): 15690308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 3.05754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1886149
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= 33761
involuntary context switches= 63609

runsolver used 2.05069 second user time and 4.5773 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 13:10:48
IDJOB=3313462
IDBENCH=70781
IDSOLVER=1699
FILE ID=node127/3313462-1304075448
RUNJOBID= node127-1304075448-15030
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313462-1304075448/watcher-3313462-1304075448 -o /tmp/evaluation-result-3313462-1304075448/solver-3313462-1304075448 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313462-1304075448.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=842575246

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26296080 kB
Buffers:       1391912 kB
Cached:        4710440 kB
SwapCached:          0 kB
Active:        1774484 kB
Inactive:      4405608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26296080 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7152 kB
Writeback:           0 kB
AnonPages:       77340 kB
Mapped:          22544 kB
Slab:           410636 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   779860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71816 MiB
End job on node127 at 2011-04-29 13:30:58