Trace number 3313402

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) 2645.78 1302.53

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	04:44 INFO : Reading from input HOME/instance-3313402-1304075083.cnf
4.74/4.42	Executor set job limit to 1000000
4.74/4.42	Executor set job limit to 1000000
4.74/4.42	Executor set job limit to 1000000
4.74/4.42	Executor set job limit to 1000000
4.74/4.42	Starting Executor!
4.74/4.42	Starting Executor!
4.74/4.42	Starting Executor!
4.74/4.42	Starting Executor!
20.08/17.53	05:01 INFO : 423264 variables remaining out of 433601
20.08/17.53	05:01 INFO : 12338743 literals remaining out of 4305712

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

running on 4 cores: 0,2,4,6

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: 7.44 7.95 7.88 2/194 3010
/proc/meminfo: memFree=23448716/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/3010/stat : 3010 (java) R 3008 3010 2254 0 -1 4202496 1200 0 0 0 0 0 0 0 22 0 1 0 597739030 23580672 686 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260900431336 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3010/statm: 5757 686 512 9 0 124 0
[pid=3010/tid=3011] ppid=3008 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 133 0 0 0 0 0 0 0 24 0 2 0 597739030 31260672 954 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260905393920 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0558371 s]
/proc/loadavg: 7.44 7.95 7.88 2/194 3010
/proc/meminfo: memFree=23448716/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15675040 CPUtime=0.04 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 4211 0 1 0 4 0 0 0 22 0 18 0 597739030 16051240960 3650 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3918760 3650 1768 9 0 3909479 0
[pid=3010/tid=3011] ppid=3008 vsize=15675040 CPUtime=0.04 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 2794 0 1 0 4 0 0 0 25 0 18 0 597739030 16051240960 3651 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 47806486542355 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675040

[startup+0.100831 s]
/proc/loadavg: 7.44 7.95 7.88 2/194 3010
/proc/meminfo: memFree=23448716/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15676096 CPUtime=0.1 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 5617 0 1 0 9 1 0 0 22 0 18 0 597739030 16052322304 5033 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3919024 5033 2117 9 0 3909743 0
[pid=3010/tid=3011] ppid=3008 vsize=15676096 CPUtime=0.08 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 3479 0 1 0 8 0 0 0 25 0 18 0 597739030 16052322304 5033 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 47806486717274 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676096

[startup+0.300795 s]
/proc/loadavg: 7.44 7.95 7.88 2/194 3010
/proc/meminfo: memFree=23448716/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15681988 CPUtime=0.51 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 16119 0 1 0 49 2 0 0 22 0 18 0 597739030 16058355712 14287 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3920497 14287 2206 9 0 3911216 0
[pid=3010/tid=3011] ppid=3008 vsize=15681988 CPUtime=0.27 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 10923 0 1 0 26 1 0 0 25 0 18 0 597739030 16058355712 14287 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 46912505642951 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681988

[startup+0.700832 s]
/proc/loadavg: 7.44 7.95 7.88 2/194 3010
/proc/meminfo: memFree=23448716/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15681988 CPUtime=0.93 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 42649 0 1 0 89 4 0 0 22 0 18 0 597739030 16058355712 40815 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3920497 40815 2222 9 0 3911216 0
[pid=3010/tid=3011] ppid=3008 vsize=15681988 CPUtime=0.67 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 35491 0 1 0 64 3 0 0 25 0 18 0 597739030 16058355712 40815 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 46912505645011 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681988

