Trace number 1859726

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 CP 2.1.1? (exit code) 220.631 203.868

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUMd5fa369dda5ecc7dd4bdafa11362a969
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1859726-1245007271.opb
0.21/0.22	c reading problem ... 
195.87/179.10	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
195.87/179.10		at java.math.BigInteger.add(Unknown Source)
195.87/179.10		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
195.87/179.10		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
195.87/179.10		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
195.87/179.10		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
195.87/179.10		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
195.87/179.11		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
195.87/179.11		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
195.87/179.11		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
195.87/179.11		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
195.87/179.11		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
195.87/179.11		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
195.87/179.11		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
195.87/179.11		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
195.87/179.11		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
195.87/179.11		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
195.87/179.11		at org.sat4j.AbstractLauncher.run(Unknown Source)
195.87/179.11		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
201.27/184.53	c starts		: 0
201.27/184.53	c conflicts		: 0
201.27/184.53	c decisions		: 0
201.27/184.53	c propagations		: 0
201.27/184.53	c inspects		: 0
201.27/184.53	c learnt literals	: 0
201.27/184.53	c learnt binary clauses	: 0
201.27/184.53	c learnt ternary clauses	: 0
201.27/184.53	c learnt clauses	: 0
201.27/184.54	c ignored clauses	: 0
201.27/184.54	c root simplifications	: 0
201.27/184.54	c removed literals (reason simplification)	: 0
201.27/184.54	c reason swapping (by a shorter reason)	: 0
220.36/203.64	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
220.36/203.64		at java.util.Arrays.copyOf(Unknown Source)
220.36/203.64		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
220.36/203.64		at java.lang.AbstractStringBuilder.append(Unknown Source)
220.36/203.64		at java.lang.StringBuffer.append(Unknown Source)
220.36/203.64		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
220.36/203.64		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
220.36/203.64		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
220.36/203.64		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
220.36/203.64		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
220.36/203.64		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1859726-1245007271/watcher-1859726-1245007271 -o /tmp/evaluation-result-1859726-1245007271/solver-1859726-1245007271 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859726-1245007271.opb 

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


