Trace number 3313454

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data

0.10/0.11	29:59 INFO : Reading from input HOME/instance-3313454-1304072997.cnf
5.04/4.76	Executor set job limit to 1000000
5.04/4.76	Executor set job limit to 1000000
5.04/4.76	Executor set job limit to 1000000
5.04/4.76	Executor set job limit to 1000000
5.04/4.76	Starting Executor!
5.04/4.76	Starting Executor!
5.04/4.76	Starting Executor!
5.04/4.76	Starting Executor!
113.42/110.64	31:49 INFO : 166359 variables remaining out of 298900
113.42/110.64	31:49 INFO : 28314907 literals remaining out of 4670846
4414.82/1298.40	51:37 ERROR: Failed to solve instance
4414.82/1298.40	java.lang.OutOfMemoryError: GC overhead limit exceeded
4414.82/1298.40		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4414.82/1298.40		at gnu.trove.THash.postInsertHook(THash.java:370)
4414.82/1298.40		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
4414.82/1298.40		at ibis.structure.WatchLists.build(WatchLists.java:56)
4414.82/1298.40		at ibis.structure.Solver.<init>(Solver.java:45)
4414.82/1298.40		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4414.82/1298.40		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4414.82/1298.40		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4414.82/1298.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4414.82/1298.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4414.82/1298.40		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4414.82/1298.40		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4414.82/1298.40		at ibis.constellation.Executor.processActivities(Executor.java:75)
4414.82/1298.40		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4414.82/1298.40		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4414.82/1298.40		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-3313454-1304072997/watcher-3313454-1304072997 -o /tmp/evaluation-result-3313454-1304072997/solver-3313454-1304072997 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313454-1304072997.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: 6.87 7.77 6.97 3/194 31736
/proc/meminfo: memFree=28467092/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/31736/stat : 31736 (java) R 31734 31736 30588 0 -1 4202496 1201 0 0 0 0 0 0 0 21 0 1 0 518900602 23580672 687 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222916814737 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31736/statm: 5757 688 515 9 0 124 0

[startup+0.071577 s]
/proc/loadavg: 6.87 7.77 6.97 3/194 31736
/proc/meminfo: memFree=28467092/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15610116 CPUtime=0.06 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 4423 0 1 0 5 1 0 0 21 0 18 0 518900602 15984758784 3862 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3902529 3862 1779 9 0 3893248 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15610116

[startup+0.100572 s]
/proc/loadavg: 6.87 7.77 6.97 3/194 31736
/proc/meminfo: memFree=28467092/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15742212 CPUtime=0.1 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 5581 0 1 0 9 1 0 0 21 0 18 0 518900602 16120025088 5020 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3935553 5022 2116 9 0 3926272 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742212

[startup+0.300554 s]
/proc/loadavg: 6.87 7.77 6.97 3/194 31736
/proc/meminfo: memFree=28467092/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15745284 CPUtime=0.53 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 15673 0 1 0 50 3 0 0 21 0 18 0 518900602 16123170816 14230 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3936321 14236 2206 9 0 3927040 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15745284

[startup+0.700498 s]
/proc/loadavg: 6.87 7.77 6.97 3/194 31736
/proc/meminfo: memFree=28467092/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15745284 CPUtime=0.94 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 42306 0 1 0 88 6 0 0 21 0 18 0 518900602 16123170816 40861 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3936321 40861 2228 9 0 3927040 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15745284

