Trace number 1857983

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.38 1791.6

General information on the benchmark

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

Solver Data

0.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.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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1857983-1244969025.opb
0.22/0.21	c reading problem ... 
95.56/94.65	c ... done. Wall clock time 94.439s.
95.56/94.65	c #vars     16670
95.56/94.65	c #constraints  32843
95.56/94.65	c constraints type 
95.56/94.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
95.56/94.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
95.56/94.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
95.56/94.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1626.69/1618.31	c cleaning 185716 clauses out of 371526
1800.00/1791.31	c starts		: 19
1800.00/1791.31	c conflicts		: 398471
1800.00/1791.31	c decisions		: 1233002
1800.00/1791.31	c propagations		: 49392178
1800.00/1791.31	c inspects		: 1177644593
1800.00/1791.31	c learnt literals	: 0
1800.00/1791.31	c learnt binary clauses	: 1
1800.00/1791.31	c learnt ternary clauses	: 3745
1800.00/1791.31	c learnt clauses	: 398471
1800.00/1791.31	c ignored clauses	: 0
1800.00/1791.31	c root simplifications	: 0
1800.00/1791.31	c removed literals (reason simplification)	: 42081937
1800.00/1791.31	c reason swapping (by a shorter reason)	: 0
1800.00/1791.31	c Calls to reduceDB	: 1
1800.00/1791.31	c speed (assignments/second)	: 29111.44844072969
1800.00/1791.31	c non guided choices	16350
1800.00/1791.38	c learnt constraints type 
1800.00/1791.38	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 212754
1800.00/1791.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.00/1791.38	c constraints type 
1800.00/1791.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
1800.00/1791.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.00/1791.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.00/1791.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.00/1791.38	s UNKNOWN
1800.00/1791.38	c Total wall clock time (in seconds): 1791.169

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-1857983-1244969025/watcher-1857983-1244969025 -o /tmp/evaluation-result-1857983-1244969025/solver-1857983-1244969025 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1857983-1244969025.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.10 1.05 1.01 3/64 14256
/proc/meminfo: memFree=1285728/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=152 CPUtime=0
/proc/14256/stat : 14256 (java6) R 14254 14256 13823 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 164503577 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 10535716 0 0 4096 0 0 0 0 17 1 0 0
/proc/14256/statm: 38 26 19 9 0 4 0

[startup+0.0523411 s]
/proc/loadavg: 1.10 1.05 1.01 3/64 14256
/proc/meminfo: memFree=1285728/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1470088 CPUtime=0.03
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 3219 0 1 0 2 1 0 0 18 0 7 0 164503577 1505370112 2964 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 367522 2964 1007 9 0 364873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1470088

[startup+0.102347 s]
/proc/loadavg: 1.10 1.05 1.01 3/64 14256
/proc/meminfo: memFree=1285728/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1472584 CPUtime=0.09
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 3637 0 1 0 7 2 0 0 18 0 12 0 164503577 1507926016 3380 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 368146 3380 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.302366 s]
/proc/loadavg: 1.10 1.05 1.01 3/64 14256
/proc/meminfo: memFree=1285728/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1474600 CPUtime=0.33
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 5027 0 1 0 31 2 0 0 18 0 12 0 164503577 1509990400 4765 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 368650 4765 1354 9 0 365993 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474600

[startup+0.702407 s]
/proc/loadavg: 1.10 1.05 1.01 3/64 14256
/proc/meminfo: memFree=1285728/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1475784 CPUtime=0.93
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 6615 0 1 0 90 3 0 0 18 0 12 0 164503577 1511202816 6018 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 368946 6018 1390 9 0 366289 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1475784

[startup+1.50149 s]
/proc/loadavg: 1.09 1.04 1.01 4/76 14268
/proc/meminfo: memFree=1264768/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1476808 CPUtime=1.98
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 8270 0 1 0 194 4 0 0 18 0 12 0 164503577 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 369202 7041 1401 9 0 366545 0
[pid=14256/tid=14258] ppid=14254 vsize=1476808 CPUtime=1.35
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 5418 0 1 0 133 2 0 0 25 0 12 0 164503578 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164503580 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164503580 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 164503581 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164503582 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164503582 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164503586 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1476808 CPUtime=0.29
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 350 0 0 0 29 0 0 0 17 0 12 0 164503586 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1476808 CPUtime=0.31
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 1761 0 0 0 31 0 0 0 16 0 12 0 164503586 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164503586 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164503586 1512251392 7041 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1476808

[startup+3.10164 s]
/proc/loadavg: 1.09 1.04 1.01 2/76 14268
/proc/meminfo: memFree=1261056/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1476808 CPUtime=3.61
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 9160 0 1 0 356 5 0 0 18 0 12 0 164503577 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 369202 7931 1401 9 0 366545 0
[pid=14256/tid=14258] ppid=14254 vsize=1476808 CPUtime=2.94
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 6306 0 1 0 291 3 0 0 25 0 12 0 164503578 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4109448204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164503580 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164503580 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164503581 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164503582 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164503582 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164503586 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1476808 CPUtime=0.31
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 350 0 0 0 31 0 0 0 15 0 12 0 164503586 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1476808 CPUtime=0.33
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 1763 0 0 0 33 0 0 0 17 0 12 0 164503586 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164503586 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1476808 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164503586 1512251392 7931 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1476808

