Trace number 1859729

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? 233.698 215.206

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
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 variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1859729-1245007271.opb
0.21/0.22	c reading problem ... 
205.54/187.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
205.54/187.04		at java.math.BigInteger.negate(Unknown Source)
205.54/187.04		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
205.54/187.05		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
205.54/187.05		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
205.54/187.05		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
205.54/187.05		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
205.54/187.05		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
205.54/187.05		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
205.54/187.05		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
205.54/187.05		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
205.54/187.05		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
205.54/187.05		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
205.54/187.05		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
205.54/187.05		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
205.54/187.05		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
205.54/187.05		at org.sat4j.AbstractLauncher.run(Unknown Source)
205.54/187.05		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
215.03/196.59	c starts		: 0
215.03/196.59	c conflicts		: 0
215.03/196.59	c decisions		: 0
215.03/196.59	c propagations		: 0
215.03/196.59	c inspects		: 0
215.03/196.59	c learnt literals	: 0
215.03/196.59	c learnt binary clauses	: 0
215.03/196.59	c learnt ternary clauses	: 0
215.03/196.59	c learnt clauses	: 0
215.03/196.59	c ignored clauses	: 0
215.03/196.59	c root simplifications	: 0
215.03/196.59	c removed literals (reason simplification)	: 0
215.03/196.59	c reason swapping (by a shorter reason)	: 0
215.03/196.60	c Calls to reduceDB	: 0
215.03/196.60	c speed (assignments/second)	: 0.0
215.03/196.60	c non guided choices	0
232.93/214.48	c learnt constraints type 
232.93/214.49	c constraints type 
232.93/214.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
232.93/214.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
232.93/214.49	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
232.93/214.49	s UNKNOWN
232.93/214.49	c Total wall clock time (in seconds): 214.266

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-1859729-1245007271/watcher-1859729-1245007271 -o /tmp/evaluation-result-1859729-1245007271/solver-1859729-1245007271 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859729-1245007271.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: 0.37 0.08 0.03 3/64 22243
/proc/meminfo: memFree=1045936/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=18576 CPUtime=0
/proc/22243/stat : 22243 (runsolver) R 22241 22243 22206 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 168325589 19021824 284 1992294400 4194304 4302564 548682068448 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22243/statm: 0 0 0 0 0 0 0

