Trace number 1856527

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.29 1776.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856527-1244914513.opb
0.22/0.22	c reading problem ... 
6.39/4.69	c ... done. Wall clock time 4.47s.
6.39/4.69	c #vars     11001
6.39/4.69	c #constraints  21678
6.39/4.69	c constraints type 
6.39/4.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.08/1775.91	c starts		: 14
1800.08/1775.91	c conflicts		: 52297
1800.08/1775.91	c decisions		: 66270
1800.08/1775.91	c propagations		: 20501173
1800.08/1775.91	c inspects		: 802331608
1800.08/1775.91	c learnt literals	: 0
1800.08/1775.91	c learnt binary clauses	: 0
1800.08/1775.91	c learnt ternary clauses	: 3
1800.08/1775.91	c learnt clauses	: 52296
1800.08/1775.91	c ignored clauses	: 0
1800.08/1775.91	c root simplifications	: 0
1800.08/1775.91	c removed literals (reason simplification)	: 1033523
1800.08/1775.91	c reason swapping (by a shorter reason)	: 0
1800.08/1775.91	c Calls to reduceDB	: 0
1800.08/1775.91	c speed (assignments/second)	: 11574.572965038322
1800.08/1775.91	c non guided choices	8
1800.08/1775.97	c learnt constraints type 
1800.08/1775.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 52300
1800.08/1775.97	c constraints type 
1800.08/1775.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.08/1775.97	s UNKNOWN
1800.08/1775.97	c Total wall clock time (in seconds): 1775.754

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-1856527-1244914513/watcher-1856527-1244914513 -o /tmp/evaluation-result-1856527-1244914513/solver-1856527-1244914513 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856527-1244914513.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.00 1.00 1.00 3/64 18378
/proc/meminfo: memFree=1322896/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=152 CPUtime=0
/proc/18378/stat : 18378 (java6) D 18376 18378 17943 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 159052144 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 2188068 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/18378/statm: 38 26 19 9 0 4 0

