Trace number 1855036

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 CP 2.1.1? (TO) 1800.34 1788.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.1.1.v20090612
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1342000320
0.08/0.14	c Max memory 1344274432
0.08/0.14	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 No 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-1855036-1244865551.opb
0.22/0.21	c reading problem ... 
1.96/1.59	c ... done. Wall clock time 1.375s.
1.96/1.59	c #vars     1020
1.96/1.59	c #constraints  43180
1.96/1.59	c constraints type 
1.96/1.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.96/1.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.09/1787.91	c starts		: 13
1800.09/1787.91	c conflicts		: 34788
1800.09/1787.91	c decisions		: 43935
1800.09/1787.91	c propagations		: 3074287
1800.09/1787.91	c inspects		: 867138985
1800.09/1787.91	c learnt literals	: 0
1800.09/1787.91	c learnt binary clauses	: 0
1800.09/1787.91	c learnt ternary clauses	: 0
1800.09/1787.91	c learnt clauses	: 34788
1800.09/1787.91	c ignored clauses	: 0
1800.09/1787.91	c root simplifications	: 0
1800.09/1787.91	c removed literals (reason simplification)	: 0
1800.09/1787.91	c reason swapping (by a shorter reason)	: 0
1800.09/1787.91	c Calls to reduceDB	: 0
1800.09/1787.91	c speed (assignments/second)	: 1721.0147767146384
1800.09/1787.91	c non guided choices	194
1800.09/1787.99	c learnt constraints type 
1800.09/1788.00	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 27711
1800.09/1788.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.09/1788.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7074
1800.09/1788.00	c constraints type 
1800.09/1788.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1800.09/1788.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.09/1788.00	s UNKNOWN
1800.09/1788.00	c Total wall clock time (in seconds): 1787.784

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-1855036-1244865551/watcher-1855036-1244865551 -o /tmp/evaluation-result-1855036-1244865551/solver-1855036-1244865551 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855036-1244865551.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: 0.98 0.99 0.99 3/64 9196
/proc/meminfo: memFree=963856/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=272 CPUtime=0
/proc/9196/stat : 9196 (java6) D 9194 9196 8573 0 -1 0 53 0 0 0 0 0 0 0 20 0 1 0 154155591 278528 37 1992294400 134512640 134550932 4294956160 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9196/statm: 68 37 28 9 0 6 0

[startup+0.054019 s]
/proc/loadavg: 0.98 0.99 0.99 3/64 9196
/proc/meminfo: memFree=963856/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1470088 CPUtime=0.04
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 3245 0 1 0 2 2 0 0 18 0 7 0 154155591 1505370112 2990 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 367522 2990 1015 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101006 s]
/proc/loadavg: 0.98 0.99 0.99 3/64 9196
/proc/meminfo: memFree=963856/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1472584 CPUtime=0.08
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 3638 0 1 0 6 2 0 0 18 0 12 0 154155591 1507926016 3381 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 368146 3381 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301949 s]
/proc/loadavg: 0.98 0.99 0.99 3/64 9196
/proc/meminfo: memFree=963856/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1474472 CPUtime=0.34
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 5006 0 1 0 31 3 0 0 18 0 12 0 154155591 1509859328 4744 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 368618 4744 1356 9 0 365961 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474472

[startup+0.701838 s]
/proc/loadavg: 0.98 0.99 0.99 3/64 9196
/proc/meminfo: memFree=963856/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1476780 CPUtime=0.98
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 7336 0 1 0 94 4 0 0 18 0 12 0 154155591 1512222720 6593 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 369195 6593 1398 9 0 366538 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476780

[startup+1.5026 s]
/proc/loadavg: 0.98 0.99 0.99 4/76 9208
/proc/meminfo: memFree=930608/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1476780 CPUtime=1.96
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 22999 0 1 0 185 11 0 0 18 0 12 0 154155591 1512222720 21899 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 369195 21900 1405 9 0 366538 0
[pid=9196/tid=9198] ppid=9194 vsize=1476780 CPUtime=1.23
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 20260 0 1 0 113 10 0 0 19 0 12 0 154155592 1512222720 21901 1992294400 134512640 134550932 4294956000 18446744073709551615 4109506066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 154155593 1512222720 21902 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 154155593 1512222720 21903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 154155595 1512222720 21904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 154155596 1512222720 21905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 154155596 1512222720 21906 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 154155600 1512222720 21907 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1476780 CPUtime=0.33
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 566 0 0 0 33 0 0 0 16 0 12 0 154155600 1512222720 21909 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1476780 CPUtime=0.37
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 1432 0 0 0 37 0 0 0 17 0 12 0 154155600 1512222720 21910 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 154155600 1512222720 21911 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1476780 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 154155600 1512222720 21912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1476780

