Trace number 1858008

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 Pseudo CP 2.1.1? (TO) 1800.32 1793.72

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_40.opb
MD5SUM4bc8406e35a3f2674c743b72d3a1792a
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark184.015
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1858008-1244969365.opb
0.23/0.21	c reading problem ... 
2.87/2.30	c ... done. Wall clock time 2.097s.
2.87/2.30	c #vars     3270
2.87/2.30	c #constraints  6443
2.87/2.30	c constraints type 
2.87/2.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
2.87/2.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
2.87/2.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
2.87/2.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.04/1793.51	c starts		: 6
1800.04/1793.51	c conflicts		: 1628
1800.04/1793.51	c decisions		: 7772
1800.04/1793.51	c propagations		: 369730
1800.04/1793.51	c inspects		: 12349279
1800.04/1793.51	c learnt literals	: 0
1800.04/1793.51	c learnt binary clauses	: 0
1800.04/1793.51	c learnt ternary clauses	: 0
1800.04/1793.51	c learnt clauses	: 1627
1800.04/1793.51	c ignored clauses	: 0
1800.04/1793.51	c root simplifications	: 0
1800.04/1793.51	c removed literals (reason simplification)	: 0
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 0
1800.04/1793.51	c speed (assignments/second)	: 206.41365692110747
1800.04/1793.51	c non guided choices	3137
1800.04/1793.52	c learnt constraints type 
1800.04/1793.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.04/1793.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1626
1800.04/1793.52	c constraints type 
1800.04/1793.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.04/1793.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
1800.04/1793.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.04/1793.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
1800.04/1793.52	s UNKNOWN
1800.04/1793.52	c Total wall clock time (in seconds): 1793.311

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-1858008-1244969365/watcher-1858008-1244969365 -o /tmp/evaluation-result-1858008-1244969365/solver-1858008-1244969365 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858008-1244969365.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.01 0.99 0.99 3/64 19234
/proc/meminfo: memFree=1264872/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=152 CPUtime=0
/proc/19234/stat : 19234 (java) R 19232 19234 18821 0 -1 0 204 0 0 0 0 0 0 0 20 0 1 0 164533539 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 12219172 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 38 26 19 9 0 4 0

[startup+0.023493 s]
/proc/loadavg: 1.01 0.99 0.99 3/64 19234
/proc/meminfo: memFree=1264872/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1466792 CPUtime=0.01
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 2340 0 1 0 0 1 0 0 18 0 4 0 164533539 1501995008 2089 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 366698 2091 451 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.102496 s]
/proc/loadavg: 1.01 0.99 0.99 3/64 19234
/proc/meminfo: memFree=1264872/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1472584 CPUtime=0.09
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 3662 0 1 0 6 3 0 0 18 0 12 0 164533539 1507926016 3405 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 368146 3405 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301533 s]
/proc/loadavg: 1.01 0.99 0.99 3/64 19234
/proc/meminfo: memFree=1264872/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1474640 CPUtime=0.37
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 5024 0 1 0 34 3 0 0 18 0 12 0 164533539 1510031360 4762 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 368660 4762 1358 9 0 366003 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1474640

[startup+0.702594 s]
/proc/loadavg: 1.01 0.99 0.99 3/64 19234
/proc/meminfo: memFree=1264872/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1478292 CPUtime=0.99
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 7209 0 1 0 95 4 0 0 18 0 12 0 164533539 1513771008 6082 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 369573 6082 1403 9 0 366916 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1478292

[startup+1.5017 s]
/proc/loadavg: 1.09 1.00 1.00 3/76 19246
/proc/meminfo: memFree=1243080/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1478292 CPUtime=2.03
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 8804 0 1 0 198 5 0 0 18 0 12 0 164533539 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 369573 7029 1404 9 0 366916 0
[pid=19234/tid=19236] ppid=19232 vsize=1478292 CPUtime=1.31
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 5012 0 1 0 128 3 0 0 20 0 12 0 164533540 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4109448268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 164533541 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164533541 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164533543 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 164533543 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 164533544 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 164533548 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1478292 CPUtime=0.38
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 1543 0 0 0 38 0 0 0 16 0 12 0 164533548 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1478292 CPUtime=0.31
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 1508 0 0 0 31 0 0 0 16 0 12 0 164533548 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 164533548 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1478292 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164533548 1513771008 7029 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1478292

