Trace number 2685036

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.28 1763.07

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12052_5-unsat.opb
MD5SUM2ff183c8695f0992ee4ac0210b2026e7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark588.535
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints131628
Number of constraints which are clauses131008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint96
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 531
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.36	c See www.sat4j.org for details.
0.10/0.38	c version 2.2.0.v20100526
0.10/0.38	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.38	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.38	c java.vm.version	11.2-b01
0.10/0.38	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.38	c sun.arch.data.model	32
0.10/0.38	c java.version		1.6.0_12
0.10/0.38	c os.name		Linux
0.10/0.38	c os.version		2.6.18-164.el5
0.10/0.38	c os.arch		i386
0.10/0.38	c Free memory 		1393557488
0.10/0.38	c Max memory 		1395916800
0.10/0.38	c Total memory 		1395916800
0.10/0.38	c Number of processors 	2
0.20/0.45	c Pseudo Boolean Optimization
0.20/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.45	c --- Begin Solver configuration ---
0.20/0.45	c Stops conflict analysis at the first Unique Implication Point
0.20/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.20/0.45	c Learn all clauses as in MiniSAT
0.20/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.45	c No reason simplification
0.20/0.45	c Armin Biere (Picosat) restarts strategy
0.20/0.45	c Glucose learned constraints deletion strategy
0.20/0.45	c timeout=2147483s
0.20/0.45	c DB Simplification allowed=false
0.20/0.45	c --- End Solver configuration ---
0.20/0.45	c solving HOME/instance-2685036-1278438833.opb
0.20/0.45	c reading problem ... 
3.99/3.37	c ... done. Wall clock time 2.919s.
3.99/3.37	c #vars     37752
3.99/3.37	c #constraints  115348
3.99/3.37	c constraints type 
3.99/3.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
3.99/3.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
3.99/3.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
143.80/138.88	c cleaning 0 clauses out of 5000 with flag 0/5000
542.47/530.40	c cleaning 0 clauses out of 11001 with flag 0/11001
1493.69/1463.16	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.02/1762.91	c starts		: 45
1800.02/1762.91	c conflicts		: 19812
1800.02/1762.91	c decisions		: 63562
1800.02/1762.91	c propagations		: 16582833
1800.02/1762.91	c inspects		: 578704663
1800.02/1762.91	c learnt literals	: 0
1800.02/1762.91	c learnt binary clauses	: 0
1800.02/1762.91	c learnt ternary clauses	: 19
1800.02/1762.91	c learnt clauses	: 19812
1800.02/1762.91	c ignored clauses	: 0
1800.02/1762.91	c root simplifications	: 0
1800.02/1762.91	c removed literals (reason simplification)	: 0
1800.02/1762.91	c reason swapping (by a shorter reason)	: 0
1800.02/1762.91	c Calls to reduceDB	: 3
1800.02/1762.91	c number of reductions to clauses (during analyze)	: 0
1800.02/1762.91	c number of learned constraints concerned by reduction	: 0
1800.02/1762.91	c number of learning phase by resolution	: 0
1800.02/1762.91	c number of learning phase by cutting planes	: 0
1800.02/1762.91	c speed (assignments/second)	: 9424.518994147342
1800.02/1762.91	c non guided choices	39
1800.02/1762.98	c learnt constraints type 
1800.02/1762.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 19
1800.02/1762.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19793
1800.02/1762.98	c constraints type 
1800.02/1762.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94218
1800.02/1762.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13821
1800.02/1762.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.02/1762.98	s UNKNOWN
1800.02/1762.98	c Total wall clock time (in seconds): 1762.53

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-2685036-1278438833/watcher-2685036-1278438833 -o /tmp/evaluation-result-2685036-1278438833/solver-2685036-1278438833 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685036-1278438833.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 0.99 0.93 3/106 20297
/proc/meminfo: memFree=1473220/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=248 CPUtime=0
/proc/20297/stat : 20297 (java6) S 20295 20297 20026 0 -1 4194304 109 0 1 0 0 0 0 0 19 0 1 0 12090756 253952 28 1992294400 134512640 134550932 4293919824 18446744073709551615 2089556 0 2147483391 4096 0 18446744071699391678 0 0 17 1 0 0 0
/proc/20297/statm: 62 28 21 10 0 23 0

