Trace number 3741617

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 527.98 523.401

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-opm2-z12-s14.opb
MD5SUMf1849946ff16a8dbd3f6ed4bfe3f33be
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44342
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10800
Total number of constraints319508
Number of constraints which are clauses319500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint2
Maximum length of a constraint10798
Number of terms in the objective function 10733
Biggest coefficient in the objective function 575
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1508059
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 3704832
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 26039669
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.02/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.02/0.09	c no version file found!!!
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version	1.6.0_24
0.02/0.09	c os.name	Linux
0.02/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch	amd64
0.02/0.09	c Free memory 1599470296
0.02/0.09	c Max memory 1607860224
0.02/0.09	c Total memory 1607860224
0.02/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3741617-1338745684.opb
0.08/0.11	c reading problem ... 
2.63/1.91	c ... done. Wall clock time 1.799s.
2.63/1.91	c CPU time (experimental) 1.83s.
2.63/1.91	c #vars     10800
2.63/1.91	c #constraints  319508
3.90/2.71	c SATISFIABLE
3.90/2.71	c OPTIMIZING...
3.90/2.71	c Got one! Elapsed wall clock time (in seconds):2.601
3.90/2.76	o -34393
4.28/3.03	c Got one! Elapsed wall clock time (in seconds):2.923
4.28/3.08	o -39776
525.38/520.78	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
525.38/520.78		at java.math.BigInteger.add(BigInteger.java:1023)
525.38/520.78		at org.sat4j.minisat.constraints.pb.MaxWatchPb.undo(Unknown Source)
525.38/520.78		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
525.38/520.78		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
525.38/520.78		at org.sat4j.minisat.core.Solver.search(Unknown Source)
525.38/520.78		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
525.38/520.78		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
525.38/520.78		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
525.38/520.78		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
525.38/520.78		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
525.38/520.78		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
525.38/520.78		at org.sat4j.AbstractLauncher.run(Unknown Source)
525.38/520.78		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
526.28/521.65	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
527.98/523.39		at java.lang.StringBuilder.toString(StringBuilder.java:430)
527.98/523.39		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
527.98/523.39		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
527.98/523.39		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
527.98/523.39		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
527.98/523.39		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741617-1338745684/watcher-3741617-1338745684 -o /tmp/evaluation-result-3741617-1338745684/solver-3741617-1338745684 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741617-1338745684.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.07 2.02 3/192 14373
/proc/meminfo: memFree=27994304/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14373/stat : 14373 (java) D 14371 14373 7296 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340696893 9515008 182 33554432000 1073741824 1073778376 140733202863696 140733202854728 226329706165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14373/statm: 2323 182 140 9 0 71 0

[startup+0.0453681 s]
/proc/loadavg: 2.00 2.07 2.02 3/192 14373
/proc/meminfo: memFree=27994304/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=2623916 CPUtime=0.02 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 3891 0 1 0 2 0 0 0 20 0 13 0 340696893 2686889984 5099 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 655979 5105 1675 9 0 646680 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2623916

[startup+0.100332 s]
/proc/loadavg: 2.00 2.07 2.02 3/192 14373
/proc/meminfo: memFree=27994304/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 4345 0 1 0 7 1 0 0 20 0 18 0 340696893 3028844544 6063 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 739464 6066 1950 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300293 s]
/proc/loadavg: 2.00 2.07 2.02 3/192 14373
/proc/meminfo: memFree=27994304/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 6413 0 1 0 45 2 0 0 20 0 18 0 340696893 3028844544 11495 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 739464 11495 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2957856

[startup+0.700298 s]
/proc/loadavg: 2.00 2.07 2.02 3/192 14373
/proc/meminfo: memFree=27994304/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=2957856 CPUtime=1.12 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 8764 0 1 0 107 5 0 0 20 0 18 0 340696893 3028844544 36600 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 739464 36600 2259 9 0 729885 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2957856

