Trace number 2663354

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 RES // CP 2.2.0 2010-05-31? (exit code) 215.431 198.693

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
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 variables10240998
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 constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
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 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.12/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.33	c See www.sat4j.org for details.
0.12/0.34	c version 2.2.0.v20100531
0.12/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.12/0.34	c java.vm.name		Java HotSpot(TM) Server VM
0.12/0.34	c java.vm.version	11.2-b01
0.12/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.12/0.34	c sun.arch.data.model	32
0.12/0.34	c java.version		1.6.0_12
0.12/0.34	c os.name		Linux
0.12/0.34	c os.version		2.6.18-164.el5
0.12/0.34	c os.arch		i386
0.12/0.34	c Free memory 		1393557488
0.12/0.34	c Max memory 		1395916800
0.12/0.34	c Total memory 		1395916800
0.12/0.34	c Number of processors 	2
0.26/0.42	c Pseudo Boolean Optimization
0.26/0.42	c ManyCore solver with 2 solvers running in parallel
0.26/0.42	c --- Begin Solver configuration ---
0.26/0.42	c Stops conflict analysis at the first Unique Implication Point
0.26/0.42	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.26/0.42	c Learn all clauses as in MiniSAT
0.26/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.42	c Expensive reason simplification
0.26/0.42	c Armin Biere (Picosat) restarts strategy
0.26/0.42	c Glucose learned constraints deletion strategy
0.26/0.42	c timeout=2147483s
0.26/0.42	c DB Simplification allowed=false
0.26/0.42	c --- End Solver configuration ---
0.26/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.42	c --- Begin Solver configuration ---
0.26/0.42	c Stops conflict analysis at the first Unique Implication Point
0.26/0.42	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.26/0.42	c Learn all clauses as in MiniSAT
0.26/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.42	c No reason simplification
0.26/0.42	c Armin Biere (Picosat) restarts strategy
0.26/0.42	c Glucose learned constraints deletion strategy
0.26/0.42	c timeout=2147483s
0.26/0.42	c DB Simplification allowed=false
0.26/0.42	c --- End Solver configuration ---
0.26/0.42	
0.26/0.42	c solving HOME/instance-2663354-1276692502.opb
0.26/0.42	c reading problem ... 
196.80/180.02	c starts		: 0
196.80/180.02	c conflicts		: 0
196.80/180.02	c decisions		: 0
196.80/180.02	c propagations		: 0
196.80/180.02	c inspects		: 0
196.80/180.02	c learnt literals	: 0
196.80/180.02	c learnt binary clauses	: 0
196.80/180.02	c learnt ternary clauses	: 0
196.80/180.02	c learnt clauses	: 0
196.80/180.02	c ignored clauses	: 0
196.80/180.02	c root simplifications	: 0
196.80/180.02	c removed literals (reason simplification)	: 0
196.80/180.02	c reason swapping (by a shorter reason)	: 0
196.80/180.02	c Calls to reduceDB	: 0
205.90/189.14	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
205.90/189.14		at java.util.Arrays.copyOf(Unknown Source)
205.90/189.14		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
205.90/189.14		at java.lang.AbstractStringBuilder.append(Unknown Source)
208.89/192.15		at java.lang.StringBuffer.append(Unknown Source)
208.89/192.15		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
208.89/192.15		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
208.89/192.15		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
214.89/198.19		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
214.89/198.19		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
214.89/198.19		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
214.89/198.19		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-2663354-1276692502/watcher-2663354-1276692502 -o /tmp/evaluation-result-2663354-1276692502/solver-2663354-1276692502 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663354-1276692502.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: 2.08 1.43 1.23 2/107 16081
/proc/meminfo: memFree=1318448/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=24036 CPUtime=0
/proc/16081/stat : 16081 (runsolver) D 16079 16081 15344 0 -1 4202560 81 0 0 0 0 0 0 0 17 0 1 0 10544973 24612864 107 1992294400 4194304 4302564 140735771402384 18446744073709551615 273393755127 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/16081/statm: 6009 107 69 27 0 2647 0