[startup+1.5007 s]
/proc/loadavg: 7.44 7.95 7.88 4/216 3032
/proc/meminfo: memFree=23236004/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15681988 CPUtime=1.75 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 46111 0 1 0 170 5 0 0 22 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3920497 44260 2222 9 0 3911216 0
[pid=3010/tid=3011] ppid=3008 vsize=15681988 CPUtime=1.46 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 35497 0 1 0 143 3 0 0 25 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 46912505563334 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3010/tid=3013] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3008 3010 2254 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3014] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3008 3010 2254 0 -1 4202560 1607 0 0 0 0 0 0 0 16 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3015] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3008 3010 2254 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3016] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3008 3010 2254 0 -1 4202560 618 0 0 0 0 0 0 0 16 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3017] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 1948 0 0 0 0 0 0 0 16 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 366 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3008 3010 2254 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 597739031 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 0 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597739032 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597739032 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597739034 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15681988 CPUtime=0.14 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 2498 0 0 0 14 0 0 0 17 0 18 0 597739034 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15681988 CPUtime=0.08 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 1303 0 0 0 8 0 0 0 25 0 18 0 597739034 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597739034 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597739034 16058355712 44260 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15681988

[startup+3.10128 s]
/proc/loadavg: 7.08 7.87 7.86 3/216 3032
/proc/meminfo: memFree=23094024/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15681988 CPUtime=3.4 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 140292 0 1 0 322 18 0 0 22 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3920497 138324 2240 9 0 3911216 0
[pid=3010/tid=3011] ppid=3008 vsize=15681988 CPUtime=3.05 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 126338 0 1 0 289 16 0 0 25 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917220811 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3010/tid=3013] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3008 3010 2254 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3014] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3008 3010 2254 0 -1 4202560 2035 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3015] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3008 3010 2254 0 -1 4202560 700 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3016] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3008 3010 2254 0 -1 4202560 3194 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3017] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 1948 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 18 0 597739030 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3008 3010 2254 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 597739031 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 0 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597739032 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597739032 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597739034 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15681988 CPUtime=0.16 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 2516 0 0 0 16 0 0 0 15 0 18 0 597739034 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15681988 CPUtime=0.11 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 1439 0 0 0 11 0 0 0 16 0 18 0 597739034 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597739034 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597739034 16058355712 138324 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 15681988

[startup+6.30069 s]
/proc/loadavg: 7.08 7.87 7.86 7/220 3036
/proc/meminfo: memFree=22013020/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15689924 CPUtime=7.7 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 182336 0 1 0 746 24 0 0 22 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3922481 175223 2266 9 0 3913200 0
[pid=3010/tid=3011] ppid=3008 vsize=15689924 CPUtime=6.17 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) R 3008 3010 2254 0 -1 4202560 126449 0 1 0 601 16 0 0 21 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 46912505987808 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3010/tid=3013] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3008 3010 2254 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3014] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3008 3010 2254 0 -1 4202560 2035 0 0 0 0 0 0 0 15 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3015] ppid=3008 vsize=15689924 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3008 3010 2254 0 -1 4202560 4416 0 0 0 6 0 0 0 16 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3016] ppid=3008 vsize=15689924 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3008 3010 2254 0 -1 4202560 10910 0 0 0 6 1 0 0 16 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3017] ppid=3008 vsize=15689924 CPUtime=0.07 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 9468 0 0 0 6 1 0 0 16 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15689924 CPUtime=0.06 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 7017 0 0 0 6 0 0 0 16 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 1948 0 0 0 0 0 0 0 15 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15689924 CPUtime=0.01 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 367 0 0 0 1 0 0 0 15 0 22 0 597739030 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) S 3008 3010 2254 0 -1 4202560 511 0 0 0 0 0 0 0 15 0 22 0 597739031 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 0 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 597739032 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 597739032 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15689924 CPUtime=0.47 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 3665 0 0 0 47 0 0 0 16 0 22 0 597739034 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15689924 CPUtime=0.68 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 14012 0 0 0 66 2 0 0 15 0 22 0 597739034 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597739034 16066482176 175223 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0

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

