Trace number 3313313

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) 3357.77 1302.38

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.10/0.12	34:28 INFO : Reading from input HOME/instance-3313313-1304188467.cnf
30.23/29.55	Executor set job limit to 1000000
30.23/29.55	Executor set job limit to 1000000
30.23/29.55	Executor set job limit to 1000000
30.23/29.55	Executor set job limit to 1000000
30.23/29.55	Starting Executor!
30.23/29.55	Starting Executor!
30.23/29.55	Starting Executor!
30.23/29.55	Starting Executor!
115.20/109.69	36:18 INFO : 554572 variables remaining out of 569795
115.20/109.69	36:18 INFO : 59773918 literals remaining out of 33406250
3268.19/1250.80	55:19 ERROR: Failed to solve instance
3268.19/1250.80	java.lang.OutOfMemoryError: GC overhead limit exceeded
3268.19/1250.80		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
3268.19/1250.80		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
3268.19/1250.80		at ibis.structure.ImplicationsGraph.removeStronglyConnectedComponents(ImplicationsGraph.java:360)
3268.19/1250.80		at ibis.structure.Solver.renameEquivalentLiterals(Solver.java:341)
3268.19/1250.80		at ibis.structure.Solver.simplify(Solver.java:196)
3268.19/1250.80		at ibis.structure.Solver.solve(Solver.java:113)
3268.19/1250.80		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3268.19/1250.80		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3268.19/1250.80		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3268.19/1250.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3268.19/1250.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3268.19/1250.80		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3268.19/1250.80		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3268.19/1250.80		at ibis.constellation.Executor.processActivities(Executor.java:75)
3268.19/1250.80		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3268.19/1250.80		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3268.19/1250.80		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-3313313-1304188467/watcher-3313313-1304188467 -o /tmp/evaluation-result-3313313-1304188467/solver-3313313-1304188467 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313313-1304188467.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: 5.52 7.40 7.80 3/172 2325
/proc/meminfo: memFree=25429760/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=3528 CPUtime=0 cores=0,2,4,6
/proc/2325/stat : 2325 (java) R 2323 2325 1869 0 -1 4194304 370 0 0 0 0 0 0 0 21 0 1 0 530449581 3612672 46 33554432000 1073741824 1073778376 140733579997824 18446744073709551615 218366033543 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2325/statm: 1398 51 40 9 0 27 0

[startup+0.00690891 s]
/proc/loadavg: 5.52 7.40 7.80 3/172 2325
/proc/meminfo: memFree=25429760/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/2325/stat : 2325 (java) R 2323 2325 1869 0 -1 4202496 1049 0 0 0 0 0 0 0 21 0 1 0 530449581 23580672 535 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218365994752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2325/statm: 5757 551 416 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100926 s]
/proc/loadavg: 5.52 7.40 7.80 3/172 2325
/proc/meminfo: memFree=25429760/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15676568 CPUtime=0.1 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 5542 0 1 0 9 1 0 0 21 0 18 0 530449581 16052805632 4947 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3919142 4947 2117 9 0 3909861 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676568

[startup+0.300877 s]
/proc/loadavg: 5.52 7.40 7.80 3/172 2325
/proc/meminfo: memFree=25429760/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=0.51 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 14532 0 1 0 49 2 0 0 21 0 18 0 530449581 16058355712 12714 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 12716 2208 9 0 3911216 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681988

[startup+0.700818 s]
/proc/loadavg: 5.52 7.40 7.80 3/172 2325
/proc/meminfo: memFree=25429760/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=0.93 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 42977 0 1 0 88 5 0 0 21 0 18 0 530449581 16058355712 41156 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 41156 2224 9 0 3911216 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681988

