Trace number 2661051

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 1782.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.10362
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2661051-1276332757.opb
0.24/0.21	c reading problem ... 
2.48/2.07	c ... done. Wall clock time 1.866s.
2.48/2.07	c #vars     25800
2.48/2.07	c #constraints  76699
2.48/2.07	c constraints type 
2.48/2.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51100
2.48/2.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25218
2.48/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
292.21/287.70	c cleaning 0 clauses out of 4988 with flag 0/5001
1656.40/1640.22	c cleaning 0 clauses out of 10988 with flag 0/11001
1800.07/1782.41	c starts		: 34
1800.07/1782.41	c conflicts		: 11384
1800.07/1782.41	c decisions		: 17508
1800.07/1782.41	c propagations		: 52942241
1800.07/1782.41	c inspects		: 880039113
1800.07/1782.41	c learnt literals	: 13
1800.07/1782.41	c learnt binary clauses	: 24
1800.07/1782.41	c learnt ternary clauses	: 37
1800.07/1782.41	c learnt clauses	: 11371
1800.07/1782.41	c ignored clauses	: 0
1800.07/1782.41	c root simplifications	: 0
1800.07/1782.41	c removed literals (reason simplification)	: 0
1800.07/1782.41	c reason swapping (by a shorter reason)	: 0
1800.07/1782.41	c Calls to reduceDB	: 2
1800.07/1782.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1782.41	c number of learned constraints concerned by reduction	: 0
1800.07/1782.41	c number of learning phase by resolution	: 0
1800.07/1782.41	c number of learning phase by cutting planes	: 0
1800.07/1782.41	c speed (assignments/second)	: 29737.16859541919
1800.07/1782.41	c non guided choices	941
1800.07/1782.43	c learnt constraints type 
1800.07/1782.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 526
1800.07/1782.44	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 24
1800.07/1782.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10821
1800.07/1782.44	c constraints type 
1800.07/1782.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51100
1800.07/1782.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25218
1800.07/1782.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.07/1782.44	s UNKNOWN
1800.07/1782.44	c Total wall clock time (in seconds): 1782.229

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-2661051-1276332757/watcher-2661051-1276332757 -o /tmp/evaluation-result-2661051-1276332757/solver-2661051-1276332757 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661051-1276332757.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.10 1.02 1.00 3/106 10492
/proc/meminfo: memFree=1862588/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1832 CPUtime=0
/proc/10492/stat : 10492 (java) R 10490 10492 9226 0 -1 4194304 411 0 0 0 0 0 0 0 16 0 1 0 8879787 1875968 141 1992294400 134512640 134550932 4287274528 18446744073709551615 4431293 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10492/statm: 458 148 111 10 0 63 0

[startup+0.0471279 s]
/proc/loadavg: 1.10 1.02 1.00 3/106 10492
/proc/meminfo: memFree=1862588/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1521664 CPUtime=0.03
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 3515 0 1 0 2 1 0 0 16 0 7 0 8879787 1558183936 2958 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 380416 2958 993 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.101137 s]
/proc/loadavg: 1.10 1.02 1.00 3/106 10492
/proc/meminfo: memFree=1862588/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1524184 CPUtime=0.09
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 4003 0 1 0 7 2 0 0 16 0 12 0 8879787 1560764416 3442 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301159 s]
/proc/loadavg: 1.10 1.02 1.00 3/106 10492
/proc/meminfo: memFree=1862588/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1526432 CPUtime=0.36
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 5470 0 1 0 33 3 0 0 16 0 12 0 8879787 1563066368 4907 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 381608 4907 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526432

[startup+0.701206 s]
/proc/loadavg: 1.10 1.02 1.00 3/106 10492
/proc/meminfo: memFree=1862588/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1528404 CPUtime=1.01
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 7310 0 1 0 97 4 0 0 16 0 12 0 8879787 1565085696 6615 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 382101 6615 1403 10 0 379403 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528404

