Trace number 2659994

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
SAT4J PB Resolution 2.2.0 2010-05-26? 210.369 192.898

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__2048.opb
MD5SUMe46ee99ff2eeda0a495ba1d435f608b5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3072498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint2048
Maximum length of a constraint43009
Number of terms in the objective function 3072000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 105083645952
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 105083645952
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659994-1276692387.opb
0.23/0.21	c reading problem ... 
201.20/183.78	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
201.20/183.78		at org.sat4j.core.VecInt.<init>(Unknown Source)
201.20/183.78		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
210.19/192.73		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
210.19/192.73		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
210.19/192.73		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
210.19/192.73		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
210.19/192.73		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
210.19/192.73		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
210.19/192.73		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
210.19/192.73		at org.sat4j.AbstractLauncher.run(Unknown Source)
210.19/192.73		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
210.19/192.74	c starts		: 0
210.19/192.74	c conflicts		: 0
210.19/192.74	c decisions		: 0
210.19/192.74	c propagations		: 0
210.19/192.74	c inspects		: 0
210.19/192.74	c learnt literals	: 0
210.19/192.74	c learnt binary clauses	: 0
210.19/192.74	c learnt ternary clauses	: 0
210.19/192.74	c learnt clauses	: 0
210.19/192.74	c ignored clauses	: 0
210.19/192.74	c root simplifications	: 0
210.19/192.74	c removed literals (reason simplification)	: 0
210.19/192.74	c reason swapping (by a shorter reason)	: 0
210.19/192.74	c Calls to reduceDB	: 0
210.19/192.74	c number of reductions to clauses (during analyze)	: 0
210.19/192.74	c number of learned constraints concerned by reduction	: 0
210.19/192.74	c number of learning phase by resolution	: 0
210.19/192.74	c number of learning phase by cutting planes	: 0
210.19/192.74	c speed (assignments/second)	: 0.0
210.19/192.74	c non guided choices	0
210.19/192.74	c learnt constraints type 
210.19/192.74	c constraints type 
210.19/192.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
210.19/192.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
210.19/192.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 839
210.19/192.74	s UNKNOWN
210.19/192.74	c Total wall clock time (in seconds): 192.523

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659994-1276692387/watcher-2659994-1276692387 -o /tmp/evaluation-result-2659994-1276692387/solver-2659994-1276692387 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659994-1276692387.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=248 CPUtime=0
/proc/10674/stat : 10674 (java) R 10672 10674 10241 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 44840765 253952 29 1992294400 134512640 134550932 4291768384 18446744073709551615 9183710 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10674/statm: 62 29 21 10 0 23 0