[startup+3.10294 s]
/proc/loadavg: 1.09 1.00 1.00 2/76 19246
/proc/meminfo: memFree=1240264/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489012 CPUtime=4.44
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 18551 0 1 0 435 9 0 0 18 0 13 0 164533539 1524748288 13175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372253 13176 1418 9 0 369596 0
[pid=19234/tid=19236] ppid=19232 vsize=1489012 CPUtime=2.48
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 8767 0 1 0 243 5 0 0 17 0 13 0 164533540 1524748288 13177 1992294400 134512640 134550932 4294956000 18446744073709551615 104257002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 164533541 1524748288 13177 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164533541 1524748288 13179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164533543 1524748288 13180 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 164533543 1524748288 13180 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 164533544 1524748288 13181 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1524748288 13182 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1489012 CPUtime=0.95
/proc/19234/task/19243/stat : 19243 (java) R 19232 19234 18821 0 -1 64 3307 0 0 0 94 1 0 0 16 0 13 0 164533548 1524748288 13182 1992294400 134512640 134550932 4294956000 18446744073709551615 105875625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489012 CPUtime=0.97
/proc/19234/task/19244/stat : 19244 (java) R 19232 19234 18821 0 -1 64 5740 0 0 0 96 1 0 0 18 0 13 0 164533548 1524748288 13183 1992294400 134512640 134550932 4294956000 18446744073709551615 104163043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1524748288 13184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489012 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1524748288 13185 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 1489012

[startup+6.30238 s]
/proc/loadavg: 1.09 1.00 1.00 2/77 19247
/proc/meminfo: memFree=1120704/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1490100 CPUtime=9.07
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 51132 0 1 0 885 22 0 0 18 0 13 0 164533539 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372525 38414 1432 9 0 369868 0
[pid=19234/tid=19236] ppid=19232 vsize=1490100 CPUtime=5.05
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 30998 0 1 0 492 13 0 0 23 0 13 0 164533540 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4109677287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1490100 CPUtime=0.02
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 1204 0 0 0 2 0 0 0 15 0 13 0 164533541 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1490100 CPUtime=0.02
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 1055 0 0 0 2 0 0 0 16 0 13 0 164533541 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 164533543 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1490100 CPUtime=1.85
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 182 3 0 0 16 0 13 0 164533548 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1490100 CPUtime=2.05
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 203 2 0 0 16 0 13 0 164533548 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525862400 38414 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 1490100

[startup+12.7013 s]
/proc/loadavg: 1.15 1.02 1.01 2/77 19247
/proc/meminfo: memFree=1079744/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1490100 CPUtime=15.68
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 60746 0 1 0 1541 27 0 0 18 0 13 0 164533539 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372525 47577 1432 9 0 369868 0
[pid=19234/tid=19236] ppid=19232 vsize=1490100 CPUtime=11.26
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 33852 0 1 0 1111 15 0 0 25 0 13 0 164533540 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1490100 CPUtime=0.21
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 4261 0 0 0 19 2 0 0 16 0 13 0 164533541 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1490100 CPUtime=0.21
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 4738 0 0 0 19 2 0 0 15 0 13 0 164533541 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 164533543 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1490100 CPUtime=1.85
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 182 3 0 0 17 0 13 0 164533548 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1490100 CPUtime=2.09
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 207 2 0 0 16 0 13 0 164533548 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1490100 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525862400 47577 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 1490100

[startup+25.5021 s]
/proc/loadavg: 1.28 1.05 1.02 2/77 19247
/proc/meminfo: memFree=1066432/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489936 CPUtime=28.64
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 64572 0 1 0 2835 29 0 0 18 0 13 0 164533539 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372484 50984 1432 9 0 369827 0
[pid=19234/tid=19236] ppid=19232 vsize=1489936 CPUtime=23.9
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 33981 0 1 0 2375 15 0 0 25 0 13 0 164533540 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4109740562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489936 CPUtime=0.35
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 5996 0 0 0 32 3 0 0 16 0 13 0 164533541 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489936 CPUtime=0.36
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 6700 0 0 0 33 3 0 0 16 0 13 0 164533541 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 50984 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489936 CPUtime=0

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