[startup+0 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 14766
/proc/meminfo: memFree=1040704/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=152 CPUtime=0
/proc/14766/stat : 14766 (java6) R 14764 14766 14729 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 168325155 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 11281188 0 0 4096 0 0 0 0 17 1 0 0
/proc/14766/statm: 38 26 19 9 0 4 0

[startup+0.061788 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 14766
/proc/meminfo: memFree=1040704/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1470088 CPUtime=0.03
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 3265 0 1 0 2 1 0 0 18 0 7 0 168325155 1505370112 3010 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 367522 3010 1019 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.101792 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 14766
/proc/meminfo: memFree=1040704/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1472584 CPUtime=0.08
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 3595 0 1 0 6 2 0 0 18 0 12 0 168325155 1507926016 3338 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 368146 3338 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301834 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 14766
/proc/meminfo: memFree=1040704/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1474872 CPUtime=0.31
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 18254 0 1 0 23 8 0 0 18 0 12 0 168325155 1510268928 17992 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 368718 17992 1343 9 0 366061 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1474872

[startup+0.701903 s]
/proc/loadavg: 0.37 0.08 0.03 3/64 14766
/proc/meminfo: memFree=1040704/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1474872 CPUtime=0.99
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 73920 0 1 0 60 39 0 0 18 0 12 0 168325155 1510268928 73657 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 368718 73657 1365 9 0 366061 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1474872

[startup+1.50104 s]
/proc/loadavg: 0.37 0.08 0.03 3/76 14778
/proc/meminfo: memFree=749280/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1476032 CPUtime=2.01
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 74527 0 1 0 161 40 0 0 18 0 12 0 168325155 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 369008 74007 1402 9 0 366351 0
[pid=14766/tid=14768] ppid=14764 vsize=1476032 CPUtime=1.12
/proc/14766/task/14768/stat : 14768 (java) R 14764 14766 14729 0 -1 64 29972 0 1 0 99 13 0 0 25 0 12 0 168325156 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4109477589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1476032 CPUtime=0.25
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 16319 0 0 0 15 10 0 0 16 0 12 0 168325158 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1476032 CPUtime=0.25
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 26272 0 0 0 11 14 0 0 18 0 12 0 168325158 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14771/stat : 14771 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325160 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325164 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1476032 CPUtime=0.21
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 686 0 0 0 21 0 0 0 16 0 12 0 168325164 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1476032 CPUtime=0.12
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 527 0 0 0 12 0 0 0 16 0 12 0 168325164 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325165 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168325165 1511456768 74007 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1476032

[startup+3.10233 s]
/proc/loadavg: 0.37 0.08 0.03 2/76 14778
/proc/meminfo: memFree=748256/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1476032 CPUtime=3.7
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 84188 0 1 0 325 45 0 0 18 0 12 0 168325155 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 369008 82936 1402 9 0 366351 0
[pid=14766/tid=14768] ppid=14764 vsize=1476032 CPUtime=2.6
/proc/14766/task/14768/stat : 14768 (java) R 14764 14766 14729 0 -1 64 30917 0 1 0 246 14 0 0 23 0 12 0 168325156 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1476032 CPUtime=0.36
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 19535 0 0 0 24 12 0 0 17 0 12 0 168325158 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1476032 CPUtime=0.36
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 31767 0 0 0 19 17 0 0 18 0 12 0 168325158 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14771/stat : 14771 (java) S 14764 14766 14729 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 168325160 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325160 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325164 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1476032 CPUtime=0.21
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 686 0 0 0 21 0 0 0 16 0 12 0 168325164 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1476032 CPUtime=0.12
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 527 0 0 0 12 0 0 0 16 0 12 0 168325164 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325165 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1476032 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168325165 1511456768 82936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1476032

[startup+6.30192 s]
/proc/loadavg: 0.42 0.10 0.03 2/76 14778
/proc/meminfo: memFree=672608/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1475652 CPUtime=7.22
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 100909 0 1 0 669 53 0 0 18 0 12 0 168325155 1511067648 97550 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 368913 97552 1402 9 0 366256 0
[pid=14766/tid=14768] ppid=14764 vsize=1475652 CPUtime=5.48
/proc/14766/task/14768/stat : 14768 (java) S 14764 14766 14729 0 -1 64 30921 0 1 0 533 15 0 0 25 0 12 0 168325156 1511067648 97553 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1475652 CPUtime=0.69
/proc/14766/task/14769/stat : 14769 (java) R 14764 14766 14729 0 -1 64 29348 0 0 0 52 17 0 0 17 0 12 0 168325158 1511067648 97554 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1475652 CPUtime=0.68
/proc/14766/task/14770/stat : 14770 (java) R 14764 14766 14729 0 -1 64 38676 0 0 0 49 19 0 0 17 0 12 0 168325158 1511067648 97555 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14771/stat : 14771 (java) S 14764 14766 14729 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 168325160 1511067648 97556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1511067648 97557 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325160 1511067648 97558 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325164 1511067648 97559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1475652 CPUtime=0.21
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 686 0 0 0 21 0 0 0 16 0 12 0 168325164 1511067648 97561 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1475652 CPUtime=0.12
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 527 0 0 0 12 0 0 0 16 0 12 0 168325164 1511067648 97562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325165 1511067648 97563 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1475652 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168325165 1511067648 97564 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1475652

[startup+12.7021 s]
/proc/loadavg: 0.55 0.13 0.04 2/76 14778
/proc/meminfo: memFree=571424/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1476936 CPUtime=14.8
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 127215 0 1 0 1410 70 0 0 18 0 12 0 168325155 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 369234 120530 1407 9 0 366577 0
[pid=14766/tid=14768] ppid=14764 vsize=1476936 CPUtime=10.68
/proc/14766/task/14768/stat : 14768 (java) R 14764 14766 14729 0 -1 64 30931 0 1 0 1051 17 0 0 18 0 12 0 168325156 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1476936 CPUtime=1.88
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 42818 0 0 0 163 25 0 0 17 0 12 0 168325158 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1476936 CPUtime=1.86
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 51492 0 0 0 160 26 0 0 16 0 12 0 168325158 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14771/stat : 14771 (java) S 14764 14766 14729 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 168325160 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325160 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325164 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1476936 CPUtime=0.22
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 691 0 0 0 22 0 0 0 16 0 12 0 168325164 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1476936 CPUtime=0.12
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 527 0 0 0 12 0 0 0 16 0 12 0 168325164 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325165 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1476936 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 168325165 1512382464 120530 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.8
Current children cumulated vsize (KiB) 1476936

[startup+25.5014 s]
/proc/loadavg: 0.72 0.19 0.06 3/76 14778
/proc/meminfo: memFree=406944/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1478220 CPUtime=30.67
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 170614 0 1 0 2972 95 0 0 18 0 12 0 168325155 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 369555 161659 1407 9 0 366898 0
[pid=14766/tid=14768] ppid=14764 vsize=1478220 CPUtime=20.17
/proc/14766/task/14768/stat : 14768 (java) R 14764 14766 14729 0 -1 64 30948 0 1 0 1997 20 0 0 17 0 12 0 168325156 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4109463173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1478220 CPUtime=5.09
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 62151 0 0 0 475 34 0 0 18 0 12 0 168325158 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1478220 CPUtime=5
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 75538 0 0 0 461 39 0 0 16 0 12 0 168325158 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1478220 CPUtime=0
/proc/14766/task/14771/stat : 14771 (java) S 14764 14766 14729 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 168325160 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1478220 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 168325160 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1478220 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 168325160 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1478220 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 168325164 1513697280 161659 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1478220 CPUtime=0.22

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

[pid=14766/tid=14771] ppid=14764 vsize=1513580 CPUtime=127.61
/proc/14766/task/14771/stat : 14771 (java) R 14764 14766 14729 0 -1 64 479512 0 0 0 12550 211 0 0 25 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 104187862 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1513580 CPUtime=0.36
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 786 0 0 0 36 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1513580 CPUtime=0.35
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 601 0 0 0 35 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14779] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14779/stat : 14779 (java) S 14764 14766 14729 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 168343066 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.66
Current children cumulated vsize (KiB) 1513580

[startup+198.302 s]
/proc/loadavg: 1.03 0.60 0.24 2/77 14779
/proc/meminfo: memFree=32016/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1487584 CPUtime=215.06
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 864738 0 1 0 21091 415 0 0 18 0 13 0 168325155 1523286016 339354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 371896 339358 1419 9 0 369239 0
[pid=14766/tid=14768] ppid=14764 vsize=1487584 CPUtime=46.16
/proc/14766/task/14768/stat : 14768 (java) S 14764 14766 14729 0 -1 64 31031 0 1 0 4589 27 0 0 18 0 13 0 168325156 1523286016 339363 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1487584 CPUtime=17.25
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 160213 0 0 0 1646 79 0 0 16 0 13 0 168325158 1523286016 339369 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1487584 CPUtime=16.87
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 175033 0 0 0 1601 86 0 0 17 0 13 0 168325158 1523286016 339373 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1487584 CPUtime=134.01
/proc/14766/task/14771/stat : 14771 (java) R 14764 14766 14729 0 -1 64 496352 0 0 0 13181 220 0 0 25 0 13 0 168325160 1523286016 339379 1992294400 134512640 134550932 4294956000 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325160 1523286016 339385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325160 1523286016 339390 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325164 1523286016 339396 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1487584 CPUtime=0.36
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 786 0 0 0 36 0 0 0 16 0 13 0 168325164 1523286016 339402 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1487584 CPUtime=0.35
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 601 0 0 0 35 0 0 0 16 0 13 0 168325164 1523286016 339408 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325165 1523286016 339414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168325165 1523286016 339419 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14779] ppid=14764 vsize=1487584 CPUtime=0
/proc/14766/task/14779/stat : 14779 (java) S 14764 14766 14729 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 168343066 1523286016 339425 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.06
Current children cumulated vsize (KiB) 1487584