[startup+0.083342 s]
/proc/loadavg: 1.00 0.99 0.93 3/106 20297
/proc/meminfo: memFree=1473220/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=13164 CPUtime=0.01
/proc/20297/stat : 20297 (java) D 20295 20297 20026 0 -1 4194304 466 0 14 0 0 1 0 0 16 0 1 0 12090756 13479936 196 1992294400 134512640 134550932 4288454976 18446744073709551615 2049659 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 5
/proc/20297/statm: 3291 197 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.101343 s]
/proc/loadavg: 1.00 0.99 0.93 3/106 20297
/proc/meminfo: memFree=1473220/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=13164 CPUtime=0.01
/proc/20297/stat : 20297 (java) D 20295 20297 20026 0 -1 4194304 502 0 26 0 0 1 0 0 16 0 1 0 12090756 13479936 220 1992294400 134512640 134550932 4288454976 18446744073709551615 2049659 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/20297/statm: 3291 220 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.301424 s]
/proc/loadavg: 1.00 0.99 0.93 3/106 20297
/proc/meminfo: memFree=1473220/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1524024 CPUtime=0.1
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 3843 0 89 0 5 5 0 0 16 0 12 0 12090756 1560600576 3369 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 381006 3369 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524024

[startup+0.701407 s]
/proc/loadavg: 1.00 0.99 0.93 3/106 20297
/proc/meminfo: memFree=1473220/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1527920 CPUtime=0.64
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 6277 0 89 0 57 7 0 0 16 0 12 0 12090756 1564590080 5752 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 381980 5752 1383 10 0 379282 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1527920

[startup+1.50149 s]
/proc/loadavg: 1.00 0.99 0.93 4/118 20309
/proc/meminfo: memFree=1438268/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1528436 CPUtime=1.76
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 14708 0 89 0 165 11 0 0 16 0 12 0 12090756 1565118464 13723 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 382109 13725 1415 10 0 379411 0
[pid=20297/tid=20299] ppid=20295 vsize=1528436 CPUtime=0.93
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 11947 0 55 0 86 7 0 0 25 0 12 0 12090767 1565118464 13725 1992294400 134512640 134550932 4288454976 18446744073709551615 4109270387 0 4 0 16800975 0 0 0 -1 1 0 0 11
[pid=20297/tid=20300] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 12090774 1565118464 13726 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 12090774 1565118464 13727 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12090778 1565118464 13728 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 12090778 1565118464 13729 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 12090778 1565118464 13729 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 12090785 1565118464 13730 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1528436 CPUtime=0.38
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 778 0 0 0 38 0 0 0 17 0 12 0 12090785 1565118464 13731 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1528436 CPUtime=0.41
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 955 0 0 0 41 0 0 0 16 0 12 0 12090785 1565118464 13732 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 12090785 1565118464 13733 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1528436 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 12090785 1565118464 13734 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 1528436

[startup+3.10112 s]
/proc/loadavg: 1.00 0.99 0.93 2/118 20309
/proc/meminfo: memFree=1355560/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1531520 CPUtime=3.59
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 37360 0 89 0 337 22 0 0 16 0 12 0 12090756 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 382880 36184 1427 10 0 380182 0
[pid=20297/tid=20299] ppid=20295 vsize=1531520 CPUtime=2.4
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 31963 0 55 0 223 17 0 0 25 0 12 0 12090767 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4109299099 0 4 0 16800975 0 0 0 -1 1 0 0 11
[pid=20297/tid=20300] ppid=20295 vsize=1531520 CPUtime=0.04
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 1112 0 0 0 4 0 0 0 18 0 12 0 12090774 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1531520 CPUtime=0.04
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 706 0 0 0 4 0 0 0 18 0 12 0 12090774 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1531520 CPUtime=0
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 12090778 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1531520 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 12090778 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1531520 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 12090778 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1531520 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 12090785 1568276480 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1531760 CPUtime=0.47
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1008 0 0 0 47 0 0 0 16 0 12 0 12090785 1568522240 36184 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1531988 CPUtime=0.59
/proc/20297/task/20307/stat : 20307 (java) R 20295 20297 20026 0 -1 4202560 1544 0 0 0 58 1 0 0 15 0 12 0 12090785 1568755712 36194 1992294400 134512640 134550932 4288454976 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1531988 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 12090785 1568755712 36207 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1531988 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 12090785 1568755712 36219 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1531520

[startup+6.3011 s]
/proc/loadavg: 1.00 0.99 0.93 7/119 20310
/proc/meminfo: memFree=1285124/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1539764 CPUtime=8.46
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 48961 0 89 0 819 27 0 0 16 0 13 0 12090756 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 384941 45593 1439 10 0 382243 0
[pid=20297/tid=20299] ppid=20295 vsize=1539764 CPUtime=4.83
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 32020 0 55 0 466 17 0 0 25 0 13 0 12090767 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4109772903 0 4 0 16800975 0 0 0 -1 0 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1539764 CPUtime=0.28
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 4781 0 0 0 27 1 0 0 15 0 13 0 12090774 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1539764 CPUtime=0.27
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 4191 0 0 0 26 1 0 0 16 0 13 0 12090774 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 13 0 12090778 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1539764 CPUtime=1.43
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1536 0 0 0 143 0 0 0 15 0 13 0 12090785 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1539764 CPUtime=1.56
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 5377 0 0 0 154 2 0 0 15 0 13 0 12090785 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12090785 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1539764 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1576718336 45593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1539764

