Trace number 2659979

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (exit code) 668.702 613.116

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
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 variables2560998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 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.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2659979-1276691474.opb
0.23/0.22	c reading problem ... 
202.99/167.18	c ... done. Wall clock time 166.962s.
202.99/167.18	c #vars     2560998
202.99/167.18	c #constraints  7000
202.99/167.18	c constraints type 
202.99/167.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
202.99/167.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
202.99/167.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
616.39/560.80	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
616.39/560.80		at java.math.BigInteger.subtract(Unknown Source)
632.89/577.32		at org.sat4j.pb.constraints.pb.MaxWatchPb.propagate(Unknown Source)
632.89/577.32		at org.sat4j.minisat.core.Solver.propagate(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-2659979-1276691474/watcher-2659979-1276691474 -o /tmp/evaluation-result-2659979-1276691474/solver-2659979-1276691474 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659979-1276691474.opb 

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.80 3/106 12723
/proc/meminfo: memFree=1582156/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1832 CPUtime=0
/proc/12723/stat : 12723 (java6) R 12721 12723 12534 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 44749820 1875968 154 1992294400 134512640 134550932 4293554384 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/12723/statm: 458 154 116 10 0 63 0

[startup+0.0995749 s]
/proc/loadavg: 2.00 1.97 1.80 3/106 12723
/proc/meminfo: memFree=1582156/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1524024 CPUtime=0.08
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 3939 0 1 0 6 2 0 0 18 0 12 0 44749820 1560600576 3378 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381006 3378 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.101573 s]
/proc/loadavg: 2.00 1.97 1.80 3/106 12723
/proc/meminfo: memFree=1582156/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1524184 CPUtime=0.08
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 44749820 1560764416 3399 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300251 s]
/proc/loadavg: 2.00 1.97 1.80 3/106 12723
/proc/meminfo: memFree=1582156/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1526196 CPUtime=0.32
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 19212 0 1 0 24 8 0 0 18 0 12 0 44749820 1562824704 18649 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381549 18660 1348 10 0 378851 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526196

[startup+0.700251 s]
/proc/loadavg: 2.00 1.97 1.80 3/106 12723
/proc/meminfo: memFree=1582156/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1527656 CPUtime=1.02
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 22627 0 1 0 93 9 0 0 18 0 12 0 44749820 1564319744 21985 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381914 21987 1396 10 0 379216 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1527656

[startup+1.50125 s]
/proc/loadavg: 2.00 1.97 1.80 2/118 12735
/proc/meminfo: memFree=1477652/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1527656 CPUtime=1.95
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 50868 0 1 0 172 23 0 0 18 0 12 0 44749820 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381914 50223 1407 10 0 379216 0
[pid=12723/tid=12725] ppid=12721 vsize=1527656 CPUtime=1.31
/proc/12723/task/12725/stat : 12725 (java) R 12721 12723 12534 0 -1 4202560 32001 0 1 0 118 13 0 0 18 0 12 0 44749822 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4109234430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1527656 CPUtime=0.12
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 10657 0 0 0 8 4 0 0 18 0 12 0 44749823 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1527656 CPUtime=0.13
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 6102 0 0 0 10 3 0 0 18 0 12 0 44749823 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12728/stat : 12728 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44749825 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44749825 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44749825 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1527656 CPUtime=0.22
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 460 0 0 0 22 0 0 0 24 0 12 0 44749830 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1527656 CPUtime=0.12
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 577 0 0 0 12 0 0 0 24 0 12 0 44749830 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12735] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12735/stat : 12735 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44749830 1564319744 50223 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 1527656

[startup+3.10125 s]
/proc/loadavg: 2.00 1.97 1.80 2/118 12735
/proc/meminfo: memFree=1387876/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1527656 CPUtime=3.71
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 62588 0 1 0 341 30 0 0 18 0 12 0 44749820 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381914 60121 1407 10 0 379216 0
[pid=12723/tid=12725] ppid=12721 vsize=1527656 CPUtime=2.75
/proc/12723/task/12725/stat : 12725 (java) R 12721 12723 12534 0 -1 4202560 32002 0 1 0 261 14 0 0 18 0 12 0 44749822 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4109092954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1527656 CPUtime=0.28
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 16489 0 0 0 21 7 0 0 18 0 12 0 44749823 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1527656 CPUtime=0.28
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 11989 0 0 0 22 6 0 0 18 0 12 0 44749823 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12728/stat : 12728 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44749825 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44749825 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44749825 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1527656 CPUtime=0.22
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 460 0 0 0 22 0 0 0 24 0 12 0 44749830 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1527656 CPUtime=0.12
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 577 0 0 0 12 0 0 0 24 0 12 0 44749830 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12735] ppid=12721 vsize=1527656 CPUtime=0
/proc/12723/task/12735/stat : 12735 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44749830 1564319744 60121 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1527656