[startup+0.03507 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 22243
/proc/meminfo: memFree=1045936/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1466792 CPUtime=0.01
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 2434 0 1 0 0 1 0 0 18 0 4 0 168325589 1501995008 2181 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 366698 2181 512 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.101372 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 22243
/proc/meminfo: memFree=1045936/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1472428 CPUtime=0.08
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 3569 0 1 0 6 2 0 0 18 0 12 0 168325589 1507766272 3312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368107 3312 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.301401 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 22243
/proc/meminfo: memFree=1045936/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1474872 CPUtime=0.32
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 18452 0 1 0 23 9 0 0 18 0 12 0 168325589 1510268928 18190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368718 18190 1342 9 0 366061 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1474872

[startup+0.701437 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 22243
/proc/meminfo: memFree=1045936/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1475112 CPUtime=0.98
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 68963 0 1 0 62 36 0 0 18 0 12 0 168325589 1510514688 68695 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368778 68695 1374 9 0 366121 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1475112

[startup+1.50252 s]
/proc/loadavg: 0.37 0.08 0.03 2/76 22255
/proc/meminfo: memFree=775248/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1475940 CPUtime=1.96
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 69472 0 1 0 159 37 0 0 18 0 12 0 168325589 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368985 68947 1401 9 0 366328 0
[pid=22243/tid=22245] ppid=22241 vsize=1475940 CPUtime=1.17
/proc/22243/task/22245/stat : 22245 (java) R 22241 22243 22206 0 -1 64 29960 0 1 0 103 14 0 0 25 0 12 0 168325590 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1475940 CPUtime=0.21
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 16304 0 0 0 13 8 0 0 18 0 12 0 168325592 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1475940 CPUtime=0.2
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 21266 0 0 0 7 13 0 0 16 0 12 0 168325592 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22248/stat : 22248 (java) S 22241 22243 22206 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168325594 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325594 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1475940 CPUtime=0.15
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 427 0 0 0 15 0 0 0 16 0 12 0 168325599 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1475940 CPUtime=0.18
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 767 0 0 0 18 0 0 0 17 0 12 0 168325599 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168325599 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168325599 1511362560 68947 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1475940

[startup+3.10269 s]
/proc/loadavg: 0.37 0.08 0.03 3/77 22256
/proc/meminfo: memFree=767176/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1475940 CPUtime=3.67
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 78929 0 1 0 324 43 0 0 18 0 12 0 168325589 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368985 77879 1401 9 0 366328 0
[pid=22243/tid=22245] ppid=22241 vsize=1475940 CPUtime=2.65
/proc/22243/task/22245/stat : 22245 (java) R 22241 22243 22206 0 -1 64 30910 0 1 0 251 14 0 0 25 0 12 0 168325590 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4109465080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1475940 CPUtime=0.31
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 22334 0 0 0 19 12 0 0 16 0 12 0 168325592 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1475940 CPUtime=0.31
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 23740 0 0 0 17 14 0 0 17 0 12 0 168325592 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22248/stat : 22248 (java) S 22241 22243 22206 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 168325594 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325594 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1475940 CPUtime=0.15
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 427 0 0 0 15 0 0 0 16 0 12 0 168325599 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1475940 CPUtime=0.18
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 767 0 0 0 18 0 0 0 17 0 12 0 168325599 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168325599 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1475940 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168325599 1511362560 77879 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1475940

[startup+6.30107 s]
/proc/loadavg: 0.50 0.11 0.04 2/77 22256
/proc/meminfo: memFree=700552/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1475812 CPUtime=7.16
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 94811 0 1 0 665 51 0 0 18 0 12 0 168325589 1511231488 92276 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 368953 92286 1401 9 0 366296 0
[pid=22243/tid=22245] ppid=22241 vsize=1475812 CPUtime=5.56
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 30914 0 1 0 541 15 0 0 25 0 12 0 168325590 1511231488 92291 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1475812 CPUtime=0.61
/proc/22243/task/22246/stat : 22246 (java) R 22241 22243 22206 0 -1 64 27974 0 0 0 47 14 0 0 17 0 12 0 168325592 1511231488 92298 1992294400 134512640 134550932 4294956016 18446744073709551615 104198055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1475812 CPUtime=0.61
/proc/22243/task/22247/stat : 22247 (java) R 22241 22243 22206 0 -1 64 34007 0 0 0 41 20 0 0 17 0 12 0 168325592 1511231488 92304 1992294400 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22248/stat : 22248 (java) S 22241 22243 22206 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 168325594 1511231488 92311 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1511231488 92318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325594 1511231488 92326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1511231488 92333 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1475812 CPUtime=0.15
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 427 0 0 0 15 0 0 0 16 0 12 0 168325599 1511231488 92340 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1475812 CPUtime=0.18
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 767 0 0 0 18 0 0 0 16 0 12 0 168325599 1511231488 92348 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168325599 1511231488 92355 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1475812 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168325599 1511231488 92361 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1475812

[startup+12.7028 s]
/proc/loadavg: 0.54 0.13 0.04 2/76 22256
/proc/meminfo: memFree=594384/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1478380 CPUtime=14.82
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 123242 0 1 0 1416 66 0 0 18 0 12 0 168325589 1513861120 116319 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 369595 116320 1406 9 0 366938 0
[pid=22243/tid=22245] ppid=22241 vsize=1478380 CPUtime=10.66
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 30923 0 1 0 1049 17 0 0 20 0 12 0 168325590 1513861120 116321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1478380 CPUtime=1.89
/proc/22243/task/22246/stat : 22246 (java) R 22241 22243 22206 0 -1 64 43096 0 0 0 168 21 0 0 17 0 12 0 168325592 1513861120 116321 1992294400 134512640 134550932 4294956016 18446744073709551615 106196041 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1478380 CPUtime=1.89
/proc/22243/task/22247/stat : 22247 (java) R 22241 22243 22206 0 -1 64 47276 0 0 0 163 26 0 0 17 0 12 0 168325592 1513861120 116322 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22248/stat : 22248 (java) S 22241 22243 22206 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 168325594 1513861120 116323 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1513861120 116323 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325594 1513861120 116324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1513861120 116325 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1478380 CPUtime=0.15
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 427 0 0 0 15 0 0 0 16 0 12 0 168325599 1513861120 116325 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1478380 CPUtime=0.18
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 772 0 0 0 18 0 0 0 16 0 12 0 168325599 1513861120 116326 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168325599 1513861120 116327 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168325599 1513861120 116327 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 1478380

[startup+25.5012 s]
/proc/loadavg: 0.64 0.17 0.06 2/76 22256
/proc/meminfo: memFree=431952/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1478380 CPUtime=30.72
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 164799 0 1 0 2986 86 0 0 18 0 12 0 168325589 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 369595 155915 1406 9 0 366938 0
[pid=22243/tid=22245] ppid=22241 vsize=1478380 CPUtime=20.04
/proc/22243/task/22245/stat : 22245 (java) R 22241 22243 22206 0 -1 64 30940 0 1 0 1985 19 0 0 18 0 12 0 168325590 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4109437035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1478380 CPUtime=5.13
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 64258 0 0 0 482 31 0 0 16 0 12 0 168325592 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1478380 CPUtime=5.15
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 67647 0 0 0 481 34 0 0 16 0 12 0 168325592 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22248/stat : 22248 (java) S 22241 22243 22206 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 168325594 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325594 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1478380 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1513861120 155915 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1478380 CPUtime=0.18

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

[pid=22243/tid=22247] ppid=22241 vsize=1524900 CPUtime=18.47
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 153703 0 0 0 1774 73 0 0 17 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1524900 CPUtime=136.37
/proc/22243/task/22248/stat : 22248 (java) R 22241 22243 22206 0 -1 64 455703 0 0 0 13444 193 0 0 25 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 105886032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1524900 CPUtime=1.2
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 7048 0 0 0 117 3 0 0 16 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1524900 CPUtime=0.41
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 1639 0 0 0 41 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22257] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22257/stat : 22257 (java) S 22241 22243 22206 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 168344294 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.23
Current children cumulated vsize (KiB) 1524900

[startup+211.102 s]
/proc/loadavg: 1.02 0.61 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1524900 CPUtime=229.63
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 850737 0 1 0 22572 391 0 0 18 0 13 0 168325589 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 381225 349648 1418 9 0 378568 0
[pid=22243/tid=22245] ppid=22241 vsize=1524900 CPUtime=48.88
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 41026 0 1 0 4859 29 0 0 18 0 13 0 168325590 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1524900 CPUtime=17.83
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 162866 0 0 0 1705 78 0 0 16 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1524900 CPUtime=18.47
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 153703 0 0 0 1774 73 0 0 17 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1524900 CPUtime=142.78
/proc/22243/task/22248/stat : 22248 (java) R 22241 22243 22206 0 -1 64 483709 0 0 0 14073 205 0 0 25 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 106157886 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1524900 CPUtime=1.2
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 7048 0 0 0 117 3 0 0 16 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1524900 CPUtime=0.41
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 1639 0 0 0 41 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22257] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22257/stat : 22257 (java) S 22241 22243 22206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168344294 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.63
Current children cumulated vsize (KiB) 1524900