[startup+0.092699 s]
/proc/loadavg: 2.08 1.43 1.23 2/107 16081
/proc/meminfo: memFree=1318448/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=13524 CPUtime=0.01
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1052 0 25 0 0 1 0 0 16 0 2 0 10544973 13848576 560 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 3381 560 250 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13524

[startup+0.101696 s]
/proc/loadavg: 2.08 1.43 1.23 2/107 16081
/proc/meminfo: memFree=1318448/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=13600 CPUtime=0.01
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1104 0 28 0 0 1 0 0 16 0 2 0 10544973 13926400 596 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 3400 602 282 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13600

[startup+0.301713 s]
/proc/loadavg: 2.08 1.43 1.23 2/107 16081
/proc/meminfo: memFree=1318448/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1524180 CPUtime=0.12
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 4020 0 34 0 9 3 0 0 16 0 12 0 10544973 1560760320 3493 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 381045 3493 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1524180

[startup+0.716771 s]
/proc/loadavg: 2.08 1.43 1.23 2/107 16081
/proc/meminfo: memFree=1318448/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1526740 CPUtime=0.67
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 59738 0 35 0 41 26 0 0 16 0 12 0 10544973 1563381760 59211 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 381685 59224 1356 10 0 378988 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 1526740

[startup+1.50186 s]
/proc/loadavg: 2.08 1.43 1.23 2/118 16093
/proc/meminfo: memFree=931376/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1526740 CPUtime=1.94
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 155324 0 35 0 115 79 0 0 16 0 12 0 10544973 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 381685 154794 1361 10 0 378988 0
[pid=16081/tid=16083] ppid=16079 vsize=1526740 CPUtime=0.7
/proc/16081/task/16083/stat : 16083 (java) R 16079 16081 15344 0 -1 4202560 71003 0 9 0 43 27 0 0 16 0 12 0 10544982 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1526740 CPUtime=0.58
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 35091 0 0 0 40 18 0 0 16 0 12 0 10544988 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1526740 CPUtime=0.56
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 47562 0 0 0 24 32 0 0 16 0 12 0 10544988 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16086/stat : 16086 (java) S 16079 16081 15344 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 10544991 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10544992 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1526740 CPUtime=0.04
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 191 0 0 0 4 0 0 0 20 0 12 0 10544999 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1526740 CPUtime=0.02
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 429 0 1 0 2 0 0 0 21 0 12 0 10544999 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1526740 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10544999 1563381760 154794 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1526740

[startup+3.10081 s]
/proc/loadavg: 2.08 1.43 1.23 3/118 16093
/proc/meminfo: memFree=637496/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1527832 CPUtime=4.13
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 182307 0 35 0 316 97 0 0 16 0 12 0 10544973 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 381958 181776 1407 10 0 379261 0
[pid=16081/tid=16083] ppid=16079 vsize=1527832 CPUtime=1.98
/proc/16081/task/16083/stat : 16083 (java) R 16079 16081 15344 0 -1 4202560 72016 0 9 0 170 28 0 0 16 0 12 0 10544982 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4109156778 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1527832 CPUtime=0.86
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 40700 0 0 0 65 21 0 0 16 0 12 0 10544988 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1527832 CPUtime=0.86
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 67575 0 0 0 42 44 0 0 16 0 12 0 10544988 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16086/stat : 16086 (java) S 16079 16081 15344 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 10544991 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10544992 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1527832 CPUtime=0.26
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 492 0 0 0 26 0 0 0 17 0 12 0 10544999 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1527832 CPUtime=0.1
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 473 0 1 0 10 0 0 0 17 0 12 0 10544999 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10544999 1564499968 181776 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1527832