[startup+6.30297 s]
/proc/loadavg: 1.08 1.04 1.01 2/76 14268
/proc/meminfo: memFree=1255360/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1476648 CPUtime=6.94
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 10419 0 1 0 688 6 0 0 18 0 12 0 164503577 1512087552 9126 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 369162 9126 1410 9 0 366505 0
[pid=14256/tid=14258] ppid=14254 vsize=1476648 CPUtime=6.13
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 7528 0 1 0 609 4 0 0 25 0 12 0 164503578 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4109535436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164503580 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164503580 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164503581 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164503582 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164503582 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164503586 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1476648 CPUtime=0.41
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 379 0 0 0 41 0 0 0 17 0 12 0 164503586 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1476648 CPUtime=0.37
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 1772 0 0 0 37 0 0 0 17 0 12 0 164503586 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164503586 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1476648 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164503586 1512087552 9127 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 1476648

[startup+12.7016 s]
/proc/loadavg: 1.08 1.04 1.01 2/76 14268
/proc/meminfo: memFree=1246208/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1477196 CPUtime=13.39
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 12637 0 1 0 1332 7 0 0 18 0 12 0 164503577 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 369299 11303 1410 9 0 366642 0
[pid=14256/tid=14258] ppid=14254 vsize=1477196 CPUtime=12.52
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 9567 0 1 0 1247 5 0 0 25 0 12 0 164503578 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4109448204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164503580 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164503580 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164503581 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164503582 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164503582 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164503586 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1477196 CPUtime=0.44
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 555 0 0 0 44 0 0 0 17 0 12 0 164503586 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1477196 CPUtime=0.4
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 1774 0 0 0 40 0 0 0 16 0 12 0 164503586 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164503586 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1477196 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164503586 1512648704 11303 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 1477196

[startup+25.5029 s]
/proc/loadavg: 1.06 1.04 1.01 2/76 14268
/proc/meminfo: memFree=1231296/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1479044 CPUtime=26.34
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 16796 0 1 0 2625 9 0 0 18 0 12 0 164503577 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 369761 14959 1410 9 0 367104 0
[pid=14256/tid=14258] ppid=14254 vsize=1479044 CPUtime=25.23
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 12882 0 1 0 2516 7 0 0 25 0 12 0 164503578 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4109447939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164503580 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164503580 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 164503581 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 164503582 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164503582 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1479044 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164503586 1514541056 14959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1479044 CPUtime=0.5

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

[pid=14256/tid=14261] ppid=14254 vsize=1483936 CPUtime=0.98
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 30 0 0 0 97 1 0 0 16 0 13 0 164503581 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164503586 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1483936 CPUtime=1.26
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 1971 0 0 0 125 1 0 0 16 0 13 0 164503586 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1483936 CPUtime=1.34
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 5252 0 0 0 133 1 0 0 15 0 13 0 164503586 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164503586 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164503586 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14269] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14269/stat : 14269 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164513047 1519550464 311513 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.74
Current children cumulated vsize (KiB) 1483936

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14277
/proc/meminfo: memFree=41784/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1483936 CPUtime=1730.83
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 400062 0 1 0 172873 210 0 0 18 0 13 0 164503577 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 370984 311515 1437 9 0 368327 0
[pid=14256/tid=14258] ppid=14254 vsize=1483936 CPUtime=1712.07
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 31331 0 1 0 171186 21 0 0 25 0 13 0 164503578 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4109939754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1483936 CPUtime=7.57
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 177937 0 0 0 667 90 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1483936 CPUtime=7.54
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 182797 0 0 0 662 92 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1483936 CPUtime=0.98
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 30 0 0 0 97 1 0 0 16 0 13 0 164503581 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1483936 CPUtime=1.26
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 1971 0 0 0 125 1 0 0 16 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1483936 CPUtime=1.34
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 5252 0 0 0 133 1 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14269] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14269/stat : 14269 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164513047 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.83
Current children cumulated vsize (KiB) 1483936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14277
/proc/meminfo: memFree=41784/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1483936 CPUtime=1790.99
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 400072 0 1 0 178888 211 0 0 18 0 13 0 164503577 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 370984 311515 1437 9 0 368327 0
[pid=14256/tid=14258] ppid=14254 vsize=1483936 CPUtime=1771.81
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 31341 0 1 0 177160 21 0 0 25 0 13 0 164503578 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4109865183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1483936 CPUtime=7.79
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 177937 0 0 0 688 91 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1483936 CPUtime=7.74
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 182797 0 0 0 682 92 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1483936 CPUtime=0.98
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 30 0 0 0 97 1 0 0 16 0 13 0 164503581 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1483936 CPUtime=1.26
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 1971 0 0 0 125 1 0 0 16 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1483936 CPUtime=1.34
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 5252 0 0 0 133 1 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14269] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14269/stat : 14269 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164513047 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.99
Current children cumulated vsize (KiB) 1483936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14277
/proc/meminfo: memFree=41784/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1483936 CPUtime=1800
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 400073 0 1 0 179789 211 0 0 18 0 13 0 164503577 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14256/statm: 370984 311515 1437 9 0 368327 0
[pid=14256/tid=14258] ppid=14254 vsize=1483936 CPUtime=1780.79
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 31342 0 1 0 178058 21 0 0 25 0 13 0 164503578 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4109960317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1483936 CPUtime=7.81
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 177937 0 0 0 690 91 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1483936 CPUtime=7.76
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 182797 0 0 0 684 92 0 0 16 0 13 0 164503580 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1483936 CPUtime=0.98
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 30 0 0 0 97 1 0 0 16 0 13 0 164503581 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164503582 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1483936 CPUtime=1.26
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 1971 0 0 0 125 1 0 0 16 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1483936 CPUtime=1.34
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 5252 0 0 0 133 1 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164503586 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14269] ppid=14254 vsize=1483936 CPUtime=0
/proc/14256/task/14269/stat : 14269 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164513047 1519550464 311515 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1483936

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

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