[startup+212.702 s]
/proc/loadavg: 1.02 0.61 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1524900 CPUtime=231.23
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 850737 0 1 0 22732 391 0 0 18 0 13 0 168325589 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 381225 349648 1418 9 0 378568 0
[pid=22243/tid=22245] ppid=22241 vsize=1524900 CPUtime=48.88
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 41026 0 1 0 4859 29 0 0 18 0 13 0 168325590 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1524900 CPUtime=17.83
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 162866 0 0 0 1705 78 0 0 16 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1524900 CPUtime=18.47
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 153703 0 0 0 1774 73 0 0 17 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1524900 CPUtime=144.37
/proc/22243/task/22248/stat : 22248 (java) R 22241 22243 22206 0 -1 64 483709 0 0 0 14232 205 0 0 25 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1524900 CPUtime=1.2
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 7048 0 0 0 117 3 0 0 16 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1524900 CPUtime=0.41
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 1639 0 0 0 41 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22257] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22257/stat : 22257 (java) S 22241 22243 22206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168344294 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 231.23
Current children cumulated vsize (KiB) 1524900

[startup+214.303 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1524900 CPUtime=232.83
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 850737 0 1 0 22892 391 0 0 18 0 13 0 168325589 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 381225 349648 1418 9 0 378568 0
[pid=22243/tid=22245] ppid=22241 vsize=1524900 CPUtime=48.88
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 41026 0 1 0 4859 29 0 0 18 0 13 0 168325590 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1524900 CPUtime=17.83
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 162866 0 0 0 1705 78 0 0 16 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1524900 CPUtime=18.47
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 153703 0 0 0 1774 73 0 0 17 0 13 0 168325592 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1524900 CPUtime=145.97
/proc/22243/task/22248/stat : 22248 (java) R 22241 22243 22206 0 -1 64 483709 0 0 0 14392 205 0 0 25 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 106159162 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325594 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1524900 CPUtime=1.2
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 7048 0 0 0 117 3 0 0 16 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1524900 CPUtime=0.41
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 1639 0 0 0 41 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168325599 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22257] ppid=22241 vsize=1524900 CPUtime=0
/proc/22243/task/22257/stat : 22257 (java) S 22241 22243 22206 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168344294 1561497600 349648 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.83
Current children cumulated vsize (KiB) 1524900