/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 183 3 0 0 16 0 13 0 164533548 1525694464 176878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489936 CPUtime=2.12
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 210 2 0 0 16 0 13 0 164533548 1525694464 176878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525694464 176878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525694464 176878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525694464 176878 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1608.63
Current children cumulated vsize (KiB) 1489936

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554816/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489936 CPUtime=1668.72
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 230241 0 1 0 166749 123 0 0 18 0 13 0 164533539 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372484 178360 1432 9 0 369827 0
[pid=19234/tid=19236] ppid=19232 vsize=1489936 CPUtime=1655.72
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 34684 0 1 0 165553 19 0 0 25 0 13 0 164533540 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4109538520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489936 CPUtime=4.41
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 89112 0 0 0 396 45 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489936 CPUtime=4.38
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 88550 0 0 0 394 44 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489936 CPUtime=0.18
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 11 7 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1489936 CPUtime=1.86
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 183 3 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489936 CPUtime=2.12
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 210 2 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1668.72
Current children cumulated vsize (KiB) 1489936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554816/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489936 CPUtime=1728.79
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 230263 0 1 0 172755 124 0 0 18 0 13 0 164533539 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372484 178360 1432 9 0 369827 0
[pid=19234/tid=19236] ppid=19232 vsize=1489936 CPUtime=1715.59
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 34706 0 1 0 171540 19 0 0 25 0 13 0 164533540 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4109538571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489936 CPUtime=4.5
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 89112 0 0 0 405 45 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489936 CPUtime=4.48
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 88550 0 0 0 404 44 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489936 CPUtime=0.18
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 11 7 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1489936 CPUtime=1.86
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 183 3 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489936 CPUtime=2.12
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 210 2 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 1489936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554688/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489936 CPUtime=1788.83
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 230280 0 1 0 178759 124 0 0 18 0 13 0 164533539 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372484 178360 1432 9 0 369827 0
[pid=19234/tid=19236] ppid=19232 vsize=1489936 CPUtime=1775.49
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 34723 0 1 0 177530 19 0 0 25 0 13 0 164533540 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4109753430 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489936 CPUtime=4.57
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 89112 0 0 0 412 45 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489936 CPUtime=4.55
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 88550 0 0 0 411 44 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489936 CPUtime=0.18
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 11 7 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1489936 CPUtime=1.86
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 183 3 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489936 CPUtime=2.12
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 210 2 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 1489936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554688/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=1489936 CPUtime=1800.04
/proc/19234/stat : 19234 (java) S 19232 19234 18821 0 -1 0 230283 0 1 0 179880 124 0 0 18 0 13 0 164533539 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 372484 178360 1432 9 0 369827 0
[pid=19234/tid=19236] ppid=19232 vsize=1489936 CPUtime=1786.67
/proc/19234/task/19236/stat : 19236 (java) R 19232 19234 18821 0 -1 64 34726 0 1 0 178648 19 0 0 25 0 13 0 164533540 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4109753312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19237] ppid=19232 vsize=1489936 CPUtime=4.58
/proc/19234/task/19237/stat : 19237 (java) S 19232 19234 18821 0 -1 64 89112 0 0 0 413 45 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19238] ppid=19232 vsize=1489936 CPUtime=4.56
/proc/19234/task/19238/stat : 19238 (java) S 19232 19234 18821 0 -1 64 88550 0 0 0 412 44 0 0 16 0 13 0 164533541 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19239] ppid=19232 vsize=1489936 CPUtime=0.18
/proc/19234/task/19239/stat : 19239 (java) S 19232 19234 18821 0 -1 64 36 0 0 0 11 7 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19240] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19240/stat : 19240 (java) S 19232 19234 18821 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164533543 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19241] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19241/stat : 19241 (java) S 19232 19234 18821 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164533544 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19242] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19242/stat : 19242 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19243] ppid=19232 vsize=1489936 CPUtime=1.86
/proc/19234/task/19243/stat : 19243 (java) S 19232 19234 18821 0 -1 64 7919 0 0 0 183 3 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19244] ppid=19232 vsize=1489936 CPUtime=2.12
/proc/19234/task/19244/stat : 19244 (java) S 19232 19234 18821 0 -1 64 9196 0 0 0 210 2 0 0 16 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19234/tid=19245] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19245/stat : 19245 (java) S 19232 19234 18821 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19246] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19246/stat : 19246 (java) S 19232 19234 18821 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164533548 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19234/tid=19247] ppid=19232 vsize=1489936 CPUtime=0
/proc/19234/task/19247/stat : 19247 (java) S 19232 19234 18821 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164533771 1525694464 178360 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1489936

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

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

[startup+1793.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554688/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=0 CPUtime=1800.21
/proc/19234/stat : 19234 (java) Z 19232 19234 18821 0 -1 1036 230303 0 1 0 179893 128 0 0 15 0 2 0 164533539 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+1793.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19255
/proc/meminfo: memFree=554688/2055920 swapFree=4182568/4192956
[pid=19234] ppid=19232 vsize=0 CPUtime=1800.3
/proc/19234/stat : 19234 (java) Z 19232 19234 18821 0 -1 1036 230303 0 1 0 179893 137 0 0 15 0 2 0 164533539 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.72
CPU time (s): 1800.32
CPU user time (s): 1798.93
CPU system time (s): 1.39179
CPU usage (%): 100.368
Max. virtual memory (cumulated for all children) (KiB): 1498624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.39179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230303
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= 44084
involuntary context switches= 30292

runsolver used 1.92771 second user time and 5.02124 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-14 10:49:25
IDJOB=1858008
IDBENCH=48302
IDSOLVER=681
FILE ID=node39/1858008-1244969365
PBS_JOBID= 9355042
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_40.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-1858008-1244969365/watcher-1858008-1244969365 -o /tmp/evaluation-result-1858008-1244969365/solver-1858008-1244969365 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1858008-1244969365.opb

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

MD5SUM BENCH= 4bc8406e35a3f2674c743b72d3a1792a
RANDOM SEED=971281749

node39.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:       1265288 kB
Buffers:         76128 kB
Cached:         632972 kB
SwapCached:       4220 kB
Active:         101708 kB
Inactive:       615324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265288 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:             704 kB
Writeback:           0 kB
Mapped:          13652 kB
Slab:            59672 kB
Committed_AS:   118612 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= 66216 MiB
End job on node39 at 2009-06-14 11:19:20