[startup+1.50077 s]
/proc/loadavg: 2.00 2.07 2.02 3/210 14391
/proc/meminfo: memFree=27712424/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=2957856 CPUtime=2.22 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 9944 0 1 0 207 15 0 0 20 0 18 0 340696893 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 739464 116519 2277 9 0 729885 0
[pid=14373/tid=14375] ppid=14371 vsize=2957856 CPUtime=1.42 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) R 14371 14373 7296 0 -1 4202560 3231 0 1 0 132 10 0 0 20 0 18 0 340696894 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162644581912 140162516965725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) S 14371 14373 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340696896 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162020366696 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340696897 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340696897 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162018259848 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=2957856 CPUtime=0.3 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 2867 0 0 0 30 0 0 0 20 0 18 0 340696900 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=2957856 CPUtime=0.31 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 2598 0 0 0 31 0 0 0 20 0 18 0 340696900 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3028844544 116519 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 2957856

[startup+3.10075 s]
/proc/loadavg: 2.00 2.07 2.02 4/211 14392
/proc/meminfo: memFree=27533692/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3024420 CPUtime=4.38 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 13565 0 1 0 421 17 0 0 20 0 18 0 340696893 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 756105 116834 2297 9 0 746526 0
[pid=14373/tid=14375] ppid=14371 vsize=3024420 CPUtime=3.02 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) R 14371 14373 7296 0 -1 4202560 3236 0 1 0 292 10 0 0 20 0 18 0 340696894 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162644583120 140162517386921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340696895 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) S 14371 14373 7296 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 340696896 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162020366696 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340696897 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340696897 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162018259848 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 4253 0 0 0 57 2 0 0 20 0 18 0 340696900 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 56 2 0 0 20 0 18 0 340696900 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340696900 3097006080 116834 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 3024420

[startup+6.30065 s]
/proc/loadavg: 2.00 2.06 2.02 3/211 14394
/proc/meminfo: memFree=27533808/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3024420 CPUtime=7.66 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 14337 0 1 0 749 17 0 0 20 0 19 0 340696893 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 756105 116820 2297 9 0 746526 0
[pid=14373/tid=14375] ppid=14371 vsize=3024420 CPUtime=6.21 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) R 14371 14373 7296 0 -1 4202560 3239 0 1 0 611 10 0 0 20 0 19 0 340696894 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162644580800 140162517303174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=3024420 CPUtime=0.01 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340696895 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) S 14371 14373 7296 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 340696896 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162020366696 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340696897 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340696897 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162018259848 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340696900 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3024420 CPUtime=0.67 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 5020 0 0 0 65 2 0 0 20 0 19 0 340696900 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3024420 CPUtime=0.58 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 56 2 0 0 20 0 19 0 340696900 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340696900 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340696900 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14394] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14394/stat : 14394 (java) S 14371 14373 7296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340697207 3097006080 116820 33554432000 1073741824 1073778376 140734672980752 140162010866472 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 2.00 2.06 2.02 3/211 14394
/proc/meminfo: memFree=27486456/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3024420 CPUtime=14.28 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 14432 0 1 0 1404 24 0 0 20 0 19 0 340696893 3097006080 128602 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340696900 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 5026 0 0 0 73 2 0 0 20 0 19 0 340696900 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 58 2 0 0 20 0 19 0 340696900 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340696900 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3024420 CPUtime=0.14 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 27 0 0 0 8 6 0 0 20 0 19 0 340696900 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14394] ppid=14371 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14394/stat : 14394 (java) S 14371 14373 7296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340697207 3097006080 411046 33554432000 1073741824 1073778376 140734672980752 140162010866472 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 466.98
Current children cumulated vsize (KiB) 3024420

[startup+522.301 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 14400
/proc/meminfo: memFree=25921732/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3090984 CPUtime=526.98 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 16595 0 1 0 52511 187 0 0 20 0 20 0 340696893 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 772746 418233 2305 9 0 763167 0
[pid=14373/tid=14375] ppid=14371 vsize=3090984 CPUtime=503.06 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) S 14371 14373 7296 0 -1 4202560 3324 0 1 0 50289 17 0 0 20 0 20 0 340696894 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162644583608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 233 0 0 0 31 18 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 222 0 0 0 31 17 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 243 0 0 0 26 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 281 0 0 0 39 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 229 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 240 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 280 0 0 0 29 23 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 318 0 0 0 38 25 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=3090984 CPUtime=16.71 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) R 14371 14373 7296 0 -1 4202560 147 0 0 0 1668 3 0 0 20 0 20 0 340696896 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162020366696 226329379148 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162018257080 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3090984 CPUtime=0.75 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 5026 0 0 0 73 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 58 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3090984 CPUtime=0.17 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 31 0 0 0 10 7 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14394] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14394/stat : 14394 (java) S 14371 14373 7296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340697207 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162010866472 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14400] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14400/stat : 14400 (java) S 14371 14373 7296 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 340748971 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162009813112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 526.98
Current children cumulated vsize (KiB) 3090984

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