/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 472464 0 0 0 1533 76 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15689924 CPUtime=15.29 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 370951 0 0 0 1472 57 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15689924 CPUtime=15.68 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 468906 0 0 0 1498 70 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15689924 CPUtime=15.94 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 393090 0 0 0 1534 60 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15689924 CPUtime=691.55 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) R 3008 3010 2254 0 -1 4202560 269872 0 0 0 69118 37 0 0 25 0 22 0 597739031 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 47806487002267 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 3804 0 0 0 143 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 14129 0 0 0 141 2 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3033] ppid=3008 vsize=15689924 CPUtime=414.74 cores=0,2,4,6
/proc/3010/task/3033/stat : 3033 (java) S 3008 3010 2254 0 -1 4202560 231 0 0 0 41473 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3034] ppid=3008 vsize=15689924 CPUtime=407.87 cores=0,2,4,6
/proc/3010/task/3034/stat : 3034 (java) S 3008 3010 2254 0 -1 4202560 311 0 0 0 40786 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3035] ppid=3008 vsize=15689924 CPUtime=440.03 cores=0,2,4,6
/proc/3010/task/3035/stat : 3035 (java) S 3008 3010 2254 0 -1 4202560 9937 0 0 0 44002 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3036] ppid=3008 vsize=15689924 CPUtime=425.27 cores=0,2,4,6
/proc/3010/task/3036/stat : 3036 (java) S 3008 3010 2254 0 -1 4202560 10133 0 0 0 42525 2 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2525.54
Current children cumulated vsize (KiB) 15689924

