Trace number 2660052

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.13 1785.21

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
MD5SUMd38f526c1f6f5ee8e5e4d2c41b31df8d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660052-1276675408.opb
0.24/0.21	c reading problem ... 
106.62/105.34	c ... done. Wall clock time 105.129s.
106.62/105.34	c #vars     16670
106.62/105.34	c #constraints  32843
106.62/105.34	c constraints type 
106.62/105.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
106.62/105.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
106.62/105.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
106.62/105.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.01/1785.11	c starts		: 21
1800.01/1785.11	c conflicts		: 4991
1800.01/1785.11	c decisions		: 186352
1800.01/1785.11	c propagations		: 5041338
1800.01/1785.11	c inspects		: 224921729
1800.01/1785.11	c learnt literals	: 0
1800.01/1785.11	c learnt binary clauses	: 0
1800.01/1785.11	c learnt ternary clauses	: 0
1800.01/1785.11	c learnt clauses	: 4991
1800.01/1785.11	c ignored clauses	: 0
1800.01/1785.11	c root simplifications	: 0
1800.01/1785.11	c removed literals (reason simplification)	: 0
1800.01/1785.11	c reason swapping (by a shorter reason)	: 0
1800.01/1785.11	c Calls to reduceDB	: 0
1800.01/1785.12	c number of reductions to clauses (during analyze)	: 0
1800.01/1785.12	c number of learned constraints concerned by reduction	: 0
1800.01/1785.12	c number of learning phase by resolution	: 0
1800.01/1785.12	c number of learning phase by cutting planes	: 0
1800.01/1785.12	c speed (assignments/second)	: 3001.1930147912403
1800.01/1785.12	c non guided choices	16127
1800.01/1785.12	c learnt constraints type 
1800.01/1785.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/1785.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4990
1800.01/1785.12	c constraints type 
1800.01/1785.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.01/1785.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
1800.01/1785.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.01/1785.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.01/1785.12	s UNKNOWN
1800.01/1785.12	c Total wall clock time (in seconds): 1784.915

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-2660052-1276675408/watcher-2660052-1276675408 -o /tmp/evaluation-result-2660052-1276675408/solver-2660052-1276675408 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660052-1276675408.opb 

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


[startup+0 s]
/proc/loadavg: 1.14 1.08 1.03 3/106 15831
/proc/meminfo: memFree=1734720/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=248 CPUtime=0
/proc/15831/stat : 15831 (java) R 15829 15831 15471 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 8831831 253952 28 1992294400 134512640 134550932 4288388464 18446744073709551615 10998238 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15831/statm: 62 28 21 10 0 23 0

[startup+0.032197 s]
/proc/loadavg: 1.14 1.08 1.03 3/106 15831
/proc/meminfo: memFree=1734720/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1518368 CPUtime=0.01
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 2796 0 1 0 0 1 0 0 18 0 4 0 8831831 1554808832 2238 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 379592 2238 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101453 s]
/proc/loadavg: 1.14 1.08 1.03 3/106 15831
/proc/meminfo: memFree=1734720/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1524184 CPUtime=0.08
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 8831831 1560764416 3402 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300247 s]
/proc/loadavg: 1.14 1.08 1.03 3/106 15831
/proc/meminfo: memFree=1734720/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1526216 CPUtime=0.36
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 5372 0 1 0 33 3 0 0 18 0 12 0 8831831 1562845184 4808 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 381554 4808 1361 10 0 378856 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526216

[startup+0.700226 s]
/proc/loadavg: 1.14 1.08 1.03 3/106 15831
/proc/meminfo: memFree=1734720/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1528800 CPUtime=1.1
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 6904 0 1 0 106 4 0 0 18 0 12 0 8831831 1565491200 6298 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382200 6298 1406 10 0 379502 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528800