[startup+12.7011 s]
/proc/loadavg: 1.00 0.99 0.93 2/119 20310
/proc/meminfo: memFree=1257472/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1541812 CPUtime=15.44
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 56936 0 89 0 1513 31 0 0 16 0 13 0 12090756 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 52307 1440 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=10.81
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 32038 0 55 0 1063 18 0 0 25 0 13 0 12090767 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4109772557 0 4 0 16800975 0 0 0 -1 0 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=0.54
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 8771 0 0 0 50 4 0 0 16 0 13 0 12090774 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=0.51
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 7176 0 0 0 49 2 0 0 15 0 13 0 12090774 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 12090778 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1541812 CPUtime=1.78
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1565 0 0 0 178 0 0 0 15 0 13 0 12090785 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1541812 CPUtime=1.73
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6330 0 0 0 171 2 0 0 15 0 13 0 12090785 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 12090785 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1578815488 52307 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.44
Current children cumulated vsize (KiB) 1541812

[startup+25.501 s]
/proc/loadavg: 1.00 0.99 0.93 2/119 20310
/proc/meminfo: memFree=1244700/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1541812 CPUtime=28.56
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 60510 0 89 0 2823 33 0 0 16 0 13 0 12090756 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 55593 1440 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=23.38
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 32076 0 55 0 2320 18 0 0 25 0 13 0 12090767 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4109698414 0 4 0 16800975 0 0 0 -1 0 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=0.75
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 10464 0 0 0 71 4 0 0 15 0 13 0 12090774 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=0.73
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 9019 0 0 0 70 3 0 0 16 0 13 0 12090774 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 12090778 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 55593 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0

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

[pid=20297] ppid=20295 vsize=1541812 CPUtime=1635.76
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 149196 0 89 0 163429 147 0 0 16 0 13 0 12090756 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 137098 1450 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=1564.57
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 33238 0 55 0 156425 32 0 0 25 0 13 0 12090767 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4109735076 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=31.86
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 54031 0 0 0 3133 53 0 0 16 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=31.87
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 52577 0 0 0 3142 45 0 0 16 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=3.49
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 298 0 0 0 341 8 0 0 15 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1541812 CPUtime=1.97
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1566 0 0 0 197 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1541812 CPUtime=1.9
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6356 0 0 0 188 2 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1635.76
Current children cumulated vsize (KiB) 1541812

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 0.98 2/119 20366
/proc/meminfo: memFree=915108/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1541812 CPUtime=1697.03
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 149240 0 89 0 169553 150 0 0 16 0 13 0 12090756 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 137098 1450 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=1623.25
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 33274 0 55 0 162293 32 0 0 25 0 13 0 12090767 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4109772524 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=33.15
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 54031 0 0 0 3262 53 0 0 15 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=33.16
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 52577 0 0 0 3268 48 0 0 16 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=3.5
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 302 0 0 0 341 9 0 0 15 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1541812 CPUtime=1.97
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1566 0 0 0 197 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1541812 CPUtime=1.9
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6356 0 0 0 188 2 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1697.03
Current children cumulated vsize (KiB) 1541812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/119 20368
/proc/meminfo: memFree=915108/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1541812 CPUtime=1758.53
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 149287 0 89 0 175700 153 0 0 16 0 13 0 12090756 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 137098 1450 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=1681.69
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 33317 0 55 0 168137 32 0 0 25 0 13 0 12090767 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4109764386 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=34.7
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 54031 0 0 0 3416 54 0 0 15 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=34.68
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 52577 0 0 0 3418 50 0 0 16 0 13 0 12090774 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=3.51
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 304 0 0 0 342 9 0 0 15 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1541812 CPUtime=1.97
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1566 0 0 0 197 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1541812 CPUtime=1.9
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6356 0 0 0 188 2 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 12090785 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1578815488 137098 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1758.53
Current children cumulated vsize (KiB) 1541812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.9 s]
/proc/loadavg: 1.00 1.01 0.98 2/119 20368
/proc/meminfo: memFree=911760/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1541812 CPUtime=1800.02
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 150390 0 89 0 179847 155 0 0 16 0 13 0 12090756 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385453 138103 1450 10 0 382755 0
[pid=20297/tid=20299] ppid=20295 vsize=1541812 CPUtime=1721.38
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 33341 0 55 0 172105 33 0 0 25 0 13 0 12090767 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4109705857 0 4 0 16800975 0 0 0 -1 1 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1541812 CPUtime=35.61
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 54564 0 0 0 3507 54 0 0 16 0 13 0 12090774 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1541812 CPUtime=35.58
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 53117 0 0 0 3506 52 0 0 16 0 13 0 12090774 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1541812 CPUtime=3.51
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 306 0 0 0 342 9 0 0 15 0 13 0 12090778 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 12090778 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 12090785 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1541812 CPUtime=1.97
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1566 0 0 0 197 0 0 0 15 0 13 0 12090785 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1541812 CPUtime=1.9
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6356 0 0 0 188 2 0 0 15 0 13 0 12090785 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 13 0 12090785 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 12090785 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1541812 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12091115 1578815488 138103 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1541812

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

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