[startup+0.098245 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18378
/proc/meminfo: memFree=1322896/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1472584 CPUtime=0.08
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 3593 0 1 0 6 2 0 0 18 0 12 0 159052144 1507926016 3336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 368146 3336 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.102242 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18378
/proc/meminfo: memFree=1322896/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1472584 CPUtime=0.08
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 3609 0 1 0 6 2 0 0 18 0 12 0 159052144 1507926016 3352 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 368146 3352 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302288 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18378
/proc/meminfo: memFree=1322896/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1475008 CPUtime=0.32
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 5045 0 1 0 29 3 0 0 18 0 12 0 159052144 1510408192 4782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 368752 4782 1352 9 0 366095 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475008

[startup+0.702361 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18378
/proc/meminfo: memFree=1322896/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1485820 CPUtime=1.12
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 9803 0 1 0 107 5 0 0 18 0 12 0 159052144 1521479680 7811 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 371455 7811 1398 9 0 368798 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1485820

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 4/76 18390
/proc/meminfo: memFree=1281520/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1489436 CPUtime=2.65
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 27406 0 1 0 250 15 0 0 18 0 12 0 159052144 1525182464 21579 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372359 21580 1401 9 0 369702 0
[pid=18378/tid=18380] ppid=18376 vsize=1489436 CPUtime=1.14
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 16726 0 1 0 104 10 0 0 19 0 12 0 159052146 1525182464 21581 1992294400 134512640 134550932 4294956016 18446744073709551615 4109535710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 159052147 1525182464 21582 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 159052147 1525182464 21583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159052149 1525182464 21584 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 159052150 1525182464 21585 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 159052150 1525182464 21586 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159052154 1525182464 21587 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1489436 CPUtime=0.74
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 4849 0 0 0 72 2 0 0 18 0 12 0 159052154 1525182464 21588 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1489436 CPUtime=0.74
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5091 0 0 0 72 2 0 0 17 0 12 0 159052154 1525182464 21589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159052154 1525182464 21589 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159052154 1525182464 21590 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1489436

[startup+3.10283 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18390
/proc/meminfo: memFree=1180976/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1489436 CPUtime=4.58
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 45969 0 1 0 432 26 0 0 18 0 12 0 159052144 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372359 40098 1414 9 0 369702 0
[pid=18378/tid=18380] ppid=18376 vsize=1489436 CPUtime=2.54
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 30919 0 1 0 236 18 0 0 17 0 12 0 159052146 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4109505304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1489436 CPUtime=0.08
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 2142 0 0 0 7 1 0 0 16 0 12 0 159052147 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1489436 CPUtime=0.07
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 2168 0 0 0 7 0 0 0 16 0 12 0 159052147 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159052149 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 159052150 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 159052150 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159052154 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1489436 CPUtime=0.98
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 4888 0 0 0 96 2 0 0 18 0 12 0 159052154 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1489436 CPUtime=0.86
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5101 0 0 0 84 2 0 0 17 0 12 0 159052154 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159052154 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1489436 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159052154 1525182464 40098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1489436

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18391
/proc/meminfo: memFree=1113640/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1491552 CPUtime=8.66
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 63947 0 1 0 831 35 0 0 18 0 13 0 159052144 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372888 56190 1427 9 0 370231 0
[pid=18378/tid=18380] ppid=18376 vsize=1491552 CPUtime=5.25
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 30961 0 1 0 506 19 0 0 20 0 13 0 159052146 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4109861420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1491552 CPUtime=0.54
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 9747 0 0 0 50 4 0 0 18 0 13 0 159052147 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1491552 CPUtime=0.52
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 11362 0 0 0 46 6 0 0 16 0 13 0 159052147 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052149 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1491552 CPUtime=1.3
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 5999 0 0 0 127 3 0 0 16 0 13 0 159052154 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1491552 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 17 0 13 0 159052154 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1491552 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1527349248 56190 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1491552

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18391
/proc/meminfo: memFree=1085672/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=15.51
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 70844 0 1 0 1512 39 0 0 18 0 13 0 159052144 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 60390 1427 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=11.24
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 30970 0 1 0 1105 19 0 0 17 0 13 0 159052146 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4109860709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=0.93
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 13808 0 0 0 88 5 0 0 16 0 13 0 159052147 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=0.9
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 14057 0 0 0 83 7 0 0 16 0 13 0 159052147 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052149 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.36
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6131 0 0 0 133 3 0 0 16 0 13 0 159052154 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 17 0 13 0 159052154 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 60390 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.51
Current children cumulated vsize (KiB) 1488756

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18391
/proc/meminfo: memFree=1084904/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=28.74
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 71200 0 1 0 2834 40 0 0 18 0 13 0 159052144 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 60647 1427 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=23.65
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 30984 0 1 0 2346 19 0 0 21 0 13 0 159052146 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4109860827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=1.26
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 13895 0 0 0 120 6 0 0 17 0 13 0 159052147 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=1.23
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 14189 0 0 0 116 7 0 0 16 0 13 0 159052147 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 159052149 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 60647 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0

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

[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0.16
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 14 0 0 0 11 5 0 0 16 0 13 0 159052149 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.65
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6317 0 0 0 162 3 0 0 16 0 13 0 159052154 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 16 0 13 0 159052154 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 67544 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1563.77
Current children cumulated vsize (KiB) 1488756

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 18399
/proc/meminfo: memFree=1055272/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=1624.49
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 79363 0 1 0 162359 90 0 0 18 0 13 0 159052144 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 67897 1431 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=1579.49
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 31788 0 1 0 157926 23 0 0 25 0 13 0 159052146 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4109870762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=21.11
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 17355 0 0 0 2092 19 0 0 17 0 13 0 159052147 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=20.98
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 18022 0 0 0 2063 35 0 0 16 0 13 0 159052147 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0.17
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 14 0 0 0 12 5 0 0 16 0 13 0 159052149 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.65
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6317 0 0 0 162 3 0 0 16 0 13 0 159052154 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 16 0 13 0 159052154 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 67897 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1624.49
Current children cumulated vsize (KiB) 1488756

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 18399
/proc/meminfo: memFree=1053736/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=1685.13
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 79776 0 1 0 168421 92 0 0 18 0 13 0 159052144 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 68275 1431 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=1638.63
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 31819 0 1 0 163840 23 0 0 25 0 13 0 159052146 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4109861373 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=21.86
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 17540 0 0 0 2167 19 0 0 16 0 13 0 159052147 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=21.73
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 18219 0 0 0 2137 36 0 0 16 0 13 0 159052147 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0.17
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 14 0 0 0 12 5 0 0 16 0 13 0 159052149 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.65
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6317 0 0 0 162 3 0 0 16 0 13 0 159052154 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 16 0 13 0 159052154 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 68275 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1685.13
Current children cumulated vsize (KiB) 1488756

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 18399
/proc/meminfo: memFree=1051752/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=1745.81
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 80290 0 1 0 174487 94 0 0 18 0 13 0 159052144 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 68751 1431 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=1697.81
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 31849 0 1 0 169758 23 0 0 25 0 13 0 159052146 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4109862819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=22.62
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 17710 0 0 0 2242 20 0 0 17 0 13 0 159052147 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=22.47
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 18533 0 0 0 2209 38 0 0 16 0 13 0 159052147 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0.19
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 14 0 0 0 13 6 0 0 16 0 13 0 159052149 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.65
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6317 0 0 0 162 3 0 0 16 0 13 0 159052154 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 16 0 13 0 159052154 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 68751 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1745.81
Current children cumulated vsize (KiB) 1488756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18399
/proc/meminfo: memFree=1050728/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=1488756 CPUtime=1800.08
/proc/18378/stat : 18378 (java) S 18376 18378 17943 0 -1 0 80570 0 1 0 179912 96 0 0 18 0 13 0 159052144 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18378/statm: 372189 69002 1431 9 0 369532 0
[pid=18378/tid=18380] ppid=18376 vsize=1488756 CPUtime=1750.64
/proc/18378/task/18380/stat : 18380 (java) R 18376 18378 17943 0 -1 64 31877 0 1 0 175041 23 0 0 25 0 13 0 159052146 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4109918863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18381] ppid=18376 vsize=1488756 CPUtime=23.34
/proc/18378/task/18381/stat : 18381 (java) S 18376 18378 17943 0 -1 64 17836 0 0 0 2314 20 0 0 16 0 13 0 159052147 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18382] ppid=18376 vsize=1488756 CPUtime=23.18
/proc/18378/task/18382/stat : 18382 (java) S 18376 18378 17943 0 -1 64 18659 0 0 0 2279 39 0 0 17 0 13 0 159052147 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18383] ppid=18376 vsize=1488756 CPUtime=0.19
/proc/18378/task/18383/stat : 18383 (java) S 18376 18378 17943 0 -1 64 14 0 0 0 13 6 0 0 16 0 13 0 159052149 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18384] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18384/stat : 18384 (java) S 18376 18378 17943 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18385] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18385/stat : 18385 (java) S 18376 18378 17943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159052150 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18386] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18386/stat : 18386 (java) S 18376 18378 17943 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159052154 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18387] ppid=18376 vsize=1488756 CPUtime=1.65
/proc/18378/task/18387/stat : 18387 (java) S 18376 18378 17943 0 -1 64 6317 0 0 0 162 3 0 0 16 0 13 0 159052154 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18388] ppid=18376 vsize=1488756 CPUtime=1.02
/proc/18378/task/18388/stat : 18388 (java) S 18376 18378 17943 0 -1 64 5120 0 0 0 100 2 0 0 16 0 13 0 159052154 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18389] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18389/stat : 18389 (java) S 18376 18378 17943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159052154 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18378/tid=18390] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18390/stat : 18390 (java) S 18376 18378 17943 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159052154 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18378/tid=18391] ppid=18376 vsize=1488756 CPUtime=0
/proc/18378/task/18391/stat : 18391 (java) S 18376 18378 17943 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 159052617 1524486144 69002 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1488756

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

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