[startup+1.50118 s]
/proc/loadavg: 1.14 1.08 1.03 4/118 15843
/proc/meminfo: memFree=1712552/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1528772 CPUtime=2.24
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 8084 0 1 0 220 4 0 0 18 0 12 0 8831831 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382193 7100 1410 10 0 379495 0
[pid=15831/tid=15833] ppid=15829 vsize=1528772 CPUtime=1.47
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 5325 0 1 0 144 3 0 0 19 0 12 0 8831832 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4109718224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8831834 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8831834 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8831835 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8831836 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8831836 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1528772 CPUtime=0.29
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 201 0 0 0 29 0 0 0 24 0 12 0 8831840 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1528772 CPUtime=0.45
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 1491 0 0 0 45 0 0 0 22 0 12 0 8831840 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8831840 1565462528 7100 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1528772

[startup+3.1011 s]
/proc/loadavg: 1.14 1.08 1.03 3/118 15843
/proc/meminfo: memFree=1710072/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1528772 CPUtime=3.87
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 8620 0 1 0 382 5 0 0 18 0 12 0 8831831 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382193 7636 1410 10 0 379495 0
[pid=15831/tid=15833] ppid=15829 vsize=1528772 CPUtime=3.07
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 5859 0 1 0 303 4 0 0 25 0 12 0 8831832 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4109718224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8831834 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8831834 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8831835 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8831836 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8831836 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1528772 CPUtime=0.31
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 203 0 0 0 31 0 0 0 18 0 12 0 8831840 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1528772 CPUtime=0.47
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 1491 0 0 0 47 0 0 0 15 0 12 0 8831840 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1528772 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8831840 1565462528 7636 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1528772

[startup+6.30194 s]
/proc/loadavg: 1.12 1.08 1.03 2/118 15843
/proc/meminfo: memFree=1706848/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1528228 CPUtime=7.19
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 9318 0 1 0 713 6 0 0 18 0 12 0 8831831 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382057 8187 1412 10 0 379359 0
[pid=15831/tid=15833] ppid=15829 vsize=1528228 CPUtime=6.27
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 6547 0 1 0 623 4 0 0 25 0 12 0 8831832 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4109843329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8831834 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8831834 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8831835 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8831836 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8831836 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1528228 CPUtime=0.36
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 208 0 0 0 36 0 0 0 15 0 12 0 8831840 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1528228 CPUtime=0.54
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 1496 0 0 0 54 0 0 0 15 0 12 0 8831840 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8831840 1564905472 8187 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1528228

[startup+12.7016 s]
/proc/loadavg: 1.11 1.08 1.03 2/118 15843
/proc/meminfo: memFree=1702516/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1528228 CPUtime=13.59
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 10403 0 1 0 1352 7 0 0 18 0 12 0 8831831 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382057 9272 1412 10 0 379359 0
[pid=15831/tid=15833] ppid=15829 vsize=1528228 CPUtime=12.67
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 7632 0 1 0 1261 6 0 0 25 0 12 0 8831832 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4109843329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8831834 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8831834 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8831835 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8831836 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8831836 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1528228 CPUtime=0.36
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 208 0 0 0 36 0 0 0 15 0 12 0 8831840 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1528228 CPUtime=0.54
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 1496 0 0 0 54 0 0 0 15 0 12 0 8831840 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1528228 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8831840 1564905472 9272 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 1528228

[startup+25.501 s]
/proc/loadavg: 1.09 1.07 1.02 2/118 15843
/proc/meminfo: memFree=1695076/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1529688 CPUtime=26.82
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 12284 0 1 0 2673 9 0 0 18 0 12 0 8831831 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 382422 10999 1413 10 0 379724 0
[pid=15831/tid=15833] ppid=15829 vsize=1529688 CPUtime=25.46
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 8990 0 1 0 2539 7 0 0 25 0 12 0 8831832 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4109718224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 8831834 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 8831834 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 8831835 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8831836 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8831836 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1529688 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8831840 1566400512 10999 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1529688 CPUtime=0.49

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