[startup+6.30172 s]
/proc/loadavg: 2.07 1.44 1.23 2/118 16093
/proc/meminfo: memFree=545860/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1527832 CPUtime=7.69
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 194464 0 35 0 666 103 0 0 16 0 12 0 10544973 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 381958 193215 1407 10 0 379261 0
[pid=16081/tid=16083] ppid=16079 vsize=1527832 CPUtime=4.81
/proc/16081/task/16083/stat : 16083 (java) R 16079 16081 15344 0 -1 4202560 72019 0 9 0 452 29 0 0 17 0 12 0 10544982 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4109156420 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1527832 CPUtime=1.23
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 47170 0 0 0 99 24 0 0 16 0 12 0 10544988 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1527832 CPUtime=1.23
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 73258 0 0 0 76 47 0 0 16 0 12 0 10544988 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16086/stat : 16086 (java) S 16079 16081 15344 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10544991 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10544992 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1527832 CPUtime=0.26
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 492 0 0 0 26 0 0 0 17 0 12 0 10544999 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1527832 CPUtime=0.1
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 473 0 1 0 10 0 0 0 15 0 12 0 10544999 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1527832 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10544999 1564499968 193215 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1527832

[startup+12.7015 s]
/proc/loadavg: 1.99 1.43 1.23 2/118 16093
/proc/meminfo: memFree=436864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1532960 CPUtime=15.75
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 223741 0 35 0 1457 118 0 0 16 0 12 0 10544973 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 383240 220778 1412 10 0 380543 0
[pid=16081/tid=16083] ppid=16079 vsize=1532960 CPUtime=9.36
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72027 0 9 0 906 30 0 0 16 0 12 0 10544982 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1532960 CPUtime=2.91
/proc/16081/task/16084/stat : 16084 (java) R 16079 16081 15344 0 -1 4202560 63022 0 0 0 260 31 0 0 16 0 12 0 10544988 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 106207430 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1532960 CPUtime=3.05
/proc/16081/task/16085/stat : 16085 (java) R 16079 16081 15344 0 -1 4202560 86670 0 0 0 252 53 0 0 16 0 12 0 10544988 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16086/stat : 16086 (java) S 16079 16081 15344 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10544991 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10544992 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1532960 CPUtime=0.26
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 492 0 0 0 26 0 0 0 17 0 12 0 10544999 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1532960 CPUtime=0.11
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 478 0 1 0 11 0 0 0 15 0 12 0 10544999 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10544999 1569751040 220778 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 1532960

[startup+25.502 s]
/proc/loadavg: 1.77 1.41 1.23 2/118 16093
/proc/meminfo: memFree=276036/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1532960 CPUtime=31.55
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 266111 0 35 0 3012 143 0 0 16 0 12 0 10544973 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 383240 260705 1412 10 0 380543 0
[pid=16081/tid=16083] ppid=16079 vsize=1532960 CPUtime=18.23
/proc/16081/task/16083/stat : 16083 (java) R 16079 16081 15344 0 -1 4202560 72040 0 9 0 1790 33 0 0 16 0 12 0 10544982 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1532960 CPUtime=5.97
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 71085 0 0 0 561 36 0 0 16 0 12 0 10544988 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1532960 CPUtime=6.88
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 120960 0 0 0 618 70 0 0 16 0 12 0 10544988 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16086/stat : 16086 (java) S 16079 16081 15344 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 10544991 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 10544992 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1532960 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1569751040 260705 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1532960 CPUtime=0.28

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

/proc/loadavg: 1.16 1.33 1.23 2/119 16100
/proc/meminfo: memFree=41864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1597536 CPUtime=211.89
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1629746 0 42 0 20495 694 0 0 16 0 13 0 10544973 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 399384 367723 1424 10 0 396687 0
[pid=16081/tid=16083] ppid=16079 vsize=1597536 CPUtime=49.83
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72114 0 9 0 4940 43 0 0 16 0 13 0 10544982 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1597536 CPUtime=16.96
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 109405 0 0 0 1644 52 0 0 15 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1597536 CPUtime=17.84
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 169980 0 0 0 1689 95 0 0 16 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1597536 CPUtime=126.27
/proc/16081/task/16086/stat : 16086 (java) R 16079 16081 15344 0 -1 4202560 1276179 0 5 0 12127 500 0 0 25 0 13 0 10544991 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1597536 CPUtime=0.57
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 513 0 0 0 57 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1597536 CPUtime=0.34
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 497 0 3 0 34 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16098] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16098/stat : 16098 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10562367 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 211.89
Current children cumulated vsize (KiB) 1597536