[startup+1.50067 s]
/proc/loadavg: 5.52 7.40 7.80 3/212 2366
/proc/meminfo: memFree=25103624/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=1.74 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 76873 0 1 0 165 9 0 0 21 0 18 0 530449581 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 75049 2224 9 0 3911216 0
[pid=2325/tid=2327] ppid=2323 vsize=15681988 CPUtime=1.46 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 1869 0 -1 4202560 65175 0 1 0 139 7 0 0 19 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912505522894 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 616 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 2207 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 560 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 1323 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 1582 0 0 0 0 0 0 0 15 0 18 0 530449582 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 1869 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 530449583 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 0 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15681988 CPUtime=0.13 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 2427 0 0 0 13 0 0 0 15 0 18 0 530449586 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15681988 CPUtime=0.1 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 1335 0 0 0 10 0 0 0 17 0 18 0 530449586 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449586 16058355712 75049 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15681988

[startup+3.10137 s]
/proc/loadavg: 5.52 7.40 7.80 5/212 2366
/proc/meminfo: memFree=24686364/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=3.42 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 146659 0 1 0 325 17 0 0 21 0 18 0 530449581 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 144745 2242 9 0 3911216 0
[pid=2325/tid=2327] ppid=2323 vsize=15681988 CPUtime=3.04 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 1869 0 -1 4202560 125638 0 1 0 290 14 0 0 22 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912505526929 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 616 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 2207 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 560 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 659 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 3188 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 6488 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 1583 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 1869 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 530449583 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 0 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15681988 CPUtime=0.15 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 2459 0 0 0 15 0 0 0 15 0 18 0 530449586 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15681988 CPUtime=0.12 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 1433 0 0 0 12 0 0 0 16 0 18 0 530449586 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449586 16058355712 144745 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15681988

[startup+6.3008 s]
/proc/loadavg: 5.39 7.34 7.78 3/212 2366
/proc/meminfo: memFree=23252564/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=6.67 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 285134 0 1 0 631 36 0 0 21 0 18 0 530449581 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 283172 2242 9 0 3911216 0
[pid=2325/tid=2327] ppid=2323 vsize=15681988 CPUtime=6.22 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) R 2323 2325 1869 0 -1 4202560 253570 0 1 0 590 32 0 0 25 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912505622111 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 617 0 0 0 1 0 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 2207 0 0 0 1 0 0 0 15 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15681988 CPUtime=0.02 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 10800 0 0 0 1 1 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 659 0 0 0 1 0 0 0 15 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 3188 0 0 0 1 0 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 6488 0 0 0 0 0 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15681988 CPUtime=0.01 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 1584 0 0 0 1 0 0 0 16 0 18 0 530449582 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 1869 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 18 0 530449583 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 0 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449584 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15681988 CPUtime=0.15 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 2459 0 0 0 15 0 0 0 15 0 18 0 530449586 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15681988 CPUtime=0.12 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 1433 0 0 0 12 0 0 0 16 0 18 0 530449586 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449586 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15681988 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449586 16058355712 283172 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 15681988

[startup+12.7007 s]
/proc/loadavg: 5.28 7.29 7.76 3/212 2366
/proc/meminfo: memFree=22406116/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15681988 CPUtime=13.18 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 460315 0 1 0 1256 62 0 0 21 0 18 0 530449581 16058355712 458339 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3920497 458339 2242 9 0 3911216 0
[pid=2325/tid=2327] ppid=2323 vsize=15681988 CPUtime=12.57 cores=0,2,4,6

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