[startup+1763.01 s]
/proc/loadavg: 1.00 1.01 0.98 2/119 20368
/proc/meminfo: memFree=911760/2059040 swapFree=4192956/4192956
[pid=20297] ppid=20295 vsize=1542460 CPUtime=1800.21
/proc/20297/stat : 20297 (java) S 20295 20297 20026 0 -1 4202496 150516 0 89 0 179866 155 0 0 15 0 14 0 12090756 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8
/proc/20297/statm: 385615 138217 1451 10 0 382917 0
[pid=20297/tid=20299] ppid=20295 vsize=1542460 CPUtime=1721.43
/proc/20297/task/20299/stat : 20299 (java) R 20295 20297 20026 0 -1 4202560 33342 0 55 0 172110 33 0 0 25 0 14 0 12090767 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4109734594 0 4 0 16800975 0 0 0 -1 0 0 0 12
[pid=20297/tid=20300] ppid=20295 vsize=1542460 CPUtime=35.64
/proc/20297/task/20300/stat : 20300 (java) S 20295 20297 20026 0 -1 4202560 54616 0 0 0 3510 54 0 0 15 0 14 0 12090774 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20301] ppid=20295 vsize=1542460 CPUtime=35.61
/proc/20297/task/20301/stat : 20301 (java) S 20295 20297 20026 0 -1 4202560 53167 0 0 0 3509 52 0 0 16 0 14 0 12090774 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20302] ppid=20295 vsize=1542460 CPUtime=3.51
/proc/20297/task/20302/stat : 20302 (java) S 20295 20297 20026 0 -1 4202560 307 0 0 0 342 9 0 0 16 0 14 0 12090778 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 0 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20303] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20303/stat : 20303 (java) S 20295 20297 20026 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 12090778 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20304] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20304/stat : 20304 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 12090778 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20305] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20305/stat : 20305 (java) S 20295 20297 20026 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 14 0 12090785 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20306] ppid=20295 vsize=1542460 CPUtime=2.01
/proc/20297/task/20306/stat : 20306 (java) S 20295 20297 20026 0 -1 4202560 1566 0 0 0 201 0 0 0 16 0 14 0 12090785 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20307] ppid=20295 vsize=1542460 CPUtime=1.9
/proc/20297/task/20307/stat : 20307 (java) S 20295 20297 20026 0 -1 4202560 6356 0 0 0 188 2 0 0 16 0 14 0 12090785 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20308] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20308/stat : 20308 (java) S 20295 20297 20026 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 14 0 12090785 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
[pid=20297/tid=20309] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20309/stat : 20309 (java) S 20295 20297 20026 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 14 0 12090785 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 1 0 0 0
[pid=20297/tid=20310] ppid=20295 vsize=1542460 CPUtime=0
/proc/20297/task/20310/stat : 20310 (java) S 20295 20297 20026 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 12091115 1579479040 138217 1992294400 134512640 134550932 4288454976 18446744073709551615 4294960144 0 4 0 16800975 18446604437827592256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1542460

Child status: 143
Real time (s): 1763.07
CPU time (s): 1800.28
CPU user time (s): 1798.67
CPU system time (s): 1.60976
CPU usage (%): 102.111
Max. virtual memory (cumulated for all children) (KiB): 1542460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.60975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150516
page faults= 89
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47959
involuntary context switches= 37793

runsolver used 3.55946 second user time and 9.59254 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-06 19:53:53
IDJOB=2685036
IDBENCH=74340
IDSOLVER=1165
FILE ID=node042/2685036-1278438833
PBS_JOBID= 11233476
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12052_5-unsat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685036-1278438833/watcher-2685036-1278438833 -o /tmp/evaluation-result-2685036-1278438833/solver-2685036-1278438833 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685036-1278438833.opb

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

MD5SUM BENCH= 2ff183c8695f0992ee4ac0210b2026e7
RANDOM SEED=201099084

node042.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.213
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.42
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.213
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1473616 kB
Buffers:        106656 kB
Cached:         347280 kB
SwapCached:          0 kB
Active:         177876 kB
Inactive:       335868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1473616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4372 kB
Writeback:           0 kB
AnonPages:       59792 kB
Mapped:          14440 kB
Slab:            49772 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181356 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= 62456 MiB
End job on node042 at 2010-07-06 20:23:18