Trace number 1859617

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? 223.633 205.66

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__512.opb
MD5SUM0f92d181b92c9b1b2ec7960910124750
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 variables7682998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint512
Maximum length of a constraint23041
Number of terms in the objective function 7680000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 260084044288
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 260084044288
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1859617-1244974022.opb
0.22/0.22	c reading problem ... 
192.42/174.40	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
192.42/174.40		at java.util.Arrays.copyOfRange(Unknown Source)
192.42/174.40		at java.lang.String.<init>(Unknown Source)
192.42/174.40		at java.lang.StringBuffer.toString(Unknown Source)
192.42/174.40		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
192.42/174.40		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
192.42/174.40		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
192.42/174.40		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
192.42/174.40		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
192.42/174.40		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
192.42/174.40		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
192.42/174.40		at org.sat4j.AbstractLauncher.run(Unknown Source)
192.42/174.40		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
200.23/182.25	c starts		: 0
200.23/182.25	c conflicts		: 0
200.23/182.25	c decisions		: 0
200.23/182.25	c propagations		: 0
200.23/182.25	c inspects		: 0
200.23/182.25	c learnt literals	: 0
200.23/182.25	c learnt binary clauses	: 0
200.23/182.25	c learnt ternary clauses	: 0
200.23/182.25	c learnt clauses	: 0
200.23/182.25	c ignored clauses	: 0
200.23/182.25	c root simplifications	: 0
200.23/182.25	c removed literals (reason simplification)	: 0
200.23/182.25	c reason swapping (by a shorter reason)	: 0
200.23/182.25	c Calls to reduceDB	: 0
200.23/182.25	c speed (assignments/second)	: 0.0
200.23/182.25	c non guided choices	0
223.01/205.01	c learnt constraints type 
223.01/205.01	c constraints type 
223.01/205.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
223.01/205.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 344
223.01/205.01	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
223.01/205.01	s UNKNOWN
223.01/205.01	c Total wall clock time (in seconds): 204.792

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-1859617-1244974022/watcher-1859617-1244974022 -o /tmp/evaluation-result-1859617-1244974022/solver-1859617-1244974022 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859617-1244974022.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.58 1.15 1.04 3/66 16806
/proc/meminfo: memFree=845848/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1520 CPUtime=0
/proc/16806/stat : 16806 (java6) R 16804 16806 16508 0 -1 0 68 0 0 0 0 0 0 0 18 0 1 0 165004076 1556480 53 1992294400 134512640 134550932 4294956176 18446744073709551615 2499591 0 0 4096 0 0 0 0 17 1 0 0
/proc/16806/statm: 380 63 47 9 0 10 0

[startup+0.0570511 s]
/proc/loadavg: 1.58 1.15 1.04 3/66 16806
/proc/meminfo: memFree=845848/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1470088 CPUtime=0.04
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 3264 0 1 0 2 2 0 0 18 0 7 0 165004076 1505370112 3009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 367522 3009 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.102056 s]
/proc/loadavg: 1.58 1.15 1.04 3/66 16806
/proc/meminfo: memFree=845848/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1472584 CPUtime=0.08
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 165004076 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301083 s]
/proc/loadavg: 1.58 1.15 1.04 3/66 16806
/proc/meminfo: memFree=845848/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1474900 CPUtime=0.31
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 18937 0 1 0 23 8 0 0 18 0 12 0 165004076 1510297600 18674 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 368725 18674 1342 9 0 366068 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1474900

[startup+0.701124 s]
/proc/loadavg: 1.58 1.15 1.04 3/66 16806
/proc/meminfo: memFree=845848/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1474900 CPUtime=1.07
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 76192 0 1 0 63 44 0 0 18 0 12 0 165004076 1510297600 75928 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 368725 75928 1349 9 0 366068 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1474900

[startup+1.50221 s]
/proc/loadavg: 1.58 1.15 1.04 2/78 16818
/proc/meminfo: memFree=544952/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1477012 CPUtime=2.12
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 79501 0 1 0 166 46 0 0 18 0 12 0 165004076 1512460288 79005 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 369253 79005 1401 9 0 366596 0
[pid=16806/tid=16808] ppid=16804 vsize=1477012 CPUtime=1.01
/proc/16806/task/16808/stat : 16808 (java) R 16804 16806 16508 0 -1 64 30348 0 1 0 88 13 0 0 21 0 12 0 165004077 1512460288 79006 1992294400 134512640 134550932 4294956016 18446744073709551615 4109491533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1477012 CPUtime=0.37
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 22583 0 0 0 22 15 0 0 19 0 12 0 165004078 1512460288 79007 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1477012 CPUtime=0.36
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 24403 0 0 0 20 16 0 0 19 0 12 0 165004078 1512460288 79007 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16804 16806 16508 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 165004080 1512460288 79008 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165004081 1512460288 79009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165004081 1512460288 79010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1512460288 79010 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1477012 CPUtime=0.16
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 675 0 0 0 16 0 0 0 16 0 12 0 165004085 1512460288 79011 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1477012 CPUtime=0.17
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 741 0 0 0 17 0 0 0 17 0 12 0 165004085 1512460288 79012 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165004085 1512460288 79013 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165004085 1512460288 79014 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1477012