[startup+1776.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18399
/proc/meminfo: memFree=1050728/2055924 swapFree=4191900/4192956
[pid=18378] ppid=18376 vsize=0 CPUtime=1800.25
/proc/18378/stat : 18378 (java) Z 18376 18378 17943 0 -1 1036 80594 0 1 0 179928 97 0 0 15 0 2 0 159052144 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18378/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.05
CPU time (s): 1800.29
CPU user time (s): 1799.28
CPU system time (s): 1.00885
CPU usage (%): 101.365
Max. virtual memory (cumulated for all children) (KiB): 1492816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80594
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= 43135
involuntary context switches= 18623

runsolver used 2.03069 second user time and 4.46932 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-13 19:35:13
IDJOB=1856527
IDBENCH=2633
IDSOLVER=682
FILE ID=node6/1856527-1244914513
PBS_JOBID= 9354495
Free space on /tmp= 66344 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856527-1244914513/watcher-1856527-1244914513 -o /tmp/evaluation-result-1856527-1244914513/solver-1856527-1244914513 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856527-1244914513.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=2078334894

node6.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.265
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.265
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:      2055924 kB
MemFree:       1323312 kB
Buffers:         68288 kB
Cached:         578888 kB
SwapCached:        524 kB
Active:          49580 kB
Inactive:       611184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1323312 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            6448 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            57712 kB
Committed_AS:   127724 kB
PageTables:       1460 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= 66344 MiB
End job on node6 at 2009-06-13 20:04:51