Trace number 3741599

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? 731.64 723.814

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@5b3caecd
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3741599-1338745401.opb
0.08/0.10	c reading problem ... 
32.00/27.43	c ... done. Wall clock time 27.324s.
32.00/27.43	c CPU time (experimental) 26.08s.
32.00/27.43	c #vars     124626
32.00/27.43	c #constraints  172644
714.24/706.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
715.04/707.28		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
715.04/707.28		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
716.94/709.18		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
716.94/709.18		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
718.64/710.89		at org.sat4j.minisat.core.Solver.search(Unknown Source)
718.64/710.89		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
720.44/712.60		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
720.44/712.60		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
722.15/714.31		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
722.15/714.31		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
722.95/715.16		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
723.85/716.02		at org.sat4j.AbstractLauncher.run(Unknown Source)
723.85/716.02		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
728.14/720.38	c starts		: 10
728.14/720.38	c conflicts		: 10942
728.14/720.38	c decisions		: 368392
728.14/720.38	c propagations		: 6703307
728.14/720.38	c inspects		: 19836324
728.14/720.38	c learnt literals	: 41
728.14/720.38	c learnt binary clauses	: 87
729.04/721.24	c learnt ternary clauses	: 56
729.84/722.09	c learnt clauses	: 10900
729.84/722.09	c root simplifications	: 0
729.84/722.09	c removed literals (reason simplification)	: 0
729.84/722.09	c reason swapping (by a shorter reason)	: 0
729.84/722.09	c Calls to reduceDB	: 0
731.64/723.80	c speed (decisions/second)	: 530.3404819523403
731.64/723.80	c non guided choices	36026
731.64/723.80	s UNKNOWN
731.64/723.80	c Total wall clock time (ms): 723.696

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-3741599-1338745401/watcher-3741599-1338745401 -o /tmp/evaluation-result-3741599-1338745401/solver-3741599-1338745401 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741599-1338745401.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: 1.92 1.99 1.99 3/194 9103
/proc/meminfo: memFree=29391044/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9103/stat : 9103 (java) D 9101 9103 30888 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340669103 9515008 182 33554432000 1073741824 1073778376 140734809292016 140734809283048 249650036405 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/9103/statm: 2323 182 140 9 0 71 0