[startup+1.50129 s]
/proc/loadavg: 1.10 1.02 1.00 4/118 10504
/proc/meminfo: memFree=1830688/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1528768 CPUtime=1.98
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 21597 0 1 0 187 11 0 0 16 0 12 0 8879787 1565458432 20681 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 382192 20683 1407 10 0 379494 0
[pid=10492/tid=10494] ppid=10490 vsize=1528768 CPUtime=1.2
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 18937 0 1 0 110 10 0 0 25 0 12 0 8879788 1565458432 20683 1992294400 134512640 134550932 4287274528 18446744073709551615 4109427719 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8879790 1565458432 20685 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8879790 1565458432 20686 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8879791 1565458432 20687 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8879792 1565458432 20689 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8879792 1565458432 20690 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8879796 1565458432 20691 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1528768 CPUtime=0.36
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 711 0 0 0 36 0 0 0 15 0 12 0 8879796 1565458432 20692 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1528768 CPUtime=0.39
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 884 0 0 0 39 0 0 0 15 0 12 0 8879796 1565458432 20694 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8879796 1565458432 20695 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1528768 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8879796 1565458432 20696 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1528768

[startup+3.10149 s]
/proc/loadavg: 1.10 1.02 1.00 2/118 10504
/proc/meminfo: memFree=1724172/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1531028 CPUtime=4.39
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 38055 0 1 0 420 19 0 0 16 0 13 0 8879787 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 382757 36420 1435 10 0 380059 0
[pid=10492/tid=10494] ppid=10490 vsize=1531028 CPUtime=2.35
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 32059 0 1 0 219 16 0 0 25 0 13 0 8879788 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4109099205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1531028 CPUtime=0.05
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 1192 0 0 0 5 0 0 0 16 0 13 0 8879790 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1531028 CPUtime=0.03
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 836 0 0 0 3 0 0 0 18 0 13 0 8879790 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 13 0 8879791 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1531028 CPUtime=0.99
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 1702 0 0 0 99 0 0 0 15 0 13 0 8879796 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1531028 CPUtime=0.91
/proc/10492/task/10502/stat : 10502 (java) R 10490 10492 9226 0 -1 4202560 1189 0 0 0 91 0 0 0 15 0 13 0 8879796 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 104140865 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1531028 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8879796 1567772672 36420 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1531028

[startup+6.30186 s]
/proc/loadavg: 1.17 1.03 1.01 2/119 10505
/proc/meminfo: memFree=1697876/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1540956 CPUtime=8.79
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 47829 0 1 0 856 23 0 0 16 0 13 0 8879787 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385239 41844 1440 10 0 382541 0
[pid=10492/tid=10494] ppid=10490 vsize=1540956 CPUtime=5.18
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 32067 0 1 0 502 16 0 0 25 0 13 0 8879788 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4109716100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1540956 CPUtime=0.11
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 2775 0 0 0 11 0 0 0 16 0 13 0 8879790 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1540956 CPUtime=0.1
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 2140 0 0 0 9 1 0 0 18 0 13 0 8879790 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 8879791 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1540956 CPUtime=1.29
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 2925 0 0 0 129 0 0 0 15 0 13 0 8879796 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1540956 CPUtime=2.04
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6836 0 0 0 202 2 0 0 15 0 13 0 8879796 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8879796 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1577938944 41844 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1540956