[startup+196.701 s]
/proc/loadavg: 1.16 1.33 1.23 2/119 16100
/proc/meminfo: memFree=97912/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1597536 CPUtime=213.49
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1661503 0 42 0 20642 707 0 0 16 0 13 0 10544973 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 399384 367723 1424 10 0 396687 0
[pid=16081/tid=16083] ppid=16079 vsize=1597536 CPUtime=49.83
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72114 0 9 0 4940 43 0 0 16 0 13 0 10544982 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1597536 CPUtime=16.96
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 109405 0 0 0 1644 52 0 0 15 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1597536 CPUtime=17.84
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 169980 0 0 0 1689 95 0 0 16 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1597536 CPUtime=127.87
/proc/16081/task/16086/stat : 16086 (java) R 16079 16081 15344 0 -1 4202560 1307936 0 5 0 12274 513 0 0 25 0 13 0 10544991 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 106157718 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1597536 CPUtime=0.57
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 513 0 0 0 57 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1597536 CPUtime=0.34
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 497 0 3 0 34 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16098] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16098/stat : 16098 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10562367 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 213.49
Current children cumulated vsize (KiB) 1597536

[startup+197.501 s]
/proc/loadavg: 1.16 1.33 1.23 2/119 16100
/proc/meminfo: memFree=41864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1597536 CPUtime=214.29
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1661503 0 42 0 20722 707 0 0 16 0 13 0 10544973 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 399384 367723 1424 10 0 396687 0
[pid=16081/tid=16083] ppid=16079 vsize=1597536 CPUtime=49.83
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72114 0 9 0 4940 43 0 0 16 0 13 0 10544982 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1597536 CPUtime=16.96
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 109405 0 0 0 1644 52 0 0 15 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1597536 CPUtime=17.84
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 169980 0 0 0 1689 95 0 0 16 0 13 0 10544988 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1597536 CPUtime=128.67
/proc/16081/task/16086/stat : 16086 (java) R 16079 16081 15344 0 -1 4202560 1307936 0 5 0 12354 513 0 0 25 0 13 0 10544991 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 106836617 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10544992 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1597536 CPUtime=0.57
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 513 0 0 0 57 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1597536 CPUtime=0.34
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 497 0 3 0 34 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 10544999 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16098] ppid=16079 vsize=1597536 CPUtime=0
/proc/16081/task/16098/stat : 16098 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 10562367 1635876864 367723 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 214.29
Current children cumulated vsize (KiB) 1597536

[startup+198.301 s]
/proc/loadavg: 1.15 1.32 1.22 2/119 16100
/proc/meminfo: memFree=41864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1533532 CPUtime=215.08
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1661505 0 43 0 20800 708 0 0 16 0 12 0 10544973 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 383383 351724 1425 10 0 380686 0
[pid=16081/tid=16083] ppid=16079 vsize=1533532 CPUtime=49.83
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72115 0 9 0 4940 43 0 0 16 0 12 0 10544982 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1533532 CPUtime=16.96
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 109405 0 0 0 1644 52 0 0 15 0 12 0 10544988 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1533532 CPUtime=17.84
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 169980 0 0 0 1689 95 0 0 16 0 12 0 10544988 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1533532 CPUtime=129.45
/proc/16081/task/16086/stat : 16086 (java) R 16079 16081 15344 0 -1 4202560 1307936 0 5 0 12431 514 0 0 25 0 12 0 10544991 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10544992 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1533532 CPUtime=0.57
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 513 0 0 0 57 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1533532 CPUtime=0.34
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 497 0 3 0 34 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.08
Current children cumulated vsize (KiB) 1533532