[startup+6.30124 s]
/proc/loadavg: 2.00 1.97 1.80 2/118 12737
/proc/meminfo: memFree=1332820/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1527308 CPUtime=7.16
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 74614 0 1 0 680 36 0 0 18 0 12 0 44749820 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 381827 69281 1407 10 0 379129 0
[pid=12723/tid=12725] ppid=12721 vsize=1527308 CPUtime=5.67
/proc/12723/task/12725/stat : 12725 (java) R 12721 12723 12534 0 -1 4202560 32006 0 1 0 552 15 0 0 22 0 12 0 44749822 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4109262527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1527308 CPUtime=0.55
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 22838 0 0 0 45 10 0 0 18 0 12 0 44749823 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1527308 CPUtime=0.55
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 17662 0 0 0 47 8 0 0 18 0 12 0 44749823 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12728/stat : 12728 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44749825 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44749825 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44749825 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1527308 CPUtime=0.22
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 460 0 0 0 22 0 0 0 18 0 12 0 44749830 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1527308 CPUtime=0.12
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 577 0 0 0 12 0 0 0 24 0 12 0 44749830 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12735] ppid=12721 vsize=1527308 CPUtime=0
/proc/12723/task/12735/stat : 12735 (java) R 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44749830 1563963392 69281 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1527308

[startup+12.702 s]
/proc/loadavg: 2.08 1.99 1.81 2/118 12737
/proc/meminfo: memFree=1215392/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1529876 CPUtime=15
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 102461 0 1 0 1448 52 0 0 18 0 12 0 44749820 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 382469 95297 1412 10 0 379771 0
[pid=12723/tid=12725] ppid=12721 vsize=1529876 CPUtime=10.6
/proc/12723/task/12725/stat : 12725 (java) R 12721 12723 12534 0 -1 4202560 32014 0 1 0 1043 17 0 0 24 0 12 0 44749822 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4109234794 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1529876 CPUtime=2
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 34985 0 0 0 184 16 0 0 16 0 12 0 44749823 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1529876 CPUtime=2.01
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 33349 0 0 0 184 17 0 0 16 0 12 0 44749823 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12728/stat : 12728 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44749825 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44749825 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44749825 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1529876 CPUtime=0.22
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 465 0 0 0 22 0 0 0 16 0 12 0 44749830 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1529876 CPUtime=0.12
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 577 0 0 0 12 0 0 0 24 0 12 0 44749830 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12735] ppid=12721 vsize=1529876 CPUtime=0
/proc/12723/task/12735/stat : 12735 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44749830 1566593024 95297 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15
Current children cumulated vsize (KiB) 1529876

[startup+25.5015 s]
/proc/loadavg: 2.14 2.00 1.81 2/118 12737
/proc/meminfo: memFree=953504/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1530884 CPUtime=32.29
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 176491 0 1 0 3138 91 0 0 18 0 12 0 44749820 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 382721 163283 1423 10 0 380023 0
[pid=12723/tid=12725] ppid=12721 vsize=1530884 CPUtime=18.97
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32054 0 1 0 1879 18 0 0 25 0 12 0 44749822 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1530884 CPUtime=6.11
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 80245 0 0 0 569 42 0 0 16 0 12 0 44749823 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1530884 CPUtime=6.36
/proc/12723/task/12727/stat : 12727 (java) R 12721 12723 12534 0 -1 4202560 61789 0 0 0 608 28 0 0 16 0 12 0 44749823 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1530884 CPUtime=0
/proc/12723/task/12728/stat : 12728 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44749825 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1530884 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44749825 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1530884 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44749825 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1530884 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1567625216 163283 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1530884 CPUtime=0.59

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

Current children cumulated CPU time (s) 644.28
Current children cumulated vsize (KiB) 1575400