[startup+1791.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14277
/proc/meminfo: memFree=41784/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=1484584 CPUtime=1800.18
/proc/14256/stat : 14256 (java) S 14254 14256 13823 0 -1 0 400092 0 1 0 179807 211 0 0 16 0 14 0 164503577 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14256/statm: 371146 311534 1438 9 0 368489 0
[pid=14256/tid=14258] ppid=14254 vsize=1484584 CPUtime=1780.89
/proc/14256/task/14258/stat : 14258 (java) R 14254 14256 13823 0 -1 64 31342 0 1 0 178068 21 0 0 25 0 14 0 164503578 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4109939869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14259] ppid=14254 vsize=1484584 CPUtime=7.81
/proc/14256/task/14259/stat : 14259 (java) S 14254 14256 13823 0 -1 64 177937 0 0 0 690 91 0 0 16 0 14 0 164503580 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14260] ppid=14254 vsize=1484584 CPUtime=7.76
/proc/14256/task/14260/stat : 14260 (java) S 14254 14256 13823 0 -1 64 182797 0 0 0 684 92 0 0 16 0 14 0 164503580 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14261] ppid=14254 vsize=1484584 CPUtime=0.98
/proc/14256/task/14261/stat : 14261 (java) S 14254 14256 13823 0 -1 64 30 0 0 0 97 1 0 0 16 0 14 0 164503581 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14262] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14262/stat : 14262 (java) S 14254 14256 13823 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 164503582 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14263] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14263/stat : 14263 (java) S 14254 14256 13823 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 164503582 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14264] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14264/stat : 14264 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 164503586 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14265] ppid=14254 vsize=1484584 CPUtime=1.29
/proc/14256/task/14265/stat : 14265 (java) S 14254 14256 13823 0 -1 64 1971 0 0 0 128 1 0 0 16 0 14 0 164503586 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14266] ppid=14254 vsize=1484584 CPUtime=1.34
/proc/14256/task/14266/stat : 14266 (java) S 14254 14256 13823 0 -1 64 5252 0 0 0 133 1 0 0 15 0 14 0 164503586 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14267] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14267/stat : 14267 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 164503586 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14256/tid=14268] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14268/stat : 14268 (java) S 14254 14256 13823 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 164503586 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14256/tid=14269] ppid=14254 vsize=1484584 CPUtime=0
/proc/14256/task/14269/stat : 14269 (java) S 14254 14256 13823 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 164513047 1520214016 311534 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1484584

[startup+1791.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 14277
/proc/meminfo: memFree=41784/2055920 swapFree=4191896/4192956
[pid=14256] ppid=14254 vsize=0 CPUtime=1800.27
/proc/14256/stat : 14256 (java) Z 14254 14256 13823 0 -1 1036 400093 0 1 0 179807 220 0 0 15 0 2 0 164503577 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14256/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.6
CPU time (s): 1800.38
CPU user time (s): 1798.08
CPU system time (s): 2.29665
CPU usage (%): 100.49
Max. virtual memory (cumulated for all children) (KiB): 1486168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.29665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400093
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= 40758
involuntary context switches= 39522

runsolver used 2.21366 second user time and 4.33034 second system time

The end

Launcher Data

Begin job on node2 at 2009-06-14 10:43:45
IDJOB=1857983
IDBENCH=48289
IDSOLVER=682
FILE ID=node2/1857983-1244969025
PBS_JOBID= 9355011
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= d38f526c1f6f5ee8e5e4d2c41b31df8d
RANDOM SEED=1154090630

node2.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.214
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.214
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:       1286144 kB
Buffers:         76624 kB
Cached:         602712 kB
SwapCached:        528 kB
Active:         154220 kB
Inactive:       538732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286144 kB
SwapTotal:     4192956 kB
SwapFree:      4191896 kB
Dirty:            1036 kB
Writeback:           0 kB
Mapped:          21784 kB
Slab:            62712 kB
Committed_AS:   122580 kB
PageTables:       1468 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= 66456 MiB
End job on node2 at 2009-06-14 11:13:39