Trace number 3313322

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) 4647.15 1302.66

General information on the benchmark

NameSAT04/industrial/velev/pipe-sat-1-1/
12pipe_bug4_q0.used-as.sat04-723.cnf
MD5SUM82d2e6b2dace4a00c125b1aceaa46827
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.82366
Satisfiable
(Un)Satisfiability was proved
Number of variables138563
Number of clauses4675040
Sum of the clauses size13889090
Maximum clause length352
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23885881
Number of clauses of size 3728781
Number of clauses of size 4616
Number of clauses of size 5548
Number of clauses of size over 559213

Solver Data

0.10/0.12	10:19 INFO : Reading from input HOME/instance-3313322-1304187016.cnf
17.72/17.23	Executor set job limit to 1000000
17.72/17.23	Executor set job limit to 1000000
17.72/17.23	Executor set job limit to 1000000
17.72/17.23	Executor set job limit to 1000000
17.72/17.23	Starting Executor!
17.72/17.23	Starting Executor!
17.72/17.23	Starting Executor!
17.72/17.23	Starting Executor!
57.56/54.11	11:13 INFO : 97410 variables remaining out of 138563
57.56/54.11	11:13 INFO : 23786670 literals remaining out of 18564130
4580.02/1243.77	31:03 ERROR: Failed to solve instance
4580.02/1243.77	java.lang.OutOfMemoryError: Java heap space
4580.02/1243.77		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
4580.02/1243.77		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
4580.02/1243.77		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
4580.02/1243.77		at ibis.structure.WatchLists.build(WatchLists.java:58)
4580.02/1243.77		at ibis.structure.Solver.<init>(Solver.java:45)
4580.02/1243.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4580.02/1243.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4580.02/1243.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4580.02/1243.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4580.02/1243.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4580.02/1243.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4580.02/1243.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4580.02/1243.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
4580.02/1243.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4580.02/1243.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4580.02/1243.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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-3313322-1304187016/watcher-3313322-1304187016 -o /tmp/evaluation-result-3313322-1304187016/solver-3313322-1304187016 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313322-1304187016.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.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/7822/stat : 7822 (java) R 7820 7822 7120 0 -1 4202496 1149 0 0 0 0 0 0 0 23 0 1 0 511117753 23580672 636 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233505335061 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7822/statm: 5757 649 482 9 0 124 0

[startup+0.094058 s]
/proc/loadavg: 7.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15676020 CPUtime=0.1 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 5446 0 1 0 9 1 0 0 23 0 18 0 511117753 16052244480 4886 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3919005 4886 2115 9 0 3909724 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676020

[startup+0.991929 s]
/proc/loadavg: 7.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15680672 CPUtime=1.22 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 42975 0 1 0 116 6 0 0 23 0 18 0 511117753 16057008128 41314 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3920168 41314 2222 9 0 3910887 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 15680672

[startup+1.00092 s]
/proc/loadavg: 7.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15680672 CPUtime=1.23 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 42975 0 1 0 117 6 0 0 23 0 18 0 511117753 16057008128 41314 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3920168 41314 2222 9 0 3910887 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 15680672

[startup+1.10091 s]
/proc/loadavg: 7.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15680672 CPUtime=1.33 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 42975 0 1 0 127 6 0 0 23 0 18 0 511117753 16057008128 41314 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3920168 41314 2222 9 0 3910887 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 15680672

[startup+1.50086 s]
/proc/loadavg: 7.94 7.96 7.00 5/198 7822
/proc/meminfo: memFree=24340344/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15680672 CPUtime=1.74 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 47221 0 1 0 167 7 0 0 23 0 18 0 511117753 16057008128 45544 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3920168 45551 2222 9 0 3910887 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680672