[startup+0.0677301 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 9103
/proc/meminfo: memFree=29391044/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2956804 CPUtime=0.03 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 4064 0 1 0 3 0 0 0 20 0 18 0 340669103 3027767296 5783 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739201 5783 1764 9 0 729885 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2956804

[startup+0.100332 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 9103
/proc/meminfo: memFree=29391044/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 4888 0 1 0 7 1 0 0 20 0 18 0 340669103 3028844544 6585 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 6596 2099 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.525683 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 9103
/proc/meminfo: memFree=29391044/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=1.04 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 10222 0 1 0 100 4 0 0 20 0 18 0 340669103 3028844544 31135 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 31135 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2957856

[startup+0.700319 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 9103
/proc/meminfo: memFree=29391044/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=1.3 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 10447 0 1 0 125 5 0 0 20 0 18 0 340669103 3028844544 51800 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 51800 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2957856

[startup+1.50087 s]
/proc/loadavg: 2.09 2.02 2.01 4/212 9121
/proc/meminfo: memFree=28946444/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=2.71 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 17009 0 1 0 255 16 0 0 20 0 18 0 340669103 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 123904 2277 9 0 729885 0
[pid=9103/tid=9105] ppid=9101 vsize=2957856 CPUtime=1.41 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 30888 0 -1 4202560 3239 0 1 0 132 9 0 0 20 0 18 0 340669104 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173178060232 140173181346707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340669105 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172553734248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=2957856 CPUtime=0.6 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) R 9101 9103 30888 0 -1 4202560 7714 0 0 0 60 0 0 0 20 0 18 0 340669110 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172549501368 140173181374083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4779 0 0 0 47 2 0 0 20 0 18 0 340669110 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 123904 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 2957856

[startup+3.10072 s]
/proc/loadavg: 2.09 2.02 2.01 3/212 9121
/proc/meminfo: memFree=28848140/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=4.65 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 17202 0 1 0 436 29 0 0 20 0 18 0 340669103 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 142889 2277 9 0 729885 0
[pid=9103/tid=9105] ppid=9101 vsize=2957856 CPUtime=2.9 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 30888 0 -1 4202560 3241 0 1 0 280 10 0 0 20 0 18 0 340669104 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173178052720 140173050743597 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 47 0 0 0 5 3 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 40 0 0 0 5 3 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 34 0 0 0 2 3 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 340669105 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172553734248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=2957856 CPUtime=0.61 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7714 0 0 0 61 0 0 0 20 0 18 0 340669110 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4779 0 0 0 47 2 0 0 20 0 18 0 340669110 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 142889 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 2957856

[startup+6.30077 s]
/proc/loadavg: 2.48 2.10 2.03 3/211 9121
/proc/meminfo: memFree=28802108/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=8.52 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 17508 0 1 0 809 43 0 0 20 0 18 0 340669103 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 162664 2277 9 0 729885 0
[pid=9103/tid=9105] ppid=9101 vsize=2957856 CPUtime=5.83 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) R 9101 9103 30888 0 -1 4202560 3246 0 1 0 573 10 0 0 20 0 18 0 340669104 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173178060328 140173050765472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=2957856 CPUtime=0.28 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 110 0 0 0 22 6 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=2957856 CPUtime=0.23 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 86 0 0 0 19 4 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 64 0 0 0 12 4 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 49 0 0 0 10 3 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=2957856 CPUtime=0.2 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 92 0 0 0 16 4 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 79 0 0 0 11 3 0 0 20 0 18 0 340669105 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) S 9101 9103 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172553734248 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340669107 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=2957856 CPUtime=0.62 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7714 0 0 0 62 0 0 0 20 0 18 0 340669110 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4779 0 0 0 47 2 0 0 20 0 18 0 340669110 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340669110 3028844544 162664 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 2957856

[startup+12.7007 s]
/proc/loadavg: 2.44 2.10 2.03 3/212 9122
/proc/meminfo: memFree=28676188/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=2957856 CPUtime=15.61 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 17771 0 1 0 1506 55 0 0 20 0 18 0 340669103 3028844544 182750 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 739464 182750 2284 9 0 729885 0
[pid=9103/tid=9105] ppid=9101 vsize=2957856 CPUtime=11.97 cores=1,3,5,7

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

/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7727 0 0 0 86 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4826 0 0 0 83 2 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 41 0 0 0 15 15 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9123] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9123/stat : 9123 (java) S 9101 9103 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340671852 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172544164648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9186] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9186/stat : 9186 (java) S 9101 9103 30888 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 340741142 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172543111320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 729.65
Current children cumulated vsize (KiB) 3090984

[startup+722.601 s]
/proc/loadavg: 2.02 2.02 2.00 3/214 9186
/proc/meminfo: memFree=28684024/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=3090984 CPUtime=730.44 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 22344 0 1 0 72830 214 0 0 20 0 20 0 340669103 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 772746 422528 2300 9 0 763167 0
[pid=9103/tid=9105] ppid=9101 vsize=3090984 CPUtime=677.42 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) S 9101 9103 30888 0 -1 4202560 3377 0 1 0 67714 28 0 0 20 0 20 0 340669104 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173178062008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=3090984 CPUtime=1.16 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 385 0 0 0 91 25 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=3090984 CPUtime=1.02 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 328 0 0 0 80 22 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=3090984 CPUtime=0.98 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 307 0 0 0 77 21 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=3090984 CPUtime=0.96 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 321 0 0 0 77 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 299 0 0 0 66 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=3090984 CPUtime=0.9 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 286 0 0 0 70 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=3090984 CPUtime=1.03 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 349 0 0 0 79 24 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 282 0 0 0 69 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=3090984 CPUtime=41.19 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) R 9101 9103 30888 0 -1 4202560 2618 0 0 0 4117 2 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172553734408 140173184187535 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7727 0 0 0 86 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4826 0 0 0 83 2 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=3090984 CPUtime=0.3 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 41 0 0 0 15 15 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9123] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9123/stat : 9123 (java) S 9101 9103 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340671852 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172544164648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9186] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9186/stat : 9186 (java) S 9101 9103 30888 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 340741142 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172543110984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 730.44
Current children cumulated vsize (KiB) 3090984

