Trace number 1858115

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.61 1792.18

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_40.opb
MD5SUM6ddc144a63b87021a78f3fe4530ac86f
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 benchmark240.497
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.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@64dc11
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-1858115-1244970855.opb
0.22/0.21	c reading problem ... 
2.87/2.38	c ... done. Wall clock time 2.165s.
2.87/2.38	c #vars     3290
2.87/2.38	c #constraints  6483
2.87/2.38	c constraints type 
2.87/2.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
2.87/2.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
2.87/2.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
2.87/2.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.03/1791.81	c starts		: 22
1800.03/1791.81	c conflicts		: 1306738
1800.03/1791.81	c decisions		: 2066629
1800.03/1791.81	c propagations		: 53018061
1800.03/1791.81	c inspects		: 3127740167
1800.03/1791.81	c learnt literals	: 0
1800.03/1791.81	c learnt binary clauses	: 0
1800.03/1791.81	c learnt ternary clauses	: 21307
1800.03/1791.81	c learnt clauses	: 1306738
1800.03/1791.81	c ignored clauses	: 0
1800.03/1791.81	c root simplifications	: 0
1800.03/1791.81	c removed literals (reason simplification)	: 36064101
1800.03/1791.81	c reason swapping (by a shorter reason)	: 0
1800.03/1791.81	c Calls to reduceDB	: 0
1800.03/1791.81	c speed (assignments/second)	: 29628.363909075262
1800.03/1791.81	c non guided choices	3155
1800.42/1792.01	c learnt constraints type 
1800.42/1792.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1306798
1800.42/1792.01	c constraints type 
1800.42/1792.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3090
1800.42/1792.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1800.42/1792.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1800.42/1792.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3090
1800.42/1792.01	s UNKNOWN
1800.42/1792.01	c Total wall clock time (in seconds): 1791.801

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-1858115-1244970855/watcher-1858115-1244970855 -o /tmp/evaluation-result-1858115-1244970855/solver-1858115-1244970855 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1858115-1244970855.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.22 1.05 1.01 3/64 19122
/proc/meminfo: memFree=1294440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=152 CPUtime=0
/proc/19122/stat : 19122 (java6) R 19120 19122 18484 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 164685182 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 12591403 0 0 4096 0 0 0 0 17 1 0 0
/proc/19122/statm: 38 26 19 9 0 4 0

[startup+0.105852 s]
/proc/loadavg: 1.22 1.05 1.01 3/64 19122
/proc/meminfo: memFree=1294440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1472584 CPUtime=0.09
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 3658 0 1 0 7 2 0 0 18 0 12 0 164685182 1507926016 3401 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 368146 3401 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.202868 s]
/proc/loadavg: 1.22 1.05 1.01 3/64 19122
/proc/meminfo: memFree=1294440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1475480 CPUtime=0.22
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 4848 0 1 0 20 2 0 0 18 0 12 0 164685182 1510891520 4586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 368870 4586 1340 9 0 366213 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475480

[startup+0.30288 s]
/proc/loadavg: 1.22 1.05 1.01 3/64 19122
/proc/meminfo: memFree=1294440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1475480 CPUtime=0.35
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 5108 0 1 0 32 3 0 0 18 0 12 0 164685182 1510891520 4846 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 368870 4846 1357 9 0 366213 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475480

[startup+0.702947 s]
/proc/loadavg: 1.22 1.05 1.01 3/64 19122
/proc/meminfo: memFree=1294440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478240 CPUtime=0.97
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 7360 0 1 0 93 4 0 0 18 0 12 0 164685182 1513717760 6222 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369560 6222 1402 9 0 366903 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1478240

