Trace number 1859727

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? (exit code) 223.558 205.645

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
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 variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
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.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.17	c version 2.1.1.v20090612
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0_12
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1342000320
0.07/0.17	c Max memory 1344274432
0.07/0.17	c Total memory 1344274432
0.07/0.17	c Number of processors 2
0.19/0.23	c Pseudo Boolean Optimization
0.19/0.23	c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-1859727-1245007271.opb
0.19/0.23	c reading problem ... 
196.84/178.90	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
196.84/178.90		at org.sat4j.core.Vec.<init>(Unknown Source)
196.84/178.90		at org.sat4j.core.Vec.<init>(Unknown Source)
196.84/178.90		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
196.84/178.90		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
196.84/178.90		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
196.84/178.90		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
196.84/178.90		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
196.84/178.90		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
196.84/178.90		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
196.84/178.90		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
196.84/178.90		at org.sat4j.AbstractLauncher.run(Unknown Source)
196.84/178.90		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
205.93/188.04	c starts		: 0
222.82/204.98	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
222.82/204.98		at java.lang.StringBuffer.toString(Unknown Source)
222.82/204.98		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
222.82/204.98		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
222.82/204.98		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
222.82/204.98		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
222.82/204.98		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
222.82/204.98		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-1859727-1245007271/watcher-1859727-1245007271 -o /tmp/evaluation-result-1859727-1245007271/solver-1859727-1245007271 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859727-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.53 0.11 0.04 2/64 18352
/proc/meminfo: memFree=991992/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=152 CPUtime=0
/proc/18352/stat : 18352 (java6) R 18350 18352 18315 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 168324771 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10518827 0 0 4096 0 0 0 0 17 1 0 0
/proc/18352/statm: 38 26 19 9 0 4 0

[startup+0.0325141 s]
/proc/loadavg: 0.53 0.11 0.04 2/64 18352
/proc/meminfo: memFree=991992/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=13496 CPUtime=0
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 871 0 0 0 0 0 0 0 18 0 2 0 168324771 13819904 626 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13496

[startup+0.101056 s]
/proc/loadavg: 0.53 0.11 0.04 2/64 18352
/proc/meminfo: memFree=991992/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1470220 CPUtime=0.07
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 3465 0 1 0 5 2 0 0 18 0 7 0 168324771 1505505280 3210 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 367555 3210 1040 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.301102 s]
/proc/loadavg: 0.53 0.11 0.04 2/64 18352
/proc/meminfo: memFree=991992/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1474768 CPUtime=0.3
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 16189 0 1 0 22 8 0 0 18 0 12 0 168324771 1510162432 15926 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 368692 15926 1342 9 0 366035 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1474768

[startup+0.701172 s]
/proc/loadavg: 0.53 0.11 0.04 2/64 18352
/proc/meminfo: memFree=991992/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1474768 CPUtime=0.98
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 57704 0 1 0 68 30 0 0 18 0 12 0 168324771 1510162432 57439 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 368692 57439 1373 9 0 366035 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1474768

[startup+1.50131 s]
/proc/loadavg: 0.53 0.11 0.04 2/78 18366
/proc/meminfo: memFree=766272/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1475740 CPUtime=1.96
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 58241 0 1 0 165 31 0 0 18 0 12 0 168324771 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 368935 57748 1401 9 0 366278 0
[pid=18352/tid=18354] ppid=18350 vsize=1475740 CPUtime=1.16
/proc/18352/task/18354/stat : 18354 (java) R 18350 18352 18315 0 -1 64 29959 0 1 0 102 14 0 0 23 0 12 0 168324774 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1475740 CPUtime=0.2
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 10074 0 0 0 15 5 0 0 18 0 12 0 168324776 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1475740 CPUtime=0.21
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 16266 0 0 0 12 9 0 0 18 0 12 0 168324776 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18357/stat : 18357 (java) S 18350 18352 18315 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 168324778 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 168324778 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168324778 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1475740 CPUtime=0.15
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 296 0 0 0 15 0 0 0 16 0 12 0 168324782 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1475740 CPUtime=0.19
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 896 0 0 0 19 0 0 0 17 0 12 0 168324782 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168324782 1511157760 57748 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168324782 1511157760 57748 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) 1475740