[startup+1.50138 s]
/proc/loadavg: 6.87 7.77 6.97 6/216 31758
/proc/meminfo: memFree=28164056/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15745284 CPUtime=1.75 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 76261 0 1 0 165 10 0 0 21 0 18 0 518900602 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3936321 74813 2228 9 0 3927040 0
[pid=31736/tid=31738] ppid=31734 vsize=15745284 CPUtime=1.47 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (java) R 31734 31736 30588 0 -1 4202560 65707 0 1 0 138 9 0 0 19 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933603787 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31736/tid=31739] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (java) S 31734 31736 30588 0 -1 4202560 790 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31740] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31740/stat : 31740 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31741] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31741/stat : 31741 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31742] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31742/stat : 31742 (java) S 31734 31736 30588 0 -1 4202560 339 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31743] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31743/stat : 31743 (java) S 31734 31736 30588 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31744] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31744/stat : 31744 (java) S 31734 31736 30588 0 -1 4202560 1885 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31745] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31745/stat : 31745 (java) S 31734 31736 30588 0 -1 4202560 355 0 0 0 0 0 0 0 16 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31746] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31746/stat : 31746 (java) S 31734 31736 30588 0 -1 4202560 1912 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31747] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31747/stat : 31747 (java) S 31734 31736 30588 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 18 0 518900604 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 0 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31748] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31748/stat : 31748 (java) S 31734 31736 30588 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 518900605 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 518900605 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518900607 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15745284 CPUtime=0.11 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 1169 0 0 0 11 0 0 0 17 0 18 0 518900607 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15745284 CPUtime=0.12 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 2505 0 0 0 12 0 0 0 15 0 18 0 518900607 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518900607 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518900607 16123170816 74813 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15745284

[startup+3.10103 s]
/proc/loadavg: 6.87 7.77 6.97 5/216 31758
/proc/meminfo: memFree=27913108/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15745284 CPUtime=3.44 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 145984 0 1 0 325 19 0 0 21 0 18 0 518900602 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3936321 144528 2246 9 0 3927040 0
[pid=31736/tid=31738] ppid=31734 vsize=15745284 CPUtime=3.05 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (java) R 31734 31736 30588 0 -1 4202560 126701 0 1 0 289 16 0 0 19 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912505522976 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31736/tid=31739] ppid=31734 vsize=15745284 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (java) S 31734 31736 30588 0 -1 4202560 790 0 0 0 1 0 0 0 16 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31740] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31740/stat : 31740 (java) S 31734 31736 30588 0 -1 4202560 61 0 0 0 0 0 0 0 16 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31741] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31741/stat : 31741 (java) S 31734 31736 30588 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31742] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31742/stat : 31742 (java) S 31734 31736 30588 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31743] ppid=31734 vsize=15745284 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31743/stat : 31743 (java) S 31734 31736 30588 0 -1 4202560 59 0 0 0 1 0 0 0 16 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31744] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31744/stat : 31744 (java) S 31734 31736 30588 0 -1 4202560 4461 0 0 0 0 0 0 0 15 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31745] ppid=31734 vsize=15745284 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31745/stat : 31745 (java) S 31734 31736 30588 0 -1 4202560 378 0 0 0 1 0 0 0 16 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31746] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31746/stat : 31746 (java) S 31734 31736 30588 0 -1 4202560 7034 0 0 0 0 0 0 0 16 0 18 0 518900603 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31747] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31747/stat : 31747 (java) S 31734 31736 30588 0 -1 4202560 438 0 0 0 0 0 0 0 15 0 18 0 518900604 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 0 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31748] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31748/stat : 31748 (java) S 31734 31736 30588 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 518900605 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 518900605 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518900607 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15745284 CPUtime=0.13 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 1215 0 0 0 13 0 0 0 15 0 18 0 518900607 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15745284 CPUtime=0.15 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 2528 0 0 0 15 0 0 0 15 0 18 0 518900607 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 518900607 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15745284 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 518900607 16123170816 144528 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15745284

