Trace number 3312770

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.43 1207.83

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.10/0.11	22:53 INFO : Reading from input HOME/instance-3312770-1304133772.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.81/0.42	22:53 INFO : 125 variables remaining out of 125
0.81/0.42	22:53 INFO : 15972 literals remaining out of 15972

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-3312770-1304133772/watcher-3312770-1304133772 -o /tmp/evaluation-result-3312770-1304133772/solver-3312770-1304133772 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312770-1304133772.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: 4.57 4.63 5.98 5/198 1530
/proc/meminfo: memFree=29812584/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 658 0 0 0 0 0 0 0 25 0 1 0 524973935 9318400 148 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500689920 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/1530/statm: 2275 148 118 9 0 67 0
[pid=1530/tid=1531] ppid=1528 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 524973936 27824128 894 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0313931 s]
/proc/loadavg: 4.57 4.63 5.98 5/198 1530
/proc/meminfo: memFree=29812584/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15669652 CPUtime=0.02 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 3615 0 1 0 2 0 0 0 25 0 13 0 524973935 16045723648 3055 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3917413 3058 1671 9 0 3908161 0
[pid=1530/tid=1531] ppid=1528 vsize=15669652 CPUtime=0.02 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) R 1528 1530 32493 0 -1 4202560 2227 0 1 0 2 0 0 0 25 0 13 0 524973936 16045723648 3058 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 47226827785752 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669652

[startup+0.100374 s]
/proc/loadavg: 4.57 4.63 5.98 5/198 1530
/proc/meminfo: memFree=29812584/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15741700 CPUtime=0.1 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 5604 0 1 0 9 1 0 0 25 0 18 0 524973935 16119500800 5018 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3935425 5020 2117 9 0 3926144 0
[pid=1530/tid=1531] ppid=1528 vsize=15741700 CPUtime=0.08 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) R 1528 1530 32493 0 -1 4202560 3447 0 1 0 7 1 0 0 25 0 18 0 524973936 16119500800 5020 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 47226827785752 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741700

[startup+0.305318 s]
/proc/loadavg: 4.57 4.63 5.98 5/198 1530
/proc/meminfo: memFree=29812584/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15748304 CPUtime=0.55 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 12450 0 1 0 52 3 0 0 25 0 22 0 524973935 16126263296 10685 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3937076 10687 2215 9 0 3927795 0
[pid=1530/tid=1531] ppid=1528 vsize=15748304 CPUtime=0.29 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) R 1528 1530 32493 0 -1 4202560 7175 0 1 0 27 2 0 0 25 0 22 0 524973936 16126263296 10687 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512518603 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15748304

[startup+0.700188 s]
/proc/loadavg: 4.57 4.63 5.98 5/198 1530
/proc/meminfo: memFree=29812584/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15757524 CPUtime=1.86 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 30593 0 1 0 180 6 0 0 25 0 22 0 524973935 16135704576 23718 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3939381 23718 2255 9 0 3930100 0
[pid=1530/tid=1531] ppid=1528 vsize=15757524 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16135704576 23718 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 15757524