[startup+12.7016 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 10505
/proc/meminfo: memFree=1675804/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1540956 CPUtime=15.41
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 54263 0 1 0 1515 26 0 0 16 0 13 0 8879787 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385239 47934 1440 10 0 382541 0
[pid=10492/tid=10494] ppid=10490 vsize=1540956 CPUtime=11.39
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 32544 0 1 0 1123 16 0 0 25 0 13 0 8879788 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4109708480 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1540956 CPUtime=0.29
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 5991 0 0 0 27 2 0 0 16 0 13 0 8879790 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1540956 CPUtime=0.27
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 4865 0 0 0 25 2 0 0 18 0 13 0 8879790 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 8879791 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1540956 CPUtime=1.29
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 2925 0 0 0 129 0 0 0 15 0 13 0 8879796 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1540956 CPUtime=2.1
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 208 2 0 0 15 0 13 0 8879796 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8879796 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1577938944 47934 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1540956

[startup+25.5011 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 10505
/proc/meminfo: memFree=1670720/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1540956 CPUtime=28.35
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 55474 0 1 0 2808 27 0 0 16 0 13 0 8879787 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385239 49060 1440 10 0 382541 0
[pid=10492/tid=10494] ppid=10490 vsize=1540956 CPUtime=24.07
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 32554 0 1 0 2391 16 0 0 25 0 13 0 8879788 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4109708772 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1540956 CPUtime=0.36
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 6537 0 0 0 34 2 0 0 16 0 13 0 8879790 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1540956 CPUtime=0.34
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 5429 0 0 0 32 2 0 0 16 0 13 0 8879790 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 8879791 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1540956 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1577938944 49060 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1540956 CPUtime=0

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

[pid=10492] ppid=10490 vsize=1541980 CPUtime=1618.07
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 77234 0 1 0 161739 68 0 0 16 0 13 0 8879787 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385495 69166 1450 10 0 382797 0
[pid=10492/tid=10494] ppid=10490 vsize=1541980 CPUtime=1586.26
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 34189 0 1 0 158605 21 0 0 25 0 13 0 8879788 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4109884213 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1541980 CPUtime=13.86
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 16349 0 0 0 1371 15 0 0 16 0 13 0 8879790 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1541980 CPUtime=13.82
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 15052 0 0 0 1362 20 0 0 15 0 13 0 8879790 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1541980 CPUtime=0.37
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 233 0 0 0 31 6 0 0 15 0 13 0 8879791 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1541980 CPUtime=1.51
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 3407 0 0 0 151 0 0 0 15 0 13 0 8879796 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1541980 CPUtime=2.18
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 216 2 0 0 16 0 13 0 8879796 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 8879796 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1578987520 69166 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.07
Current children cumulated vsize (KiB) 1541980

[startup+1662.3 s]
/proc/loadavg: 1.20 1.12 1.06 2/119 10561
/proc/meminfo: memFree=1587020/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1541980 CPUtime=1678.71
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 77656 0 1 0 167801 70 0 0 16 0 13 0 8879787 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385495 69556 1450 10 0 382797 0
[pid=10492/tid=10494] ppid=10490 vsize=1541980 CPUtime=1645.19
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 34216 0 1 0 164498 21 0 0 25 0 13 0 8879788 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4109708469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1541980 CPUtime=14.52
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 16614 0 0 0 1436 16 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1541980 CPUtime=14.49
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 15178 0 0 0 1429 20 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1541980 CPUtime=0.75
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 235 0 0 0 69 6 0 0 15 0 13 0 8879791 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1541980 CPUtime=1.51
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 3407 0 0 0 151 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1541980 CPUtime=2.18
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 216 2 0 0 16 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.71
Current children cumulated vsize (KiB) 1541980

[startup+1722.3 s]
/proc/loadavg: 1.14 1.12 1.06 2/119 10563
/proc/meminfo: memFree=1586896/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1541980 CPUtime=1739.33
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 77691 0 1 0 173862 71 0 0 16 0 13 0 8879787 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385495 69556 1450 10 0 382797 0
[pid=10492/tid=10494] ppid=10490 vsize=1541980 CPUtime=1704.53
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 34243 0 1 0 170432 21 0 0 25 0 13 0 8879788 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4109713768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1541980 CPUtime=15.15
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 16614 0 0 0 1498 17 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1541980 CPUtime=15.12
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 15178 0 0 0 1492 20 0 0 15 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1541980 CPUtime=0.76
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 239 0 0 0 69 7 0 0 15 0 13 0 8879791 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1541980 CPUtime=1.51
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 3407 0 0 0 151 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1541980 CPUtime=2.18
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 216 2 0 0 16 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.33
Current children cumulated vsize (KiB) 1541980

[startup+1782.3 s]
/proc/loadavg: 1.11 1.11 1.05 4/119 10565
/proc/meminfo: memFree=1586648/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1541980 CPUtime=1799.96
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 77727 0 1 0 179922 74 0 0 16 0 13 0 8879787 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385495 69556 1450 10 0 382797 0
[pid=10492/tid=10494] ppid=10490 vsize=1541980 CPUtime=1763.8
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 34271 0 1 0 176359 21 0 0 25 0 13 0 8879788 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4109715905 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1541980 CPUtime=15.82
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 16614 0 0 0 1564 18 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1541980 CPUtime=15.8
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 15178 0 0 0 1559 21 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1541980 CPUtime=0.76
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 243 0 0 0 69 7 0 0 15 0 13 0 8879791 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1541980 CPUtime=1.51
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 3407 0 0 0 151 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1541980 CPUtime=2.18
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 216 2 0 0 16 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.96
Current children cumulated vsize (KiB) 1541980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.4 s]
/proc/loadavg: 1.10 1.11 1.05 2/119 10565
/proc/meminfo: memFree=1586648/2059040 swapFree=4136452/4192956
[pid=10492] ppid=10490 vsize=1541980 CPUtime=1800.07
/proc/10492/stat : 10492 (java) S 10490 10492 9226 0 -1 4202496 77727 0 1 0 179933 74 0 0 16 0 13 0 8879787 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10492/statm: 385495 69556 1450 10 0 382797 0
[pid=10492/tid=10494] ppid=10490 vsize=1541980 CPUtime=1763.91
/proc/10492/task/10494/stat : 10494 (java) R 10490 10492 9226 0 -1 4202560 34271 0 1 0 176370 21 0 0 25 0 13 0 8879788 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4109884710 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10492/tid=10495] ppid=10490 vsize=1541980 CPUtime=15.82
/proc/10492/task/10495/stat : 10495 (java) S 10490 10492 9226 0 -1 4202560 16614 0 0 0 1564 18 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10496] ppid=10490 vsize=1541980 CPUtime=15.8
/proc/10492/task/10496/stat : 10496 (java) S 10490 10492 9226 0 -1 4202560 15178 0 0 0 1559 21 0 0 16 0 13 0 8879790 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10497] ppid=10490 vsize=1541980 CPUtime=0.76
/proc/10492/task/10497/stat : 10497 (java) S 10490 10492 9226 0 -1 4202560 243 0 0 0 69 7 0 0 15 0 13 0 8879791 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10498] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10498/stat : 10498 (java) S 10490 10492 9226 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10499] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10499/stat : 10499 (java) S 10490 10492 9226 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8879792 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10500] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10500/stat : 10500 (java) S 10490 10492 9226 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10501] ppid=10490 vsize=1541980 CPUtime=1.51
/proc/10492/task/10501/stat : 10501 (java) S 10490 10492 9226 0 -1 4202560 3407 0 0 0 151 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10502] ppid=10490 vsize=1541980 CPUtime=2.18
/proc/10492/task/10502/stat : 10502 (java) S 10490 10492 9226 0 -1 4202560 6839 0 0 0 216 2 0 0 16 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
[pid=10492/tid=10503] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10503/stat : 10503 (java) S 10490 10492 9226 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10504] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10504/stat : 10504 (java) S 10490 10492 9226 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 8879796 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 0 0 0 0
[pid=10492/tid=10505] ppid=10490 vsize=1541980 CPUtime=0
/proc/10492/task/10505/stat : 10505 (java) S 10490 10492 9226 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8880002 1578987520 69556 1992294400 134512640 134550932 4287274528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877742528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1541980

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): 1782.51
CPU time (s): 1800.2
CPU user time (s): 1799.43
CPU system time (s): 0.771882
CPU usage (%): 100.992
Max. virtual memory (cumulated for all children) (KiB): 1548616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.771882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77748
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= 44206
involuntary context switches= 36431

runsolver used 3.63245 second user time and 9.48956 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 10:52:38
IDJOB=2661051
IDBENCH=1453
IDSOLVER=1165
FILE ID=node001/2661051-1276332757
PBS_JOBID= 11173164
Free space on /tmp= 62388 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661051-1276332757/watcher-2661051-1276332757 -o /tmp/evaluation-result-2661051-1276332757/solver-2661051-1276332757 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661051-1276332757.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=654590673

node001.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.202
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.40
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.202
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	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1862984 kB
Buffers:         16200 kB
Cached:         108824 kB
SwapCached:      16744 kB
Active:         109600 kB
Inactive:        35096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1862984 kB
SwapTotal:     4192956 kB
SwapFree:      4136452 kB
Dirty:            2564 kB
Writeback:           4 kB
AnonPages:       10676 kB
Mapped:           9228 kB
Slab:            29584 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181088 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= 62388 MiB
End job on node001 at 2010-06-12 11:22:22