[startup+3.10261 s]
/proc/loadavg: 0.53 0.11 0.04 2/77 18366
/proc/meminfo: memFree=765320/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1475740 CPUtime=3.67
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 67706 0 1 0 329 38 0 0 18 0 12 0 168324771 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 368935 66676 1401 9 0 366278 0
[pid=18352/tid=18354] ppid=18350 vsize=1475740 CPUtime=2.66
/proc/18352/task/18354/stat : 18354 (java) R 18350 18352 18315 0 -1 64 30904 0 1 0 250 16 0 0 25 0 12 0 168324774 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4109436703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1475740 CPUtime=0.31
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 13072 0 0 0 24 7 0 0 17 0 12 0 168324776 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1475740 CPUtime=0.31
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 21785 0 0 0 19 12 0 0 16 0 12 0 168324776 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18357/stat : 18357 (java) S 18350 18352 18315 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 168324778 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 168324778 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168324778 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1475740 CPUtime=0.15
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 296 0 0 0 15 0 0 0 16 0 12 0 168324782 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1475740 CPUtime=0.19
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 896 0 0 0 19 0 0 0 17 0 12 0 168324782 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168324782 1511157760 66676 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1475740 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168324782 1511157760 66676 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) 1475740

[startup+6.30122 s]
/proc/loadavg: 0.65 0.15 0.05 2/77 18366
/proc/meminfo: memFree=686984/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1475676 CPUtime=7.21
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 86615 0 1 0 672 49 0 0 18 0 12 0 168324771 1511092224 83788 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 368919 83789 1401 9 0 366262 0
[pid=18352/tid=18354] ppid=18350 vsize=1475676 CPUtime=5.5
/proc/18352/task/18354/stat : 18354 (java) S 18350 18352 18315 0 -1 64 30909 0 1 0 532 18 0 0 25 0 12 0 168324774 1511092224 83790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1475676 CPUtime=0.66
/proc/18352/task/18355/stat : 18355 (java) R 18350 18352 18315 0 -1 64 24320 0 0 0 53 13 0 0 17 0 12 0 168324776 1511092224 83791 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1475676 CPUtime=0.67
/proc/18352/task/18356/stat : 18356 (java) R 18350 18352 18315 0 -1 64 29444 0 0 0 51 16 0 0 17 0 12 0 168324776 1511092224 83792 1992294400 134512640 134550932 4294956016 18446744073709551615 106196616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18357/stat : 18357 (java) S 18350 18352 18315 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 168324778 1511092224 83793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 168324778 1511092224 83795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168324778 1511092224 83796 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1511092224 83797 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1475676 CPUtime=0.15
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 296 0 0 0 15 0 0 0 16 0 12 0 168324782 1511092224 83798 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1475676 CPUtime=0.19
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 896 0 0 0 19 0 0 0 17 0 12 0 168324782 1511092224 83799 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168324782 1511092224 83800 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1475676 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168324782 1511092224 83801 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 1475676

[startup+12.7024 s]
/proc/loadavg: 0.68 0.16 0.05 2/76 18366
/proc/meminfo: memFree=579544/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1476960 CPUtime=14.87
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 113427 0 1 0 1421 66 0 0 18 0 12 0 168324771 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 369240 107121 1406 9 0 366583 0
[pid=18352/tid=18354] ppid=18350 vsize=1476960 CPUtime=10.6
/proc/18352/task/18354/stat : 18354 (java) R 18350 18352 18315 0 -1 64 30917 0 1 0 1041 19 0 0 17 0 12 0 168324774 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1476960 CPUtime=1.96
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 40134 0 0 0 174 22 0 0 17 0 12 0 168324776 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1476960 CPUtime=1.93
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 40426 0 0 0 170 23 0 0 17 0 12 0 168324776 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18357/stat : 18357 (java) S 18350 18352 18315 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 168324778 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 168324778 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168324778 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1476960 CPUtime=0.15
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 301 0 0 0 15 0 0 0 16 0 12 0 168324782 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1476960 CPUtime=0.19
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 896 0 0 0 19 0 0 0 17 0 12 0 168324782 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168324782 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1476960 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168324782 1512407040 107121 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1476960

[startup+25.5018 s]
/proc/loadavg: 0.75 0.20 0.07 2/76 18366
/proc/meminfo: memFree=418136/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1477304 CPUtime=30.83
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 153895 0 1 0 2992 91 0 0 18 0 12 0 168324771 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 369326 145725 1406 9 0 366669 0
[pid=18352/tid=18354] ppid=18350 vsize=1477304 CPUtime=20.12
/proc/18352/task/18354/stat : 18354 (java) R 18350 18352 18315 0 -1 64 30934 0 1 0 1990 22 0 0 21 0 12 0 168324774 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4109468309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1477304 CPUtime=5.19
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 57528 0 0 0 489 30 0 0 16 0 12 0 168324776 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1477304 CPUtime=5.09
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 63480 0 0 0 473 36 0 0 17 0 12 0 168324776 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1477304 CPUtime=0
/proc/18352/task/18357/stat : 18357 (java) S 18350 18352 18315 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 168324778 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1477304 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 168324778 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1477304 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 168324778 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1477304 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1512759296 145725 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1477304 CPUtime=0.15

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