[startup+1.50108 s]
/proc/loadavg: 1.22 1.05 1.01 2/76 19134
/proc/meminfo: memFree=1271560/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478368 CPUtime=2.02
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 9234 0 1 0 197 5 0 0 18 0 12 0 164685182 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369592 7434 1403 9 0 366935 0
[pid=19122/tid=19124] ppid=19120 vsize=1478368 CPUtime=1.3
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 5408 0 1 0 127 3 0 0 25 0 12 0 164685183 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4109161456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164685184 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 164685184 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 164685186 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 164685187 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 164685187 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 164685191 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1478368 CPUtime=0.27
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 1204 0 0 0 27 0 0 0 15 0 12 0 164685191 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1478368 CPUtime=0.43
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 1881 0 0 0 42 1 0 0 16 0 12 0 164685191 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164685191 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1478368 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 164685191 1513848832 7434 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1478368

[startup+3.10232 s]
/proc/loadavg: 1.20 1.05 1.01 2/76 19134
/proc/meminfo: memFree=1266440/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1481836 CPUtime=4.15
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 18918 0 1 0 406 9 0 0 18 0 13 0 164685182 1517400064 15313 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 370459 15313 1417 9 0 367802 0
[pid=19122/tid=19124] ppid=19120 vsize=1481836 CPUtime=2.59
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 12468 0 1 0 254 5 0 0 25 0 13 0 164685183 1517400064 15313 1992294400 134512640 134550932 4294956016 18446744073709551615 4109641385 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164685184 1517400064 15314 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 164685184 1517400064 15314 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164685186 1517400064 15314 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 164685187 1517400064 15315 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 164685187 1517400064 15315 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1517400064 15315 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1481836 CPUtime=0.7
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2743 0 0 0 70 0 0 0 15 0 13 0 164685191 1517400064 15316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1481836 CPUtime=0.82
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2962 0 0 0 81 1 0 0 17 0 13 0 164685191 1517400064 15316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1517400064 15316 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1481836 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1517400064 15317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 1481836

[startup+6.30283 s]
/proc/loadavg: 1.20 1.05 1.01 2/77 19135
/proc/meminfo: memFree=1156160/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1480812 CPUtime=7.52
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 39445 0 1 0 735 17 0 0 18 0 13 0 164685182 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 370203 35709 1430 9 0 367546 0
[pid=19122/tid=19124] ppid=19120 vsize=1480812 CPUtime=5.76
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 30978 0 1 0 563 13 0 0 25 0 13 0 164685183 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4109292994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1480812 CPUtime=0.02
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 901 0 0 0 2 0 0 0 16 0 13 0 164685184 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1480812 CPUtime=0.02
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 1092 0 0 0 2 0 0 0 16 0 13 0 164685184 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 164685186 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1480812 CPUtime=0.83
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2757 0 0 0 83 0 0 0 15 0 13 0 164685191 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1480812 CPUtime=0.84
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2962 0 0 0 83 1 0 0 15 0 13 0 164685191 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1516351488 35709 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 1480812

[startup+12.7019 s]
/proc/loadavg: 1.17 1.05 1.01 2/77 19135
/proc/meminfo: memFree=1123264/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1480812 CPUtime=14.09
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 47900 0 1 0 1388 21 0 0 18 0 13 0 164685182 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 370203 43927 1430 9 0 367546 0
[pid=19122/tid=19124] ppid=19120 vsize=1480812 CPUtime=12.03
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31437 0 1 0 1190 13 0 0 25 0 13 0 164685183 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4109691866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1480812 CPUtime=0.13
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 4887 0 0 0 12 1 0 0 16 0 13 0 164685184 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1480812 CPUtime=0.14
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 5085 0 0 0 12 2 0 0 17 0 13 0 164685184 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 164685186 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1480812 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 13 0 164685191 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1480812 CPUtime=0.86
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2964 0 0 0 85 1 0 0 16 0 13 0 164685191 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1480812 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1516351488 43927 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1480812

[startup+25.5029 s]
/proc/loadavg: 1.14 1.04 1.01 2/77 19135
/proc/meminfo: memFree=1108032/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478692 CPUtime=26.99
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 52967 0 1 0 2676 23 0 0 18 0 13 0 164685182 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369673 47740 1430 9 0 367016 0
[pid=19122/tid=19124] ppid=19120 vsize=1478692 CPUtime=24.73
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31445 0 1 0 2460 13 0 0 25 0 13 0 164685183 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4109632015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1478692 CPUtime=0.22
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 6922 0 0 0 20 2 0 0 16 0 13 0 164685184 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1478692 CPUtime=0.23
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 8109 0 0 0 20 3 0 0 16 0 13 0 164685184 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 164685186 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 47740 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1478692 CPUtime=0

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

