Trace number 1858031

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 Resolution 2.1.1? (TO) 1800.52 1789.57

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1858031-1244969796.opb
0.22/0.22	c reading problem ... 
15.88/15.14	c ... done. Wall clock time 14.927s.
15.88/15.14	c #vars     6626
15.88/15.14	c #constraints  13055
15.88/15.14	c constraints type 
15.88/15.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
15.88/15.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.88/15.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.88/15.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1250.60/1242.77	c cleaning 375482 clauses out of 751014
1800.01/1789.21	c starts		: 22
1800.01/1789.21	c conflicts		: 1074685
1800.01/1789.21	c decisions		: 1400587
1800.01/1789.21	c propagations		: 56256364
1800.01/1789.21	c inspects		: 2500001372
1800.01/1789.21	c learnt literals	: 0
1800.01/1789.21	c learnt binary clauses	: 0
1800.01/1789.21	c learnt ternary clauses	: 3995
1800.01/1789.21	c learnt clauses	: 1074685
1800.01/1789.21	c ignored clauses	: 0
1800.01/1789.21	c root simplifications	: 0
1800.01/1789.21	c removed literals (reason simplification)	: 52483428
1800.01/1789.21	c reason swapping (by a shorter reason)	: 0
1800.01/1789.21	c Calls to reduceDB	: 1
1800.01/1789.21	c speed (assignments/second)	: 31710.376377906596
1800.01/1789.21	c non guided choices	6389
1800.22/1789.34	c learnt constraints type 
1800.22/1789.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 699286
1800.22/1789.35	c constraints type 
1800.22/1789.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.22/1789.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.22/1789.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.22/1789.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.22/1789.35	s UNKNOWN
1800.22/1789.35	c Total wall clock time (in seconds): 1789.13

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-1858031-1244969796/watcher-1858031-1244969796 -o /tmp/evaluation-result-1858031-1244969796/solver-1858031-1244969796 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858031-1244969796.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.02 1.02 1.00 3/65 18385
/proc/meminfo: memFree=1297120/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1520 CPUtime=0
/proc/18385/stat : 18385 (java6) R 18383 18385 17544 0 -1 0 68 0 0 0 0 0 0 0 20 0 1 0 164579009 1556480 53 1992294400 134512640 134550932 4294956176 18446744073709551615 9217299 0 0 4096 0 0 0 0 17 1 0 0
/proc/18385/statm: 380 63 47 9 0 10 0

[startup+0.0336579 s]
/proc/loadavg: 1.02 1.02 1.00 3/65 18385
/proc/meminfo: memFree=1297120/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1468752 CPUtime=0.02
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 2921 0 1 0 1 1 0 0 18 0 4 0 164579009 1504002048 2668 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 367188 2668 937 9 0 364539 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1468752

[startup+0.101664 s]
/proc/loadavg: 1.02 1.02 1.00 3/65 18385
/proc/meminfo: memFree=1297120/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1472584 CPUtime=0.09
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 3614 0 1 0 7 2 0 0 18 0 12 0 164579009 1507926016 3357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301686 s]
/proc/loadavg: 1.02 1.02 1.00 3/65 18385
/proc/meminfo: memFree=1297120/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1474732 CPUtime=0.34
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 5002 0 1 0 31 3 0 0 18 0 12 0 164579009 1510125568 4739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 368683 4739 1357 9 0 366026 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474732

[startup+0.701734 s]
/proc/loadavg: 1.02 1.02 1.00 3/65 18385
/proc/meminfo: memFree=1297120/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1478324 CPUtime=0.96
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 7269 0 1 0 92 4 0 0 18 0 12 0 164579009 1513803776 6237 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 369581 6237 1402 9 0 366924 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1478324

[startup+1.50183 s]
/proc/loadavg: 1.02 1.02 1.00 4/77 18397
/proc/meminfo: memFree=1274752/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1478452 CPUtime=2
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 9018 0 1 0 195 5 0 0 18 0 12 0 164579009 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 369613 7302 1403 9 0 366956 0
[pid=18385/tid=18387] ppid=18383 vsize=1478452 CPUtime=1.3
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 5279 0 1 0 127 3 0 0 25 0 12 0 164579010 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4109446542 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164579011 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164579011 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 164579013 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164579014 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164579014 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164579018 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1478452 CPUtime=0.36
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 1574 0 0 0 36 0 0 0 17 0 12 0 164579018 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1478452 CPUtime=0.31
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1424 0 0 0 31 0 0 0 16 0 12 0 164579018 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164579018 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164579018 1513934848 7302 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1478452

