Trace number 2660392

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 PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.2 1769.71

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
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 variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660392-1276695497.opb
0.23/0.21	c reading problem ... 
1.76/1.30	c ... done. Wall clock time 1.087s.
1.76/1.30	c #vars     14400
1.76/1.30	c #constraints  1088
1.76/1.30	c constraints type 
1.76/1.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1.76/1.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.08/1769.61	c starts		: 15
1800.08/1769.61	c conflicts		: 2882
1800.08/1769.61	c decisions		: 63861
1800.08/1769.61	c propagations		: 755142
1800.08/1769.61	c inspects		: 34823105
1800.08/1769.61	c learnt literals	: 0
1800.08/1769.61	c learnt binary clauses	: 0
1800.08/1769.61	c learnt ternary clauses	: 0
1800.08/1769.61	c learnt clauses	: 2881
1800.08/1769.61	c ignored clauses	: 0
1800.08/1769.62	c root simplifications	: 0
1800.08/1769.62	c removed literals (reason simplification)	: 0
1800.08/1769.62	c reason swapping (by a shorter reason)	: 0
1800.08/1769.62	c Calls to reduceDB	: 0
1800.08/1769.62	c number of reductions to clauses (during analyze)	: 0
1800.08/1769.62	c number of learned constraints concerned by reduction	: 0
1800.08/1769.62	c number of learning phase by resolution	: 0
1800.08/1769.62	c number of learning phase by cutting planes	: 0
1800.08/1769.62	c speed (assignments/second)	: 427.0401896493613
1800.08/1769.62	c non guided choices	7336
1800.08/1769.62	c learnt constraints type 
1800.08/1769.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 733
1800.08/1769.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2148
1800.08/1769.62	c constraints type 
1800.08/1769.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.08/1769.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.08/1769.62	s UNKNOWN
1800.08/1769.62	c Total wall clock time (in seconds): 1769.41

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-2660392-1276695497/watcher-2660392-1276695497 -o /tmp/evaluation-result-2660392-1276695497/solver-2660392-1276695497 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660392-1276695497.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.16 0.10 0.54 3/105 18099
/proc/meminfo: memFree=1911196/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=13164 CPUtime=0
/proc/18099/stat : 18099 (java) R 18097 18099 18034 0 -1 4194304 450 0 0 0 0 0 0 0 18 0 1 0 10843459 13479936 178 1992294400 134512640 134550932 4294007584 18446744073709551615 2307832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18099/statm: 3291 180 139 10 0 1121 0

[startup+0.103934 s]
/proc/loadavg: 0.16 0.10 0.54 3/105 18099
/proc/meminfo: memFree=1911196/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1524184 CPUtime=0.09
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 4027 0 1 0 7 2 0 0 18 0 12 0 10843459 1560764416 3466 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 381046 3466 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.200826 s]
/proc/loadavg: 0.16 0.10 0.54 3/105 18099
/proc/meminfo: memFree=1911196/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1526856 CPUtime=0.23
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 5178 0 1 0 20 3 0 0 18 0 12 0 10843459 1563500544 4615 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 381714 4615 1347 10 0 379016 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526856

[startup+0.300835 s]
/proc/loadavg: 0.16 0.10 0.54 3/105 18099
/proc/meminfo: memFree=1911196/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1526856 CPUtime=0.34
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 5551 0 1 0 31 3 0 0 18 0 12 0 10843459 1563500544 4988 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 381714 4988 1362 10 0 379016 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526856

[startup+0.700885 s]
/proc/loadavg: 0.16 0.10 0.54 3/105 18099
/proc/meminfo: memFree=1911196/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1529400 CPUtime=1.07
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 8317 0 1 0 103 4 0 0 18 0 12 0 10843459 1566105600 7037 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 382350 7037 1403 10 0 379652 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529400

[startup+1.50197 s]
/proc/loadavg: 0.16 0.10 0.54 2/117 18111
/proc/meminfo: memFree=1846000/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1529724 CPUtime=2.13
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 25206 0 1 0 201 12 0 0 18 0 13 0 10843459 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 382431 23869 1419 10 0 379733 0
[pid=18099/tid=18101] ppid=18097 vsize=1529724 CPUtime=1.28
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 21810 0 1 0 118 10 0 0 25 0 13 0 10843460 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4108782499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 13 0 10843462 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10843462 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 10843463 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 9 0 0 0 0 0 0 0 24 0 13 0 10843464 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10843464 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1529724 CPUtime=0.22
/proc/18099/task/18108/stat : 18108 (java) R 18097 18099 18034 0 -1 4202560 441 0 0 0 22 0 0 0 19 0 13 0 10843468 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 106827810 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1529724 CPUtime=0.6
/proc/18099/task/18109/stat : 18109 (java) R 18097 18099 18034 0 -1 4202560 1887 0 0 0 60 0 0 0 16 0 13 0 10843468 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 102348407 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1529724 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843468 1566437376 23869 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1529724

