Trace number 1856432

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.22 1787.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-138375
Best CPU time to get the best result obtained on this benchmark1800.59
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.22/0.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-1856432-1244911391.opb
0.22/0.22	c reading problem ... 
1.19/0.84	c ... done. Wall clock time 0.618s.
1.19/0.84	c #vars     5383
1.19/0.84	c #constraints  3312
1.19/0.84	c constraints type 
1.19/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1.19/0.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1.19/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.10/1787.31	c starts		: 4
1800.10/1787.31	c conflicts		: 551
1800.10/1787.31	c decisions		: 11954
1800.10/1787.31	c propagations		: 1043541
1800.10/1787.31	c inspects		: 136683248
1800.10/1787.31	c learnt literals	: 0
1800.10/1787.31	c learnt binary clauses	: 0
1800.10/1787.31	c learnt ternary clauses	: 0
1800.10/1787.31	c learnt clauses	: 550
1800.10/1787.31	c ignored clauses	: 0
1800.10/1787.31	c root simplifications	: 0
1800.10/1787.31	c removed literals (reason simplification)	: 0
1800.10/1787.32	c reason swapping (by a shorter reason)	: 0
1800.10/1787.32	c Calls to reduceDB	: 0
1800.10/1787.32	c speed (assignments/second)	: 584.1328109650324
1800.10/1787.32	c non guided choices	0
1800.10/1787.32	c learnt constraints type 
1800.10/1787.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 550
1800.10/1787.32	c constraints type 
1800.10/1787.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1800.10/1787.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1800.10/1787.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.10/1787.32	s UNKNOWN
1800.10/1787.32	c Total wall clock time (in seconds): 1787.1

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-1856432-1244911391/watcher-1856432-1244911391 -o /tmp/evaluation-result-1856432-1244911391/solver-1856432-1244911391 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856432-1244911391.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 15137
/proc/meminfo: memFree=1322744/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=152 CPUtime=0
/proc/15137/stat : 15137 (java6) R 15135 15137 14874 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 158738987 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 1171755 0 0 4096 0 0 0 0 17 1 0 0
/proc/15137/statm: 38 26 19 9 0 4 0

