Trace number 1858089

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.58 1796.7

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.0273
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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.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-1858089-1244970271.opb
0.22/0.21	c reading problem ... 
1.09/0.83	c ... done. Wall clock time 0.618s.
1.09/0.83	c #vars     1564
1.09/0.83	c #constraints  3081
1.09/0.83	c constraints type 
1.09/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
1.09/0.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.09/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.09/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
1800.09/1796.41	c starts		: 21
1800.09/1796.41	c conflicts		: 751053
1800.09/1796.41	c decisions		: 1151940
1800.09/1796.41	c propagations		: 37092506
1800.09/1796.41	c inspects		: 4124629055
1800.09/1796.41	c learnt literals	: 0
1800.09/1796.41	c learnt binary clauses	: 8
1800.09/1796.41	c learnt ternary clauses	: 22917
1800.09/1796.41	c learnt clauses	: 751053
1800.09/1796.41	c ignored clauses	: 0
1800.09/1796.41	c root simplifications	: 0
1800.09/1796.41	c removed literals (reason simplification)	: 19384449
1800.09/1796.41	c reason swapping (by a shorter reason)	: 0
1800.09/1796.41	c Calls to reduceDB	: 0
1800.09/1796.41	c speed (assignments/second)	: 20657.696853046764
1800.09/1796.41	c non guided choices	1481
1800.47/1796.60	c learnt constraints type 
1800.47/1796.60	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 751071
1800.47/1796.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.47/1796.60	c constraints type 
1800.47/1796.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
1800.47/1796.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.47/1796.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.47/1796.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
1800.47/1796.60	s UNKNOWN
1800.47/1796.60	c Total wall clock time (in seconds): 1796.387

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-1858089-1244970271/watcher-1858089-1244970271 -o /tmp/evaluation-result-1858089-1244970271/solver-1858089-1244970271 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858089-1244970271.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.20 1.20 1.07 3/64 20301
/proc/meminfo: memFree=1505440/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1612 CPUtime=0
/proc/20301/stat : 20301 (java6) D 20299 20301 20168 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 164627086 1650688 143 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20301/statm: 403 143 107 9 0 45 0

[startup+0.060493 s]
/proc/loadavg: 1.20 1.20 1.07 3/64 20301
/proc/meminfo: memFree=1505440/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1470220 CPUtime=0.04
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 3301 0 1 0 3 1 0 0 18 0 7 0 164627086 1505505280 3046 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 367555 3046 1026 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.101498 s]
/proc/loadavg: 1.20 1.20 1.07 3/64 20301
/proc/meminfo: memFree=1505440/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1472584 CPUtime=0.09
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 3615 0 1 0 7 2 0 0 18 0 12 0 164627086 1507926016 3358 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 368146 3358 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301519 s]
/proc/loadavg: 1.20 1.20 1.07 3/64 20301
/proc/meminfo: memFree=1505440/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1474600 CPUtime=0.35
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 4989 0 1 0 32 3 0 0 18 0 12 0 164627086 1509990400 4726 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 368650 4726 1357 9 0 365993 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1474600

[startup+0.701564 s]
/proc/loadavg: 1.20 1.20 1.07 3/64 20301
/proc/meminfo: memFree=1505440/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1477956 CPUtime=0.97
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 7330 0 1 0 93 4 0 0 18 0 12 0 164627086 1513426944 6190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 369489 6190 1402 9 0 366832 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1477956

[startup+1.50264 s]
/proc/loadavg: 1.20 1.20 1.07 4/77 20314
/proc/meminfo: memFree=1480888/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480820 CPUtime=2.28
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 15805 0 1 0 220 8 0 0 18 0 13 0 164627086 1516359680 12781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370205 12783 1417 9 0 367548 0
[pid=20301/tid=20303] ppid=20299 vsize=1480820 CPUtime=1.11
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 10196 0 1 0 105 6 0 0 18 0 13 0 164627087 1516359680 12784 1992294400 134512640 134550932 4294956016 18446744073709551615 4109592145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 164627089 1516359680 12784 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164627089 1516359680 12785 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164627091 1516359680 12787 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 164627091 1516359680 12788 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164627091 1516359680 12790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1516359680 12791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480820 CPUtime=0.68
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2843 0 0 0 67 1 0 0 17 0 13 0 164627095 1516359680 12791 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480820 CPUtime=0.47
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2021 0 0 0 47 0 0 0 17 0 13 0 164627095 1516359680 12792 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1516359680 12793 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1516359680 12795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1516359680 12795 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1480820