[startup+214.703 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=1492896 CPUtime=233.23
/proc/22243/stat : 22243 (java) S 22241 22243 22206 0 -1 0 850743 0 1 0 22931 392 0 0 18 0 12 0 168325589 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 373224 341652 1419 9 0 370567 0
[pid=22243/tid=22245] ppid=22241 vsize=1492896 CPUtime=48.88
/proc/22243/task/22245/stat : 22245 (java) S 22241 22243 22206 0 -1 64 41027 0 1 0 4859 29 0 0 16 0 12 0 168325590 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22246] ppid=22241 vsize=1492896 CPUtime=17.83
/proc/22243/task/22246/stat : 22246 (java) S 22241 22243 22206 0 -1 64 162866 0 0 0 1705 78 0 0 16 0 12 0 168325592 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22247] ppid=22241 vsize=1492896 CPUtime=18.47
/proc/22243/task/22247/stat : 22247 (java) S 22241 22243 22206 0 -1 64 153703 0 0 0 1774 73 0 0 17 0 12 0 168325592 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22248] ppid=22241 vsize=1492896 CPUtime=146.36
/proc/22243/task/22248/stat : 22248 (java) R 22241 22243 22206 0 -1 64 483709 0 0 0 14431 205 0 0 25 0 12 0 168325594 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 106158095 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22249] ppid=22241 vsize=1492896 CPUtime=0
/proc/22243/task/22249/stat : 22249 (java) S 22241 22243 22206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325594 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22250] ppid=22241 vsize=1492896 CPUtime=0
/proc/22243/task/22250/stat : 22250 (java) S 22241 22243 22206 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 168325594 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22251] ppid=22241 vsize=1492896 CPUtime=0
/proc/22243/task/22251/stat : 22251 (java) S 22241 22243 22206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325599 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22252] ppid=22241 vsize=1492896 CPUtime=1.2
/proc/22243/task/22252/stat : 22252 (java) S 22241 22243 22206 0 -1 64 7048 0 0 0 117 3 0 0 16 0 12 0 168325599 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22243/tid=22253] ppid=22241 vsize=1492896 CPUtime=0.41
/proc/22243/task/22253/stat : 22253 (java) S 22241 22243 22206 0 -1 64 1639 0 0 0 41 0 0 0 15 0 12 0 168325599 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22254] ppid=22241 vsize=1492896 CPUtime=0
/proc/22243/task/22254/stat : 22254 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 168325599 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22243/tid=22255] ppid=22241 vsize=1492896 CPUtime=0
/proc/22243/task/22255/stat : 22255 (java) S 22241 22243 22206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168325599 1528725504 341652 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 233.23
Current children cumulated vsize (KiB) 1492896

[startup+215.102 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=0 CPUtime=233.59
/proc/22243/stat : 22243 (java) Z 22241 22243 22206 0 -1 12 850750 0 1 0 22957 402 0 0 16 0 2 0 168325589 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.59
Current children cumulated vsize (KiB) 0

[startup+215.202 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 22257
/proc/meminfo: memFree=35400/2055920 swapFree=4191900/4192956
[pid=22243] ppid=22241 vsize=0 CPUtime=233.69
/proc/22243/stat : 22243 (java) Z 22241 22243 22206 0 -1 12 850750 0 1 0 22957 412 0 0 16 0 2 0 168325589 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22243/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 233.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 215.206
CPU time (s): 233.698
CPU user time (s): 229.574
CPU system time (s): 4.12437
CPU usage (%): 108.593
Max. virtual memory (cumulated for all children) (KiB): 1540944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.574
system time used= 4.12437
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 850750
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= 5781
involuntary context switches= 5415

runsolver used 0.219966 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-14 21:21:24
IDJOB=1859729
IDBENCH=71914
IDSOLVER=682
FILE ID=node38/1859729-1245007271
PBS_JOBID= 9355148
Free space on /tmp= 66032 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859729-1245007271/watcher-1859729-1245007271 -o /tmp/evaluation-result-1859729-1245007271/solver-1859729-1245007271 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859729-1245007271.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1701413080

node38.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.232
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1046416 kB
Buffers:         76776 kB
Cached:         824244 kB
SwapCached:        592 kB
Active:         353652 kB
Inactive:       560908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1046416 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          235184 kB
Writeback:           0 kB
Mapped:          22368 kB
Slab:            80948 kB
Committed_AS:   120500 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node38 at 2009-06-14 21:24:59