[startup+201.502 s]
/proc/loadavg: 1.03 0.61 0.25 2/77 14779
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1513580 CPUtime=218.26
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 879687 0 1 0 21405 421 0 0 18 0 13 0 168325155 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 378395 346799 1419 9 0 375738 0
[pid=14766/tid=14768] ppid=14764 vsize=1513580 CPUtime=46.16
/proc/14766/task/14768/stat : 14768 (java) S 14764 14766 14729 0 -1 64 31031 0 1 0 4589 27 0 0 18 0 13 0 168325156 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1513580 CPUtime=17.25
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 160213 0 0 0 1646 79 0 0 16 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1513580 CPUtime=16.87
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 175033 0 0 0 1601 86 0 0 17 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1513580 CPUtime=137.21
/proc/14766/task/14771/stat : 14771 (java) R 14764 14766 14729 0 -1 64 511276 0 0 0 13495 226 0 0 25 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1513580 CPUtime=0.36
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 786 0 0 0 36 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1513580 CPUtime=0.35
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 601 0 0 0 35 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14779] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14779/stat : 14779 (java) S 14764 14766 14729 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 168343066 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.26
Current children cumulated vsize (KiB) 1513580

[startup+203.102 s]
/proc/loadavg: 1.03 0.61 0.25 2/77 14779
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1513580 CPUtime=219.86
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 879687 0 1 0 21565 421 0 0 18 0 13 0 168325155 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 378395 346799 1419 9 0 375738 0
[pid=14766/tid=14768] ppid=14764 vsize=1513580 CPUtime=46.16
/proc/14766/task/14768/stat : 14768 (java) S 14764 14766 14729 0 -1 64 31031 0 1 0 4589 27 0 0 18 0 13 0 168325156 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1513580 CPUtime=17.25
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 160213 0 0 0 1646 79 0 0 16 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1513580 CPUtime=16.87
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 175033 0 0 0 1601 86 0 0 17 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1513580 CPUtime=138.81
/proc/14766/task/14771/stat : 14771 (java) R 14764 14766 14729 0 -1 64 511276 0 0 0 13655 226 0 0 25 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1513580 CPUtime=0.36
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 786 0 0 0 36 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1513580 CPUtime=0.35
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 601 0 0 0 35 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14779] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14779/stat : 14779 (java) S 14764 14766 14729 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 168343066 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.86
Current children cumulated vsize (KiB) 1513580