[startup+3.10155 s]
/proc/loadavg: 7.86 7.94 7.00 6/216 7840
/proc/meminfo: memFree=23798824/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15680672 CPUtime=3.4 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 139827 0 1 0 322 18 0 0 23 0 18 0 511117753 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3920168 138138 2240 9 0 3910887 0
[pid=7822/tid=7824] ppid=7820 vsize=15680672 CPUtime=3.05 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4202560 127292 0 1 0 289 16 0 0 22 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 46912505524542 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7822/tid=7825] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7825/stat : 7825 (java) S 7820 7822 7120 0 -1 4202560 2675 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7826] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7826/stat : 7826 (java) S 7820 7822 7120 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7827] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7827/stat : 7827 (java) S 7820 7822 7120 0 -1 4202560 809 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7828] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7828/stat : 7828 (java) S 7820 7822 7120 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7829] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7829/stat : 7829 (java) S 7820 7822 7120 0 -1 4202560 1926 0 0 0 0 0 0 0 16 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7830] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7830/stat : 7830 (java) S 7820 7822 7120 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7831] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7831/stat : 7831 (java) S 7820 7822 7120 0 -1 4202560 964 0 0 0 0 0 0 0 15 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7832] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7832/stat : 7832 (java) S 7820 7822 7120 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 18 0 511117754 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7833] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7833/stat : 7833 (java) S 7820 7822 7120 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 511117756 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 0 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7834] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7834/stat : 7834 (java) S 7820 7822 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 511117756 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7835] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 511117756 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15680672 CPUtime=0.13 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 2160 0 0 0 13 0 0 0 15 0 18 0 511117758 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15680672 CPUtime=0.14 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 1535 0 0 0 14 0 0 0 16 0 18 0 511117758 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15680672 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 511117758 16057008128 138138 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 15680672

[startup+6.307 s]
/proc/loadavg: 7.31 7.82 6.97 2/193 7843
/proc/meminfo: memFree=24427820/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15677400 CPUtime=6.69 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 155480 0 1 0 648 21 0 0 23 0 18 0 511117753 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3919350 150869 2240 9 0 3910069 0
[pid=7822/tid=7824] ppid=7820 vsize=15677400 CPUtime=6.22 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4202560 127299 0 1 0 605 17 0 0 25 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 46912505555328 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7822/tid=7825] ppid=7820 vsize=15677400 CPUtime=0.01 cores=0,2,4,6
/proc/7822/task/7825/stat : 7825 (java) S 7820 7822 7120 0 -1 4202560 2676 0 0 0 1 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7826] ppid=7820 vsize=15677400 CPUtime=0.01 cores=0,2,4,6
/proc/7822/task/7826/stat : 7826 (java) S 7820 7822 7120 0 -1 4202560 740 0 0 0 1 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7827] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7827/stat : 7827 (java) S 7820 7822 7120 0 -1 4202560 809 0 0 0 2 0 0 0 16 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7828] ppid=7820 vsize=15677400 CPUtime=0.01 cores=0,2,4,6
/proc/7822/task/7828/stat : 7828 (java) S 7820 7822 7120 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7829] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7829/stat : 7829 (java) S 7820 7822 7120 0 -1 4202560 7048 0 0 0 2 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7830] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7830/stat : 7830 (java) S 7820 7822 7120 0 -1 4202560 10251 0 0 0 1 1 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7831] ppid=7820 vsize=15677400 CPUtime=0.01 cores=0,2,4,6
/proc/7822/task/7831/stat : 7831 (java) S 7820 7822 7120 0 -1 4202560 964 0 0 0 1 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7832] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7832/stat : 7832 (java) S 7820 7822 7120 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 18 0 511117754 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7833] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7833/stat : 7833 (java) S 7820 7822 7120 0 -1 4202560 480 0 0 0 0 0 0 0 15 0 18 0 511117756 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 0 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7834] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7834/stat : 7834 (java) S 7820 7822 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 511117756 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7835] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 511117756 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15677400 CPUtime=0.13 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 2160 0 0 0 13 0 0 0 15 0 18 0 511117758 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15677400 CPUtime=0.14 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 1535 0 0 0 14 0 0 0 16 0 18 0 511117758 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 511117758 16053657600 150869 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15677400

