Trace number 1857438

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 CP 2.1.1? (TO) 1800.36 1773.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.46032
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 No 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-1857438-1244945989.opb
0.22/0.22	c reading problem ... 
0.49/0.42	c ... done. Wall clock time 0.205s.
0.49/0.42	c #vars     616
0.49/0.42	c #constraints  918
0.49/0.42	c constraints type 
0.49/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.49/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.10/1773.12	c starts		: 13
1800.10/1773.12	c conflicts		: 37694
1800.10/1773.12	c decisions		: 39666
1800.10/1773.12	c propagations		: 503652
1800.10/1773.12	c inspects		: 842090075
1800.10/1773.12	c learnt literals	: 0
1800.10/1773.12	c learnt binary clauses	: 0
1800.10/1773.12	c learnt ternary clauses	: 0
1800.10/1773.12	c learnt clauses	: 37694
1800.10/1773.12	c ignored clauses	: 0
1800.10/1773.12	c root simplifications	: 0
1800.10/1773.12	c removed literals (reason simplification)	: 0
1800.10/1773.12	c reason swapping (by a shorter reason)	: 0
1800.10/1773.12	c Calls to reduceDB	: 0
1800.10/1773.12	c speed (assignments/second)	: 284.1168775416838
1800.10/1773.12	c non guided choices	504
1800.10/1773.18	c learnt constraints type 
1800.10/1773.18	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 341
1800.10/1773.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37353
1800.10/1773.18	c constraints type 
1800.10/1773.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
1800.10/1773.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.10/1773.18	s UNKNOWN
1800.10/1773.18	c Total wall clock time (in seconds): 1772.96

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-1857438-1244945989/watcher-1857438-1244945989 -o /tmp/evaluation-result-1857438-1244945989/solver-1857438-1244945989 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857438-1244945989.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 15173
/proc/meminfo: memFree=1293048/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=18576 CPUtime=0
/proc/15173/stat : 15173 (runsolver) D 15171 15173 14075 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 162199084 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 227848809767 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/15173/statm: 4644 284 249 26 0 2626 0