[startup+3.10214 s]
/proc/loadavg: 0.98 0.99 0.99 3/77 9209
/proc/meminfo: memFree=865832/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1486524 CPUtime=4.74
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 41322 0 1 0 455 19 0 0 18 0 13 0 154155591 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 371631 36117 1428 9 0 368974 0
[pid=9196/tid=9198] ppid=9194 vsize=1486524 CPUtime=2.38
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 30963 0 1 0 224 14 0 0 20 0 13 0 154155592 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4109806892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1486524 CPUtime=0.02
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 677 0 0 0 2 0 0 0 17 0 13 0 154155593 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1486524 CPUtime=0.01
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 253 0 0 0 1 0 0 0 17 0 13 0 154155593 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154155595 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1486524 CPUtime=0.88
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 1741 0 0 0 88 0 0 0 16 0 13 0 154155600 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1486524 CPUtime=1.4
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6932 0 0 0 137 3 0 0 16 0 13 0 154155600 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1486524 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1522200576 36117 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 1486524

[startup+6.30122 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9209
/proc/meminfo: memFree=817960/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1485532 CPUtime=8.17
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 43332 0 1 0 796 21 0 0 18 0 13 0 154155591 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 371383 37868 1428 9 0 368726 0
[pid=9196/tid=9198] ppid=9194 vsize=1485532 CPUtime=5.44
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 30969 0 1 0 530 14 0 0 25 0 13 0 154155592 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4109814148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1485532 CPUtime=0.1
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 1644 0 0 0 9 1 0 0 17 0 13 0 154155593 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1485532 CPUtime=0.08
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 1233 0 0 0 8 0 0 0 16 0 13 0 154155593 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 154155595 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1485532 CPUtime=1.01
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 1768 0 0 0 101 0 0 0 16 0 13 0 154155600 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1485532 CPUtime=1.49
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6946 0 0 0 146 3 0 0 17 0 13 0 154155600 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1485532 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1521184768 37868 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1485532

[startup+12.7024 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9209
/proc/meminfo: memFree=789488/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=14.73
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 51225 0 1 0 1448 25 0 0 18 0 13 0 154155591 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 44845 1428 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=11.75
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 34078 0 1 0 1159 16 0 0 17 0 13 0 154155592 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4109834047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=0.19
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 4074 0 0 0 17 2 0 0 16 0 13 0 154155593 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=0.17
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 3578 0 0 0 16 1 0 0 16 0 13 0 154155593 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 154155595 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.02
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 1768 0 0 0 102 0 0 0 16 0 13 0 154155600 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 44845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.73
Current children cumulated vsize (KiB) 1483164

[startup+25.5027 s]
/proc/loadavg: 0.99 0.99 0.99 2/77 9209
/proc/meminfo: memFree=784112/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=27.72
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 53066 0 1 0 2747 25 0 0 18 0 13 0 154155591 1518759936 46133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 46133 1432 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=24.49
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 34299 0 1 0 2433 16 0 0 25 0 13 0 154155592 1518759936 46133 1992294400 134512640 134550932 4294956000 18446744073709551615 4109812281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=0.24
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 4673 0 0 0 22 2 0 0 16 0 13 0 154155593 1518759936 46133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=0.22
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 4142 0 0 0 21 1 0 0 16 0 13 0 154155593 1518759936 46133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.01
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 154155595 1518759936 46133 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0

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

[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.19
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 13 6 0 0 16 0 13 0 154155595 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.18
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 2225 0 0 0 118 0 0 0 16 0 13 0 154155600 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 61887 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.08
Current children cumulated vsize (KiB) 1483164

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 9215
/proc/meminfo: memFree=718320/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=1673.54
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 71253 0 1 0 167289 65 0 0 18 0 13 0 154155591 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 62462 1432 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=1652.2
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 35593 0 1 0 165199 21 0 0 25 0 13 0 154155592 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4109806789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=9.2
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 13158 0 0 0 903 17 0 0 16 0 13 0 154155593 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=9.15
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 12550 0 0 0 901 14 0 0 16 0 13 0 154155593 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.2
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 154155595 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.18
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 2225 0 0 0 118 0 0 0 16 0 13 0 154155600 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 62462 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.54
Current children cumulated vsize (KiB) 1483164

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9215
/proc/meminfo: memFree=716272/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=1733.97
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 71775 0 1 0 173330 67 0 0 18 0 13 0 154155591 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 62942 1432 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=1711.7
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 35622 0 1 0 171149 21 0 0 25 0 13 0 154155592 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4109806989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=9.67
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 13386 0 0 0 949 18 0 0 16 0 13 0 154155593 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=9.61
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 12815 0 0 0 946 15 0 0 17 0 13 0 154155593 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.2
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 154155595 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.18
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 2225 0 0 0 118 0 0 0 16 0 13 0 154155600 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 62942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1733.97
Current children cumulated vsize (KiB) 1483164

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9215
/proc/meminfo: memFree=714608/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=1794.44
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 72235 0 1 0 179376 68 0 0 18 0 13 0 154155591 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 63348 1432 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=1771.21
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 35651 0 1 0 177100 21 0 0 25 0 13 0 154155592 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4109814165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=10.15
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 13708 0 0 0 996 19 0 0 16 0 13 0 154155593 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=10.09
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 12924 0 0 0 994 15 0 0 17 0 13 0 154155593 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.21
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 15 6 0 0 15 0 13 0 154155595 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.18
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 2225 0 0 0 118 0 0 0 16 0 13 0 154155600 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 63348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 1483164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9215
/proc/meminfo: memFree=714544/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=1483164 CPUtime=1800.09
/proc/9196/stat : 9196 (java) S 9194 9196 8573 0 -1 0 72281 0 1 0 179941 68 0 0 18 0 13 0 154155591 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9196/statm: 370791 63389 1432 9 0 368134 0
[pid=9196/tid=9198] ppid=9194 vsize=1483164 CPUtime=1776.76
/proc/9196/task/9198/stat : 9198 (java) R 9194 9196 8573 0 -1 64 35654 0 1 0 177655 21 0 0 19 0 13 0 154155592 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4109811971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9199] ppid=9194 vsize=1483164 CPUtime=10.2
/proc/9196/task/9199/stat : 9199 (java) S 9194 9196 8573 0 -1 64 13738 0 0 0 1001 19 0 0 16 0 13 0 154155593 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9200] ppid=9194 vsize=1483164 CPUtime=10.14
/proc/9196/task/9200/stat : 9200 (java) S 9194 9196 8573 0 -1 64 12937 0 0 0 999 15 0 0 16 0 13 0 154155593 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9201] ppid=9194 vsize=1483164 CPUtime=0.21
/proc/9196/task/9201/stat : 9201 (java) S 9194 9196 8573 0 -1 64 30 0 0 0 15 6 0 0 16 0 13 0 154155595 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9202] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9202/stat : 9202 (java) S 9194 9196 8573 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9203] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9203/stat : 9203 (java) S 9194 9196 8573 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154155596 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9196/tid=9204] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9204/stat : 9204 (java) S 9194 9196 8573 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154155600 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9205] ppid=9194 vsize=1483164 CPUtime=1.18
/proc/9196/task/9205/stat : 9205 (java) S 9194 9196 8573 0 -1 64 2225 0 0 0 118 0 0 0 16 0 13 0 154155600 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9206] ppid=9194 vsize=1483164 CPUtime=1.54
/proc/9196/task/9206/stat : 9206 (java) S 9194 9196 8573 0 -1 64 6951 0 0 0 151 3 0 0 15 0 13 0 154155600 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9207] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9207/stat : 9207 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154155600 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9208] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9208/stat : 9208 (java) S 9194 9196 8573 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154155600 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9196/tid=9209] ppid=9194 vsize=1483164 CPUtime=0
/proc/9196/task/9209/stat : 9209 (java) S 9194 9196 8573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 154155751 1518759936 63389 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1483164

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

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