[startup+12.7008 s]
/proc/loadavg: 7.21 7.79 6.96 6/216 7891
/proc/meminfo: memFree=23936532/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15677400 CPUtime=13.2 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 239116 0 1 0 1285 35 0 0 23 0 18 0 511117753 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3919350 234480 2240 9 0 3910069 0
[pid=7822/tid=7824] ppid=7820 vsize=15677400 CPUtime=12.57 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4202560 190300 0 1 0 1229 28 0 0 25 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 46912505634189 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=7822/tid=7825] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7825/stat : 7825 (java) S 7820 7822 7120 0 -1 4202560 2676 0 0 0 2 0 0 0 16 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7826] ppid=7820 vsize=15677400 CPUtime=0.02 cores=0,2,4,6
/proc/7822/task/7826/stat : 7826 (java) S 7820 7822 7120 0 -1 4202560 742 0 0 0 2 0 0 0 15 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7827] ppid=7820 vsize=15677400 CPUtime=0.03 cores=0,2,4,6
/proc/7822/task/7827/stat : 7827 (java) S 7820 7822 7120 0 -1 4202560 809 0 0 0 3 0 0 0 15 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7828] ppid=7820 vsize=15677400 CPUtime=0.05 cores=0,2,4,6
/proc/7822/task/7828/stat : 7828 (java) S 7820 7822 7120 0 -1 4202560 20541 0 0 0 3 2 0 0 16 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7829] ppid=7820 vsize=15677400 CPUtime=0.04 cores=0,2,4,6
/proc/7822/task/7829/stat : 7829 (java) S 7820 7822 7120 0 -1 4202560 7049 0 0 0 4 0 0 0 15 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7830] ppid=7820 vsize=15677400 CPUtime=0.05 cores=0,2,4,6
/proc/7822/task/7830/stat : 7830 (java) S 7820 7822 7120 0 -1 4202560 10251 0 0 0 4 1 0 0 15 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7831] ppid=7820 vsize=15677400 CPUtime=0.03 cores=0,2,4,6
/proc/7822/task/7831/stat : 7831 (java) S 7820 7822 7120 0 -1 4202560 967 0 0 0 3 0 0 0 16 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7832] ppid=7820 vsize=15677400 CPUtime=0.03 cores=0,2,4,6
/proc/7822/task/7832/stat : 7832 (java) S 7820 7822 7120 0 -1 4202560 75 0 0 0 3 0 0 0 16 0 18 0 511117754 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7833] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7833/stat : 7833 (java) S 7820 7822 7120 0 -1 4202560 625 0 0 0 0 0 0 0 15 0 18 0 511117756 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 0 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7834] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7834/stat : 7834 (java) S 7820 7822 7120 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 511117756 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7835] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 511117756 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15677400 CPUtime=0.13 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 2160 0 0 0 13 0 0 0 15 0 18 0 511117758 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15677400 CPUtime=0.14 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 1535 0 0 0 14 0 0 0 16 0 18 0 511117758 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 511117758 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15677400 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 511117758 16053657600 234480 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.2

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

[pid=7822/tid=7835] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 511117756 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15687076 CPUtime=2.31 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 19596 0 0 0 228 3 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15687076 CPUtime=1.04 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 2880 0 0 0 104 0 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7892] ppid=7820 vsize=15687076 CPUtime=1056.81 cores=0,2,4,6
/proc/7822/task/7892/stat : 7892 (java) S 7820 7822 7120 0 -1 4202560 43 0 0 0 105681 0 0 0 25 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7893] ppid=7820 vsize=15687076 CPUtime=1061.19 cores=0,2,4,6
/proc/7822/task/7893/stat : 7893 (java) S 7820 7822 7120 0 -1 4202560 57 0 0 0 106118 1 0 0 25 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7894] ppid=7820 vsize=15687076 CPUtime=1088.51 cores=0,2,4,6
/proc/7822/task/7894/stat : 7894 (java) S 7820 7822 7120 0 -1 4202560 1087 0 0 0 108851 0 0 0 25 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7895] ppid=7820 vsize=15687076 CPUtime=1063.2 cores=0,2,4,6
/proc/7822/task/7895/stat : 7895 (java) S 7820 7822 7120 0 -1 4202560 649 0 0 0 106320 0 0 0 25 0 22 0 511119477 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4402.67
Current children cumulated vsize (KiB) 15687076