[startup+6.30147 s]
/proc/loadavg: 6.48 7.67 6.94 3/220 31762
/proc/meminfo: memFree=27162760/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15749396 CPUtime=7.45 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 287036 0 1 0 710 35 0 0 21 0 22 0 518900602 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3937349 278515 2266 9 0 3928068 0
[pid=31736/tid=31738] ppid=31734 vsize=15749396 CPUtime=6.24 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (java) R 31734 31736 30588 0 -1 4202560 255053 0 1 0 593 31 0 0 24 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912505767525 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31736/tid=31739] ppid=31734 vsize=15749396 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (java) S 31734 31736 30588 0 -1 4202560 790 0 0 0 1 0 0 0 15 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31740] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31740/stat : 31740 (java) S 31734 31736 30588 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31741] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31741/stat : 31741 (java) S 31734 31736 30588 0 -1 4202560 294 0 0 0 0 0 0 0 15 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31742] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31742/stat : 31742 (java) S 31734 31736 30588 0 -1 4202560 640 0 0 0 0 0 0 0 16 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31743] ppid=31734 vsize=15749396 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31743/stat : 31743 (java) S 31734 31736 30588 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31744] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31744/stat : 31744 (java) S 31734 31736 30588 0 -1 4202560 4461 0 0 0 0 0 0 0 15 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31745] ppid=31734 vsize=15749396 CPUtime=0.01 cores=0,2,4,6
/proc/31736/task/31745/stat : 31745 (java) S 31734 31736 30588 0 -1 4202560 378 0 0 0 1 0 0 0 16 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31746] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31746/stat : 31746 (java) S 31734 31736 30588 0 -1 4202560 7035 0 0 0 0 0 0 0 16 0 22 0 518900603 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31747] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31747/stat : 31747 (java) S 31734 31736 30588 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 22 0 518900604 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 0 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31748] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31748/stat : 31748 (java) S 31734 31736 30588 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 518900605 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 518900605 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15749396 CPUtime=0.19 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 1231 0 0 0 19 0 0 0 15 0 22 0 518900607 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15749396 CPUtime=0.9 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 15161 0 0 0 89 1 0 0 16 0 22 0 518900607 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 518900607 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31759] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31759/stat : 31759 (java) S 31734 31736 30588 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 518901079 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31760] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31760/stat : 31760 (java) S 31734 31736 30588 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 518901079 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31761] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31761/stat : 31761 (java) S 31734 31736 30588 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 518901079 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31762] ppid=31734 vsize=15749396 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31762/stat : 31762 (java) S 31734 31736 30588 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 518901079 16127381504 278515 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 15749396

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

[pid=31736/tid=31749] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 518900605 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15758136 CPUtime=1.39 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 8453 0 0 0 138 1 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15758136 CPUtime=1.77 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 15282 0 0 0 176 1 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31759] ppid=31734 vsize=15758136 CPUtime=917.64 cores=0,2,4,6
/proc/31736/task/31759/stat : 31759 (java) S 31734 31736 30588 0 -1 4202560 41 0 0 0 91764 0 0 0 25 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31760] ppid=31734 vsize=15758136 CPUtime=920.45 cores=0,2,4,6
/proc/31736/task/31760/stat : 31760 (java) S 31734 31736 30588 0 -1 4202560 60 0 0 0 92045 0 0 0 25 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31761] ppid=31734 vsize=15758136 CPUtime=993.43 cores=0,2,4,6
/proc/31736/task/31761/stat : 31761 (java) S 31734 31736 30588 0 -1 4202560 48 0 0 0 99343 0 0 0 25 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31762] ppid=31734 vsize=15758136 CPUtime=980.59 cores=0,2,4,6
/proc/31736/task/31762/stat : 31762 (java) S 31734 31736 30588 0 -1 4202560 42 0 0 0 98059 0 0 0 25 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4069.47
Current children cumulated vsize (KiB) 15758136