[startup+3.10301 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 18397
/proc/meminfo: memFree=1271232/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1478452 CPUtime=3.66
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 9932 0 1 0 361 5 0 0 18 0 12 0 164579009 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 369613 8216 1403 9 0 366956 0
[pid=18385/tid=18387] ppid=18383 vsize=1478452 CPUtime=2.9
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 6189 0 1 0 286 4 0 0 25 0 12 0 164579010 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4109446211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164579011 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164579011 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164579013 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164579014 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164579014 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164579018 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1478452 CPUtime=0.44
/proc/18385/task/18394/stat : 18394 (java) R 18383 18385 17544 0 -1 64 1578 0 0 0 44 0 0 0 15 0 12 0 164579018 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 103698881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1478452 CPUtime=0.31
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1424 0 0 0 31 0 0 0 16 0 12 0 164579018 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164579018 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164579018 1513934848 8216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1478452

[startup+6.30237 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 18397
/proc/meminfo: memFree=1265736/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1478452 CPUtime=6.92
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 11220 0 1 0 686 6 0 0 18 0 12 0 164579009 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 369613 9478 1412 9 0 366956 0
[pid=18385/tid=18387] ppid=18383 vsize=1478452 CPUtime=6.07
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 7444 0 1 0 602 5 0 0 25 0 12 0 164579010 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4109446211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164579011 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164579011 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164579013 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164579014 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164579014 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164579018 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1478452 CPUtime=0.5
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 1610 0 0 0 50 0 0 0 16 0 12 0 164579018 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1478452 CPUtime=0.32
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1425 0 0 0 32 0 0 0 17 0 12 0 164579018 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164579018 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1478452 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164579018 1513934848 9478 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1478452

[startup+12.7021 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 18397
/proc/meminfo: memFree=1253512/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480568 CPUtime=13.45
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 14503 0 1 0 1337 8 0 0 18 0 12 0 164579009 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370142 12514 1412 9 0 367485 0
[pid=18385/tid=18387] ppid=18383 vsize=1480568 CPUtime=12.43
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 10027 0 1 0 1237 6 0 0 25 0 12 0 164579010 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4109446476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164579011 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164579011 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 164579013 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164579014 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164579014 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164579018 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480568 CPUtime=0.66
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 2308 0 0 0 66 0 0 0 16 0 12 0 164579018 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480568 CPUtime=0.33
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1427 0 0 0 33 0 0 0 16 0 12 0 164579018 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164579018 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480568 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164579018 1516101632 12514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.45
Current children cumulated vsize (KiB) 1480568

[startup+25.5015 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 18398
/proc/meminfo: memFree=1129152/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480796 CPUtime=27.1
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 46117 0 1 0 2687 23 0 0 18 0 13 0 164579009 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370199 43185 1432 9 0 367542 0
[pid=18385/tid=18387] ppid=18383 vsize=1480796 CPUtime=24.75
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 30982 0 1 0 2460 15 0 0 25 0 13 0 164579010 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4109723307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480796 CPUtime=0.18
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 4911 0 0 0 16 2 0 0 17 0 13 0 164579011 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480796 CPUtime=0.18
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 4842 0 0 0 16 2 0 0 17 0 13 0 164579011 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 164579013 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164579018 1516335104 43185 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480796 CPUtime=1.13

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

/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 3460 0 0 0 131 1 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480796 CPUtime=0.88
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1496 0 0 0 88 0 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18398] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18398/stat : 18398 (java) S 18383 18385 17544 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164580526 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1612.04
Current children cumulated vsize (KiB) 1480796

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 18404
/proc/meminfo: memFree=56576/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480796 CPUtime=1672.34
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 362231 0 1 0 167045 189 0 0 18 0 13 0 164579009 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370199 310680 1438 9 0 367542 0
[pid=18385/tid=18387] ppid=18383 vsize=1480796 CPUtime=1649.31
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 31269 0 1 0 164914 17 0 0 25 0 13 0 164579010 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4109849900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480796 CPUtime=9.63
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 161797 0 0 0 878 85 0 0 16 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480796 CPUtime=9.89
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 163434 0 0 0 908 81 0 0 17 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480796 CPUtime=1.26
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 29 0 0 0 124 2 0 0 16 0 13 0 164579013 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480796 CPUtime=1.32
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 3460 0 0 0 131 1 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480796 CPUtime=0.88
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1496 0 0 0 88 0 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18398] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18398/stat : 18398 (java) S 18383 18385 17544 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164580526 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1672.34
Current children cumulated vsize (KiB) 1480796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18404
/proc/meminfo: memFree=56576/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480796 CPUtime=1732.73
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 362241 0 1 0 173084 189 0 0 18 0 13 0 164579009 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370199 310680 1438 9 0 367542 0
[pid=18385/tid=18387] ppid=18383 vsize=1480796 CPUtime=1708.79
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 31279 0 1 0 170862 17 0 0 25 0 13 0 164579010 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4109869415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480796 CPUtime=10.04
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 161797 0 0 0 919 85 0 0 16 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480796 CPUtime=10.38
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 163434 0 0 0 957 81 0 0 17 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480796 CPUtime=1.26
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 29 0 0 0 124 2 0 0 16 0 13 0 164579013 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480796 CPUtime=1.32
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 3460 0 0 0 131 1 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480796 CPUtime=0.88
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1496 0 0 0 88 0 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18398] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18398/stat : 18398 (java) S 18383 18385 17544 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164580526 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.73
Current children cumulated vsize (KiB) 1480796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18404
/proc/meminfo: memFree=56640/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480796 CPUtime=1793.06
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 362249 0 1 0 179116 190 0 0 18 0 13 0 164579009 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370199 310680 1438 9 0 367542 0
[pid=18385/tid=18387] ppid=18383 vsize=1480796 CPUtime=1768.32
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 31287 0 1 0 176815 17 0 0 25 0 13 0 164579010 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4109868173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480796 CPUtime=10.42
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 161797 0 0 0 956 86 0 0 16 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480796 CPUtime=10.82
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 163434 0 0 0 1000 82 0 0 17 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480796 CPUtime=1.26
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 29 0 0 0 124 2 0 0 16 0 13 0 164579013 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480796 CPUtime=1.32
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 3460 0 0 0 131 1 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480796 CPUtime=0.88
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1496 0 0 0 88 0 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18398] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18398/stat : 18398 (java) S 18383 18385 17544 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164580526 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.06
Current children cumulated vsize (KiB) 1480796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18404
/proc/meminfo: memFree=56640/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=1480796 CPUtime=1800.01
/proc/18385/stat : 18385 (java) S 18383 18385 17544 0 -1 0 362250 0 1 0 179811 190 0 0 18 0 13 0 164579009 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18385/statm: 370199 310680 1438 9 0 367542 0
[pid=18385/tid=18387] ppid=18383 vsize=1480796 CPUtime=1775.16
/proc/18385/task/18387/stat : 18387 (java) R 18383 18385 17544 0 -1 64 31288 0 1 0 177499 17 0 0 25 0 13 0 164579010 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4109745375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18388] ppid=18383 vsize=1480796 CPUtime=10.47
/proc/18385/task/18388/stat : 18388 (java) S 18383 18385 17544 0 -1 64 161797 0 0 0 961 86 0 0 16 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18389] ppid=18383 vsize=1480796 CPUtime=10.87
/proc/18385/task/18389/stat : 18389 (java) S 18383 18385 17544 0 -1 64 163434 0 0 0 1005 82 0 0 16 0 13 0 164579011 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18390] ppid=18383 vsize=1480796 CPUtime=1.26
/proc/18385/task/18390/stat : 18390 (java) S 18383 18385 17544 0 -1 64 29 0 0 0 124 2 0 0 16 0 13 0 164579013 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18391] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18391/stat : 18391 (java) S 18383 18385 17544 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18392] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18392/stat : 18392 (java) S 18383 18385 17544 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164579014 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18393] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18393/stat : 18393 (java) S 18383 18385 17544 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18394] ppid=18383 vsize=1480796 CPUtime=1.32
/proc/18385/task/18394/stat : 18394 (java) S 18383 18385 17544 0 -1 64 3460 0 0 0 131 1 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18395] ppid=18383 vsize=1480796 CPUtime=0.88
/proc/18385/task/18395/stat : 18395 (java) S 18383 18385 17544 0 -1 64 1496 0 0 0 88 0 0 0 16 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18396] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18396/stat : 18396 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18385/tid=18397] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18397/stat : 18397 (java) S 18383 18385 17544 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164579018 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18385/tid=18398] ppid=18383 vsize=1480796 CPUtime=0
/proc/18385/task/18398/stat : 18398 (java) S 18383 18385 17544 0 -1 64 6 0 0 0 0 0 0 0 25 0 13 0 164580526 1516335104 310680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1480796

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

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