[pid=18352/tid=18356] ppid=18350 vsize=1512044 CPUtime=18.05
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 151382 0 0 0 1725 80 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1512044 CPUtime=133.97
/proc/18352/task/18357/stat : 18357 (java) R 18350 18352 18315 0 -1 64 534365 0 0 0 13159 238 0 0 20 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1512044 CPUtime=0.29
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 399 0 0 0 29 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1512044 CPUtime=0.5
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 1651 0 0 0 50 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18367] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18367/stat : 18367 (java) S 18350 18352 18315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168342662 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.22
Current children cumulated vsize (KiB) 1512044

[startup+201.503 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 18367
/proc/meminfo: memFree=36048/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1512044 CPUtime=219.42
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 908667 0 1 0 21499 443 0 0 18 0 13 0 168324771 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 378011 346550 1418 9 0 375354 0
[pid=18352/tid=18354] ppid=18350 vsize=1512044 CPUtime=45.21
/proc/18352/task/18354/stat : 18354 (java) S 18350 18352 18315 0 -1 64 41027 0 1 0 4490 31 0 0 18 0 13 0 168324774 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1512044 CPUtime=18.14
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 163213 0 0 0 1730 84 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1512044 CPUtime=18.05
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 151382 0 0 0 1725 80 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1512044 CPUtime=137.17
/proc/18352/task/18357/stat : 18357 (java) R 18350 18352 18315 0 -1 64 550247 0 0 0 13472 245 0 0 25 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1512044 CPUtime=0.29
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 399 0 0 0 29 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1512044 CPUtime=0.5
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 1651 0 0 0 50 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18367] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18367/stat : 18367 (java) S 18350 18352 18315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168342662 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.42
Current children cumulated vsize (KiB) 1512044

[startup+203.101 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 18367
/proc/meminfo: memFree=36048/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1512044 CPUtime=221.02
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 908667 0 1 0 21659 443 0 0 18 0 13 0 168324771 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 378011 346550 1418 9 0 375354 0
[pid=18352/tid=18354] ppid=18350 vsize=1512044 CPUtime=45.21
/proc/18352/task/18354/stat : 18354 (java) S 18350 18352 18315 0 -1 64 41027 0 1 0 4490 31 0 0 18 0 13 0 168324774 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1512044 CPUtime=18.14
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 163213 0 0 0 1730 84 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1512044 CPUtime=18.05
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 151382 0 0 0 1725 80 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1512044 CPUtime=138.77
/proc/18352/task/18357/stat : 18357 (java) R 18350 18352 18315 0 -1 64 550247 0 0 0 13632 245 0 0 25 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1512044 CPUtime=0.29
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 399 0 0 0 29 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1512044 CPUtime=0.5
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 1651 0 0 0 50 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18367] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18367/stat : 18367 (java) S 18350 18352 18315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168342662 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 1512044

[startup+204.702 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 18367
/proc/meminfo: memFree=36048/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1512044 CPUtime=222.62
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 908667 0 1 0 21819 443 0 0 18 0 13 0 168324771 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 378011 346550 1418 9 0 375354 0
[pid=18352/tid=18354] ppid=18350 vsize=1512044 CPUtime=45.21
/proc/18352/task/18354/stat : 18354 (java) S 18350 18352 18315 0 -1 64 41027 0 1 0 4490 31 0 0 18 0 13 0 168324774 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1512044 CPUtime=18.14
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 163213 0 0 0 1730 84 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1512044 CPUtime=18.05
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 151382 0 0 0 1725 80 0 0 16 0 13 0 168324776 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1512044 CPUtime=140.37
/proc/18352/task/18357/stat : 18357 (java) R 18350 18352 18315 0 -1 64 550247 0 0 0 13792 245 0 0 25 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 106159189 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 168324778 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1512044 CPUtime=0.29
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 399 0 0 0 29 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1512044 CPUtime=0.5
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 1651 0 0 0 50 0 0 0 16 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 168324782 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18367] ppid=18350 vsize=1512044 CPUtime=0
/proc/18352/task/18367/stat : 18367 (java) S 18350 18352 18315 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 168342662 1548333056 346550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.62
Current children cumulated vsize (KiB) 1512044