[startup+3.10283 s]
/proc/loadavg: 1.20 1.20 1.07 2/77 20314
/proc/meminfo: memFree=1405816/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480820 CPUtime=4
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 37176 0 1 0 381 19 0 0 18 0 13 0 164627086 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370205 34147 1430 9 0 367548 0
[pid=20301/tid=20303] ppid=20299 vsize=1480820 CPUtime=2.69
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 30966 0 1 0 253 16 0 0 25 0 13 0 164627087 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4109634471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 297 0 0 0 0 0 0 0 16 0 13 0 164627089 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 284 0 0 0 0 0 0 0 16 0 13 0 164627089 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 164627091 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480820 CPUtime=0.75
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2852 0 0 0 74 1 0 0 16 0 13 0 164627095 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480820 CPUtime=0.51
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2023 0 0 0 51 0 0 0 16 0 13 0 164627095 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480820 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1516359680 34147 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1480820

[startup+6.30217 s]
/proc/loadavg: 1.42 1.25 1.08 2/77 20314
/proc/meminfo: memFree=1368128/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=7.31
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 39439 0 1 0 711 20 0 0 18 0 13 0 164627086 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 36174 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=5.82
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 30970 0 1 0 566 16 0 0 20 0 13 0 164627087 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4109616920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=0.05
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 1507 0 0 0 4 1 0 0 16 0 13 0 164627089 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=0.04
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 1309 0 0 0 4 0 0 0 16 0 13 0 164627089 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.57
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2035 0 0 0 57 0 0 0 16 0 13 0 164627095 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 36174 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 1480140

[startup+12.7029 s]
/proc/loadavg: 1.39 1.24 1.08 2/77 20314
/proc/meminfo: memFree=1336192/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=13.81
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 46934 0 1 0 1356 25 0 0 18 0 13 0 164627086 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 43451 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=12.12
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33436 0 1 0 1195 17 0 0 24 0 13 0 164627087 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4109618023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=0.13
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 4054 0 0 0 11 2 0 0 16 0 13 0 164627089 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=0.12
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 3786 0 0 0 11 1 0 0 17 0 13 0 164627089 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.59
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2035 0 0 0 59 0 0 0 16 0 13 0 164627095 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 43451 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 1480140

[startup+25.5013 s]
/proc/loadavg: 1.30 1.23 1.08 2/77 20314
/proc/meminfo: memFree=1324544/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=26.67
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 50504 0 1 0 2641 26 0 0 18 0 13 0 164627086 1515663360 46690 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 46690 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=24.81
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33442 0 1 0 2464 17 0 0 25 0 13 0 164627087 1515663360 46690 1992294400 134512640 134550932 4294956016 18446744073709551615 4109563537 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=0.21
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 5913 0 0 0 19 2 0 0 16 0 13 0 164627089 1515663360 46690 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=0.2
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 5491 0 0 0 18 2 0 0 16 0 13 0 164627089 1515663360 46690 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0

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