[startup+1242.3 s]
/proc/loadavg: 6.94 7.67 7.45 5/193 31815
/proc/meminfo: memFree=13133844/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15758136 CPUtime=4276.04 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 3989544 0 1 0 426965 639 0 0 21 0 22 0 518900602 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3939534 3869013 2297 9 0 3930253 0
[pid=31736/tid=31738] ppid=31734 vsize=15758136 CPUtime=110.49 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (java) S 31734 31736 30588 0 -1 4202560 255114 0 1 0 11018 31 0 0 25 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31739] ppid=31734 vsize=15758136 CPUtime=10.88 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (java) S 31734 31736 30588 0 -1 4202560 375598 0 0 0 1026 62 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31740] ppid=31734 vsize=15758136 CPUtime=10.8 cores=0,2,4,6
/proc/31736/task/31740/stat : 31740 (java) S 31734 31736 30588 0 -1 4202560 352373 0 0 0 1022 58 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31741] ppid=31734 vsize=15758136 CPUtime=12.31 cores=0,2,4,6
/proc/31736/task/31741/stat : 31741 (java) S 31734 31736 30588 0 -1 4202560 524294 0 0 0 1146 85 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31742] ppid=31734 vsize=15758136 CPUtime=11.4 cores=0,2,4,6
/proc/31736/task/31742/stat : 31742 (java) S 31734 31736 30588 0 -1 4202560 440008 0 0 0 1071 69 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31743] ppid=31734 vsize=15758136 CPUtime=11.79 cores=0,2,4,6
/proc/31736/task/31743/stat : 31743 (java) S 31734 31736 30588 0 -1 4202560 499713 0 0 0 1094 85 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31744] ppid=31734 vsize=15758136 CPUtime=11.41 cores=0,2,4,6
/proc/31736/task/31744/stat : 31744 (java) S 31734 31736 30588 0 -1 4202560 419426 0 0 0 1074 67 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31745] ppid=31734 vsize=15758136 CPUtime=10.77 cores=0,2,4,6
/proc/31736/task/31745/stat : 31745 (java) S 31734 31736 30588 0 -1 4202560 445846 0 0 0 1001 76 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31746] ppid=31734 vsize=15758136 CPUtime=11.04 cores=0,2,4,6
/proc/31736/task/31746/stat : 31746 (java) S 31734 31736 30588 0 -1 4202560 325059 0 0 0 1049 55 0 0 16 0 22 0 518900603 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31747] ppid=31734 vsize=15758136 CPUtime=64.19 cores=0,2,4,6
/proc/31736/task/31747/stat : 31747 (java) S 31734 31736 30588 0 -1 4202560 326718 0 0 0 6378 41 0 0 17 0 22 0 518900604 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 0 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
[pid=31736/tid=31748] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31748/stat : 31748 (java) S 31734 31736 30588 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 518900605 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 518900605 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15758136 CPUtime=1.39 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 8453 0 0 0 138 1 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15758136 CPUtime=1.77 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 15282 0 0 0 176 1 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 518900607 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31759] ppid=31734 vsize=15758136 CPUtime=966.31 cores=0,2,4,6
/proc/31736/task/31759/stat : 31759 (java) R 31734 31736 30588 0 -1 4202560 45 0 0 0 96631 0 0 0 16 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912506526051 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31736/tid=31760] ppid=31734 vsize=15758136 CPUtime=969.4 cores=0,2,4,6
/proc/31736/task/31760/stat : 31760 (java) R 31734 31736 30588 0 -1 4202560 63 0 0 0 96940 0 0 0 16 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912506329836 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31736/tid=31761] ppid=31734 vsize=15758136 CPUtime=1042.38 cores=0,2,4,6
/proc/31736/task/31761/stat : 31761 (java) R 31734 31736 30588 0 -1 4202560 50 0 0 0 104238 0 0 0 16 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912505582523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31736/tid=31762] ppid=31734 vsize=15758136 CPUtime=1029.54 cores=0,2,4,6
/proc/31736/task/31762/stat : 31762 (java) R 31734 31736 30588 0 -1 4202560 46 0 0 0 102954 0 0 0 16 0 22 0 518901079 16136331264 3869013 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 46912505754709 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4276.04
Current children cumulated vsize (KiB) 15758136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.30 6.84 7.17 2/193 31817
/proc/meminfo: memFree=13133748/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=15758136 CPUtime=4418.26 cores=0,2,4,6
/proc/31736/stat : 31736 (java) S 31734 31736 30588 0 -1 4202496 3989613 0 1 0 441184 642 0 0 21 0 22 0 518900602 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 3939534 3869025 2297 9 0 3930253 0
[pid=31736/tid=31738] ppid=31734 vsize=15758136 CPUtime=110.49 cores=0,2,4,6
/proc/31736/task/31738/stat : 31738 (java) S 31734 31736 30588 0 -1 4202560 255114 0 1 0 11018 31 0 0 25 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31739] ppid=31734 vsize=15758136 CPUtime=10.88 cores=0,2,4,6
/proc/31736/task/31739/stat : 31739 (java) S 31734 31736 30588 0 -1 4202560 375598 0 0 0 1026 62 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31740] ppid=31734 vsize=15758136 CPUtime=10.8 cores=0,2,4,6
/proc/31736/task/31740/stat : 31740 (java) S 31734 31736 30588 0 -1 4202560 352373 0 0 0 1022 58 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31741] ppid=31734 vsize=15758136 CPUtime=12.31 cores=0,2,4,6
/proc/31736/task/31741/stat : 31741 (java) S 31734 31736 30588 0 -1 4202560 524294 0 0 0 1146 85 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31742] ppid=31734 vsize=15758136 CPUtime=11.4 cores=0,2,4,6
/proc/31736/task/31742/stat : 31742 (java) S 31734 31736 30588 0 -1 4202560 440008 0 0 0 1071 69 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31743] ppid=31734 vsize=15758136 CPUtime=11.79 cores=0,2,4,6
/proc/31736/task/31743/stat : 31743 (java) S 31734 31736 30588 0 -1 4202560 499713 0 0 0 1094 85 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31744] ppid=31734 vsize=15758136 CPUtime=11.41 cores=0,2,4,6
/proc/31736/task/31744/stat : 31744 (java) S 31734 31736 30588 0 -1 4202560 419426 0 0 0 1074 67 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31745] ppid=31734 vsize=15758136 CPUtime=10.77 cores=0,2,4,6
/proc/31736/task/31745/stat : 31745 (java) S 31734 31736 30588 0 -1 4202560 445846 0 0 0 1001 76 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31746] ppid=31734 vsize=15758136 CPUtime=11.04 cores=0,2,4,6
/proc/31736/task/31746/stat : 31746 (java) S 31734 31736 30588 0 -1 4202560 325059 0 0 0 1049 55 0 0 16 0 22 0 518900603 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31747] ppid=31734 vsize=15758136 CPUtime=93.66 cores=0,2,4,6
/proc/31736/task/31747/stat : 31747 (java) R 31734 31736 30588 0 -1 4202560 326722 0 0 0 9324 42 0 0 17 0 22 0 518900604 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222921474702 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31736/tid=31748] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31748/stat : 31748 (java) S 31734 31736 30588 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 518900605 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) S 31734 31736 30588 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 518900605 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31750] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31750/stat : 31750 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933600689 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31751] ppid=31734 vsize=15758136 CPUtime=1.39 cores=0,2,4,6
/proc/31736/task/31751/stat : 31751 (java) S 31734 31736 30588 0 -1 4202560 8453 0 0 0 138 1 0 0 15 0 22 0 518900607 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31752] ppid=31734 vsize=15758136 CPUtime=1.77 cores=0,2,4,6
/proc/31736/task/31752/stat : 31752 (java) S 31734 31736 30588 0 -1 4202560 15282 0 0 0 176 1 0 0 15 0 22 0 518900607 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31753] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31753/stat : 31753 (java) S 31734 31736 30588 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 518900607 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31754] ppid=31734 vsize=15758136 CPUtime=0 cores=0,2,4,6
/proc/31736/task/31754/stat : 31754 (java) S 31734 31736 30588 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 518900607 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933593600 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31759] ppid=31734 vsize=15758136 CPUtime=994.37 cores=0,2,4,6
/proc/31736/task/31759/stat : 31759 (java) S 31734 31736 30588 0 -1 4202560 49 0 0 0 99437 0 0 0 16 0 22 0 518901079 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 4 0 0 0
[pid=31736/tid=31760] ppid=31734 vsize=15758136 CPUtime=997.63 cores=0,2,4,6
/proc/31736/task/31760/stat : 31760 (java) S 31734 31736 30588 0 -1 4202560 68 0 0 0 99763 0 0 0 16 0 22 0 518901079 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 2 0 0 0
[pid=31736/tid=31761] ppid=31734 vsize=15758136 CPUtime=1070.61 cores=0,2,4,6
/proc/31736/task/31761/stat : 31761 (java) S 31734 31736 30588 0 -1 4202560 66 0 0 0 107060 1 0 0 16 0 22 0 518901079 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 6 0 0 0
[pid=31736/tid=31762] ppid=31734 vsize=15758136 CPUtime=1057.76 cores=0,2,4,6
/proc/31736/task/31762/stat : 31762 (java) S 31734 31736 30588 0 -1 4202560 81 0 0 0 105776 0 0 0 16 0 22 0 518901079 16136331264 3869025 33554432000 1073741824 1073778376 140733258293248 18446744073709551615 222933592985 0 4 0 16800975 18446604441865161600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4418.26
Current children cumulated vsize (KiB) 15758136

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -31736