[startup+205.102 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 18367
/proc/meminfo: memFree=36048/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=1480040 CPUtime=223.01
/proc/18352/stat : 18352 (java) S 18350 18352 18315 0 -1 0 908669 0 1 0 21858 443 0 0 18 0 12 0 168324771 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 370010 338550 1419 9 0 367353 0
[pid=18352/tid=18354] ppid=18350 vsize=1480040 CPUtime=45.21
/proc/18352/task/18354/stat : 18354 (java) S 18350 18352 18315 0 -1 64 41027 0 1 0 4490 31 0 0 16 0 12 0 168324774 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18355] ppid=18350 vsize=1480040 CPUtime=18.14
/proc/18352/task/18355/stat : 18355 (java) S 18350 18352 18315 0 -1 64 163213 0 0 0 1730 84 0 0 16 0 12 0 168324776 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18356] ppid=18350 vsize=1480040 CPUtime=18.05
/proc/18352/task/18356/stat : 18356 (java) S 18350 18352 18315 0 -1 64 151382 0 0 0 1725 80 0 0 16 0 12 0 168324776 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18357] ppid=18350 vsize=1480040 CPUtime=140.77
/proc/18352/task/18357/stat : 18357 (java) R 18350 18352 18315 0 -1 64 550247 0 0 0 13831 246 0 0 25 0 12 0 168324778 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 106158105 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18358] ppid=18350 vsize=1480040 CPUtime=0
/proc/18352/task/18358/stat : 18358 (java) S 18350 18352 18315 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 168324778 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18359] ppid=18350 vsize=1480040 CPUtime=0
/proc/18352/task/18359/stat : 18359 (java) S 18350 18352 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 168324778 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18360] ppid=18350 vsize=1480040 CPUtime=0
/proc/18352/task/18360/stat : 18360 (java) S 18350 18352 18315 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 168324782 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18361] ppid=18350 vsize=1480040 CPUtime=0.29
/proc/18352/task/18361/stat : 18361 (java) S 18350 18352 18315 0 -1 64 399 0 0 0 29 0 0 0 16 0 12 0 168324782 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18362] ppid=18350 vsize=1480040 CPUtime=0.5
/proc/18352/task/18362/stat : 18362 (java) S 18350 18352 18315 0 -1 64 1651 0 0 0 50 0 0 0 16 0 12 0 168324782 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18352/tid=18363] ppid=18350 vsize=1480040 CPUtime=0
/proc/18352/task/18363/stat : 18363 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 168324782 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18352/tid=18364] ppid=18350 vsize=1480040 CPUtime=0
/proc/18352/task/18364/stat : 18364 (java) S 18350 18352 18315 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 168324782 1515560960 338550 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.01
Current children cumulated vsize (KiB) 1480040

[startup+205.503 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 18367
/proc/meminfo: memFree=36048/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=0 CPUtime=223.41
/proc/18352/stat : 18352 (java) Z 18350 18352 18315 0 -1 12 908675 0 1 0 21892 449 0 0 16 0 2 0 168324771 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.41
Current children cumulated vsize (KiB) 0

[startup+205.602 s]
/proc/loadavg: 1.02 0.62 0.25 2/66 18367
/proc/meminfo: memFree=1137232/2055920 swapFree=4182536/4192956
[pid=18352] ppid=18350 vsize=0 CPUtime=223.51
/proc/18352/stat : 18352 (java) Z 18350 18352 18315 0 -1 12 908675 0 1 0 21892 459 0 0 16 0 2 0 168324771 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 205.645
CPU time (s): 223.558
CPU user time (s): 218.921
CPU system time (s): 4.63729
CPU usage (%): 108.71
Max. virtual memory (cumulated for all children) (KiB): 1528048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.921
system time used= 4.63729
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 908675
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= 5517
involuntary context switches= 5086

runsolver used 0.26096 second user time and 0.604908 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-14 21:21:24
IDJOB=1859727
IDBENCH=71913
IDSOLVER=682
FILE ID=node47/1859727-1245007271
PBS_JOBID= 9355142
Free space on /tmp= 65844 MiB

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

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=1701413080

node47.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.261
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.261
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:        992472 kB
Buffers:         69008 kB
Cached:         916236 kB
SwapCached:       4224 kB
Active:         374272 kB
Inactive:       618736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        992472 kB
SwapTotal:     4192956 kB
SwapFree:      4182536 kB
Dirty:          243500 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            56404 kB
Committed_AS:   140660 kB
PageTables:       1448 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= 65844 MiB
End job on node47 at 2009-06-14 21:24:50