[pid=19122/tid=19129] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1478692 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 13 0 164685191 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1478692 CPUtime=0.88
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2964 0 0 0 87 1 0 0 16 0 13 0 164685191 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1514180608 208786 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.12
Current children cumulated vsize (KiB) 1478692

[startup+1722.3 s]
/proc/loadavg: 1.09 1.07 1.02 2/77 19135
/proc/meminfo: memFree=451840/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478692 CPUtime=1730.33
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 230614 0 1 0 172912 121 0 0 18 0 13 0 164685182 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369673 211376 1430 9 0 367016 0
[pid=19122/tid=19124] ppid=19120 vsize=1478692 CPUtime=1712.43
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31617 0 1 0 171225 18 0 0 25 0 13 0 164685183 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4109800317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1478692 CPUtime=7.96
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 95009 0 0 0 746 50 0 0 16 0 13 0 164685184 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1478692 CPUtime=8.11
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 97496 0 0 0 763 48 0 0 17 0 13 0 164685184 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1478692 CPUtime=0.02
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 24 0 0 0 2 0 0 0 16 0 13 0 164685186 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1478692 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 13 0 164685191 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1478692 CPUtime=0.88
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2964 0 0 0 87 1 0 0 16 0 13 0 164685191 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1514180608 211376 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.33
Current children cumulated vsize (KiB) 1478692

[startup+1782.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/77 19135
/proc/meminfo: memFree=444416/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478692 CPUtime=1790.53
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 232497 0 1 0 178930 123 0 0 18 0 13 0 164685182 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369673 213228 1430 9 0 367016 0
[pid=19122/tid=19124] ppid=19120 vsize=1478692 CPUtime=1772.17
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31620 0 1 0 177199 18 0 0 25 0 13 0 164685183 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4109632015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1478692 CPUtime=8.19
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 95793 0 0 0 768 51 0 0 16 0 13 0 164685184 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1478692 CPUtime=8.34
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 98592 0 0 0 785 49 0 0 17 0 13 0 164685184 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1478692 CPUtime=0.02
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 24 0 0 0 2 0 0 0 16 0 13 0 164685186 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1478692 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1478692 CPUtime=0.88
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2964 0 0 0 87 1 0 0 16 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.53
Current children cumulated vsize (KiB) 1478692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.8 s]
/proc/loadavg: 1.03 1.06 1.01 2/77 19135
/proc/meminfo: memFree=444416/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1478692 CPUtime=1800.03
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 232497 0 1 0 179880 123 0 0 18 0 13 0 164685182 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19122/statm: 369673 213228 1430 9 0 367016 0
[pid=19122/tid=19124] ppid=19120 vsize=1478692 CPUtime=1781.67
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31620 0 1 0 178149 18 0 0 25 0 13 0 164685183 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4109722664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1478692 CPUtime=8.19
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 95793 0 0 0 768 51 0 0 16 0 13 0 164685184 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1478692 CPUtime=8.34
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 98592 0 0 0 785 49 0 0 17 0 13 0 164685184 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1478692 CPUtime=0.02
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 24 0 0 0 2 0 0 0 16 0 13 0 164685186 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164685187 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1478692 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1478692 CPUtime=0.88
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2964 0 0 0 87 1 0 0 16 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 164685191 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1478692 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 164685421 1514180608 213228 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1478692

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

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