[startup+723.401 s]
/proc/loadavg: 2.02 2.02 2.00 3/214 9186
/proc/meminfo: memFree=28684024/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=3090984 CPUtime=731.24 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 22346 0 1 0 72910 214 0 0 20 0 20 0 340669103 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 772746 422528 2300 9 0 763167 0
[pid=9103/tid=9105] ppid=9101 vsize=3090984 CPUtime=677.42 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) S 9101 9103 30888 0 -1 4202560 3377 0 1 0 67714 28 0 0 20 0 20 0 340669104 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173178062008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=3090984 CPUtime=1.16 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 385 0 0 0 91 25 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=3090984 CPUtime=1.02 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 328 0 0 0 80 22 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=3090984 CPUtime=0.98 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 307 0 0 0 77 21 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=3090984 CPUtime=0.96 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 321 0 0 0 77 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 299 0 0 0 66 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=3090984 CPUtime=0.9 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 286 0 0 0 70 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=3090984 CPUtime=1.03 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 349 0 0 0 79 24 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 282 0 0 0 69 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=3090984 CPUtime=41.99 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) R 9101 9103 30888 0 -1 4202560 2618 0 0 0 4197 2 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172553734248 140173182198084 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7727 0 0 0 86 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4826 0 0 0 83 2 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 41 0 0 0 15 16 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9123] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9123/stat : 9123 (java) S 9101 9103 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340671852 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172544164648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9186] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9186/stat : 9186 (java) S 9101 9103 30888 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340741142 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172543110792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 731.24
Current children cumulated vsize (KiB) 3090984