[startup+1.50102 s]
/proc/loadavg: 4.57 4.63 5.98 11/220 1553
/proc/meminfo: memFree=29693588/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=5.05 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 60709 0 1 0 496 9 0 0 25 0 22 0 524973935 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 50131 2278 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1528 1530 32493 0 -1 4202560 319 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 804 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1528 1530 32493 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 843 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1528 1530 32493 0 -1 4202560 506 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1528 1530 32493 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1541] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1528 1530 32493 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 524973937 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 0 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1542] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1528 1530 32493 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1543] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1528 1530 32493 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1544] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512515505 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1545] ppid=1528 vsize=15754888 CPUtime=0.77 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1528 1530 32493 0 -1 4202560 7883 0 0 0 76 1 0 0 24 0 22 0 524973940 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1546] ppid=1528 vsize=15754888 CPUtime=1.15 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) S 1528 1530 32493 0 -1 4202560 13126 0 0 0 114 1 0 0 17 0 22 0 524973940 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1547] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1547/stat : 1547 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1548] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1548/stat : 1548 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524973940 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1550] ppid=1528 vsize=15754888 CPUtime=0.51 cores=1,3,5,7
/proc/1530/task/1550/stat : 1550 (java) R 1528 1530 32493 0 -1 4202560 5874 0 0 0 51 0 0 0 23 0 22 0 524973963 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505758298 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=0.49 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) R 1528 1530 32493 0 -1 4202560 5594 0 0 0 49 0 0 0 25 0 22 0 524973963 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505813289 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=0.6 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) R 1528 1530 32493 0 -1 4202560 6378 0 0 0 60 0 0 0 24 0 22 0 524973964 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505758013 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=1.04 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) R 1528 1530 32493 0 -1 4202560 10094 0 0 0 103 1 0 0 25 0 22 0 524973964 16133005312 50131 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 15754888

[startup+3.10071 s]
/proc/loadavg: 4.85 4.69 5.99 9/220 1553
/proc/meminfo: memFree=29638904/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=11.4 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 93402 0 1 0 1126 14 0 0 25 0 22 0 524973935 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 82536 2285 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1528 1530 32493 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1528 1530 32493 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1528 1530 32493 0 -1 4202560 1298 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 1284 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1528 1530 32493 0 -1 4202560 495 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 886 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1528 1530 32493 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1528 1530 32493 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1541] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1528 1530 32493 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 524973937 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 0 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1542] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1528 1530 32493 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1543] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1528 1530 32493 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1544] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512515505 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1545] ppid=1528 vsize=15754888 CPUtime=0.83 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1528 1530 32493 0 -1 4202560 7894 0 0 0 82 1 0 0 16 0 22 0 524973940 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1546] ppid=1528 vsize=15754888 CPUtime=1.25 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) S 1528 1530 32493 0 -1 4202560 13148 0 0 0 123 2 0 0 16 0 22 0 524973940 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1547] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1547/stat : 1547 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1548] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1548/stat : 1548 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524973940 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1550] ppid=1528 vsize=15754888 CPUtime=2.06 cores=1,3,5,7
/proc/1530/task/1550/stat : 1550 (java) R 1528 1530 32493 0 -1 4202560 13154 0 0 0 205 1 0 0 25 0 22 0 524973963 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912506194533 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=2.03 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) R 1528 1530 32493 0 -1 4202560 13308 0 0 0 203 0 0 0 25 0 22 0 524973963 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505925857 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=2.14 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) R 1528 1530 32493 0 -1 4202560 13690 0 0 0 213 1 0 0 25 0 22 0 524973964 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912506066960 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=2.55 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) R 1528 1530 32493 0 -1 4202560 17168 0 0 0 253 2 0 0 25 0 22 0 524973964 16133005312 82536 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505784981 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 15754888

[startup+6.30107 s]
/proc/loadavg: 4.85 4.69 5.99 9/220 1553
/proc/meminfo: memFree=29554384/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=24.14 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 96361 0 1 0 2400 14 0 0 25 0 22 0 524973935 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 81628 2288 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1528 1530 32493 0 -1 4202560 856 0 0 0 0 0 0 0 16 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1528 1530 32493 0 -1 4202560 423 0 0 0 0 0 0 0 16 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1528 1530 32493 0 -1 4202560 1630 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 1402 0 0 0 1 0 0 0 16 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1528 1530 32493 0 -1 4202560 945 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 1388 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1528 1530 32493 0 -1 4202560 1319 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1528 1530 32493 0 -1 4202560 882 0 0 0 0 0 0 0 15 0 22 0 524973936 16133005312 81628 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0

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