[startup+198.501 s]
/proc/loadavg: 1.15 1.32 1.22 2/119 16100
/proc/meminfo: memFree=41864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=1533532 CPUtime=215.28
/proc/16081/stat : 16081 (java) S 16079 16081 15344 0 -1 4202496 1661505 0 43 0 20820 708 0 0 16 0 12 0 10544973 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 383383 351724 1425 10 0 380686 0
[pid=16081/tid=16083] ppid=16079 vsize=1533532 CPUtime=49.83
/proc/16081/task/16083/stat : 16083 (java) S 16079 16081 15344 0 -1 4202560 72115 0 9 0 4940 43 0 0 16 0 12 0 10544982 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 10
[pid=16081/tid=16084] ppid=16079 vsize=1533532 CPUtime=16.96
/proc/16081/task/16084/stat : 16084 (java) S 16079 16081 15344 0 -1 4202560 109405 0 0 0 1644 52 0 0 15 0 12 0 10544988 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16085] ppid=16079 vsize=1533532 CPUtime=17.84
/proc/16081/task/16085/stat : 16085 (java) S 16079 16081 15344 0 -1 4202560 169980 0 0 0 1689 95 0 0 16 0 12 0 10544988 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16086] ppid=16079 vsize=1533532 CPUtime=129.65
/proc/16081/task/16086/stat : 16086 (java) R 16079 16081 15344 0 -1 4202560 1307936 0 5 0 12451 514 0 0 25 0 12 0 10544991 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 106158098 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=16081/tid=16087] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16087/stat : 16087 (java) S 16079 16081 15344 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 10544992 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16088] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16088/stat : 16088 (java) S 16079 16081 15344 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 10544992 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16089] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16089/stat : 16089 (java) S 16079 16081 15344 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16090] ppid=16079 vsize=1533532 CPUtime=0.57
/proc/16081/task/16090/stat : 16090 (java) S 16079 16081 15344 0 -1 4202560 513 0 0 0 57 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16091] ppid=16079 vsize=1533532 CPUtime=0.34
/proc/16081/task/16091/stat : 16091 (java) S 16079 16081 15344 0 -1 4202560 497 0 3 0 34 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16092/stat : 16092 (java) S 16079 16081 15344 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
[pid=16081/tid=16093] ppid=16079 vsize=1533532 CPUtime=0
/proc/16081/task/16093/stat : 16093 (java) S 16079 16081 15344 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 10544999 1570336768 351724 1992294400 134512640 134550932 4291599744 18446744073709551615 4294960144 0 4 0 16800975 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.28
Current children cumulated vsize (KiB) 1533532

[startup+198.602 s]
/proc/loadavg: 1.15 1.32 1.22 2/119 16100
/proc/meminfo: memFree=41864/2059040 swapFree=4140140/4192956
[pid=16081] ppid=16079 vsize=0 CPUtime=215.33
/proc/16081/stat : 16081 (java) Z 16079 16081 15344 0 -1 4202524 1661511 0 43 0 20821 712 0 0 15 0 2 0 10544973 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 6
/proc/16081/statm: 0 0 0 0 0 0 0
[pid=16081/tid=16092] ppid=16079 vsize=0 CPUtime=0.04
/proc/16081/task/16092/stat : 16092 (java) R 16079 16081 15344 0 -1 4203588 0 0 0 0 0 4 0 0 18 0 2 0 10544999 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 198.693
CPU time (s): 215.431
CPU user time (s): 208.219
CPU system time (s): 7.2119
CPU usage (%): 108.424
Max. virtual memory (cumulated for all children) (KiB): 1629540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.219
system time used= 7.2119
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1661511
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5427
involuntary context switches= 2815

runsolver used 0.426935 second user time and 1.06984 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 14:48:46
IDJOB=2663354
IDBENCH=71894
IDSOLVER=1166
FILE ID=node043/2663354-1276692502
PBS_JOBID= 11172615
Free space on /tmp= 61792 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663354-1276692502/watcher-2663354-1276692502 -o /tmp/evaluation-result-2663354-1276692502/solver-2663354-1276692502 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663354-1276692502.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=979174959

node043.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.241
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.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1319508 kB
Buffers:          4496 kB
Cached:         635956 kB
SwapCached:       5340 kB
Active:         558548 kB
Inactive:        94144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1319508 kB
SwapTotal:     4192956 kB
SwapFree:      4140140 kB
Dirty:          313556 kB
Writeback:           0 kB
AnonPages:       11164 kB
Mapped:          12940 kB
Slab:            65064 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182900 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= 61792 MiB
End job on node043 at 2010-06-16 14:52:04