[startup+3.10215 s]
/proc/loadavg: 0.16 0.10 0.54 5/118 18112
/proc/meminfo: memFree=1796020/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1543036 CPUtime=5.32
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 40409 0 1 0 515 17 0 0 18 0 13 0 10843459 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385759 33328 1424 10 0 383061 0
[pid=18099/tid=18101] ppid=18097 vsize=1543036 CPUtime=2.88
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 28065 0 1 0 276 12 0 0 18 0 13 0 10843460 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4108738382 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 13 0 10843462 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 10843462 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10843463 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 9 0 0 0 0 0 0 0 24 0 13 0 10843464 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10843464 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543036 CPUtime=0.22
/proc/18099/task/18108/stat : 18108 (java) R 18097 18099 18034 0 -1 4202560 441 0 0 0 22 0 0 0 19 0 13 0 10843468 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 106500704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543036 CPUtime=2.2
/proc/18099/task/18109/stat : 18109 (java) R 18097 18099 18034 0 -1 4202560 10834 0 0 0 216 4 0 0 18 0 13 0 10843468 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 105872051 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843468 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543036 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580068864 33328 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 1543036

[startup+6.30149 s]
/proc/loadavg: 0.23 0.11 0.54 2/118 18112
/proc/meminfo: memFree=1754172/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=9.39
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 49523 0 1 0 918 21 0 0 18 0 13 0 10843459 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 40464 1433 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=5.73
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 32058 0 1 0 559 14 0 0 22 0 13 0 10843460 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4109610114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=0.07
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 1232 0 0 0 7 0 0 0 16 0 13 0 10843462 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=0.08
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 1805 0 0 0 8 0 0 0 15 0 13 0 10843462 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 13 0 10843463 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.57
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 931 0 0 0 57 0 0 0 18 0 13 0 10843468 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=2.89
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12406 0 0 0 285 4 0 0 19 0 13 0 10843468 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 40464 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 1543320

[startup+12.7022 s]
/proc/loadavg: 0.29 0.13 0.54 2/118 18112
/proc/meminfo: memFree=1723668/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=15.97
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 57431 0 1 0 1572 25 0 0 18 0 13 0 10843459 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 47994 1433 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=12.04
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 35512 0 1 0 1189 15 0 0 25 0 13 0 10843460 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4109609747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=0.14
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 3447 0 0 0 13 1 0 0 15 0 13 0 10843462 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=0.14
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 4031 0 0 0 13 1 0 0 15 0 13 0 10843462 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 10843463 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.69
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 940 0 0 0 69 0 0 0 15 0 13 0 10843468 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=2.89
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12406 0 0 0 285 4 0 0 19 0 13 0 10843468 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 47994 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.97
Current children cumulated vsize (KiB) 1543320

[startup+25.5016 s]
/proc/loadavg: 0.45 0.17 0.55 2/118 18112
/proc/meminfo: memFree=1715608/2059040 swapFree=4136368/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=28.88
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 59590 0 1 0 2862 26 0 0 18 0 13 0 10843459 1580359680 50040 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 50040 1433 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=24.79
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 36237 0 1 0 2463 16 0 0 25 0 13 0 10843460 1580359680 50040 1992294400 134512640 134550932 4294007584 18446744073709551615 4109609632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=0.19
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 4145 0 0 0 18 1 0 0 16 0 13 0 10843462 1580359680 50040 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=0.19
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 4767 0 0 0 18 1 0 0 15 0 13 0 10843462 1580359680 50040 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 10843463 1580359680 50040 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0

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

[pid=18099] ppid=18097 vsize=1543320 CPUtime=1629.69
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 206988 0 1 0 162839 130 0 0 18 0 13 0 10843459 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 183114 1440 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=1576.04
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 38206 0 1 0 157582 22 0 0 25 0 13 0 10843460 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4109610125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=24.36
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 77020 0 0 0 2392 44 0 0 16 0 13 0 10843462 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=24.34
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 77057 0 0 0 2390 44 0 0 16 0 13 0 10843462 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0.42
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 138 0 0 0 29 13 0 0 15 0 13 0 10843463 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.99
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 952 0 0 0 99 0 0 0 15 0 13 0 10843468 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=3.49
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12437 0 0 0 344 5 0 0 15 0 13 0 10843468 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 183114 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.69
Current children cumulated vsize (KiB) 1543320

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/118 18165
/proc/meminfo: memFree=1157832/2059040 swapFree=4136376/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=1690.86
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 212598 0 1 0 168952 134 0 0 18 0 13 0 10843459 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 188075 1440 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=1634.78
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 38277 0 1 0 163456 22 0 0 25 0 13 0 10843460 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4109725452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=25.57
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 79956 0 0 0 2511 46 0 0 15 0 13 0 10843462 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=25.54
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 79652 0 0 0 2509 45 0 0 16 0 13 0 10843462 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0.43
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 142 0 0 0 30 13 0 0 15 0 13 0 10843463 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.99
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 952 0 0 0 99 0 0 0 15 0 13 0 10843468 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=3.49
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12437 0 0 0 344 5 0 0 15 0 13 0 10843468 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 188075 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1690.86
Current children cumulated vsize (KiB) 1543320

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/118 18167
/proc/meminfo: memFree=1147912/2059040 swapFree=4136376/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=1751.89
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 215413 0 1 0 175053 136 0 0 18 0 13 0 10843459 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 190588 1440 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=1693.69
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 38352 0 1 0 169347 22 0 0 25 0 13 0 10843460 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4109610088 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=26.63
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 81503 0 0 0 2616 47 0 0 16 0 13 0 10843462 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=26.6
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 80837 0 0 0 2614 46 0 0 16 0 13 0 10843462 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0.45
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 146 0 0 0 31 14 0 0 15 0 13 0 10843463 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.99
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 952 0 0 0 99 0 0 0 15 0 13 0 10843468 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=3.49
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12437 0 0 0 344 5 0 0 15 0 13 0 10843468 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 190588 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.89
Current children cumulated vsize (KiB) 1543320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.6 s]
/proc/loadavg: 1.00 1.00 0.90 2/118 18167
/proc/meminfo: memFree=1141340/2059040 swapFree=4136376/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=1800.08
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 217291 0 1 0 179869 139 0 0 18 0 13 0 10843459 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 192215 1440 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=1740.07
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 38420 0 1 0 173985 22 0 0 25 0 13 0 10843460 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4109724548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=27.51
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 82703 0 0 0 2704 47 0 0 16 0 13 0 10843462 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=27.49
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 81443 0 0 0 2702 47 0 0 15 0 13 0 10843462 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0.46
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 148 0 0 0 32 14 0 0 16 0 13 0 10843463 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.99
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 952 0 0 0 99 0 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=3.49
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12437 0 0 0 344 5 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543320

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

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