[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=1048.26 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) R 1528 1530 32493 0 -1 4202560 142055 0 0 0 104799 27 0 0 25 0 22 0 524973963 16133005312 87935 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505757678 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=1048.29 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) R 1528 1530 32493 0 -1 4202560 142374 0 0 0 104798 31 0 0 25 0 22 0 524973964 16133005312 87935 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505809461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=1049 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) R 1528 1530 32493 0 -1 4202560 147119 0 0 0 104874 26 0 0 25 0 22 0 524973964 16133005312 87935 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4222.16
Current children cumulated vsize (KiB) 15754888

[startup+1122.3 s]
/proc/loadavg: 7.94 7.95 7.41 9/220 1582
/proc/meminfo: memFree=30041920/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=4460.54 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 1121841 0 1 0 445736 318 0 0 25 0 22 0 524973935 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 71975 2298 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=3.01 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1528 1530 32493 0 -1 4202560 61402 0 0 0 286 15 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=2.96 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1528 1530 32493 0 -1 4202560 61524 0 0 0 280 16 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=3.02 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1528 1530 32493 0 -1 4202560 62097 0 0 0 285 17 0 0 16 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=3.06 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 62414 0 0 0 290 16 0 0 16 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=3.02 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1528 1530 32493 0 -1 4202560 59515 0 0 0 287 15 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=3.02 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 63794 0 0 0 285 17 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=3.03 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1528 1530 32493 0 -1 4202560 62908 0 0 0 288 15 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=3.06 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1528 1530 32493 0 -1 4202560 61343 0 0 0 290 16 0 0 15 0 22 0 524973936 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1541] ppid=1528 vsize=15754888 CPUtime=2.38 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1528 1530 32493 0 -1 4202560 2842 0 0 0 184 54 0 0 15 0 22 0 524973937 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 0 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1542] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1528 1530 32493 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1543] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1528 1530 32493 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1544] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512515505 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1545] ppid=1528 vsize=15754888 CPUtime=0.92 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1528 1530 32493 0 -1 4202560 7913 0 0 0 91 1 0 0 15 0 22 0 524973940 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1546] ppid=1528 vsize=15754888 CPUtime=1.31 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) S 1528 1530 32493 0 -1 4202560 13156 0 0 0 129 2 0 0 16 0 22 0 524973940 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1547] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1547/stat : 1547 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1548] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1548/stat : 1548 (java) S 1528 1530 32493 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524973940 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1550] ppid=1528 vsize=15754888 CPUtime=1107.91 cores=1,3,5,7
/proc/1530/task/1550/stat : 1550 (java) R 1528 1530 32493 0 -1 4202560 147735 0 0 0 110758 33 0 0 25 0 22 0 524973963 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505759289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=1107.48 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) R 1528 1530 32493 0 -1 4202560 146817 0 0 0 110719 29 0 0 19 0 22 0 524973963 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505758013 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=1107.57 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) R 1528 1530 32493 0 -1 4202560 147230 0 0 0 110724 33 0 0 25 0 22 0 524973964 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 47226828544274 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=1108.23 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) R 1528 1530 32493 0 -1 4202560 152173 0 0 0 110795 28 0 0 18 0 22 0 524973964 16133005312 71975 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505809015 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4460.54
Current children cumulated vsize (KiB) 15754888