[startup+523.101 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 14400
/proc/meminfo: memFree=25921608/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3090984 CPUtime=527.78 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 16599 0 1 0 52591 187 0 0 20 0 20 0 340696893 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 772746 418233 2305 9 0 763167 0
[pid=14373/tid=14375] ppid=14371 vsize=3090984 CPUtime=503.06 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) S 14371 14373 7296 0 -1 4202560 3324 0 1 0 50289 17 0 0 20 0 20 0 340696894 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162644583608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 233 0 0 0 31 18 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 222 0 0 0 31 17 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 243 0 0 0 26 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 281 0 0 0 39 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 229 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 240 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 280 0 0 0 29 23 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 318 0 0 0 38 25 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=3090984 CPUtime=17.51 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) R 14371 14373 7296 0 -1 4202560 147 0 0 0 1748 3 0 0 20 0 20 0 340696896 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162020366696 140162652349980 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162018259848 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3090984 CPUtime=0.75 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 5026 0 0 0 73 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 58 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3090984 CPUtime=0.17 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 31 0 0 0 10 7 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14394] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14394/stat : 14394 (java) S 14371 14373 7296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340697207 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162010866472 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14400] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14400/stat : 14400 (java) S 14371 14373 7296 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340748971 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162009812712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 527.78
Current children cumulated vsize (KiB) 3090984