[startup+1242.3 s]
/proc/loadavg: 5.38 7.37 7.46 2/193 7951
/proc/meminfo: memFree=9538172/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15687076 CPUtime=4578.61 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 3974311 0 1 0 457161 700 0 0 23 0 22 0 511117753 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3921769 3868220 2293 9 0 3912488 0
[pid=7822/tid=7824] ppid=7820 vsize=15687076 CPUtime=53.36 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) S 7820 7822 7120 0 -1 4202560 201004 0 1 0 5303 33 0 0 25 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7825] ppid=7820 vsize=15687076 CPUtime=6.14 cores=0,2,4,6
/proc/7822/task/7825/stat : 7825 (java) S 7820 7822 7120 0 -1 4202560 443553 0 0 0 534 80 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7826] ppid=7820 vsize=15687076 CPUtime=6.44 cores=0,2,4,6
/proc/7822/task/7826/stat : 7826 (java) S 7820 7822 7120 0 -1 4202560 365293 0 0 0 579 65 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7827] ppid=7820 vsize=15687076 CPUtime=7.13 cores=0,2,4,6
/proc/7822/task/7827/stat : 7827 (java) S 7820 7822 7120 0 -1 4202560 535384 0 0 0 620 93 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7828] ppid=7820 vsize=15687076 CPUtime=6.91 cores=0,2,4,6
/proc/7822/task/7828/stat : 7828 (java) S 7820 7822 7120 0 -1 4202560 486789 0 0 0 599 92 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7829] ppid=7820 vsize=15687076 CPUtime=6.5 cores=0,2,4,6
/proc/7822/task/7829/stat : 7829 (java) S 7820 7822 7120 0 -1 4202560 400732 0 0 0 581 69 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7830] ppid=7820 vsize=15687076 CPUtime=5.89 cores=0,2,4,6
/proc/7822/task/7830/stat : 7830 (java) S 7820 7822 7120 0 -1 4202560 321530 0 0 0 534 55 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7831] ppid=7820 vsize=15687076 CPUtime=8.15 cores=0,2,4,6
/proc/7822/task/7831/stat : 7831 (java) S 7820 7822 7120 0 -1 4202560 483200 0 0 0 729 86 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7832] ppid=7820 vsize=15687076 CPUtime=6.16 cores=0,2,4,6
/proc/7822/task/7832/stat : 7832 (java) S 7820 7822 7120 0 -1 4202560 449294 0 0 0 536 80 0 0 16 0 22 0 511117754 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7833] ppid=7820 vsize=15687076 CPUtime=44 cores=0,2,4,6
/proc/7822/task/7833/stat : 7833 (java) R 7820 7822 7120 0 -1 4202560 261674 0 0 0 4367 33 0 0 20 0 22 0 511117756 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233509995168 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=7822/tid=7834] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7834/stat : 7834 (java) S 7820 7822 7120 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511117756 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7835] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 511117756 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15687076 CPUtime=2.31 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 19596 0 0 0 228 3 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15687076 CPUtime=1.04 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 2880 0 0 0 104 0 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 511117758 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7892] ppid=7820 vsize=15687076 CPUtime=1095.47 cores=0,2,4,6
/proc/7822/task/7892/stat : 7892 (java) S 7820 7822 7120 0 -1 4202560 74 0 0 0 109547 0 0 0 15 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7893] ppid=7820 vsize=15687076 CPUtime=1099.92 cores=0,2,4,6
/proc/7822/task/7893/stat : 7893 (java) S 7820 7822 7120 0 -1 4202560 67 0 0 0 109991 1 0 0 16 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7894] ppid=7820 vsize=15687076 CPUtime=1127.21 cores=0,2,4,6
/proc/7822/task/7894/stat : 7894 (java) S 7820 7822 7120 0 -1 4202560 1117 0 0 0 112721 0 0 0 15 0 22 0 511119476 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7895] ppid=7820 vsize=15687076 CPUtime=1101.79 cores=0,2,4,6
/proc/7822/task/7895/stat : 7895 (java) S 7820 7822 7120 0 -1 4202560 666 0 0 0 110179 0 0 0 15 0 22 0 511119477 16063565824 3868220 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4578.61
Current children cumulated vsize (KiB) 15687076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.93 6.36 7.11 2/193 7952
/proc/meminfo: memFree=9537748/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=15687076 CPUtime=4644.49 cores=0,2,4,6
/proc/7822/stat : 7822 (java) S 7820 7822 7120 0 -1 4202496 3974607 0 1 0 463742 707 0 0 23 0 22 0 511117753 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 3921769 3868232 2293 9 0 3912488 0
[pid=7822/tid=7824] ppid=7820 vsize=15687076 CPUtime=53.36 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) S 7820 7822 7120 0 -1 4202560 201004 0 1 0 5303 33 0 0 25 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7825] ppid=7820 vsize=15687076 CPUtime=6.14 cores=0,2,4,6
/proc/7822/task/7825/stat : 7825 (java) S 7820 7822 7120 0 -1 4202560 443553 0 0 0 534 80 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7826] ppid=7820 vsize=15687076 CPUtime=6.44 cores=0,2,4,6
/proc/7822/task/7826/stat : 7826 (java) S 7820 7822 7120 0 -1 4202560 365293 0 0 0 579 65 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7827] ppid=7820 vsize=15687076 CPUtime=7.13 cores=0,2,4,6
/proc/7822/task/7827/stat : 7827 (java) S 7820 7822 7120 0 -1 4202560 535384 0 0 0 620 93 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7828] ppid=7820 vsize=15687076 CPUtime=6.91 cores=0,2,4,6
/proc/7822/task/7828/stat : 7828 (java) S 7820 7822 7120 0 -1 4202560 486789 0 0 0 599 92 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7829] ppid=7820 vsize=15687076 CPUtime=6.5 cores=0,2,4,6
/proc/7822/task/7829/stat : 7829 (java) S 7820 7822 7120 0 -1 4202560 400732 0 0 0 581 69 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7830] ppid=7820 vsize=15687076 CPUtime=5.89 cores=0,2,4,6
/proc/7822/task/7830/stat : 7830 (java) S 7820 7822 7120 0 -1 4202560 321530 0 0 0 534 55 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7831] ppid=7820 vsize=15687076 CPUtime=8.15 cores=0,2,4,6
/proc/7822/task/7831/stat : 7831 (java) S 7820 7822 7120 0 -1 4202560 483200 0 0 0 729 86 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7832] ppid=7820 vsize=15687076 CPUtime=6.16 cores=0,2,4,6
/proc/7822/task/7832/stat : 7832 (java) S 7820 7822 7120 0 -1 4202560 449294 0 0 0 536 80 0 0 16 0 22 0 511117754 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7833] ppid=7820 vsize=15687076 CPUtime=98.94 cores=0,2,4,6
/proc/7822/task/7833/stat : 7833 (java) R 7820 7822 7120 0 -1 4202560 261679 0 0 0 9855 39 0 0 18 0 22 0 511117756 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 47774993539421 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=7822/tid=7834] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7834/stat : 7834 (java) S 7820 7822 7120 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 511117756 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7835] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7835/stat : 7835 (java) S 7820 7822 7120 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 511117756 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7836] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7836/stat : 7836 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522121137 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7837] ppid=7820 vsize=15687076 CPUtime=2.31 cores=0,2,4,6
/proc/7822/task/7837/stat : 7837 (java) S 7820 7822 7120 0 -1 4202560 19596 0 0 0 228 3 0 0 15 0 22 0 511117758 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
[pid=7822/tid=7838] ppid=7820 vsize=15687076 CPUtime=1.04 cores=0,2,4,6
/proc/7822/task/7838/stat : 7838 (java) S 7820 7822 7120 0 -1 4202560 2880 0 0 0 104 0 0 0 15 0 22 0 511117758 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7839] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7839/stat : 7839 (java) S 7820 7822 7120 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511117758 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7840] ppid=7820 vsize=15687076 CPUtime=0 cores=0,2,4,6
/proc/7822/task/7840/stat : 7840 (java) S 7820 7822 7120 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 511117758 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522114048 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7892] ppid=7820 vsize=15687076 CPUtime=1098.21 cores=0,2,4,6
/proc/7822/task/7892/stat : 7892 (java) S 7820 7822 7120 0 -1 4202560 94 0 0 0 109821 0 0 0 15 0 22 0 511119476 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 4 0 0 0
[pid=7822/tid=7893] ppid=7820 vsize=15687076 CPUtime=1102.66 cores=0,2,4,6
/proc/7822/task/7893/stat : 7893 (java) S 7820 7822 7120 0 -1 4202560 148 0 0 0 110264 2 0 0 15 0 22 0 511119476 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 6 0 0 0
[pid=7822/tid=7894] ppid=7820 vsize=15687076 CPUtime=1129.96 cores=0,2,4,6
/proc/7822/task/7894/stat : 7894 (java) S 7820 7822 7120 0 -1 4202560 1219 0 0 0 112995 1 0 0 15 0 22 0 511119476 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 2 0 0 0
[pid=7822/tid=7895] ppid=7820 vsize=15687076 CPUtime=1104.53 cores=0,2,4,6
/proc/7822/task/7895/stat : 7895 (java) S 7820 7822 7120 0 -1 4202560 749 0 0 0 110452 1 0 0 15 0 22 0 511119477 16063565824 3868232 33554432000 1073741824 1073778376 140734614911696 18446744073709551615 233522113433 0 4 0 16800975 18446604453950347072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4644.49
Current children cumulated vsize (KiB) 15687076

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7822