[pid=15831] ppid=15829 vsize=1544764 CPUtime=1676.21
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 121646 0 1 0 167518 103 0 0 18 0 13 0 8831831 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 386191 104939 1444 10 0 383493 0
[pid=15831/tid=15833] ppid=15829 vsize=1544764 CPUtime=1649.94
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 33068 0 1 0 164968 26 0 0 25 0 13 0 8831832 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4110188048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1544764 CPUtime=10.64
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 38626 0 0 0 1033 31 0 0 15 0 13 0 8831834 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1544764 CPUtime=10.67
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 36179 0 0 0 1036 31 0 0 16 0 13 0 8831834 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1544764 CPUtime=0.22
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 103 0 0 0 17 5 0 0 16 0 13 0 8831835 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1544764 CPUtime=1.84
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 3093 0 0 0 183 1 0 0 15 0 13 0 8831840 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1544764 CPUtime=2.82
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 9414 0 0 0 278 4 0 0 15 0 13 0 8831840 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8831840 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15848] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15848/stat : 15848 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8842370 1581838336 104939 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1676.21
Current children cumulated vsize (KiB) 1544764

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 15890
/proc/meminfo: memFree=1311040/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1544764 CPUtime=1736.69
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 123233 0 1 0 173563 106 0 0 18 0 13 0 8831831 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 386191 106448 1444 10 0 383493 0
[pid=15831/tid=15833] ppid=15829 vsize=1544764 CPUtime=1709.39
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 33101 0 1 0 170913 26 0 0 25 0 13 0 8831832 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4110188048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1544764 CPUtime=11.16
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 39381 0 0 0 1084 32 0 0 15 0 13 0 8831834 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1544764 CPUtime=11.18
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 36970 0 0 0 1085 33 0 0 16 0 13 0 8831834 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1544764 CPUtime=0.23
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 107 0 0 0 17 6 0 0 15 0 13 0 8831835 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1544764 CPUtime=1.84
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 3093 0 0 0 183 1 0 0 15 0 13 0 8831840 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1544764 CPUtime=2.82
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 9414 0 0 0 278 4 0 0 15 0 13 0 8831840 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8831840 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15848] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15848/stat : 15848 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8842370 1581838336 106448 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1736.69
Current children cumulated vsize (KiB) 1544764

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15892
/proc/meminfo: memFree=1305336/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1544764 CPUtime=1797.16
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 124702 0 1 0 179607 109 0 0 18 0 13 0 8831831 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 386191 107845 1444 10 0 383493 0
[pid=15831/tid=15833] ppid=15829 vsize=1544764 CPUtime=1768.87
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 33134 0 1 0 176861 26 0 0 25 0 13 0 8831832 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4109799237 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1544764 CPUtime=11.66
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 40088 0 0 0 1133 33 0 0 15 0 13 0 8831834 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1544764 CPUtime=11.67
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 37691 0 0 0 1131 36 0 0 16 0 13 0 8831834 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1544764 CPUtime=0.24
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 111 0 0 0 18 6 0 0 15 0 13 0 8831835 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1544764 CPUtime=1.84
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 3093 0 0 0 183 1 0 0 15 0 13 0 8831840 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1544764 CPUtime=2.82
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 9414 0 0 0 278 4 0 0 15 0 13 0 8831840 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8831840 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15848] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15848/stat : 15848 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8842370 1581838336 107845 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (KiB) 1544764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15892
/proc/meminfo: memFree=1304716/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1544764 CPUtime=1800.01
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 124855 0 1 0 179891 110 0 0 18 0 13 0 8831831 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 386191 107993 1444 10 0 383493 0
[pid=15831/tid=15833] ppid=15829 vsize=1544764 CPUtime=1771.64
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 33136 0 1 0 177138 26 0 0 25 0 13 0 8831832 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4110188059 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1544764 CPUtime=11.69
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 40174 0 0 0 1136 33 0 0 15 0 13 0 8831834 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1544764 CPUtime=11.71
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 37756 0 0 0 1135 36 0 0 16 0 13 0 8831834 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1544764 CPUtime=0.24
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 111 0 0 0 18 6 0 0 15 0 13 0 8831835 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1544764 CPUtime=1.84
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 3093 0 0 0 183 1 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1544764 CPUtime=2.82
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 9414 0 0 0 278 4 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15848] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15848/stat : 15848 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8842370 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1544764

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1785.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15892
/proc/meminfo: memFree=1304716/2059040 swapFree=4164948/4192956
[pid=15831] ppid=15829 vsize=1544764 CPUtime=1800.01
/proc/15831/stat : 15831 (java) S 15829 15831 15471 0 -1 4202496 124855 0 1 0 179891 110 0 0 18 0 13 0 8831831 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15831/statm: 386191 107993 1444 10 0 383493 0
[pid=15831/tid=15833] ppid=15829 vsize=1544764 CPUtime=1771.64
/proc/15831/task/15833/stat : 15833 (java) R 15829 15831 15471 0 -1 4202560 33136 0 1 0 177138 26 0 0 25 0 13 0 8831832 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4110188059 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15831/tid=15834] ppid=15829 vsize=1544764 CPUtime=11.69
/proc/15831/task/15834/stat : 15834 (java) S 15829 15831 15471 0 -1 4202560 40174 0 0 0 1136 33 0 0 15 0 13 0 8831834 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15835] ppid=15829 vsize=1544764 CPUtime=11.71
/proc/15831/task/15835/stat : 15835 (java) S 15829 15831 15471 0 -1 4202560 37756 0 0 0 1135 36 0 0 16 0 13 0 8831834 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15836] ppid=15829 vsize=1544764 CPUtime=0.24
/proc/15831/task/15836/stat : 15836 (java) S 15829 15831 15471 0 -1 4202560 111 0 0 0 18 6 0 0 15 0 13 0 8831835 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 0 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15837] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15837/stat : 15837 (java) S 15829 15831 15471 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15838] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15829 15831 15471 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8831836 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15839] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15840] ppid=15829 vsize=1544764 CPUtime=1.84
/proc/15831/task/15840/stat : 15840 (java) S 15829 15831 15471 0 -1 4202560 3093 0 0 0 183 1 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
[pid=15831/tid=15841] ppid=15829 vsize=1544764 CPUtime=2.82
/proc/15831/task/15841/stat : 15841 (java) S 15829 15831 15471 0 -1 4202560 9414 0 0 0 278 4 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15842] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15842/stat : 15842 (java) S 15829 15831 15471 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15843] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15843/stat : 15843 (java) S 15829 15831 15471 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8831840 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 0 0 0 0
[pid=15831/tid=15848] ppid=15829 vsize=1544764 CPUtime=0
/proc/15831/task/15848/stat : 15848 (java) S 15829 15831 15471 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8842370 1581838336 107993 1992294400 134512640 134550932 4288388464 18446744073709551615 4294960144 0 4 0 16800975 18446604437807029184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1544764

Child status: 143
Real time (s): 1785.21
CPU time (s): 1800.13
CPU user time (s): 1798.99
CPU system time (s): 1.14582
CPU usage (%): 100.836
Max. virtual memory (cumulated for all children) (KiB): 1550316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124876
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= 43724
involuntary context switches= 31308

runsolver used 3.51446 second user time and 9.60254 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 10:03:28
IDJOB=2660052
IDBENCH=48289
IDSOLVER=1165
FILE ID=node052/2660052-1276675408
PBS_JOBID= 11172553
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660052-1276675408/watcher-2660052-1276675408 -o /tmp/evaluation-result-2660052-1276675408/solver-2660052-1276675408 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660052-1276675408.opb

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

MD5SUM BENCH= d38f526c1f6f5ee8e5e4d2c41b31df8d
RANDOM SEED=326700302

node052.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.262
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.262
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:       1734992 kB
Buffers:         68264 kB
Cached:         142164 kB
SwapCached:       3620 kB
Active:         103148 kB
Inactive:       142124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1734992 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             624 kB
Writeback:           0 kB
AnonPages:       31124 kB
Mapped:          15060 kB
Slab:            56756 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179564 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= 62504 MiB
End job on node052 at 2010-06-16 10:33:16