[startup+1242.3 s]
/proc/loadavg: 3.08 4.85 6.23 2/193 3091
/proc/meminfo: memFree=8244276/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15689924 CPUtime=2585.54 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 3885994 0 1 0 257946 608 0 0 22 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3922481 3835682 2294 9 0 3913200 0
[pid=3010/tid=3011] ppid=3008 vsize=15689924 CPUtime=16.88 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3008 3010 2254 0 -1 4202560 126506 0 1 0 1672 16 0 0 25 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3013] ppid=3008 vsize=15689924 CPUtime=15.48 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3008 3010 2254 0 -1 4202560 519809 0 0 0 1468 80 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3014] ppid=3008 vsize=15689924 CPUtime=15.8 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3008 3010 2254 0 -1 4202560 426396 0 0 0 1515 65 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3015] ppid=3008 vsize=15689924 CPUtime=15.81 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3008 3010 2254 0 -1 4202560 459523 0 0 0 1508 73 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3016] ppid=3008 vsize=15689924 CPUtime=16.1 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3008 3010 2254 0 -1 4202560 338373 0 0 0 1553 57 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3017] ppid=3008 vsize=15689924 CPUtime=16.09 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 472464 0 0 0 1533 76 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15689924 CPUtime=15.29 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 370951 0 0 0 1472 57 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15689924 CPUtime=15.68 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 468906 0 0 0 1498 70 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15689924 CPUtime=15.94 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 393090 0 0 0 1534 60 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15689924 CPUtime=751.55 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) R 3008 3010 2254 0 -1 4202560 269876 0 0 0 75117 38 0 0 25 0 22 0 597739031 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 47806488643047 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 3804 0 0 0 143 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 14129 0 0 0 141 2 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3033] ppid=3008 vsize=15689924 CPUtime=414.74 cores=0,2,4,6
/proc/3010/task/3033/stat : 3033 (java) S 3008 3010 2254 0 -1 4202560 245 0 0 0 41473 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3034] ppid=3008 vsize=15689924 CPUtime=407.87 cores=0,2,4,6
/proc/3010/task/3034/stat : 3034 (java) S 3008 3010 2254 0 -1 4202560 363 0 0 0 40786 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3035] ppid=3008 vsize=15689924 CPUtime=440.03 cores=0,2,4,6
/proc/3010/task/3035/stat : 3035 (java) S 3008 3010 2254 0 -1 4202560 9947 0 0 0 44002 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3036] ppid=3008 vsize=15689924 CPUtime=425.27 cores=0,2,4,6
/proc/3010/task/3036/stat : 3036 (java) S 3008 3010 2254 0 -1 4202560 10152 0 0 0 42525 2 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2585.54
Current children cumulated vsize (KiB) 15689924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 4.20 5.93 2/193 3093
/proc/meminfo: memFree=8244348/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=15689924 CPUtime=2643.26 cores=0,2,4,6
/proc/3010/stat : 3010 (java) S 3008 3010 2254 0 -1 4202496 3886099 0 1 0 263718 608 0 0 22 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 3922481 3835682 2294 9 0 3913200 0
[pid=3010/tid=3011] ppid=3008 vsize=15689924 CPUtime=16.88 cores=0,2,4,6
/proc/3010/task/3011/stat : 3011 (java) S 3008 3010 2254 0 -1 4202560 126506 0 1 0 1672 16 0 0 25 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3013] ppid=3008 vsize=15689924 CPUtime=15.48 cores=0,2,4,6
/proc/3010/task/3013/stat : 3013 (java) S 3008 3010 2254 0 -1 4202560 519809 0 0 0 1468 80 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3014] ppid=3008 vsize=15689924 CPUtime=15.8 cores=0,2,4,6
/proc/3010/task/3014/stat : 3014 (java) S 3008 3010 2254 0 -1 4202560 426396 0 0 0 1515 65 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3015] ppid=3008 vsize=15689924 CPUtime=15.81 cores=0,2,4,6
/proc/3010/task/3015/stat : 3015 (java) S 3008 3010 2254 0 -1 4202560 459523 0 0 0 1508 73 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3016] ppid=3008 vsize=15689924 CPUtime=16.1 cores=0,2,4,6
/proc/3010/task/3016/stat : 3016 (java) S 3008 3010 2254 0 -1 4202560 338373 0 0 0 1553 57 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3017] ppid=3008 vsize=15689924 CPUtime=16.09 cores=0,2,4,6
/proc/3010/task/3017/stat : 3017 (java) S 3008 3010 2254 0 -1 4202560 472464 0 0 0 1533 76 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3018] ppid=3008 vsize=15689924 CPUtime=15.29 cores=0,2,4,6
/proc/3010/task/3018/stat : 3018 (java) S 3008 3010 2254 0 -1 4202560 370951 0 0 0 1472 57 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3019] ppid=3008 vsize=15689924 CPUtime=15.68 cores=0,2,4,6
/proc/3010/task/3019/stat : 3019 (java) S 3008 3010 2254 0 -1 4202560 468906 0 0 0 1498 70 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3020] ppid=3008 vsize=15689924 CPUtime=15.94 cores=0,2,4,6
/proc/3010/task/3020/stat : 3020 (java) S 3008 3010 2254 0 -1 4202560 393090 0 0 0 1534 60 0 0 16 0 22 0 597739030 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=15689924 CPUtime=809.26 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) R 3008 3010 2254 0 -1 4202560 269880 0 0 0 80888 38 0 0 25 0 22 0 597739031 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 47806483445568 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3010/tid=3022] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3022/stat : 3022 (java) S 3008 3010 2254 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3023] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3023/stat : 3023 (java) S 3008 3010 2254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597739032 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3024] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3024/stat : 3024 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917217713 0 4 0 16800975 18446604453549783040 0 0 -1 6 0 0 0
[pid=3010/tid=3025] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3025/stat : 3025 (java) S 3008 3010 2254 0 -1 4202560 3804 0 0 0 143 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3026] ppid=3008 vsize=15689924 CPUtime=1.43 cores=0,2,4,6
/proc/3010/task/3026/stat : 3026 (java) S 3008 3010 2254 0 -1 4202560 14129 0 0 0 141 2 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3027] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3027/stat : 3027 (java) S 3008 3010 2254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3028] ppid=3008 vsize=15689924 CPUtime=0 cores=0,2,4,6
/proc/3010/task/3028/stat : 3028 (java) S 3008 3010 2254 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 597739034 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210624 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3033] ppid=3008 vsize=15689924 CPUtime=414.74 cores=0,2,4,6
/proc/3010/task/3033/stat : 3033 (java) S 3008 3010 2254 0 -1 4202560 245 0 0 0 41473 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 4 0 0 0
[pid=3010/tid=3034] ppid=3008 vsize=15689924 CPUtime=407.87 cores=0,2,4,6
/proc/3010/task/3034/stat : 3034 (java) S 3008 3010 2254 0 -1 4202560 460 0 0 0 40786 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
[pid=3010/tid=3035] ppid=3008 vsize=15689924 CPUtime=440.03 cores=0,2,4,6
/proc/3010/task/3035/stat : 3035 (java) S 3008 3010 2254 0 -1 4202560 9947 0 0 0 44002 1 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 0 0 0 0
[pid=3010/tid=3036] ppid=3008 vsize=15689924 CPUtime=425.27 cores=0,2,4,6
/proc/3010/task/3036/stat : 3036 (java) S 3008 3010 2254 0 -1 4202560 10152 0 0 0 42525 2 0 0 15 0 22 0 597739472 16066482176 3835682 33554432000 1073741824 1073778376 140736755879136 18446744073709551615 260917210009 0 4 0 16800975 18446604453549783040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2643.26
Current children cumulated vsize (KiB) 15689924

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3010