[startup+523.301 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 14400
/proc/meminfo: memFree=25921608/32873844 swapFree=6088/6088
[pid=14373] ppid=14371 vsize=3090984 CPUtime=527.98 cores=1,3,5,7
/proc/14373/stat : 14373 (java) S 14371 14373 7296 0 -1 4202496 16599 0 1 0 52611 187 0 0 20 0 20 0 340696893 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140734672971888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14373/statm: 772746 418233 2305 9 0 763167 0
[pid=14373/tid=14375] ppid=14371 vsize=3090984 CPUtime=503.06 cores=1,3,5,7
/proc/14373/task/14375/stat : 14375 (java) S 14371 14373 7296 0 -1 4202560 3324 0 1 0 50289 17 0 0 20 0 20 0 340696894 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162644583608 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14376] ppid=14371 vsize=3090984 CPUtime=0.49 cores=1,3,5,7
/proc/14373/task/14376/stat : 14376 (java) S 14371 14373 7296 0 -1 4202560 233 0 0 0 31 18 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162509957544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14377] ppid=14371 vsize=3090984 CPUtime=0.48 cores=1,3,5,7
/proc/14373/task/14377/stat : 14377 (java) S 14371 14373 7296 0 -1 4202560 222 0 0 0 31 17 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162508905000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14378] ppid=14371 vsize=3090984 CPUtime=0.46 cores=1,3,5,7
/proc/14373/task/14378/stat : 14378 (java) S 14371 14373 7296 0 -1 4202560 243 0 0 0 26 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162507851944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14379] ppid=14371 vsize=3090984 CPUtime=0.59 cores=1,3,5,7
/proc/14373/task/14379/stat : 14379 (java) S 14371 14373 7296 0 -1 4202560 281 0 0 0 39 20 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162506799400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14380] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14380/stat : 14380 (java) S 14371 14373 7296 0 -1 4202560 229 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162505747368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14381] ppid=14371 vsize=3090984 CPUtime=0.51 cores=1,3,5,7
/proc/14373/task/14381/stat : 14381 (java) S 14371 14373 7296 0 -1 4202560 240 0 0 0 32 19 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162504694824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14382] ppid=14371 vsize=3090984 CPUtime=0.52 cores=1,3,5,7
/proc/14373/task/14382/stat : 14382 (java) S 14371 14373 7296 0 -1 4202560 280 0 0 0 29 23 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162503641768 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14383] ppid=14371 vsize=3090984 CPUtime=0.63 cores=1,3,5,7
/proc/14373/task/14383/stat : 14383 (java) S 14371 14373 7296 0 -1 4202560 318 0 0 0 38 25 0 0 20 0 20 0 340696895 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162502589224 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14384] ppid=14371 vsize=3090984 CPUtime=17.71 cores=1,3,5,7
/proc/14373/task/14384/stat : 14384 (java) R 14371 14373 7296 0 -1 4202560 147 0 0 0 1768 3 0 0 20 0 20 0 340696896 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162020366696 226329379116 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14373/tid=14385] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14385/stat : 14385 (java) S 14371 14373 7296 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162019313016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14386] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14386/stat : 14386 (java) S 14371 14373 7296 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340696897 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162018259848 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14387] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14387/stat : 14387 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162017208592 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14388] ppid=14371 vsize=3090984 CPUtime=0.75 cores=1,3,5,7
/proc/14373/task/14388/stat : 14388 (java) S 14371 14373 7296 0 -1 4202560 5026 0 0 0 73 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162016156472 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14389] ppid=14371 vsize=3090984 CPUtime=0.6 cores=1,3,5,7
/proc/14373/task/14389/stat : 14389 (java) S 14371 14373 7296 0 -1 4202560 4811 0 0 0 58 2 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162015103928 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14373/tid=14390] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14390/stat : 14390 (java) S 14371 14373 7296 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162014051064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14373/tid=14391] ppid=14371 vsize=3090984 CPUtime=0.17 cores=1,3,5,7
/proc/14373/task/14391/stat : 14391 (java) S 14371 14373 7296 0 -1 4202560 31 0 0 0 10 7 0 0 20 0 20 0 340696900 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162012998728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14394] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14394/stat : 14394 (java) S 14371 14373 7296 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340697207 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162010866472 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14373/tid=14400] ppid=14371 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/14373/task/14400/stat : 14400 (java) S 14371 14373 7296 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340748971 3165167616 418233 33554432000 1073741824 1073778376 140734672980752 140162009812712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 527.98
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14373 and gives
#  childrusage.ru_utime.tv_sec=524
#  childrusage.ru_utime.tv_usec=773222
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=62686
# CPU time returned by wait4() is 526.836
# while last known CPU time is 527.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 523.401
CPU time (s): 527.98
CPU user time (s): 526.11
CPU system time (s): 1.87
CPU usage (%): 100.875
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.773
system time used= 2.06269
maximum resident set size= 1672944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16608
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11835
involuntary context switches= 4460

runsolver used 2.39364 second user time and 5.64914 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 19:48:05
IDJOB=3741617
IDBENCH=89886
IDSOLVER=2319
FILE ID=node110/3741617-1338745684
RUNJOBID= node110-1338713878-7313
PBS_JOBID= 14636746
Free space on /tmp= 71064 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-opm2-z12-s14.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741617-1338745684/watcher-3741617-1338745684 -o /tmp/evaluation-result-3741617-1338745684/solver-3741617-1338745684 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741617-1338745684.opb           

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

MD5SUM BENCH= f1849946ff16a8dbd3f6ed4bfe3f33be
RANDOM SEED=640712855

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27994452 kB
Buffers:          898372 kB
Cached:          2525928 kB
SwapCached:          604 kB
Active:          2410236 kB
Inactive:        1595516 kB
Active(anon):     570032 kB
Inactive(anon):    12316 kB
Active(file):    1840204 kB
Inactive(file):  1583200 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:             12536 kB
Writeback:            12 kB
AnonPages:        611936 kB
Mapped:            19864 kB
Shmem:                40 kB
Slab:             708264 kB
SReclaimable:     149908 kB
SUnreclaim:       558356 kB
KernelStack:        1576 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1815316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71060 MiB
End job on node110 at 2012-06-03 19:56:48