[pid=2325/tid=2327] ppid=2323 vsize=15704152 CPUtime=106.49 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) S 2323 2325 1869 0 -1 4202560 624392 0 1 0 10563 86 0 0 23 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15704152 CPUtime=9.91 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 356926 0 0 0 919 72 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15704152 CPUtime=9.6 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 382399 0 0 0 879 81 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15704152 CPUtime=9.94 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 396739 0 0 0 916 78 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15704152 CPUtime=9.8 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 430437 0 0 0 882 98 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15704152 CPUtime=9.68 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 403775 0 0 0 882 86 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15704152 CPUtime=9.13 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 379984 0 0 0 834 79 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15704152 CPUtime=10.14 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 390094 0 0 0 932 82 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15704152 CPUtime=9.11 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 404207 0 0 0 840 71 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15704152 CPUtime=382.19 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) S 2323 2325 1869 0 -1 4202560 201219 0 0 0 25459 12760 0 0 15 0 22 0 530449583 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 0 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530449584 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449584 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15704152 CPUtime=2.3 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 15898 0 0 0 228 2 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15704152 CPUtime=1.32 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 4670 0 0 0 132 0 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2368] ppid=2323 vsize=15704152 CPUtime=702.72 cores=0,2,4,6
/proc/2325/task/2368/stat : 2368 (java) R 2323 2325 1869 0 -1 4202560 58 0 0 0 70270 2 0 0 18 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912505935122 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2325/tid=2369] ppid=2323 vsize=15704152 CPUtime=582.61 cores=0,2,4,6
/proc/2325/task/2369/stat : 2369 (java) R 2323 2325 1869 0 -1 4202560 17164 0 0 0 58256 5 0 0 18 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912506174797 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2325/tid=2370] ppid=2323 vsize=15704152 CPUtime=576.9 cores=0,2,4,6
/proc/2325/task/2370/stat : 2370 (java) R 2323 2325 1869 0 -1 4202560 17358 0 0 0 57689 1 0 0 18 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912506199154 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2325/tid=2371] ppid=2323 vsize=15704152 CPUtime=705.26 cores=0,2,4,6
/proc/2325/task/2371/stat : 2371 (java) R 2323 2325 1869 0 -1 4202560 55 0 0 0 70526 0 0 0 18 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 46912506174765 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3137.25
Current children cumulated vsize (KiB) 15704152