[startup+601.502 s]
/proc/loadavg: 1.03 1.42 1.63 2/119 12752
/proc/meminfo: memFree=152580/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1575400 CPUtime=657.08
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 1908343 0 1 0 64838 870 0 0 18 0 13 0 44749820 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 393850 362369 1441 10 0 391152 0
[pid=12723/tid=12725] ppid=12721 vsize=1575400 CPUtime=212.95
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32923 0 1 0 21257 38 0 0 16 0 13 0 44749822 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1575400 CPUtime=65
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 203590 0 0 0 6348 152 0 0 16 0 13 0 44749823 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1575400 CPUtime=65.67
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 145803 0 0 0 6449 118 0 0 16 0 13 0 44749823 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1575400 CPUtime=310.98
/proc/12723/task/12728/stat : 12728 (java) R 12721 12723 12534 0 -1 4202560 1522878 0 0 0 30539 559 0 0 25 0 13 0 44749825 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 106157724 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44749825 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44749825 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 44749830 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1575400 CPUtime=1.56
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 1079 0 0 0 156 0 0 0 15 0 13 0 44749830 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1575400 CPUtime=0.84
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 968 0 0 0 84 0 0 0 15 0 13 0 44749830 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44749830 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12735] ppid=12721 vsize=1575400 CPUtime=0.01
/proc/12723/task/12735/stat : 12735 (java) S 12721 12723 12534 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 13 0 44749830 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12744] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12744/stat : 12744 (java) S 12721 12723 12534 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44778195 1613209600 362369 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 657.08
Current children cumulated vsize (KiB) 1575400

[startup+607.903 s]
/proc/loadavg: 1.03 1.40 1.62 2/119 12754
/proc/meminfo: memFree=136460/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1559400 CPUtime=663.48
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 1941479 0 1 0 65466 882 0 0 18 0 12 0 44749820 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 389850 358376 1442 10 0 387152 0
[pid=12723/tid=12725] ppid=12721 vsize=1559400 CPUtime=212.95
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32924 0 1 0 21257 38 0 0 15 0 12 0 44749822 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1559400 CPUtime=65
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 203590 0 0 0 6348 152 0 0 16 0 12 0 44749823 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1559400 CPUtime=65.67
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 145803 0 0 0 6449 118 0 0 16 0 12 0 44749823 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1559400 CPUtime=317.38
/proc/12723/task/12728/stat : 12728 (java) R 12721 12723 12534 0 -1 4202560 1556011 0 0 0 31167 571 0 0 25 0 12 0 44749825 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1559400 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44749825 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1559400 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44749825 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1559400 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1559400 CPUtime=1.56
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 1079 0 0 0 156 0 0 0 15 0 12 0 44749830 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1559400 CPUtime=0.84
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 968 0 0 0 84 0 0 0 15 0 12 0 44749830 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1559400 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12744] ppid=12721 vsize=1559400 CPUtime=0
/proc/12723/task/12744/stat : 12744 (java) S 12721 12723 12534 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44778195 1596825600 358376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 663.48
Current children cumulated vsize (KiB) 1559400

[startup+611.102 s]
/proc/loadavg: 1.03 1.40 1.62 2/118 12754
/proc/meminfo: memFree=136468/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1575400 CPUtime=666.68
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 1949480 0 1 0 65783 885 0 0 18 0 12 0 44749820 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 393850 362376 1442 10 0 391152 0
[pid=12723/tid=12725] ppid=12721 vsize=1575400 CPUtime=212.95
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32924 0 1 0 21257 38 0 0 15 0 12 0 44749822 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1575400 CPUtime=65
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 203590 0 0 0 6348 152 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1575400 CPUtime=65.67
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 145803 0 0 0 6449 118 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1575400 CPUtime=320.58
/proc/12723/task/12728/stat : 12728 (java) R 12721 12723 12534 0 -1 4202560 1564012 0 0 0 31484 574 0 0 25 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1575400 CPUtime=1.56
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 1079 0 0 0 156 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1575400 CPUtime=0.84
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 968 0 0 0 84 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12744] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12744/stat : 12744 (java) S 12721 12723 12534 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44778195 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 666.68
Current children cumulated vsize (KiB) 1575400

[startup+611.902 s]
/proc/loadavg: 1.02 1.40 1.62 2/118 12754
/proc/meminfo: memFree=136468/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1575400 CPUtime=667.48
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 1949480 0 1 0 65863 885 0 0 18 0 12 0 44749820 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 393850 362376 1442 10 0 391152 0
[pid=12723/tid=12725] ppid=12721 vsize=1575400 CPUtime=212.95
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32924 0 1 0 21257 38 0 0 15 0 12 0 44749822 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1575400 CPUtime=65
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 203590 0 0 0 6348 152 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1575400 CPUtime=65.67
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 145803 0 0 0 6449 118 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1575400 CPUtime=321.38
/proc/12723/task/12728/stat : 12728 (java) R 12721 12723 12534 0 -1 4202560 1564012 0 0 0 31564 574 0 0 25 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1575400 CPUtime=1.56
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 1079 0 0 0 156 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1575400 CPUtime=0.84
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 968 0 0 0 84 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12744] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12744/stat : 12744 (java) S 12721 12723 12534 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44778195 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 667.48
Current children cumulated vsize (KiB) 1575400