[startup+723.801 s]
/proc/loadavg: 2.02 2.02 2.00 3/214 9186
/proc/meminfo: memFree=28684024/32873844 swapFree=8656/8656
[pid=9103] ppid=9101 vsize=3090984 CPUtime=731.64 cores=1,3,5,7
/proc/9103/stat : 9103 (java) S 9101 9103 30888 0 -1 4202496 22346 0 1 0 72950 214 0 0 20 0 20 0 340669103 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140733807826480 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/9103/statm: 772746 422528 2300 9 0 763167 0
[pid=9103/tid=9105] ppid=9101 vsize=3090984 CPUtime=677.42 cores=1,3,5,7
/proc/9103/task/9105/stat : 9105 (java) S 9101 9103 30888 0 -1 4202560 3377 0 1 0 67714 28 0 0 20 0 20 0 340669104 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173178062008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9106] ppid=9101 vsize=3090984 CPUtime=1.16 cores=1,3,5,7
/proc/9103/task/9106/stat : 9106 (java) S 9101 9103 30888 0 -1 4202560 385 0 0 0 91 25 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173043906728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9107] ppid=9101 vsize=3090984 CPUtime=1.02 cores=1,3,5,7
/proc/9103/task/9107/stat : 9107 (java) S 9101 9103 30888 0 -1 4202560 328 0 0 0 80 22 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173042854184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9108] ppid=9101 vsize=3090984 CPUtime=0.98 cores=1,3,5,7
/proc/9103/task/9108/stat : 9108 (java) S 9101 9103 30888 0 -1 4202560 307 0 0 0 77 21 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173041801640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9109] ppid=9101 vsize=3090984 CPUtime=0.96 cores=1,3,5,7
/proc/9103/task/9109/stat : 9109 (java) S 9101 9103 30888 0 -1 4202560 321 0 0 0 77 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173040749096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9110] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9110/stat : 9110 (java) S 9101 9103 30888 0 -1 4202560 299 0 0 0 66 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173039696552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9111] ppid=9101 vsize=3090984 CPUtime=0.9 cores=1,3,5,7
/proc/9103/task/9111/stat : 9111 (java) S 9101 9103 30888 0 -1 4202560 286 0 0 0 70 20 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173038644008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9112] ppid=9101 vsize=3090984 CPUtime=1.03 cores=1,3,5,7
/proc/9103/task/9112/stat : 9112 (java) S 9101 9103 30888 0 -1 4202560 349 0 0 0 79 24 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140173037591464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9113] ppid=9101 vsize=3090984 CPUtime=0.88 cores=1,3,5,7
/proc/9103/task/9113/stat : 9113 (java) S 9101 9103 30888 0 -1 4202560 282 0 0 0 69 19 0 0 20 0 20 0 340669105 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172565933096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9114] ppid=9101 vsize=3090984 CPUtime=42.39 cores=1,3,5,7
/proc/9103/task/9114/stat : 9114 (java) R 9101 9103 30888 0 -1 4202560 2618 0 0 0 4237 2 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172553734408 140173184185748 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9115] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9115/stat : 9115 (java) S 9101 9103 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172552680568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9116] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9116/stat : 9116 (java) S 9101 9103 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340669107 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172551627912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9117] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9117/stat : 9117 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172550576656 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9118] ppid=9101 vsize=3090984 CPUtime=0.86 cores=1,3,5,7
/proc/9103/task/9118/stat : 9118 (java) S 9101 9103 30888 0 -1 4202560 7727 0 0 0 86 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172549524024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9119] ppid=9101 vsize=3090984 CPUtime=0.85 cores=1,3,5,7
/proc/9103/task/9119/stat : 9119 (java) S 9101 9103 30888 0 -1 4202560 4826 0 0 0 83 2 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172548471480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9103/tid=9120] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9120/stat : 9120 (java) S 9101 9103 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172547419128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9103/tid=9121] ppid=9101 vsize=3090984 CPUtime=0.31 cores=1,3,5,7
/proc/9103/task/9121/stat : 9121 (java) S 9101 9103 30888 0 -1 4202560 41 0 0 0 15 16 0 0 20 0 20 0 340669110 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172546366792 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9103/tid=9123] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9123/stat : 9123 (java) S 9101 9103 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340671852 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172544164648 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9103/tid=9186] ppid=9101 vsize=3090984 CPUtime=0 cores=1,3,5,7
/proc/9103/task/9186/stat : 9186 (java) S 9101 9103 30888 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 340741142 3165167616 422528 33554432000 1073741824 1073778376 140733807835344 140172543110792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 731.64
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9103 and gives
#  childrusage.ru_utime.tv_sec=727
#  childrusage.ru_utime.tv_usec=560394
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=322646
# CPU time returned by wait4() is 729.883
# while last known CPU time is 731.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 723.814
CPU time (s): 731.64
CPU user time (s): 729.5
CPU system time (s): 2.14
CPU usage (%): 101.081
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 727.56
system time used= 2.32265
maximum resident set size= 1700564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17120
involuntary context switches= 8006

runsolver used 1.46678 second user time and 3.80442 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 19:43:26
IDJOB=3741599
IDBENCH=89883
IDSOLVER=2319
FILE ID=node102/3741599-1338745401
RUNJOBID= node102-1338713280-30905
PBS_JOBID= 14636729
Free space on /tmp= 70960 MiB

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

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=704944783

node102.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		: 2667.178
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	: 5334.35
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		: 2667.178
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.90
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		: 2667.178
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.91
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		: 2667.178
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		: 2667.178
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.91
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		: 2667.178
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	: 5438.54
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		: 2667.178
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		: 2667.178
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:        29391424 kB
Buffers:          191484 kB
Cached:           841108 kB
SwapCached:         5520 kB
Active:          2077824 kB
Inactive:         623932 kB
Active(anon):    1666024 kB
Inactive(anon):     5604 kB
Active(file):     411800 kB
Inactive(file):   618328 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:            204752 kB
Writeback:             0 kB
AnonPages:       1677156 kB
Mapped:            17256 kB
Shmem:                 0 kB
Slab:             630168 kB
SReclaimable:      70904 kB
SUnreclaim:       559264 kB
KernelStack:        1584 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1828704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 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= 70944 MiB
End job on node102 at 2012-06-03 19:55:30