[startup+1302.3 s]
/proc/loadavg: 2.78 6.27 7.07 2/194 7953
/proc/meminfo: memFree=9537848/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=0 CPUtime=4646.78 cores=0,2,4,6
/proc/7822/stat : 7822 (java) Z 7820 7822 7120 0 -1 4203548 3974623 0 1 0 463943 735 0 0 18 0 2 0 511117753 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 0 0 0 0 0 0 0
[pid=7822/tid=7824] ppid=7820 vsize=0 CPUtime=53.64 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4203588 201004 0 1 0 5303 61 0 0 18 0 2 0 511117754 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4646.78
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.78 6.27 7.07 2/194 7953
/proc/meminfo: memFree=9537848/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=0 CPUtime=4646.98 cores=0,2,4,6
/proc/7822/stat : 7822 (java) Z 7820 7822 7120 0 -1 4203548 3974623 0 1 0 463943 755 0 0 18 0 2 0 511117753 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 0 0 0 0 0 0 0
[pid=7822/tid=7824] ppid=7820 vsize=0 CPUtime=53.84 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4203588 201004 0 1 0 5303 81 0 0 18 0 2 0 511117754 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4646.98
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 2.78 6.27 7.07 2/194 7953
/proc/meminfo: memFree=9537848/32951124 swapFree=67111524/67111528
[pid=7822] ppid=7820 vsize=0 CPUtime=4647.08 cores=0,2,4,6
/proc/7822/stat : 7822 (java) Z 7820 7822 7120 0 -1 4203548 3974623 0 1 0 463943 765 0 0 18 0 2 0 511117753 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/7822/statm: 0 0 0 0 0 0 0
[pid=7822/tid=7824] ppid=7820 vsize=0 CPUtime=53.94 cores=0,2,4,6
/proc/7822/task/7824/stat : 7824 (java) R 7820 7822 7120 0 -1 4203588 201004 0 1 0 5303 91 0 0 18 0 2 0 511117754 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4647.08
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.66
CPU time (s): 4647.15
CPU user time (s): 4639.44
CPU system time (s): 7.71583
CPU usage (%): 356.743
Max. virtual memory (cumulated for all children) (KiB): 15687076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4639.44
system time used= 7.71583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3974623
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= 43850
involuntary context switches= 57402

runsolver used 2.13667 second user time and 4.99424 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-30 20:10:19
IDJOB=3313322
IDBENCH=85046
IDSOLVER=1699
FILE ID=node145/3313322-1304187016
RUNJOBID= node145-1304185806-7688
PBS_JOBID= 13172456
Free space on /tmp= 72928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT04/industrial/velev/pipe-sat-1-1/12pipe_bug4_q0.used-as.sat04-723.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313322-1304187016/watcher-3313322-1304187016 -o /tmp/evaluation-result-3313322-1304187016/solver-3313322-1304187016 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313322-1304187016.cnf

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

MD5SUM BENCH= 82d2e6b2dace4a00c125b1aceaa46827
RANDOM SEED=1573767032

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24340616 kB
Buffers:       1297444 kB
Cached:        6030932 kB
SwapCached:          4 kB
Active:        1659532 kB
Inactive:      6413816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24340616 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           99420 kB
Writeback:           0 kB
AnonPages:      744700 kB
Mapped:          23488 kB
Slab:           468800 kB
PageTables:       7900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   937748 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= 72932 MiB
End job on node145 at 2011-04-30 20:32:02