[startup+1242.3 s]
/proc/loadavg: 3.72 4.95 5.95 3/220 2408
/proc/meminfo: memFree=94376/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15704152 CPUtime=3259.13 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 4026870 0 1 0 311002 14911 0 0 21 0 22 0 530449581 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3926038 3851369 2297 9 0 3916757 0
[pid=2325/tid=2327] ppid=2323 vsize=15704152 CPUtime=106.49 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) S 2323 2325 1869 0 -1 4202560 624392 0 1 0 10563 86 0 0 23 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15704152 CPUtime=9.91 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 356926 0 0 0 919 72 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15704152 CPUtime=9.6 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 382399 0 0 0 879 81 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15704152 CPUtime=9.94 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 396739 0 0 0 916 78 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15704152 CPUtime=9.8 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 430437 0 0 0 882 98 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15704152 CPUtime=9.68 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 403775 0 0 0 882 86 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15704152 CPUtime=9.13 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 379984 0 0 0 834 79 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15704152 CPUtime=10.14 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 390094 0 0 0 932 82 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15704152 CPUtime=9.11 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 404207 0 0 0 840 71 0 0 16 0 22 0 530449582 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15704152 CPUtime=429.66 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) R 2323 2325 1869 0 -1 4202560 201223 0 0 0 28807 14159 0 0 18 0 22 0 530449583 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 47098546337792 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530449584 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449584 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15704152 CPUtime=2.3 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 15898 0 0 0 228 2 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15704152 CPUtime=1.32 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 4670 0 0 0 132 0 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 530449586 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2368] ppid=2323 vsize=15704152 CPUtime=739.64 cores=0,2,4,6
/proc/2325/task/2368/stat : 2368 (java) S 2323 2325 1869 0 -1 4202560 70 0 0 0 73962 2 0 0 15 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2369] ppid=2323 vsize=15704152 CPUtime=595.12 cores=0,2,4,6
/proc/2325/task/2369/stat : 2369 (java) S 2323 2325 1869 0 -1 4202560 17166 0 0 0 59507 5 0 0 15 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2370] ppid=2323 vsize=15704152 CPUtime=589.41 cores=0,2,4,6
/proc/2325/task/2370/stat : 2370 (java) S 2323 2325 1869 0 -1 4202560 17373 0 0 0 58940 1 0 0 15 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2371] ppid=2323 vsize=15704152 CPUtime=717.71 cores=0,2,4,6
/proc/2325/task/2371/stat : 2371 (java) S 2323 2325 1869 0 -1 4202560 58 0 0 0 71771 0 0 0 15 0 22 0 530452536 16081051648 3851369 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3259.13
Current children cumulated vsize (KiB) 15704152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.38 4.61 5.77 3/220 2410
/proc/meminfo: memFree=94232/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=15704152 CPUtime=3352.93 cores=0,2,4,6
/proc/2325/stat : 2325 (java) S 2323 2325 1869 0 -1 4202496 4026942 0 1 0 320046 15247 0 0 21 0 22 0 530449581 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2325/statm: 3926038 3851380 2297 9 0 3916757 0
[pid=2325/tid=2327] ppid=2323 vsize=15704152 CPUtime=106.49 cores=0,2,4,6
/proc/2325/task/2327/stat : 2327 (java) S 2323 2325 1869 0 -1 4202560 624392 0 1 0 10563 86 0 0 23 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2328] ppid=2323 vsize=15704152 CPUtime=9.91 cores=0,2,4,6
/proc/2325/task/2328/stat : 2328 (java) S 2323 2325 1869 0 -1 4202560 356926 0 0 0 919 72 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2329] ppid=2323 vsize=15704152 CPUtime=9.6 cores=0,2,4,6
/proc/2325/task/2329/stat : 2329 (java) S 2323 2325 1869 0 -1 4202560 382399 0 0 0 879 81 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2330] ppid=2323 vsize=15704152 CPUtime=9.94 cores=0,2,4,6
/proc/2325/task/2330/stat : 2330 (java) S 2323 2325 1869 0 -1 4202560 396739 0 0 0 916 78 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2331] ppid=2323 vsize=15704152 CPUtime=9.8 cores=0,2,4,6
/proc/2325/task/2331/stat : 2331 (java) S 2323 2325 1869 0 -1 4202560 430437 0 0 0 882 98 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2332] ppid=2323 vsize=15704152 CPUtime=9.68 cores=0,2,4,6
/proc/2325/task/2332/stat : 2332 (java) S 2323 2325 1869 0 -1 4202560 403775 0 0 0 882 86 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2333] ppid=2323 vsize=15704152 CPUtime=9.13 cores=0,2,4,6
/proc/2325/task/2333/stat : 2333 (java) S 2323 2325 1869 0 -1 4202560 379984 0 0 0 834 79 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2334] ppid=2323 vsize=15704152 CPUtime=10.14 cores=0,2,4,6
/proc/2325/task/2334/stat : 2334 (java) S 2323 2325 1869 0 -1 4202560 390094 0 0 0 932 82 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2335] ppid=2323 vsize=15704152 CPUtime=9.11 cores=0,2,4,6
/proc/2325/task/2335/stat : 2335 (java) S 2323 2325 1869 0 -1 4202560 404207 0 0 0 840 71 0 0 16 0 22 0 530449582 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=15704152 CPUtime=477.02 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) R 2323 2325 1869 0 -1 4202560 201224 0 0 0 33207 14495 0 0 18 0 22 0 530449583 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 47098546339255 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=2325/tid=2337] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2337/stat : 2337 (java) S 2323 2325 1869 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530449584 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2338] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2338/stat : 2338 (java) S 2323 2325 1869 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449584 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2339] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2339/stat : 2339 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382780849 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2340] ppid=2323 vsize=15704152 CPUtime=2.3 cores=0,2,4,6
/proc/2325/task/2340/stat : 2340 (java) S 2323 2325 1869 0 -1 4202560 15898 0 0 0 228 2 0 0 15 0 22 0 530449586 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2341] ppid=2323 vsize=15704152 CPUtime=1.32 cores=0,2,4,6
/proc/2325/task/2341/stat : 2341 (java) S 2323 2325 1869 0 -1 4202560 4670 0 0 0 132 0 0 0 15 0 22 0 530449586 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2342] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2342/stat : 2342 (java) S 2323 2325 1869 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449586 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2343] ppid=2323 vsize=15704152 CPUtime=0 cores=0,2,4,6
/proc/2325/task/2343/stat : 2343 (java) S 2323 2325 1869 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 530449586 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773760 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 0
[pid=2325/tid=2368] ppid=2323 vsize=15704152 CPUtime=755.17 cores=0,2,4,6
/proc/2325/task/2368/stat : 2368 (java) S 2323 2325 1869 0 -1 4202560 88 0 0 0 75515 2 0 0 15 0 22 0 530452536 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 0 0 0 0
[pid=2325/tid=2369] ppid=2323 vsize=15704152 CPUtime=605.46 cores=0,2,4,6
/proc/2325/task/2369/stat : 2369 (java) S 2323 2325 1869 0 -1 4202560 17175 0 0 0 60541 5 0 0 15 0 22 0 530452536 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 2 0 0 0
[pid=2325/tid=2370] ppid=2323 vsize=15704152 CPUtime=599.74 cores=0,2,4,6
/proc/2325/task/2370/stat : 2370 (java) S 2323 2325 1869 0 -1 4202560 17386 0 0 0 59973 1 0 0 15 0 22 0 530452536 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 4 0 0 0
[pid=2325/tid=2371] ppid=2323 vsize=15704152 CPUtime=727.95 cores=0,2,4,6
/proc/2325/task/2371/stat : 2371 (java) S 2323 2325 1869 0 -1 4202560 87 0 0 0 72795 0 0 0 15 0 22 0 530452536 16081051648 3851380 33554432000 1073741824 1073778376 140733729653936 18446744073709551615 218382773145 0 4 0 16800975 18446604445716996160 0 0 -1 6 0 0 4
Current children cumulated CPU time (s) 3352.93
Current children cumulated vsize (KiB) 15704152

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2325