[startup+1788.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9215
/proc/meminfo: memFree=714544/2055920 swapFree=4191900/4192956
[pid=9196] ppid=9194 vsize=0 CPUtime=1800.3
/proc/9196/stat : 9196 (java) Z 9194 9196 8573 0 -1 1036 72304 0 1 0 179961 69 0 0 15 0 2 0 154155591 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9196/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.05
CPU time (s): 1800.34
CPU user time (s): 1799.61
CPU system time (s): 0.726889
CPU usage (%): 100.687
Max. virtual memory (cumulated for all children) (KiB): 1488272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.726889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72304
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= 44147
involuntary context switches= 20382

runsolver used 1.76573 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-13 05:59:11
IDJOB=1855036
IDBENCH=1369
IDSOLVER=681
FILE ID=node16/1855036-1244865551
PBS_JOBID= 9354370
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855036-1244865551/watcher-1855036-1244865551 -o /tmp/evaluation-result-1855036-1244865551/solver-1855036-1244865551 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855036-1244865551.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1837744679

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        964336 kB
Buffers:         66680 kB
Cached:         940424 kB
SwapCached:        384 kB
Active:         157780 kB
Inactive:       862260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        964336 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          21272 kB
Slab:            57584 kB
Committed_AS:   127656 kB
PageTables:       1440 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= 66360 MiB
End job on node16 at 2009-06-13 06:29:01