[startup+1791.91 s]
/proc/loadavg: 1.03 1.06 1.01 3/80 19138
/proc/meminfo: memFree=444328/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=1479340 CPUtime=1800.24
/proc/19122/stat : 19122 (java) S 19120 19122 18484 0 -1 0 232516 0 1 0 179901 123 0 0 16 0 15 0 164685182 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19122/statm: 369835 213247 1432 9 0 367178 0
[pid=19122/tid=19124] ppid=19120 vsize=1479340 CPUtime=1781.78
/proc/19122/task/19124/stat : 19124 (java) R 19120 19122 18484 0 -1 64 31620 0 1 0 178160 18 0 0 25 0 15 0 164685183 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4109632015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1479340 CPUtime=8.19
/proc/19122/task/19125/stat : 19125 (java) S 19120 19122 18484 0 -1 64 95793 0 0 0 768 51 0 0 16 0 15 0 164685184 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19126] ppid=19120 vsize=1479340 CPUtime=8.34
/proc/19122/task/19126/stat : 19126 (java) S 19120 19122 18484 0 -1 64 98592 0 0 0 785 49 0 0 17 0 15 0 164685184 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19127] ppid=19120 vsize=1479340 CPUtime=0.02
/proc/19122/task/19127/stat : 19127 (java) S 19120 19122 18484 0 -1 64 24 0 0 0 2 0 0 0 16 0 15 0 164685186 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19128] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19128/stat : 19128 (java) S 19120 19122 18484 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 164685187 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19129] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19129/stat : 19129 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 164685187 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19130] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19130/stat : 19130 (java) S 19120 19122 18484 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 164685191 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19131] ppid=19120 vsize=1479340 CPUtime=0.86
/proc/19122/task/19131/stat : 19131 (java) S 19120 19122 18484 0 -1 64 2760 0 0 0 86 0 0 0 17 0 15 0 164685191 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19132] ppid=19120 vsize=1479340 CPUtime=0.92
/proc/19122/task/19132/stat : 19132 (java) S 19120 19122 18484 0 -1 64 2966 0 0 0 91 1 0 0 17 0 15 0 164685191 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19133] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19133/stat : 19133 (java) S 19120 19122 18484 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 164685191 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19134] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19134/stat : 19134 (java) S 19120 19122 18484 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 164685191 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19122/tid=19135] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19135/stat : 19135 (java) S 19120 19122 18484 0 -1 64 4 0 0 0 0 0 0 0 25 0 15 0 164685421 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19137] ppid=19120 vsize=1479340 CPUtime=0
/proc/19122/task/19137/stat : 19137 (java) S 19120 19122 18484 0 -1 64 7 0 0 0 0 0 0 0 19 0 15 0 164864363 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19122/tid=19138] ppid=19120 vsize=1479340 CPUtime=0.06
/proc/19122/task/19138/stat : 19138 (java) R 19120 19122 18484 0 -1 64 6 0 0 0 6 0 0 0 20 0 15 0 164864363 1514844160 213247 1992294400 134512640 134550932 4294956016 18446744073709551615 4109659597 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1479340

[startup+1792.1 s]
/proc/loadavg: 1.03 1.06 1.01 3/80 19138
/proc/meminfo: memFree=444328/2055920 swapFree=4192952/4192956
[pid=19122] ppid=19120 vsize=0 CPUtime=1800.52
/proc/19122/stat : 19122 (java) Z 19120 19122 18484 0 -1 1036 232519 0 1 0 179925 127 0 0 15 0 2 0 164685182 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19122/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.18
CPU time (s): 1800.61
CPU user time (s): 1799.25
CPU system time (s): 1.35979
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (KiB): 1481836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.35979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232519
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= 39690
involuntary context switches= 39387

runsolver used 2.32165 second user time and 4.21436 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-14 11:14:15
IDJOB=1858115
IDBENCH=48355
IDSOLVER=682
FILE ID=node26/1858115-1244970855
PBS_JOBID= 9355025
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= 6ddc144a63b87021a78f3fe4530ac86f
RANDOM SEED=893557887

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1294856 kB
Buffers:         79040 kB
Cached:         593340 kB
SwapCached:          4 kB
Active:         125352 kB
Inactive:       561004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294856 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             644 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            60712 kB
Committed_AS:   127092 kB
PageTables:       1372 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= 66432 MiB
End job on node26 at 2009-06-14 11:44:09