[startup+1789.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18404
/proc/meminfo: memFree=56640/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=0 CPUtime=1800.35
/proc/18385/stat : 18385 (java) Z 18383 18385 17544 0 -1 1036 362273 0 1 0 179843 192 0 0 15 0 2 0 164579009 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 0

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18404
/proc/meminfo: memFree=56640/2055920 swapFree=4191900/4192956
[pid=18385] ppid=18383 vsize=0 CPUtime=1800.45
/proc/18385/stat : 18385 (java) Z 18383 18385 17544 0 -1 1036 362273 0 1 0 179843 202 0 0 15 0 2 0 164579009 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18385/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.57
CPU time (s): 1800.52
CPU user time (s): 1798.43
CPU system time (s): 2.08568
CPU usage (%): 100.612
Max. virtual memory (cumulated for all children) (KiB): 1481572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.08568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362273
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= 40541
involuntary context switches= 38922

runsolver used 1.9917 second user time and 4.5823 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-14 10:56:36
IDJOB=1858031
IDBENCH=48313
IDSOLVER=682
FILE ID=node32/1858031-1244969796
PBS_JOBID= 9355021
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1858031-1244969796/watcher-1858031-1244969796 -o /tmp/evaluation-result-1858031-1244969796/solver-1858031-1244969796 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858031-1244969796.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=2120007153

node32.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.234
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.234
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:       1297600 kB
Buffers:         77168 kB
Cached:         590780 kB
SwapCached:        560 kB
Active:         127340 kB
Inactive:       555260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297600 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             448 kB
Writeback:           0 kB
Mapped:          23780 kB
Slab:            61464 kB
Committed_AS:   125740 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-06-14 11:26:27