[startup+3.10139 s]
/proc/loadavg: 1.58 1.15 1.04 2/77 16818
/proc/meminfo: memFree=446976/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1477012 CPUtime=3.91
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 102201 0 1 0 332 59 0 0 18 0 12 0 165004076 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 369253 101704 1401 9 0 366596 0
[pid=16806/tid=16808] ppid=16804 vsize=1477012 CPUtime=2.39
/proc/16806/task/16808/stat : 16808 (java) R 16804 16806 16508 0 -1 64 30903 0 1 0 225 14 0 0 25 0 12 0 165004077 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4109465093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1477012 CPUtime=0.56
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 31992 0 0 0 36 20 0 0 16 0 12 0 165004078 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1477012 CPUtime=0.59
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 37134 0 0 0 36 23 0 0 18 0 12 0 165004078 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16804 16806 16508 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 165004080 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165004081 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165004081 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1477012 CPUtime=0.16
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 675 0 0 0 16 0 0 0 16 0 12 0 165004085 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1477012 CPUtime=0.17
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 741 0 0 0 17 0 0 0 17 0 12 0 165004085 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165004085 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1477012 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165004085 1512460288 101704 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1477012

[startup+6.30275 s]
/proc/loadavg: 1.54 1.14 1.04 2/77 16818
/proc/meminfo: memFree=401280/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1476916 CPUtime=7.54
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 120789 0 1 0 683 71 0 0 18 0 12 0 165004076 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 369229 118150 1401 9 0 366572 0
[pid=16806/tid=16808] ppid=16804 vsize=1476916 CPUtime=5.17
/proc/16806/task/16808/stat : 16808 (java) R 16804 16806 16508 0 -1 64 30908 0 1 0 501 16 0 0 19 0 12 0 165004077 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1476916 CPUtime=0.98
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 40363 0 0 0 73 25 0 0 17 0 12 0 165004078 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1476916 CPUtime=1.01
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 47342 0 0 0 73 28 0 0 16 0 12 0 165004078 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16804 16806 16508 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 165004080 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165004081 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165004081 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1476916 CPUtime=0.16
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 675 0 0 0 16 0 0 0 16 0 12 0 165004085 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1476916 CPUtime=0.17
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 741 0 0 0 17 0 0 0 17 0 12 0 165004085 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165004085 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1476916 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165004085 1512361984 118150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1476916

[startup+12.7015 s]
/proc/loadavg: 1.49 1.14 1.04 2/76 16818
/proc/meminfo: memFree=287240/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1480764 CPUtime=15.17
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 148846 0 1 0 1432 85 0 0 18 0 12 0 165004076 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 370191 143410 1406 9 0 367534 0
[pid=16806/tid=16808] ppid=16804 vsize=1480764 CPUtime=10.27
/proc/16806/task/16808/stat : 16808 (java) R 16804 16806 16508 0 -1 64 30916 0 1 0 1010 17 0 0 18 0 12 0 165004077 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4109491480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1480764 CPUtime=2.26
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 55713 0 0 0 194 32 0 0 16 0 12 0 165004078 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1480764 CPUtime=2.26
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 60036 0 0 0 192 34 0 0 16 0 12 0 165004078 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16804 16806 16508 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 165004080 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165004081 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165004081 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1480764 CPUtime=0.16
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 680 0 0 0 16 0 0 0 16 0 12 0 165004085 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1480764 CPUtime=0.17
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 741 0 0 0 17 0 0 0 17 0 12 0 165004085 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165004085 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165004085 1516302336 143410 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 1480764

[startup+25.5029 s]
/proc/loadavg: 1.38 1.13 1.04 2/76 16818
/proc/meminfo: memFree=120328/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1480764 CPUtime=31.26
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 192156 0 1 0 3017 109 0 0 18 0 12 0 165004076 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 370191 183354 1406 9 0 367534 0
[pid=16806/tid=16808] ppid=16804 vsize=1480764 CPUtime=19.53
/proc/16806/task/16808/stat : 16808 (java) R 16804 16806 16508 0 -1 64 30932 0 1 0 1934 19 0 0 18 0 12 0 165004077 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1480764 CPUtime=5.74
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 81624 0 0 0 530 44 0 0 18 0 12 0 165004078 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1480764 CPUtime=5.58
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 77412 0 0 0 514 44 0 0 16 0 12 0 165004078 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16804 16806 16508 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 165004080 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 165004081 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165004081 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1480764 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1516302336 183354 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1480764 CPUtime=0.17

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