[startup+0.0459989 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1520328 CPUtime=0.03
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 3420 0 1 0 1 2 0 0 18 0 4 0 44840765 1556815872 2864 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 380082 2864 957 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101998 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1524024 CPUtime=0.09
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 3935 0 1 0 6 3 0 0 18 0 12 0 44840765 1560600576 3375 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 381006 3375 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524024

[startup+0.301993 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1526356 CPUtime=0.33
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 20349 0 1 0 24 9 0 0 18 0 12 0 44840765 1562988544 19787 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 381589 19787 1348 10 0 378891 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526356

[startup+0.701984 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1528608 CPUtime=1
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 25333 0 1 0 89 11 0 0 18 0 12 0 44840765 1565294592 24771 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 382152 24771 1396 10 0 379454 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528608

[startup+4.17125 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1528608 CPUtime=4.77
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 63651 0 1 0 446 31 0 0 18 0 12 0 44840765 1565294592 61371 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 382152 61371 1407 10 0 379454 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1528608

[startup+4.20125 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 10674
/proc/meminfo: memFree=1571860/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1528608 CPUtime=4.8
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 63651 0 1 0 449 31 0 0 18 0 12 0 44840765 1565294592 61371 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 382152 61371 1407 10 0 379454 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 1528608

[startup+6.30144 s]
/proc/loadavg: 1.17 1.03 1.01 2/118 10686
/proc/meminfo: memFree=1312108/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1527916 CPUtime=7.2
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 77978 0 1 0 683 37 0 0 18 0 12 0 44840765 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 381979 71612 1407 10 0 379281 0
[pid=10674/tid=10676] ppid=10672 vsize=1527916 CPUtime=5.67
/proc/10674/task/10676/stat : 10676 (java) R 10672 10674 10241 0 -1 4202560 31993 0 1 0 553 14 0 0 25 0 12 0 44840767 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4109256394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1527916 CPUtime=0.58
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 26332 0 0 0 46 12 0 0 18 0 12 0 44840768 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1527916 CPUtime=0.57
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 17420 0 0 0 49 8 0 0 18 0 12 0 44840768 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10679/stat : 10679 (java) S 10672 10674 10241 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 44840770 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1527916 CPUtime=0.05
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 136 0 0 0 5 0 0 0 18 0 12 0 44840775 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1527916 CPUtime=0.27
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1024 0 0 0 27 0 0 0 16 0 12 0 44840775 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1527916 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44840775 1564585984 71612 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1527916

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.01 2/118 10688
/proc/meminfo: memFree=1209560/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1530480 CPUtime=14.75
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 108871 0 1 0 1418 57 0 0 18 0 12 0 44840765 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 382620 96872 1412 10 0 379922 0
[pid=10674/tid=10676] ppid=10672 vsize=1530480 CPUtime=10.92
/proc/10674/task/10676/stat : 10676 (java) R 10672 10674 10241 0 -1 4202560 32000 0 1 0 1077 15 0 0 23 0 12 0 44840767 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4109291782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1530480 CPUtime=1.73
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 42230 0 0 0 151 22 0 0 16 0 12 0 44840768 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1530480 CPUtime=1.73
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 32403 0 0 0 156 17 0 0 16 0 12 0 44840768 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10679/stat : 10679 (java) S 10672 10674 10241 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 44840770 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1530480 CPUtime=0.05
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 141 0 0 0 5 0 0 0 16 0 12 0 44840775 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1530480 CPUtime=0.27
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1024 0 0 0 27 0 0 0 16 0 12 0 44840775 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1530480 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44840775 1567211520 96872 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1530480

[startup+25.5023 s]
/proc/loadavg: 1.12 1.03 1.01 2/118 10688
/proc/meminfo: memFree=989584/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1542560 CPUtime=32.01
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 171833 0 1 0 3109 92 0 0 18 0 12 0 44840765 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 385640 152054 1423 10 0 382942 0
[pid=10674/tid=10676] ppid=10672 vsize=1542560 CPUtime=20.03
/proc/10674/task/10676/stat : 10676 (java) R 10672 10674 10241 0 -1 4202560 32039 0 1 0 1985 18 0 0 25 0 12 0 44840767 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1542560 CPUtime=5.09
/proc/10674/task/10677/stat : 10677 (java) R 10672 10674 10241 0 -1 4202560 75548 0 0 0 468 41 0 0 16 0 12 0 44840768 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 106195284 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1542560 CPUtime=5.34
/proc/10674/task/10678/stat : 10678 (java) R 10672 10674 10241 0 -1 4202560 56432 0 0 0 505 29 0 0 16 0 12 0 44840768 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10679/stat : 10679 (java) S 10672 10674 10241 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 44840770 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1542560 CPUtime=0.93
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 92 1 0 0 16 0 12 0 44840775 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1542560 CPUtime=0.56
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 56 0 0 0 16 0 12 0 44840775 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44840775 1579581440 152054 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (KiB) 1542560

[startup+51.1026 s]
/proc/loadavg: 1.21 1.06 1.02 2/118 10688
/proc/meminfo: memFree=456260/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1542560 CPUtime=65.42
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 323869 0 1 0 6373 169 0 0 18 0 12 0 44840765 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 385640 286172 1423 10 0 382942 0
[pid=10674/tid=10676] ppid=10672 vsize=1542560 CPUtime=37.18
/proc/10674/task/10676/stat : 10676 (java) R 10672 10674 10241 0 -1 4202560 32062 0 1 0 3697 21 0 0 16 0 12 0 44840767 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4109529848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1542560 CPUtime=12.96
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 173149 0 0 0 1204 92 0 0 16 0 12 0 44840768 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1542560 CPUtime=13.71
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 110840 0 0 0 1320 51 0 0 16 0 12 0 44840768 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10679/stat : 10679 (java) S 10672 10674 10241 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 44840770 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1542560 CPUtime=0.93
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 92 1 0 0 15 0 12 0 44840775 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1542560 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1542560 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 12 0 44840775 1579581440 286172 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.42
Current children cumulated vsize (KiB) 1542560

[startup+102.31 s]
/proc/loadavg: 1.19 1.09 1.03 2/118 10690
/proc/meminfo: memFree=127908/2059040 swapFree=4135932/4192956

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

[pid=10674/tid=10686] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 187.09
Current children cumulated vsize (KiB) 1573172

[startup+182.401 s]
/proc/loadavg: 1.05 1.07 1.02 2/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1573172 CPUtime=199.89
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 749174 0 1 0 19651 338 0 0 18 0 12 0 44840765 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 393293 361743 1425 10 0 390595 0
[pid=10674/tid=10676] ppid=10672 vsize=1573172 CPUtime=50.88
/proc/10674/task/10676/stat : 10676 (java) S 10672 10674 10241 0 -1 4202560 32096 0 1 0 5064 24 0 0 15 0 12 0 44840767 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1573172 CPUtime=16.25
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 217536 0 0 0 1510 115 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1573172 CPUtime=17.37
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 136145 0 0 0 1676 61 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1573172 CPUtime=113.8
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4202560 355583 0 0 0 11248 132 0 0 25 0 12 0 44840770 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1573172 CPUtime=0.94
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 93 1 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1573172 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.89
Current children cumulated vsize (KiB) 1573172

[startup+188.803 s]
/proc/loadavg: 1.04 1.06 1.02 2/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1557172 CPUtime=206.29
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 769181 0 1 0 20283 346 0 0 18 0 12 0 44840765 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 389293 357743 1424 10 0 386595 0
[pid=10674/tid=10676] ppid=10672 vsize=1557172 CPUtime=50.88
/proc/10674/task/10676/stat : 10676 (java) S 10672 10674 10241 0 -1 4202560 32098 0 1 0 5064 24 0 0 15 0 12 0 44840767 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1557172 CPUtime=16.25
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 217536 0 0 0 1510 115 0 0 16 0 12 0 44840768 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1557172 CPUtime=17.37
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 136145 0 0 0 1676 61 0 0 16 0 12 0 44840768 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1557172 CPUtime=120.2
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4202560 375588 0 0 0 11880 140 0 0 25 0 12 0 44840770 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 103585172 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1557172 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1557172 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1557172 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1557172 CPUtime=0.94
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 93 1 0 0 15 0 12 0 44840775 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1557172 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1557172 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1557172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44840775 1594544128 357743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.29
Current children cumulated vsize (KiB) 1557172

[startup+190.402 s]
/proc/loadavg: 1.04 1.06 1.02 2/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1573172 CPUtime=207.89
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 777182 0 1 0 20440 349 0 0 18 0 12 0 44840765 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 393293 361743 1424 10 0 390595 0
[pid=10674/tid=10676] ppid=10672 vsize=1573172 CPUtime=50.88
/proc/10674/task/10676/stat : 10676 (java) S 10672 10674 10241 0 -1 4202560 32098 0 1 0 5064 24 0 0 15 0 12 0 44840767 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1573172 CPUtime=16.25
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 217536 0 0 0 1510 115 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1573172 CPUtime=17.37
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 136145 0 0 0 1676 61 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1573172 CPUtime=121.8
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4202560 383589 0 0 0 12037 143 0 0 25 0 12 0 44840770 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 106157998 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1573172 CPUtime=0.94
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 93 1 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1573172 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 1573172

[startup+192.002 s]
/proc/loadavg: 1.04 1.06 1.02 3/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1573172 CPUtime=209.49
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 777182 0 1 0 20600 349 0 0 18 0 12 0 44840765 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 393293 361743 1424 10 0 390595 0
[pid=10674/tid=10676] ppid=10672 vsize=1573172 CPUtime=50.88
/proc/10674/task/10676/stat : 10676 (java) S 10672 10674 10241 0 -1 4202560 32098 0 1 0 5064 24 0 0 15 0 12 0 44840767 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1573172 CPUtime=16.25
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 217536 0 0 0 1510 115 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1573172 CPUtime=17.37
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 136145 0 0 0 1676 61 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1573172 CPUtime=123.4
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4202560 383589 0 0 0 12197 143 0 0 25 0 12 0 44840770 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1573172 CPUtime=0.94
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 93 1 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1573172 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 209.49
Current children cumulated vsize (KiB) 1573172

[startup+192.402 s]
/proc/loadavg: 1.04 1.06 1.02 2/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=1573172 CPUtime=209.9
/proc/10674/stat : 10674 (java) S 10672 10674 10241 0 -1 4202496 777182 0 1 0 20641 349 0 0 18 0 12 0 44840765 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 393293 361743 1424 10 0 390595 0
[pid=10674/tid=10676] ppid=10672 vsize=1573172 CPUtime=50.88
/proc/10674/task/10676/stat : 10676 (java) S 10672 10674 10241 0 -1 4202560 32098 0 1 0 5064 24 0 0 15 0 12 0 44840767 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10677] ppid=10672 vsize=1573172 CPUtime=16.25
/proc/10674/task/10677/stat : 10677 (java) S 10672 10674 10241 0 -1 4202560 217536 0 0 0 1510 115 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10678] ppid=10672 vsize=1573172 CPUtime=17.37
/proc/10674/task/10678/stat : 10678 (java) S 10672 10674 10241 0 -1 4202560 136145 0 0 0 1676 61 0 0 16 0 12 0 44840768 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=1573172 CPUtime=123.81
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4202560 383589 0 0 0 12238 143 0 0 25 0 12 0 44840770 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 104187891 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10674/tid=10680] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10680/stat : 10680 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10681] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10681/stat : 10681 (java) S 10672 10674 10241 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44840771 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10682] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10682/stat : 10682 (java) S 10672 10674 10241 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10683] ppid=10672 vsize=1573172 CPUtime=0.94
/proc/10674/task/10683/stat : 10683 (java) S 10672 10674 10241 0 -1 4202560 5233 0 0 0 93 1 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10684] ppid=10672 vsize=1573172 CPUtime=0.57
/proc/10674/task/10684/stat : 10684 (java) S 10672 10674 10241 0 -1 4202560 1508 0 0 0 57 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
[pid=10674/tid=10685] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10685/stat : 10685 (java) S 10672 10674 10241 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 1 0 0 0
[pid=10674/tid=10686] ppid=10672 vsize=1573172 CPUtime=0
/proc/10674/task/10686/stat : 10686 (java) S 10672 10674 10241 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44840775 1610928128 361743 1992294400 134512640 134550932 4291768384 18446744073709551615 4294960144 0 4 0 16800975 18446604437827455936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 209.9
Current children cumulated vsize (KiB) 1573172