[startup+1769.6 s]
/proc/loadavg: 1.00 1.00 0.90 2/118 18167
/proc/meminfo: memFree=1141340/2059040 swapFree=4136376/4192956
[pid=18099] ppid=18097 vsize=1543320 CPUtime=1800.08
/proc/18099/stat : 18099 (java) S 18097 18099 18034 0 -1 4202496 217291 0 1 0 179869 139 0 0 18 0 13 0 10843459 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18099/statm: 385830 192215 1440 10 0 383132 0
[pid=18099/tid=18101] ppid=18097 vsize=1543320 CPUtime=1740.07
/proc/18099/task/18101/stat : 18101 (java) R 18097 18099 18034 0 -1 4202560 38420 0 1 0 173985 22 0 0 25 0 13 0 10843460 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4109724548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=1543320 CPUtime=27.51
/proc/18099/task/18102/stat : 18102 (java) S 18097 18099 18034 0 -1 4202560 82703 0 0 0 2704 47 0 0 16 0 13 0 10843462 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=1543320 CPUtime=27.49
/proc/18099/task/18103/stat : 18103 (java) S 18097 18099 18034 0 -1 4202560 81443 0 0 0 2702 47 0 0 15 0 13 0 10843462 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=1543320 CPUtime=0.46
/proc/18099/task/18104/stat : 18104 (java) S 18097 18099 18034 0 -1 4202560 148 0 0 0 32 14 0 0 16 0 13 0 10843463 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18105/stat : 18105 (java) S 18097 18099 18034 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18106/stat : 18106 (java) S 18097 18099 18034 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10843464 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18107/stat : 18107 (java) S 18097 18099 18034 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=1543320 CPUtime=0.99
/proc/18099/task/18108/stat : 18108 (java) S 18097 18099 18034 0 -1 4202560 952 0 0 0 99 0 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=1543320 CPUtime=3.49
/proc/18099/task/18109/stat : 18109 (java) S 18097 18099 18034 0 -1 4202560 12437 0 0 0 344 5 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18110/stat : 18110 (java) S 18097 18099 18034 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18111/stat : 18111 (java) S 18097 18099 18034 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 13 0 10843468 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=1543320 CPUtime=0
/proc/18099/task/18112/stat : 18112 (java) S 18097 18099 18034 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 10843594 1580359680 192215 1992294400 134512640 134550932 4294007584 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543320

Child status: 143
Real time (s): 1769.71
CPU time (s): 1800.2
CPU user time (s): 1798.73
CPU system time (s): 1.46278
CPU usage (%): 101.723
Max. virtual memory (cumulated for all children) (KiB): 1546108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.46278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217312
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= 57056
involuntary context switches= 53781

runsolver used 3.49347 second user time and 9.57054 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 15:38:17
IDJOB=2660392
IDBENCH=1153
IDSOLVER=1165
FILE ID=node086/2660392-1276695497
PBS_JOBID= 11174039
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660392-1276695497/watcher-2660392-1276695497 -o /tmp/evaluation-result-2660392-1276695497/solver-2660392-1276695497 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660392-1276695497.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=544636148

node086.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1911468 kB
Buffers:          4460 kB
Cached:          80132 kB
SwapCached:       8928 kB
Active:          36632 kB
Inactive:        59548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1911468 kB
SwapTotal:     4192956 kB
SwapFree:      4136368 kB
Dirty:            1696 kB
Writeback:           0 kB
AnonPages:        9348 kB
Mapped:           9032 kB
Slab:            29692 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node086 at 2010-06-16 16:07:49