[startup+1302.31 s]
/proc/loadavg: 1.76 4.15 5.90 2/173 3094
/proc/meminfo: memFree=13627472/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=0 CPUtime=2645.56 cores=0,2,4,6
/proc/3010/stat : 3010 (java) Z 3008 3010 2254 0 -1 4203548 3886109 0 1 0 263919 637 0 0 18 0 2 0 597739030 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 0 0 0 0 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=0 CPUtime=811.55 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) R 3008 3010 2254 0 -1 4203588 269880 0 0 0 81089 66 0 0 25 0 2 0 597739031 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2645.56
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 1.76 4.15 5.90 2/173 3094
/proc/meminfo: memFree=13627472/32950928 swapFree=67071984/67111528
[pid=3010] ppid=3008 vsize=0 CPUtime=2645.75 cores=0,2,4,6
/proc/3010/stat : 3010 (java) Z 3008 3010 2254 0 -1 4203548 3886109 0 1 0 263919 656 0 0 18 0 2 0 597739030 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3010/statm: 0 0 0 0 0 0 0
[pid=3010/tid=3021] ppid=3008 vsize=0 CPUtime=811.75 cores=0,2,4,6
/proc/3010/task/3021/stat : 3021 (java) R 3008 3010 2254 0 -1 4203588 269880 0 0 0 81089 86 0 0 25 0 2 0 597739031 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2645.75
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 2645.78
CPU user time (s): 2639.19
CPU system time (s): 6.594
CPU usage (%): 203.127
Max. virtual memory (cumulated for all children) (KiB): 15689924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2639.19
system time used= 6.594
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3886109
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= 40402
involuntary context switches= 28290

runsolver used 2.09768 second user time and 5.02724 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 13:04:44
IDJOB=3313402
IDBENCH=69591
IDSOLVER=1699
FILE ID=node116/3313402-1304075083
RUNJOBID= node116-1304075082-2972
PBS_JOBID= 13170472
Free space on /tmp= 72488 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313402-1304075083/watcher-3313402-1304075083 -o /tmp/evaluation-result-3313402-1304075083/solver-3313402-1304075083 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313402-1304075083.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=475642071

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.75
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.826
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.77
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.826
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.826
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.75
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.826
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:      23448864 kB
Buffers:       1902320 kB
Cached:        6977480 kB
SwapCached:       9732 kB
Active:        4571652 kB
Inactive:      4499232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23448864 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           31520 kB
Writeback:           0 kB
AnonPages:      183788 kB
Mapped:          21964 kB
Slab:           366392 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   786488 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= 72492 MiB
End job on node116 at 2011-04-29 13:26:26