[pid=16806/tid=16810] ppid=16804 vsize=1514696 CPUtime=18.33
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 143344 0 0 0 1758 75 0 0 17 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1514696 CPUtime=129.34
/proc/16806/task/16811/stat : 16811 (java) R 16804 16806 16508 0 -1 64 603673 0 0 0 12673 261 0 0 25 0 13 0 165004080 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 104177867 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1514696 CPUtime=0.41
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 725 0 0 0 41 0 0 0 17 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1514696 CPUtime=0.42
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 946 0 0 0 42 0 0 0 16 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16819] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16819/stat : 16819 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021516 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.31
Current children cumulated vsize (KiB) 1514696

[startup+201.502 s]
/proc/loadavg: 1.06 1.13 1.05 2/77 16819
/proc/meminfo: memFree=31936/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1514696 CPUtime=219.51
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 963183 0 1 0 21491 460 0 0 18 0 13 0 165004076 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 378674 347053 1418 9 0 376017 0
[pid=16806/tid=16808] ppid=16804 vsize=1514696 CPUtime=49.49
/proc/16806/task/16808/stat : 16808 (java) S 16804 16806 16508 0 -1 64 46029 0 1 0 4916 33 0 0 18 0 13 0 165004077 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1514696 CPUtime=18.26
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 151770 0 0 0 1745 81 0 0 16 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1514696 CPUtime=18.33
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 143344 0 0 0 1758 75 0 0 17 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1514696 CPUtime=132.55
/proc/16806/task/16811/stat : 16811 (java) R 16804 16806 16508 0 -1 64 619618 0 0 0 12987 268 0 0 25 0 13 0 165004080 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 103585141 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1514696 CPUtime=0.41
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 725 0 0 0 41 0 0 0 17 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1514696 CPUtime=0.42
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 946 0 0 0 42 0 0 0 16 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16819] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16819/stat : 16819 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021516 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.51
Current children cumulated vsize (KiB) 1514696

[startup+203.102 s]
/proc/loadavg: 1.06 1.13 1.05 2/77 16819
/proc/meminfo: memFree=31936/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1514696 CPUtime=221.11
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 963183 0 1 0 21651 460 0 0 18 0 13 0 165004076 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 378674 347053 1418 9 0 376017 0
[pid=16806/tid=16808] ppid=16804 vsize=1514696 CPUtime=49.49
/proc/16806/task/16808/stat : 16808 (java) S 16804 16806 16508 0 -1 64 46029 0 1 0 4916 33 0 0 18 0 13 0 165004077 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1514696 CPUtime=18.26
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 151770 0 0 0 1745 81 0 0 16 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1514696 CPUtime=18.33
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 143344 0 0 0 1758 75 0 0 17 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1514696 CPUtime=134.15
/proc/16806/task/16811/stat : 16811 (java) R 16804 16806 16508 0 -1 64 619618 0 0 0 13147 268 0 0 25 0 13 0 165004080 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 106158832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1514696 CPUtime=0.41
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 725 0 0 0 41 0 0 0 17 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1514696 CPUtime=0.42
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 946 0 0 0 42 0 0 0 16 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16819] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16819/stat : 16819 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021516 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 1514696

[startup+204.702 s]
/proc/loadavg: 1.06 1.13 1.05 2/77 16819
/proc/meminfo: memFree=31936/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1514696 CPUtime=222.71
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 963183 0 1 0 21811 460 0 0 18 0 13 0 165004076 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 378674 347053 1418 9 0 376017 0
[pid=16806/tid=16808] ppid=16804 vsize=1514696 CPUtime=49.49
/proc/16806/task/16808/stat : 16808 (java) S 16804 16806 16508 0 -1 64 46029 0 1 0 4916 33 0 0 18 0 13 0 165004077 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1514696 CPUtime=18.26
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 151770 0 0 0 1745 81 0 0 16 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1514696 CPUtime=18.33
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 143344 0 0 0 1758 75 0 0 17 0 13 0 165004078 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1514696 CPUtime=135.74
/proc/16806/task/16811/stat : 16811 (java) R 16804 16806 16508 0 -1 64 619618 0 0 0 13306 268 0 0 25 0 13 0 165004080 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 106159282 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 165004081 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1514696 CPUtime=0.41
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 725 0 0 0 41 0 0 0 17 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1514696 CPUtime=0.42
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 946 0 0 0 42 0 0 0 16 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165004085 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16819] ppid=16804 vsize=1514696 CPUtime=0
/proc/16806/task/16819/stat : 16819 (java) S 16804 16806 16508 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 165021516 1551048704 347053 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.71
Current children cumulated vsize (KiB) 1514696