[startup+192.802 s]
/proc/loadavg: 1.04 1.06 1.02 2/118 10692
/proc/meminfo: memFree=127660/2059040 swapFree=4135932/4192956
[pid=10674] ppid=10672 vsize=0 CPUtime=210.26
/proc/10674/stat : 10674 (java) Z 10672 10674 10241 0 -1 4202524 777199 0 1 0 20673 353 0 0 18 0 2 0 44840765 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10674/statm: 0 0 0 0 0 0 0
[pid=10674/tid=10679] ppid=10672 vsize=0 CPUtime=124.17
/proc/10674/task/10679/stat : 10679 (java) R 10672 10674 10241 0 -1 4203588 383589 0 0 0 12270 147 0 0 25 0 2 0 44840770 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 192.898
CPU time (s): 210.369
CPU user time (s): 206.74
CPU system time (s): 3.62945
CPU usage (%): 109.057
Max. virtual memory (cumulated for all children) (KiB): 1589176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.74
system time used= 3.62945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777199
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4915
involuntary context switches= 3224

runsolver used 0.371943 second user time and 1.04284 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-16 14:46:34
IDJOB=2659994
IDBENCH=71893
IDSOLVER=1164
FILE ID=node015/2659994-1276692387
PBS_JOBID= 11172603
Free space on /tmp= 62436 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__2048.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659994-1276692387/watcher-2659994-1276692387 -o /tmp/evaluation-result-2659994-1276692387/solver-2659994-1276692387 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659994-1276692387.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e46ee99ff2eeda0a495ba1d435f608b5
RANDOM SEED=1133500983

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1572008 kB
Buffers:        117876 kB
Cached:         282268 kB
SwapCached:      10876 kB
Active:         255352 kB
Inactive:       159032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1572008 kB
SwapTotal:     4192956 kB
SwapFree:      4135932 kB
Dirty:          151836 kB
Writeback:           0 kB
AnonPages:       12588 kB
Mapped:           9324 kB
Slab:            50484 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62436 MiB
End job on node015 at 2010-06-16 14:49:47