[startup+612.709 s]
/proc/loadavg: 1.02 1.40 1.62 2/118 12754
/proc/meminfo: memFree=136468/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=1575400 CPUtime=668.28
/proc/12723/stat : 12723 (java) S 12721 12723 12534 0 -1 4202496 1949480 0 1 0 65943 885 0 0 18 0 12 0 44749820 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 393850 362376 1442 10 0 391152 0
[pid=12723/tid=12725] ppid=12721 vsize=1575400 CPUtime=212.95
/proc/12723/task/12725/stat : 12725 (java) S 12721 12723 12534 0 -1 4202560 32924 0 1 0 21257 38 0 0 15 0 12 0 44749822 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12726] ppid=12721 vsize=1575400 CPUtime=65
/proc/12723/task/12726/stat : 12726 (java) S 12721 12723 12534 0 -1 4202560 203590 0 0 0 6348 152 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12727] ppid=12721 vsize=1575400 CPUtime=65.67
/proc/12723/task/12727/stat : 12727 (java) S 12721 12723 12534 0 -1 4202560 145803 0 0 0 6449 118 0 0 16 0 12 0 44749823 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12728] ppid=12721 vsize=1575400 CPUtime=322.19
/proc/12723/task/12728/stat : 12728 (java) R 12721 12723 12534 0 -1 4202560 1564012 0 0 0 31645 574 0 0 25 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12723/tid=12729] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12729/stat : 12729 (java) S 12721 12723 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12730/stat : 12730 (java) S 12721 12723 12534 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44749825 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12731] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12731/stat : 12731 (java) S 12721 12723 12534 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12732] ppid=12721 vsize=1575400 CPUtime=1.56
/proc/12723/task/12732/stat : 12732 (java) S 12721 12723 12534 0 -1 4202560 1079 0 0 0 156 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12733] ppid=12721 vsize=1575400 CPUtime=0.84
/proc/12723/task/12733/stat : 12733 (java) S 12721 12723 12534 0 -1 4202560 968 0 0 0 84 0 0 0 15 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
[pid=12723/tid=12734] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12734/stat : 12734 (java) S 12721 12723 12534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44749830 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 0 0 0 0
[pid=12723/tid=12744] ppid=12721 vsize=1575400 CPUtime=0
/proc/12723/task/12744/stat : 12744 (java) S 12721 12723 12534 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44778195 1613209600 362376 1992294400 134512640 134550932 4289392320 18446744073709551615 4294960144 0 4 0 16800975 18446604437834370048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 668.28
Current children cumulated vsize (KiB) 1575400

[startup+613.102 s]
/proc/loadavg: 1.02 1.40 1.62 2/118 12754
/proc/meminfo: memFree=136468/2059040 swapFree=4136232/4192956
[pid=12723] ppid=12721 vsize=0 CPUtime=668.68
/proc/12723/stat : 12723 (java) Z 12721 12723 12534 0 -1 4202524 1949483 0 1 0 65970 898 0 0 18 0 2 0 44749820 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12723/statm: 0 0 0 0 0 0 0
[pid=12723/tid=12730] ppid=12721 vsize=0 CPUtime=0.12
/proc/12723/task/12730/stat : 12730 (java) R 12721 12723 12534 0 -1 4203588 8 0 0 0 0 12 0 0 18 0 2 0 44749825 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 668.68
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 613.116
CPU time (s): 668.702
CPU user time (s): 659.705
CPU system time (s): 8.99763
CPU usage (%): 109.066
Max. virtual memory (cumulated for all children) (KiB): 1592188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 659.705
system time used= 8.99763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1949483
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= 24734
involuntary context switches= 10067

runsolver used 1.35379 second user time and 3.37449 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 14:31:20
IDJOB=2659979
IDBENCH=71878
IDSOLVER=1164
FILE ID=node011/2659979-1276691474
PBS_JOBID= 11172617
Free space on /tmp= 62240 MiB

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

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=1536326270

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1582180 kB
Buffers:        129812 kB
Cached:         258868 kB
SwapCached:      10072 kB
Active:         231128 kB
Inactive:       171144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1582180 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:          125796 kB
Writeback:           0 kB
AnonPages:       11996 kB
Mapped:           9328 kB
Slab:            52432 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62240 MiB
End job on node011 at 2010-06-16 14:41:36