[startup+203.506 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 14779
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=1513580 CPUtime=220.26
/proc/14766/stat : 14766 (java) S 14764 14766 14729 0 -1 0 879687 0 1 0 21605 421 0 0 18 0 13 0 168325155 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 378395 346799 1419 9 0 375738 0
[pid=14766/tid=14768] ppid=14764 vsize=1513580 CPUtime=46.16
/proc/14766/task/14768/stat : 14768 (java) S 14764 14766 14729 0 -1 64 31031 0 1 0 4589 27 0 0 18 0 13 0 168325156 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14769] ppid=14764 vsize=1513580 CPUtime=17.25
/proc/14766/task/14769/stat : 14769 (java) S 14764 14766 14729 0 -1 64 160213 0 0 0 1646 79 0 0 16 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14770] ppid=14764 vsize=1513580 CPUtime=16.87
/proc/14766/task/14770/stat : 14770 (java) S 14764 14766 14729 0 -1 64 175033 0 0 0 1601 86 0 0 17 0 13 0 168325158 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14771] ppid=14764 vsize=1513580 CPUtime=139.21
/proc/14766/task/14771/stat : 14771 (java) R 14764 14766 14729 0 -1 64 511276 0 0 0 13695 226 0 0 25 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 106159307 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14772] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14772/stat : 14772 (java) S 14764 14766 14729 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14773] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14773/stat : 14773 (java) S 14764 14766 14729 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 168325160 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14774] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14774/stat : 14774 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14775] ppid=14764 vsize=1513580 CPUtime=0.36
/proc/14766/task/14775/stat : 14775 (java) S 14764 14766 14729 0 -1 64 786 0 0 0 36 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14776] ppid=14764 vsize=1513580 CPUtime=0.35
/proc/14766/task/14776/stat : 14776 (java) S 14764 14766 14729 0 -1 64 601 0 0 0 35 0 0 0 16 0 13 0 168325164 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14777] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14777/stat : 14777 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14766/tid=14778] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14778/stat : 14778 (java) S 14764 14766 14729 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 168325165 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14766/tid=14779] ppid=14764 vsize=1513580 CPUtime=0
/proc/14766/task/14779/stat : 14779 (java) S 14764 14766 14729 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 168343066 1549905920 346799 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 1513580

[startup+203.702 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 14779
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=0 CPUtime=220.46
/proc/14766/stat : 14766 (java) Z 14764 14766 14729 0 -1 12 879692 0 1 0 21619 427 0 0 16 0 2 0 168325155 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 0

[startup+203.802 s]
/proc/loadavg: 1.02 0.62 0.25 2/77 14779
/proc/meminfo: memFree=32024/2055920 swapFree=4191900/4192956
[pid=14766] ppid=14764 vsize=0 CPUtime=220.56
/proc/14766/stat : 14766 (java) Z 14764 14766 14729 0 -1 12 879692 0 1 0 21619 437 0 0 16 0 2 0 168325155 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 203.868
CPU time (s): 220.631
CPU user time (s): 216.191
CPU system time (s): 4.44032
CPU usage (%): 108.223
Max. virtual memory (cumulated for all children) (KiB): 1529584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.191
system time used= 4.44032
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 879692
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= 5231
involuntary context switches= 4320

runsolver used 0.235964 second user time and 0.531919 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-14 21:21:25
IDJOB=1859726
IDBENCH=71913
IDSOLVER=681
FILE ID=node44/1859726-1245007271
PBS_JOBID= 9355144
Free space on /tmp= 65736 MiB

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

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

MD5SUM BENCH= d5fa369dda5ecc7dd4bdafa11362a969
RANDOM SEED=1701413080

node44.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.263
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.263
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:       1041184 kB
Buffers:         69916 kB
Cached:         859996 kB
SwapCached:        260 kB
Active:         326740 kB
Inactive:       616360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041184 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          227048 kB
Writeback:           0 kB
Mapped:          21660 kB
Slab:            57644 kB
Committed_AS:   132920 kB
PageTables:       1384 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= 65736 MiB
End job on node44 at 2009-06-14 21:24:48