[startup+1182.3 s]
/proc/loadavg: 8.01 7.97 7.45 9/220 1584
/proc/meminfo: memFree=30052160/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=4699.01 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 1185344 0 1 0 469568 333 0 0 25 0 22 0 524973935 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 83025 2298 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=3.16 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1528 1530 32493 0 -1 4202560 64403 0 0 0 300 16 0 0 15 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=3.12 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1528 1530 32493 0 -1 4202560 64795 0 0 0 295 17 0 0 15 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=3.18 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1528 1530 32493 0 -1 4202560 64394 0 0 0 300 18 0 0 15 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=3.23 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 65414 0 0 0 306 17 0 0 15 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=3.17 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1528 1530 32493 0 -1 4202560 62176 0 0 0 302 15 0 0 16 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=3.16 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 66211 0 0 0 298 18 0 0 16 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=3.2 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1528 1530 32493 0 -1 4202560 65245 0 0 0 304 16 0 0 15 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=3.23 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1528 1530 32493 0 -1 4202560 64492 0 0 0 306 17 0 0 16 0 22 0 524973936 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1541] ppid=1528 vsize=15754888 CPUtime=2.51 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1528 1530 32493 0 -1 4202560 2987 0 0 0 194 57 0 0 15 0 22 0 524973937 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 0 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1542] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1528 1530 32493 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1543] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1528 1530 32493 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1544] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512515505 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1545] ppid=1528 vsize=15754888 CPUtime=0.92 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1528 1530 32493 0 -1 4202560 7913 0 0 0 91 1 0 0 15 0 22 0 524973940 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1546] ppid=1528 vsize=15754888 CPUtime=1.31 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) S 1528 1530 32493 0 -1 4202560 13156 0 0 0 129 2 0 0 16 0 22 0 524973940 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1547] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1547/stat : 1547 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1548] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1548/stat : 1548 (java) S 1528 1530 32493 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524973940 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1550] ppid=1528 vsize=15754888 CPUtime=1167.12 cores=1,3,5,7
/proc/1530/task/1550/stat : 1550 (java) R 1528 1530 32493 0 -1 4202560 157521 0 0 0 116677 35 0 0 25 0 22 0 524973963 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505757815 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=1166.75 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) R 1528 1530 32493 0 -1 4202560 156909 0 0 0 116644 31 0 0 25 0 22 0 524973963 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505853059 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=1166.88 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) R 1528 1530 32493 0 -1 4202560 157607 0 0 0 116653 35 0 0 25 0 22 0 524973964 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 46912505750582 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=1167.53 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) R 1528 1530 32493 0 -1 4202560 163141 0 0 0 116723 30 0 0 18 0 22 0 524973964 16133005312 83025 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 47226828544274 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4699.01
Current children cumulated vsize (KiB) 15754888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.81 s]
/proc/loadavg: 6.93 7.73 7.39 8/193 1605
/proc/meminfo: memFree=30516636/32950928 swapFree=67111464/67111528
[pid=1530] ppid=1528 vsize=15754888 CPUtime=4800.38 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1528 1530 32493 0 -1 4202496 1202353 0 1 0 479695 343 0 0 25 0 22 0 524973935 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1530/statm: 3938722 71921 2298 9 0 3929441 0
[pid=1530/tid=1531] ppid=1528 vsize=15754888 CPUtime=0.4 cores=1,3,5,7
/proc/1530/task/1531/stat : 1531 (java) S 1528 1530 32493 0 -1 4202560 7531 0 1 0 38 2 0 0 25 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1533] ppid=1528 vsize=15754888 CPUtime=3.22 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) R 1528 1530 32493 0 -1 4202560 64929 0 0 0 306 16 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1534] ppid=1528 vsize=15754888 CPUtime=3.18 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) R 1528 1530 32493 0 -1 4202560 65624 0 0 0 301 17 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1535] ppid=1528 vsize=15754888 CPUtime=3.25 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) R 1528 1530 32493 0 -1 4202560 65405 0 0 0 306 19 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1536] ppid=1528 vsize=15754888 CPUtime=3.31 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1528 1530 32493 0 -1 4202560 66160 0 0 0 314 17 0 0 16 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1537] ppid=1528 vsize=15754888 CPUtime=3.25 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) R 1528 1530 32493 0 -1 4202560 62864 0 0 0 310 15 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1538] ppid=1528 vsize=15754888 CPUtime=3.21 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1528 1530 32493 0 -1 4202560 66923 0 0 0 303 18 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1539] ppid=1528 vsize=15754888 CPUtime=3.25 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) R 1528 1530 32493 0 -1 4202560 66040 0 0 0 309 16 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1530/tid=1540] ppid=1528 vsize=15754888 CPUtime=3.3 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) R 1528 1530 32493 0 -1 4202560 65573 0 0 0 313 17 0 0 15 0 22 0 524973936 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1530/tid=1541] ppid=1528 vsize=15754888 CPUtime=2.57 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1528 1530 32493 0 -1 4202560 3038 0 0 0 198 59 0 0 15 0 22 0 524973937 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 0 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1542] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1528 1530 32493 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1543] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1528 1530 32493 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524973938 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1544] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512515505 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1545] ppid=1528 vsize=15754888 CPUtime=0.92 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1528 1530 32493 0 -1 4202560 7913 0 0 0 91 1 0 0 15 0 22 0 524973940 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1546] ppid=1528 vsize=15754888 CPUtime=1.31 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) S 1528 1530 32493 0 -1 4202560 13156 0 0 0 129 2 0 0 16 0 22 0 524973940 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
[pid=1530/tid=1547] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1547/stat : 1547 (java) S 1528 1530 32493 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524973940 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1548] ppid=1528 vsize=15754888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1548/stat : 1548 (java) R 1528 1530 32493 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 524973940 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512508416 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1530/tid=1550] ppid=1528 vsize=15754888 CPUtime=1192.24 cores=1,3,5,7
/proc/1530/task/1550/stat : 1550 (java) S 1528 1530 32493 0 -1 4202560 160208 0 0 0 119188 36 0 0 25 0 22 0 524973963 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 5 0 0 0
[pid=1530/tid=1551] ppid=1528 vsize=15754888 CPUtime=1191.97 cores=1,3,5,7
/proc/1530/task/1551/stat : 1551 (java) S 1528 1530 32493 0 -1 4202560 159603 0 0 0 119166 31 0 0 25 0 22 0 524973963 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 3 0 0 0
[pid=1530/tid=1552] ppid=1528 vsize=15754888 CPUtime=1192.08 cores=1,3,5,7
/proc/1530/task/1552/stat : 1552 (java) S 1528 1530 32493 0 -1 4202560 160198 0 0 0 119172 36 0 0 25 0 22 0 524973964 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 7 0 0 0
[pid=1530/tid=1553] ppid=1528 vsize=15754888 CPUtime=1192.75 cores=1,3,5,7
/proc/1530/task/1553/stat : 1553 (java) S 1528 1530 32493 0 -1 4202560 165737 0 0 0 119244 31 0 0 25 0 22 0 524973964 16133005312 71921 33554432000 1073741824 1073778376 140737201996144 18446744073709551615 254512507801 0 4 0 16800975 18446604471159088960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15754888

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.83
CPU time (s): 4800.43
CPU user time (s): 4796.98
CPU system time (s): 3.44848
CPU usage (%): 397.442
Max. virtual memory (cumulated for all children) (KiB): 15757536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.98
system time used= 3.44848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1202380
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= 327629
involuntary context switches= 173512

runsolver used 2.03269 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 05:22:53
IDJOB=3312770
IDBENCH=82955
IDSOLVER=1699
FILE ID=node149/3312770-1304133772
RUNJOBID= node149-1304133755-1441
PBS_JOBID= 13170772
Free space on /tmp= 73324 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312770-1304133772/watcher-3312770-1304133772 -o /tmp/evaluation-result-3312770-1304133772/solver-3312770-1304133772 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312770-1304133772.cnf

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=493877107

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      29812740 kB
Buffers:        482424 kB
Cached:        1231248 kB
SwapCached:         60 kB
Active:        1138300 kB
Inactive:      1621304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29812740 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4000 kB
Writeback:           0 kB
AnonPages:     1046100 kB
Mapped:          23572 kB
Slab:           312136 kB
PageTables:       6720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1571288 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= 73324 MiB
End job on node149 at 2011-04-30 05:43:02