[startup+1302.3 s]
/proc/loadavg: 4.30 6.84 7.17 2/173 31818
/proc/meminfo: memFree=19219268/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=0 CPUtime=4420.92 cores=0,2,4,6
/proc/31736/stat : 31736 (java) Z 31734 31736 30588 0 -1 4203548 3989614 0 1 0 441427 665 0 0 18 0 2 0 518900602 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 0 0 0 0 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=0 CPUtime=0.23 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) R 31734 31736 30588 0 -1 4203588 8 0 0 0 0 23 0 0 18 0 2 0 518900605 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4420.92
Current children cumulated vsize (KiB) 0

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

[startup+1302.41 s]
/proc/loadavg: 4.30 6.84 7.17 2/173 31818
/proc/meminfo: memFree=19219268/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=0 CPUtime=4421.02 cores=0,2,4,6
/proc/31736/stat : 31736 (java) Z 31734 31736 30588 0 -1 4203548 3989614 0 1 0 441427 675 0 0 18 0 2 0 518900602 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 0 0 0 0 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=0 CPUtime=0.33 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) R 31734 31736 30588 0 -1 4203588 8 0 0 0 0 33 0 0 18 0 2 0 518900605 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4421.02
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 4.30 6.84 7.17 2/173 31818
/proc/meminfo: memFree=19219268/32951124 swapFree=67111356/67111528
[pid=31736] ppid=31734 vsize=0 CPUtime=4421.21 cores=0,2,4,6
/proc/31736/stat : 31736 (java) Z 31734 31736 30588 0 -1 4203548 3989614 0 1 0 441427 694 0 0 18 0 2 0 518900602 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31736/statm: 0 0 0 0 0 0 0
[pid=31736/tid=31749] ppid=31734 vsize=0 CPUtime=0.52 cores=0,2,4,6
/proc/31736/task/31749/stat : 31749 (java) R 31734 31736 30588 0 -1 4203588 8 0 0 0 0 52 0 0 18 0 2 0 518900605 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4421.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.66
CPU time (s): 4421.29
CPU user time (s): 4414.28
CPU system time (s): 7.00593
CPU usage (%): 339.405
Max. virtual memory (cumulated for all children) (KiB): 15758136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4414.28
system time used= 7.00593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3989614
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= 47921
involuntary context switches= 78414

runsolver used 2.11068 second user time and 5.04023 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 12:29:59
IDJOB=3313454
IDBENCH=20349
IDSOLVER=1699
FILE ID=node109/3313454-1304072997
RUNJOBID= node109-1304072997-31699
PBS_JOBID= 13170459
Free space on /tmp= 72348 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313454-1304072997/watcher-3313454-1304072997 -o /tmp/evaluation-result-3313454-1304072997/solver-3313454-1304072997 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313454-1304072997.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1076984370

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28467372 kB
Buffers:        893976 kB
Cached:        2944296 kB
SwapCached:        168 kB
Active:        1051808 kB
Inactive:      3004188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28467372 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           37508 kB
Writeback:           0 kB
AnonPages:      217200 kB
Mapped:          23184 kB
Slab:           362708 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   788300 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= 72356 MiB
End job on node109 at 2011-04-29 12:51:41