[pid=20301] ppid=20299 vsize=1480140 CPUtime=1665.79
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 103332 0 1 0 166522 57 0 0 18 0 13 0 164627086 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 98215 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=1657.32
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33554 0 1 0 165714 18 0 0 25 0 13 0 164627087 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4109670591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=3.5
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 30438 0 0 0 333 17 0 0 16 0 13 0 164627089 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=3.45
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 33679 0 0 0 327 18 0 0 17 0 13 0 164627089 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0.01
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 21 0 0 0 1 0 0 0 16 0 13 0 164627091 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.67
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2038 0 0 0 67 0 0 0 16 0 13 0 164627095 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 98215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1665.79
Current children cumulated vsize (KiB) 1480140

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20314
/proc/meminfo: memFree=1112192/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=1725.9
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 104333 0 1 0 172532 58 0 0 18 0 13 0 164627086 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 99211 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=1717.12
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33557 0 1 0 171694 18 0 0 25 0 13 0 164627087 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4109670591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=3.66
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 31044 0 0 0 349 17 0 0 17 0 13 0 164627089 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=3.59
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 34070 0 0 0 341 18 0 0 16 0 13 0 164627089 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0.01
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 164627091 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.67
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2038 0 0 0 67 0 0 0 16 0 13 0 164627095 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 99211 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1725.9
Current children cumulated vsize (KiB) 1480140

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20314
/proc/meminfo: memFree=1108992/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=1785.99
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 105154 0 1 0 178540 59 0 0 18 0 13 0 164627086 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 100009 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=1776.98
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33559 0 1 0 177680 18 0 0 25 0 13 0 164627087 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4109670591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=3.78
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 31246 0 0 0 361 17 0 0 17 0 13 0 164627089 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=3.7
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 34687 0 0 0 351 19 0 0 16 0 13 0 164627089 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0.01
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.67
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2038 0 0 0 67 0 0 0 16 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1785.99
Current children cumulated vsize (KiB) 1480140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20314
/proc/meminfo: memFree=1108928/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480140 CPUtime=1800.09
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 105154 0 1 0 179950 59 0 0 18 0 13 0 164627086 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20301/statm: 370035 100009 1430 9 0 367378 0
[pid=20301/tid=20303] ppid=20299 vsize=1480140 CPUtime=1791.08
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33559 0 1 0 179090 18 0 0 25 0 13 0 164627087 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4109512163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480140 CPUtime=3.78
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 31246 0 0 0 361 17 0 0 17 0 13 0 164627089 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480140 CPUtime=3.7
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 34687 0 0 0 351 19 0 0 16 0 13 0 164627089 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480140 CPUtime=0.01
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164627091 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480140 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480140 CPUtime=0.67
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2038 0 0 0 67 0 0 0 16 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164627095 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164627096 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480140 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 164627171 1515663360 100009 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1480140

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

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

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20314
/proc/meminfo: memFree=1108928/2055920 swapFree=4182488/4192956
[pid=20301] ppid=20299 vsize=1480788 CPUtime=1800.47
/proc/20301/stat : 20301 (java) S 20299 20301 20168 0 -1 0 105180 0 1 0 179988 59 0 0 16 0 15 0 164627086 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20301/statm: 370197 100035 1432 9 0 367540 0
[pid=20301/tid=20303] ppid=20299 vsize=1480788 CPUtime=1791.27
/proc/20301/task/20303/stat : 20303 (java) R 20299 20301 20168 0 -1 64 33559 0 1 0 179109 18 0 0 25 0 15 0 164627087 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4109670591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20304] ppid=20299 vsize=1480788 CPUtime=3.78
/proc/20301/task/20304/stat : 20304 (java) S 20299 20301 20168 0 -1 64 31246 0 0 0 361 17 0 0 17 0 15 0 164627089 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20305] ppid=20299 vsize=1480788 CPUtime=3.7
/proc/20301/task/20305/stat : 20305 (java) S 20299 20301 20168 0 -1 64 34687 0 0 0 351 19 0 0 16 0 15 0 164627089 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20306] ppid=20299 vsize=1480788 CPUtime=0.01
/proc/20301/task/20306/stat : 20306 (java) S 20299 20301 20168 0 -1 64 22 0 0 0 1 0 0 0 16 0 15 0 164627091 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20307] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20307/stat : 20307 (java) S 20299 20301 20168 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 164627091 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20308] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20308/stat : 20308 (java) S 20299 20301 20168 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 164627091 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20309] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20309/stat : 20309 (java) S 20299 20301 20168 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 164627095 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20310] ppid=20299 vsize=1480788 CPUtime=0.79
/proc/20301/task/20310/stat : 20310 (java) S 20299 20301 20168 0 -1 64 2856 0 0 0 78 1 0 0 16 0 15 0 164627095 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20311] ppid=20299 vsize=1480788 CPUtime=0.72
/proc/20301/task/20311/stat : 20311 (java) S 20299 20301 20168 0 -1 64 2046 0 0 0 72 0 0 0 16 0 15 0 164627095 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20312] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20312/stat : 20312 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 164627095 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20301/tid=20313] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20313/stat : 20313 (java) S 20299 20301 20168 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 164627096 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20301/tid=20314] ppid=20299 vsize=1480788 CPUtime=0
/proc/20301/task/20314/stat : 20314 (java) S 20299 20301 20168 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 164627171 1516326912 100035 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1480788

Child status: 143
Real time (s): 1796.7
CPU time (s): 1800.58
CPU user time (s): 1799.92
CPU system time (s): 0.658899
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 1481520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105184
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= 38491
involuntary context switches= 37848

runsolver used 2.40963 second user time and 4.14737 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-14 11:04:31
IDJOB=1858089
IDBENCH=48342
IDSOLVER=682
FILE ID=node21/1858089-1244970271
PBS_JOBID= 9355036
Free space on /tmp= 66124 MiB

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

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=433275612

node21.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.239
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.239
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:       1505920 kB
Buffers:         72988 kB
Cached:         395888 kB
SwapCached:       4268 kB
Active:         110420 kB
Inactive:       365820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505920 kB
SwapTotal:     4192956 kB
SwapFree:      4182488 kB
Dirty:             328 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            59844 kB
Committed_AS:   141596 kB
PageTables:       1380 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= 66124 MiB
End job on node21 at 2009-06-14 11:34:29