[startup+0.106068 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15137
/proc/meminfo: memFree=1322744/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1472584 CPUtime=0.09
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 3644 0 1 0 7 2 0 0 18 0 12 0 158738987 1507926016 3387 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 368146 3387 1069 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.202085 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15137
/proc/meminfo: memFree=1322744/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1475008 CPUtime=0.22
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 4731 0 1 0 19 3 0 0 18 0 12 0 158738987 1510408192 4469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 368752 4469 1341 9 0 366095 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1475008

[startup+0.3021 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15137
/proc/meminfo: memFree=1322744/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1475264 CPUtime=0.35
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 5079 0 1 0 32 3 0 0 18 0 12 0 158738987 1510670336 4817 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 368816 4817 1358 9 0 366159 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475264

[startup+0.702165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15137
/proc/meminfo: memFree=1322744/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1475548 CPUtime=1.05
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 7096 0 1 0 101 4 0 0 18 0 12 0 158738987 1510961152 6532 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 368887 6533 1401 9 0 366230 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1475548

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.00 5/77 15150
/proc/meminfo: memFree=1290832/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1477956 CPUtime=2.38
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 12791 0 1 0 232 6 0 0 18 0 13 0 158738987 1513426944 11301 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 369489 11301 1423 9 0 366832 0
[pid=15137/tid=15139] ppid=15135 vsize=1477956 CPUtime=1.2
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 9398 0 1 0 115 5 0 0 20 0 13 0 158738988 1513426944 11301 1992294400 134512640 134550932 4294956000 18446744073709551615 4109162690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 158738989 1513426944 11301 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 158738989 1513426944 11301 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158738991 1513426944 11306 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 158738992 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 158738992 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1477956 CPUtime=0.55
/proc/15137/task/15146/stat : 15146 (java) R 15135 15137 14874 0 -1 64 1405 0 0 0 55 0 0 0 17 0 13 0 158738996 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1477956 CPUtime=0.62
/proc/15137/task/15147/stat : 15147 (java) R 15135 15137 14874 0 -1 64 1249 0 0 0 62 0 0 0 17 0 13 0 158738996 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 105869513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1513426944 11307 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1477956

[startup+3.10256 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15150
/proc/meminfo: memFree=1193680/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1477956 CPUtime=4.18
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 35720 0 1 0 401 17 0 0 18 0 13 0 158738987 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 369489 34173 1432 9 0 366832 0
[pid=15137/tid=15139] ppid=15135 vsize=1477956 CPUtime=2.75
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 30977 0 1 0 261 14 0 0 18 0 13 0 158738988 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4109675400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1477956 CPUtime=0.03
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 704 0 0 0 3 0 0 0 16 0 13 0 158738989 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1477956 CPUtime=0.03
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 582 0 0 0 3 0 0 0 16 0 13 0 158738989 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 158738991 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1477956 CPUtime=0.64
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 1430 0 0 0 64 0 0 0 16 0 13 0 158738996 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1477956 CPUtime=0.68
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 1268 0 0 0 68 0 0 0 17 0 13 0 158738996 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1477956 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1513426944 34173 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1477956

[startup+6.30109 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15150
/proc/meminfo: memFree=1159128/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1477796 CPUtime=7.51
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 44168 0 1 0 731 20 0 0 18 0 13 0 158738987 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 369449 42052 1432 9 0 366792 0
[pid=15137/tid=15139] ppid=15135 vsize=1477796 CPUtime=5.92
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 37615 0 1 0 576 16 0 0 18 0 13 0 158738988 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1477796 CPUtime=0.05
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 1393 0 0 0 5 0 0 0 16 0 13 0 158738989 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1477796 CPUtime=0.05
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 1335 0 0 0 5 0 0 0 16 0 13 0 158738989 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 158738991 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1477796 CPUtime=0.75
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 1793 0 0 0 75 0 0 0 16 0 13 0 158738996 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1477796 CPUtime=0.68
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 1268 0 0 0 68 0 0 0 17 0 13 0 158738996 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1477796 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1513263104 42052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1477796

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15150
/proc/meminfo: memFree=1158104/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1477748 CPUtime=13.98
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 44609 0 1 0 1378 20 0 0 18 0 13 0 158738987 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 369437 42448 1433 9 0 366780 0
[pid=15137/tid=15139] ppid=15135 vsize=1477748 CPUtime=12.28
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 37846 0 1 0 1212 16 0 0 17 0 13 0 158738988 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4109675406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1477748 CPUtime=0.06
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 1469 0 0 0 6 0 0 0 16 0 13 0 158738989 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1477748 CPUtime=0.06
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 1465 0 0 0 6 0 0 0 16 0 13 0 158738989 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 158738991 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1477748 CPUtime=0.78
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 1794 0 0 0 78 0 0 0 16 0 13 0 158738996 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1477748 CPUtime=0.73
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 1271 0 0 0 73 0 0 0 16 0 13 0 158738996 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1477748 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1513213952 42448 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 1477748

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15150
/proc/meminfo: memFree=1154904/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1477748 CPUtime=26.9
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 45350 0 1 0 2670 20 0 0 18 0 13 0 158738987 1513213952 43137 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 369437 43137 1433 9 0 366780 0
[pid=15137/tid=15139] ppid=15135 vsize=1477748 CPUtime=25.06
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 38259 0 1 0 2489 17 0 0 25 0 13 0 158738988 1513213952 43137 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1477748 CPUtime=0.07
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 1592 0 0 0 7 0 0 0 16 0 13 0 158738989 1513213952 43137 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1477748 CPUtime=0.08
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 1648 0 0 0 8 0 0 0 16 0 13 0 158738989 1513213952 43137 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1477748 CPUtime=0

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

[pid=15137] ppid=15135 vsize=1481540 CPUtime=1613.7
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 112364 0 1 0 161265 105 0 0 18 0 13 0 158738987 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 370385 100221 1433 9 0 367728 0
[pid=15137/tid=15139] ppid=15135 vsize=1481540 CPUtime=1590
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 40552 0 1 0 158974 26 0 0 25 0 13 0 158738988 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4109617775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1481540 CPUtime=10.36
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 32387 0 0 0 1008 28 0 0 16 0 13 0 158738989 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1481540 CPUtime=10.32
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 31331 0 0 0 1005 27 0 0 16 0 13 0 158738989 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1481540 CPUtime=0.46
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 25 0 0 0 27 19 0 0 16 0 13 0 158738991 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1481540 CPUtime=1.02
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 2423 0 0 0 101 1 0 0 17 0 13 0 158738996 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1481540 CPUtime=1.49
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 4902 0 0 0 148 1 0 0 17 0 13 0 158738996 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1517096960 100221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1613.7
Current children cumulated vsize (KiB) 1481540

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15158
/proc/meminfo: memFree=919768/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1481540 CPUtime=1674.17
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 113894 0 1 0 167309 108 0 0 18 0 13 0 158738987 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 370385 101619 1433 9 0 367728 0
[pid=15137/tid=15139] ppid=15135 vsize=1481540 CPUtime=1649.44
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 40626 0 1 0 164918 26 0 0 25 0 13 0 158738988 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4109626985 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1481540 CPUtime=10.86
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 32960 0 0 0 1057 29 0 0 16 0 13 0 158738989 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1481540 CPUtime=10.83
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 32214 0 0 0 1055 28 0 0 16 0 13 0 158738989 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1481540 CPUtime=0.47
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 25 0 0 0 28 19 0 0 16 0 13 0 158738991 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1481540 CPUtime=1.02
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 2423 0 0 0 101 1 0 0 17 0 13 0 158738996 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1481540 CPUtime=1.49
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 4902 0 0 0 148 1 0 0 17 0 13 0 158738996 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1517096960 101619 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1674.17
Current children cumulated vsize (KiB) 1481540

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15158
/proc/meminfo: memFree=915416/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1481540 CPUtime=1734.61
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 115109 0 1 0 173350 111 0 0 18 0 13 0 158738987 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 370385 102708 1433 9 0 367728 0
[pid=15137/tid=15139] ppid=15135 vsize=1481540 CPUtime=1708.9
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 40694 0 1 0 170863 27 0 0 25 0 13 0 158738988 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4109675392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1481540 CPUtime=11.34
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 33600 0 0 0 1104 30 0 0 15 0 13 0 158738989 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1481540 CPUtime=11.3
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 32721 0 0 0 1102 28 0 0 16 0 13 0 158738989 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1481540 CPUtime=0.49
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 25 0 0 0 29 20 0 0 16 0 13 0 158738991 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1481540 CPUtime=1.02
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 2423 0 0 0 101 1 0 0 17 0 13 0 158738996 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1481540 CPUtime=1.49
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 4902 0 0 0 148 1 0 0 17 0 13 0 158738996 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1517096960 102708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1734.61
Current children cumulated vsize (KiB) 1481540

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15158
/proc/meminfo: memFree=911000/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1481540 CPUtime=1795.07
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 116283 0 1 0 179393 114 0 0 18 0 13 0 158738987 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 370385 103769 1433 9 0 367728 0
[pid=15137/tid=15139] ppid=15135 vsize=1481540 CPUtime=1768.34
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 40769 0 1 0 176807 27 0 0 25 0 13 0 158738988 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4109814040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1481540 CPUtime=11.85
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 34209 0 0 0 1154 31 0 0 16 0 13 0 158738989 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1481540 CPUtime=11.81
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 33211 0 0 0 1151 30 0 0 16 0 13 0 158738989 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1481540 CPUtime=0.51
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 25 0 0 0 30 21 0 0 16 0 13 0 158738991 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1481540 CPUtime=1.02
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 2423 0 0 0 101 1 0 0 17 0 13 0 158738996 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1481540 CPUtime=1.49
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 4902 0 0 0 148 1 0 0 17 0 13 0 158738996 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1517096960 103769 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.07
Current children cumulated vsize (KiB) 1481540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15158
/proc/meminfo: memFree=910936/2055920 swapFree=4180792/4192956
[pid=15137] ppid=15135 vsize=1481540 CPUtime=1800.1
/proc/15137/stat : 15137 (java) S 15135 15137 14874 0 -1 0 116319 0 1 0 179896 114 0 0 18 0 13 0 158738987 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15137/statm: 370385 103800 1433 9 0 367728 0
[pid=15137/tid=15139] ppid=15135 vsize=1481540 CPUtime=1773.32
/proc/15137/task/15139/stat : 15139 (java) R 15135 15137 14874 0 -1 64 40771 0 1 0 177305 27 0 0 24 0 13 0 158738988 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4109487751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15140] ppid=15135 vsize=1481540 CPUtime=11.88
/proc/15137/task/15140/stat : 15140 (java) S 15135 15137 14874 0 -1 64 34229 0 0 0 1157 31 0 0 16 0 13 0 158738989 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15141] ppid=15135 vsize=1481540 CPUtime=11.84
/proc/15137/task/15141/stat : 15141 (java) S 15135 15137 14874 0 -1 64 33225 0 0 0 1154 30 0 0 16 0 13 0 158738989 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15142] ppid=15135 vsize=1481540 CPUtime=0.51
/proc/15137/task/15142/stat : 15142 (java) S 15135 15137 14874 0 -1 64 25 0 0 0 30 21 0 0 15 0 13 0 158738991 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15143] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15143/stat : 15143 (java) S 15135 15137 14874 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15144] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15144/stat : 15144 (java) S 15135 15137 14874 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158738992 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15145] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15145/stat : 15145 (java) S 15135 15137 14874 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158738996 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15146] ppid=15135 vsize=1481540 CPUtime=1.02
/proc/15137/task/15146/stat : 15146 (java) S 15135 15137 14874 0 -1 64 2423 0 0 0 101 1 0 0 17 0 13 0 158738996 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15137/tid=15147] ppid=15135 vsize=1481540 CPUtime=1.49
/proc/15137/task/15147/stat : 15147 (java) S 15135 15137 14874 0 -1 64 4902 0 0 0 148 1 0 0 17 0 13 0 158738996 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15148] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15148/stat : 15148 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158738996 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15149] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15149/stat : 15149 (java) S 15135 15137 14874 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 158738996 1517096960 103800 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15137/tid=15150] ppid=15135 vsize=1481540 CPUtime=0
/proc/15137/task/15150/stat : 15150 (java) S 15135 15137 14874 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 158739093 1517096960 103800 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) 1481540

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

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

Child status: 143
Real time (s): 1787.41
CPU time (s): 1800.22
CPU user time (s): 1799
CPU system time (s): 1.21781
CPU usage (%): 100.717
Max. virtual memory (cumulated for all children) (KiB): 1484728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.21781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116342
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= 63314
involuntary context switches= 42816

runsolver used 1.9887 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-13 18:43:11
IDJOB=1856432
IDBENCH=2519
IDSOLVER=681
FILE ID=node31/1856432-1244911391
PBS_JOBID= 9354502
Free space on /tmp= 66328 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.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-1856432-1244911391/watcher-1856432-1244911391 -o /tmp/evaluation-result-1856432-1244911391/solver-1856432-1244911391 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856432-1244911391.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1176185438

node31.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.258
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.258
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:       1323224 kB
Buffers:         56940 kB
Cached:         606036 kB
SwapCached:       5124 kB
Active:          38916 kB
Inactive:       632156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323224 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:             520 kB
Writeback:           0 kB
Mapped:          13768 kB
Slab:            47404 kB
Committed_AS:   134848 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node31 at 2009-06-13 19:13:00