[startup+1302.3 s]
/proc/loadavg: 3.38 4.61 5.77 3/204 2416
/proc/meminfo: memFree=3935756/32951124 swapFree=67051468/67111528
[pid=2325] ppid=2323 vsize=0 CPUtime=3357.69 cores=0,2,4,6
/proc/2325/stat : 2325 (java) Z 2323 2325 1869 0 -1 4203548 4026971 0 1 0 320468 15301 0 0 18 0 2 0 530449581 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2325/statm: 0 0 0 0 0 0 0
[pid=2325/tid=2336] ppid=2323 vsize=0 CPUtime=478.49 cores=0,2,4,6
/proc/2325/task/2336/stat : 2336 (java) R 2323 2325 1869 0 -1 4202564 201225 0 0 0 33300 14549 0 0 21 0 2 0 530449583 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3357.69
Current children cumulated vsize (KiB) 0

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

Child status: 143
Real time (s): 1302.38
CPU time (s): 3357.77
CPU user time (s): 3204.69
CPU system time (s): 153.079
CPU usage (%): 257.818
Max. virtual memory (cumulated for all children) (KiB): 15715104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3204.69
system time used= 153.079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4026971
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= 98988
involuntary context switches= 71815

runsolver used 2.27765 second user time and 4.85826 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 20:34:28
IDJOB=3313313
IDBENCH=88159
IDSOLVER=1699
FILE ID=node101/3313313-1304188467
RUNJOBID= node101-1304188467-2313
PBS_JOBID= 13172472
Free space on /tmp= 71752 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313313-1304188467/watcher-3313313-1304188467 -o /tmp/evaluation-result-3313313-1304188467/solver-3313313-1304188467 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313313-1304188467.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1299779934

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25429908 kB
Buffers:       1929512 kB
Cached:        5104776 kB
SwapCached:      30424 kB
Active:        2377148 kB
Inactive:      4690428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25429908 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:          420152 kB
Writeback:           0 kB
AnonPages:       24820 kB
Mapped:           8508 kB
Slab:           390092 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187400 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= 71748 MiB
End job on node101 at 2011-04-30 20:56:11