[startup+205.103 s]
/proc/loadavg: 1.06 1.13 1.05 2/77 16819
/proc/meminfo: memFree=31936/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=1482692 CPUtime=223.11
/proc/16806/stat : 16806 (java) S 16804 16806 16508 0 -1 0 963188 0 1 0 21851 460 0 0 18 0 12 0 165004076 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 370673 339056 1419 9 0 368016 0
[pid=16806/tid=16808] ppid=16804 vsize=1482692 CPUtime=49.49
/proc/16806/task/16808/stat : 16808 (java) S 16804 16806 16508 0 -1 64 46030 0 1 0 4916 33 0 0 17 0 12 0 165004077 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16804 vsize=1482692 CPUtime=18.26
/proc/16806/task/16809/stat : 16809 (java) S 16804 16806 16508 0 -1 64 151770 0 0 0 1745 81 0 0 16 0 12 0 165004078 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16804 vsize=1482692 CPUtime=18.33
/proc/16806/task/16810/stat : 16810 (java) S 16804 16806 16508 0 -1 64 143344 0 0 0 1758 75 0 0 17 0 12 0 165004078 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16804 vsize=1482692 CPUtime=136.14
/proc/16806/task/16811/stat : 16811 (java) R 16804 16806 16508 0 -1 64 619618 0 0 0 13346 268 0 0 17 0 12 0 165004080 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 106158417 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16812] ppid=16804 vsize=1482692 CPUtime=0
/proc/16806/task/16812/stat : 16812 (java) S 16804 16806 16508 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165004081 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16804 vsize=1482692 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16804 16806 16508 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165004081 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16804 vsize=1482692 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165004085 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16815] ppid=16804 vsize=1482692 CPUtime=0.41
/proc/16806/task/16815/stat : 16815 (java) S 16804 16806 16508 0 -1 64 725 0 0 0 41 0 0 0 17 0 12 0 165004085 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16816] ppid=16804 vsize=1482692 CPUtime=0.42
/proc/16806/task/16816/stat : 16816 (java) S 16804 16806 16508 0 -1 64 946 0 0 0 42 0 0 0 16 0 12 0 165004085 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16817] ppid=16804 vsize=1482692 CPUtime=0
/proc/16806/task/16817/stat : 16817 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165004085 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16806/tid=16818] ppid=16804 vsize=1482692 CPUtime=0
/proc/16806/task/16818/stat : 16818 (java) S 16804 16806 16508 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165004085 1518276608 339056 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.11
Current children cumulated vsize (KiB) 1482692

[startup+205.503 s]
/proc/loadavg: 1.06 1.13 1.05 2/77 16819
/proc/meminfo: memFree=31936/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=0 CPUtime=223.47
/proc/16806/stat : 16806 (java) Z 16804 16806 16508 0 -1 12 963193 0 1 0 21881 466 0 0 16 0 2 0 165004076 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.47
Current children cumulated vsize (KiB) 0

[startup+205.602 s]
/proc/loadavg: 1.06 1.13 1.05 2/66 16819
/proc/meminfo: memFree=1071680/2055920 swapFree=4182468/4192956
[pid=16806] ppid=16804 vsize=0 CPUtime=223.57
/proc/16806/stat : 16806 (java) Z 16804 16806 16508 0 -1 12 963193 0 1 0 21881 476 0 0 16 0 2 0 165004076 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.57
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 205.66
CPU time (s): 223.633
CPU user time (s): 218.813
CPU system time (s): 4.82027
CPU usage (%): 108.739
Max. virtual memory (cumulated for all children) (KiB): 1530700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.813
system time used= 4.82027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 963193
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= 5460
involuntary context switches= 2525

runsolver used 0.214967 second user time and 0.600908 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-14 12:07:22
IDJOB=1859617
IDBENCH=71857
IDSOLVER=682
FILE ID=node23/1859617-1244974022
PBS_JOBID= 9355045
Free space on /tmp= 65956 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__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-1859617-1244974022/watcher-1859617-1244974022 -o /tmp/evaluation-result-1859617-1244974022/solver-1859617-1244974022 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859617-1244974022.opb

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

MD5SUM BENCH= 0f92d181b92c9b1b2ec7960910124750
RANDOM SEED=1222213310

node23.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.236
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.236
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:        846264 kB
Buffers:         75904 kB
Cached:        1036168 kB
SwapCached:       4284 kB
Active:         483364 kB
Inactive:       636632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        846264 kB
SwapTotal:     4192956 kB
SwapFree:      4182468 kB
Dirty:          236500 kB
Writeback:           0 kB
Mapped:          14576 kB
Slab:            75700 kB
Committed_AS:   127992 kB
PageTables:       1396 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= 65956 MiB
End job on node23 at 2009-06-14 12:10:47