[startup+0.030573 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15173
/proc/meminfo: memFree=1293048/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1466792 CPUtime=0.01
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 2354 0 1 0 0 1 0 0 18 0 4 0 162199084 1501995008 2103 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 366698 2103 456 9 0 364450 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1466792

[startup+0.102577 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15173
/proc/meminfo: memFree=1293048/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1472584 CPUtime=0.08
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 3608 0 1 0 6 2 0 0 18 0 12 0 162199084 1507926016 3351 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301595 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15173
/proc/meminfo: memFree=1293048/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1473992 CPUtime=0.33
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 4975 0 1 0 30 3 0 0 18 0 12 0 162199084 1509367808 4713 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 368498 4713 1358 9 0 365841 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1473992

[startup+0.701639 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15173
/proc/meminfo: memFree=1293048/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1477520 CPUtime=1.07
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 6779 0 1 0 102 5 0 0 18 0 13 0 162199084 1512980480 5946 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 369380 5946 1399 9 0 366723 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1477520

[startup+1.50271 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 15186
/proc/meminfo: memFree=1261904/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493596 CPUtime=2.58
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 20605 0 1 0 248 10 0 0 18 0 13 0 162199084 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373399 15816 1417 9 0 370742 0
[pid=15173/tid=15175] ppid=15171 vsize=1493596 CPUtime=0.92
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 10398 0 1 0 87 5 0 0 18 0 13 0 162199085 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 104698537 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162199087 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 162199087 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 162199088 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 162199089 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 162199089 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493596 CPUtime=0.74
/proc/15173/task/15182/stat : 15182 (java) R 15171 15173 14075 0 -1 64 4721 0 0 0 72 2 0 0 18 0 13 0 162199093 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 104138296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493596 CPUtime=0.89
/proc/15173/task/15183/stat : 15183 (java) R 15171 15173 14075 0 -1 64 4738 0 0 0 88 1 0 0 19 0 13 0 162199093 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 105575908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493596 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529442304 15816 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1493596

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 15186
/proc/meminfo: memFree=1205904/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493884 CPUtime=5.27
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 47372 0 1 0 504 23 0 0 18 0 13 0 162199084 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373471 37326 1431 9 0 370814 0
[pid=15173/tid=15175] ppid=15171 vsize=1493884 CPUtime=2.11
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 30982 0 1 0 196 15 0 0 19 0 13 0 162199085 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4109522762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 193 0 0 0 0 0 0 0 16 0 13 0 162199087 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 210 0 0 0 0 0 0 0 16 0 13 0 162199087 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 162199088 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493884 CPUtime=1.61
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8872 0 0 0 156 5 0 0 19 0 13 0 162199093 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493884 CPUtime=1.5
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6361 0 0 0 148 2 0 0 17 0 13 0 162199093 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529737216 37326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 1493884

[startup+6.30217 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15186
/proc/meminfo: memFree=1139728/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493884 CPUtime=8.68
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 56028 0 1 0 841 27 0 0 18 0 13 0 162199084 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373471 45851 1431 9 0 370814 0
[pid=15173/tid=15175] ppid=15171 vsize=1493884 CPUtime=5.23
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 36285 0 1 0 506 17 0 0 25 0 13 0 162199085 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493884 CPUtime=0.06
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 1812 0 0 0 6 0 0 0 16 0 13 0 162199087 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493884 CPUtime=0.07
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 1916 0 0 0 6 1 0 0 16 0 13 0 162199087 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 162199088 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493884 CPUtime=1.64
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8872 0 0 0 159 5 0 0 16 0 13 0 162199093 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493884 CPUtime=1.64
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6369 0 0 0 162 2 0 0 17 0 13 0 162199093 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529737216 45851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 1493884

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15186
/proc/meminfo: memFree=1106640/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493884 CPUtime=15.63
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 58543 0 1 0 1535 28 0 0 18 0 13 0 162199084 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373471 48028 1431 9 0 370814 0
[pid=15173/tid=15175] ppid=15171 vsize=1493884 CPUtime=11.53
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 36295 0 1 0 1136 17 0 0 23 0 13 0 162199085 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4109501735 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493884 CPUtime=0.13
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 2924 0 0 0 13 0 0 0 16 0 13 0 162199087 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493884 CPUtime=0.13
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 3269 0 0 0 12 1 0 0 15 0 13 0 162199087 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 162199088 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493884 CPUtime=2.13
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 208 5 0 0 18 0 13 0 162199093 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493884 CPUtime=1.64
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6369 0 0 0 162 2 0 0 17 0 13 0 162199093 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493884 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529737216 48028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1493884

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15186
/proc/meminfo: memFree=1098192/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493276 CPUtime=28.61
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 60863 0 1 0 2832 29 0 0 18 0 13 0 162199084 1529114624 49876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373319 49876 1431 9 0 370662 0
[pid=15173/tid=15175] ppid=15171 vsize=1493276 CPUtime=24.22
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 36312 0 1 0 2405 17 0 0 25 0 13 0 162199085 1529114624 49876 1992294400 134512640 134550932 4294956000 18446744073709551615 4109486976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493276 CPUtime=0.24
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 4138 0 0 0 23 1 0 0 16 0 13 0 162199087 1529114624 49876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493276 CPUtime=0.24
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 4358 0 0 0 22 2 0 0 16 0 13 0 162199087 1529114624 49876 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493276 CPUtime=0

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

[pid=15173] ppid=15171 vsize=1493276 CPUtime=1625.9
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 110670 0 1 0 162461 129 0 0 18 0 13 0 162199084 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373319 96318 1435 9 0 370662 0
[pid=15173/tid=15175] ppid=15171 vsize=1493276 CPUtime=1576.89
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 37417 0 1 0 157650 39 0 0 25 0 13 0 162199085 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4109520648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493276 CPUtime=22.28
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 28207 0 0 0 2192 36 0 0 16 0 13 0 162199087 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493276 CPUtime=22.21
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 28983 0 0 0 2188 33 0 0 17 0 13 0 162199087 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493276 CPUtime=0.3
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 34 0 0 0 19 11 0 0 16 0 13 0 162199088 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493276 CPUtime=2.21
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 216 5 0 0 15 0 13 0 162199093 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493276 CPUtime=1.96
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6373 0 0 0 194 2 0 0 16 0 13 0 162199093 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529114624 96318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1625.9
Current children cumulated vsize (KiB) 1493276

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/77 17786
/proc/meminfo: memFree=866960/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493276 CPUtime=1687.05
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 111691 0 1 0 168575 130 0 0 18 0 13 0 162199084 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373319 97273 1435 9 0 370662 0
[pid=15173/tid=15175] ppid=15171 vsize=1493276 CPUtime=1635.68
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 37457 0 1 0 163528 40 0 0 25 0 13 0 162199085 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4109519709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493276 CPUtime=23.46
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 28655 0 0 0 2310 36 0 0 17 0 13 0 162199087 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493276 CPUtime=23.39
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 29516 0 0 0 2305 34 0 0 16 0 13 0 162199087 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493276 CPUtime=0.31
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 34 0 0 0 20 11 0 0 16 0 13 0 162199088 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493276 CPUtime=2.21
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 216 5 0 0 15 0 13 0 162199093 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493276 CPUtime=1.96
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6373 0 0 0 194 2 0 0 16 0 13 0 162199093 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529114624 97273 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.05
Current children cumulated vsize (KiB) 1493276

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17786
/proc/meminfo: memFree=863120/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493276 CPUtime=1748.23
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 112707 0 1 0 174690 133 0 0 18 0 13 0 162199084 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373319 98241 1435 9 0 370662 0
[pid=15173/tid=15175] ppid=15171 vsize=1493276 CPUtime=1694.45
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 37496 0 1 0 169405 40 0 0 25 0 13 0 162199085 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4109807230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493276 CPUtime=24.66
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 29042 0 0 0 2430 36 0 0 17 0 13 0 162199087 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493276 CPUtime=24.58
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 30106 0 0 0 2422 36 0 0 16 0 13 0 162199087 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493276 CPUtime=0.31
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 34 0 0 0 20 11 0 0 16 0 13 0 162199088 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493276 CPUtime=2.21
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 216 5 0 0 15 0 13 0 162199093 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493276 CPUtime=1.96
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6373 0 0 0 194 2 0 0 16 0 13 0 162199093 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529114624 98241 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.23
Current children cumulated vsize (KiB) 1493276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17786
/proc/meminfo: memFree=859472/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493276 CPUtime=1800.1
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 113627 0 1 0 179874 136 0 0 18 0 13 0 162199084 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373319 99122 1435 9 0 370662 0
[pid=15173/tid=15175] ppid=15171 vsize=1493276 CPUtime=1744.13
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 37530 0 1 0 174373 40 0 0 25 0 13 0 162199085 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4109484782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493276 CPUtime=25.75
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 29387 0 0 0 2539 36 0 0 16 0 13 0 162199087 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493276 CPUtime=25.67
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 30647 0 0 0 2528 39 0 0 17 0 13 0 162199087 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493276 CPUtime=0.32
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 34 0 0 0 21 11 0 0 16 0 13 0 162199088 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162199089 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493276 CPUtime=2.21
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 216 5 0 0 15 0 13 0 162199093 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493276 CPUtime=1.96
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6373 0 0 0 194 2 0 0 16 0 13 0 162199093 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 162199093 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162199093 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493276 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 162199127 1529114624 99122 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1493276

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

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

[startup+1773.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 17786
/proc/meminfo: memFree=859472/2055920 swapFree=4182560/4192956
[pid=15173] ppid=15171 vsize=1493924 CPUtime=1800.28
/proc/15173/stat : 15173 (java) S 15171 15173 14075 0 -1 0 113651 0 1 0 179891 137 0 0 16 0 14 0 162199084 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15173/statm: 373481 99146 1438 9 0 370824 0
[pid=15173/tid=15175] ppid=15171 vsize=1493924 CPUtime=1744.24
/proc/15173/task/15175/stat : 15175 (java) R 15171 15173 14075 0 -1 64 37530 0 1 0 174384 40 0 0 25 0 14 0 162199085 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4110021823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15176] ppid=15171 vsize=1493924 CPUtime=25.75
/proc/15173/task/15176/stat : 15176 (java) S 15171 15173 14075 0 -1 64 29387 0 0 0 2539 36 0 0 16 0 14 0 162199087 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15177] ppid=15171 vsize=1493924 CPUtime=25.67
/proc/15173/task/15177/stat : 15177 (java) S 15171 15173 14075 0 -1 64 30647 0 0 0 2528 39 0 0 17 0 14 0 162199087 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15178] ppid=15171 vsize=1493924 CPUtime=0.32
/proc/15173/task/15178/stat : 15178 (java) S 15171 15173 14075 0 -1 64 34 0 0 0 21 11 0 0 16 0 14 0 162199088 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15179] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15179/stat : 15179 (java) S 15171 15173 14075 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 162199089 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15180] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15180/stat : 15180 (java) S 15171 15173 14075 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 162199089 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15181] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15181/stat : 15181 (java) S 15171 15173 14075 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 162199093 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15182] ppid=15171 vsize=1493924 CPUtime=2.21
/proc/15173/task/15182/stat : 15182 (java) S 15171 15173 14075 0 -1 64 8912 0 0 0 216 5 0 0 15 0 14 0 162199093 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15183] ppid=15171 vsize=1493924 CPUtime=1.99
/proc/15173/task/15183/stat : 15183 (java) S 15171 15173 14075 0 -1 64 6375 0 0 0 197 2 0 0 17 0 14 0 162199093 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15184] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15184/stat : 15184 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 162199093 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15173/tid=15185] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15185/stat : 15185 (java) S 15171 15173 14075 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 162199093 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15173/tid=15186] ppid=15171 vsize=1493924 CPUtime=0
/proc/15173/task/15186/stat : 15186 (java) S 15171 15173 14075 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 162199127 1529778176 99146 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1493924

Child status: 143
Real time (s): 1773.3
CPU time (s): 1800.36
CPU user time (s): 1798.93
CPU system time (s): 1.43378
CPU usage (%): 101.526
Max. virtual memory (cumulated for all children) (KiB): 1496644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113651
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= 47821
involuntary context switches= 41081

runsolver used 1.90771 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-14 04:19:49
IDJOB=1857438
IDBENCH=48017
IDSOLVER=681
FILE ID=node18/1857438-1244945989
PBS_JOBID= 9354688
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.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-1857438-1244945989/watcher-1857438-1244945989 -o /tmp/evaluation-result-1857438-1244945989/solver-1857438-1244945989 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1857438-1244945989.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=1121149430

node18.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.236
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.236
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:       1293528 kB
Buffers:         63280 kB
Cached:         630816 kB
SwapCached:       4196 kB
Active:          54168 kB
Inactive:       647280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293528 kB
SwapTotal:     4192956 kB
SwapFree:      4182560 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          13104 kB
Slab:            46940 kB
Committed_AS:   120396 kB
PageTables:       1376 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= 66200 MiB
End job on node18 at 2009-06-14 04:49:24