Trace number 2685008

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.3 1769.31

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12026_5-unsat.opb
MD5SUMdb859a15c3accfca5f41bc17f134e06b
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 benchmark604.363
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32912
Total number of constraints109848
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.51	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.13/0.51	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.51	c See www.sat4j.org for details.
0.13/0.53	c version 2.2.0.v20100526
0.13/0.53	c java.runtime.name	Java(TM) SE Runtime Environment
0.13/0.53	c java.vm.name		Java HotSpot(TM) Server VM
0.13/0.53	c java.vm.version	11.2-b01
0.13/0.53	c java.vm.vendor	Sun Microsystems Inc.
0.13/0.53	c sun.arch.data.model	32
0.13/0.53	c java.version		1.6.0_12
0.13/0.53	c os.name		Linux
0.13/0.53	c os.version		2.6.18-164.el5
0.13/0.53	c os.arch		i386
0.13/0.53	c Free memory 		1393557488
0.13/0.53	c Max memory 		1395916800
0.13/0.53	c Total memory 		1395916800
0.13/0.53	c Number of processors 	2
0.26/0.61	c Pseudo Boolean Optimization
0.26/0.61	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.61	c --- Begin Solver configuration ---
0.26/0.61	c Stops conflict analysis at the first Unique Implication Point
0.26/0.61	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.26/0.61	c Learn all clauses as in MiniSAT
0.26/0.61	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.61	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.61	c No reason simplification
0.26/0.61	c Armin Biere (Picosat) restarts strategy
0.26/0.61	c Glucose learned constraints deletion strategy
0.26/0.61	c timeout=2147483s
0.26/0.61	c DB Simplification allowed=false
0.26/0.61	c --- End Solver configuration ---
0.26/0.61	c solving HOME/instance-2685008-1278437958.opb
0.26/0.61	c reading problem ... 
4.53/3.42	c ... done. Wall clock time 2.816s.
4.53/3.42	c #vars     32912
4.53/3.42	c #constraints  96630
4.53/3.42	c constraints type 
4.53/3.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
4.53/3.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
4.53/3.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
116.05/111.41	c cleaning 0 clauses out of 5000 with flag 0/5000
510.28/500.66	c cleaning 0 clauses out of 11000 with flag 0/11000
1690.56/1661.65	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.01/1769.15	c starts		: 45
1800.01/1769.15	c conflicts		: 18504
1800.01/1769.15	c decisions		: 37813
1800.01/1769.15	c propagations		: 22846589
1800.01/1769.15	c inspects		: 789062586
1800.01/1769.15	c learnt literals	: 0
1800.01/1769.15	c learnt binary clauses	: 0
1800.01/1769.15	c learnt ternary clauses	: 91
1800.01/1769.15	c learnt clauses	: 18503
1800.01/1769.15	c ignored clauses	: 0
1800.01/1769.15	c root simplifications	: 0
1800.01/1769.15	c removed literals (reason simplification)	: 0
1800.01/1769.15	c reason swapping (by a shorter reason)	: 0
1800.01/1769.15	c Calls to reduceDB	: 3
1800.01/1769.15	c number of reductions to clauses (during analyze)	: 0
1800.01/1769.15	c number of learned constraints concerned by reduction	: 0
1800.01/1769.15	c number of learning phase by resolution	: 0
1800.01/1769.15	c number of learning phase by cutting planes	: 0
1800.01/1769.15	c speed (assignments/second)	: 12938.906218851374
1800.01/1769.15	c non guided choices	48
1800.01/1769.21	c learnt constraints type 
1800.01/1769.21	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 92
1800.01/1769.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18411
1800.01/1769.21	c constraints type 
1800.01/1769.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78405
1800.01/1769.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12210
1800.01/1769.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 540
1800.01/1769.21	s UNKNOWN
1800.01/1769.21	c Total wall clock time (in seconds): 1768.601

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-2685008-1278437958/watcher-2685008-1278437958 -o /tmp/evaluation-result-2685008-1278437958/solver-2685008-1278437958 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685008-1278437958.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.20 1.02 0.93 2/106 21757
/proc/meminfo: memFree=1848324/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=300 CPUtime=0
/proc/21757/stat : 21757 (java6) D 21755 21757 21420 0 -1 4194304 115 0 1 0 0 0 0 0 19 0 1 0 12007079 307200 35 1992294400 134512640 134550932 4292353552 18446744073709551615 8589908 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/21757/statm: 75 35 28 10 0 23 0

[startup+0.0144541 s]
/proc/loadavg: 1.20 1.02 0.93 2/106 21757
/proc/meminfo: memFree=1848324/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=300 CPUtime=0
/proc/21757/stat : 21757 (java6) D 21755 21757 21420 0 -1 4194304 115 0 1 0 0 0 0 0 19 0 1 0 12007079 307200 35 1992294400 134512640 134550932 4292353552 18446744073709551615 8589908 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/21757/statm: 75 35 28 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 300

[startup+0.100476 s]
/proc/loadavg: 1.20 1.02 0.93 2/106 21757
/proc/meminfo: memFree=1848324/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1832 CPUtime=0
/proc/21757/stat : 21757 (java) D 21755 21757 21420 0 -1 4194304 421 0 10 0 0 0 0 0 15 0 1 0 12007079 1875968 160 1992294400 134512640 134550932 4292989760 18446744073709551615 8573872 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 7
/proc/21757/statm: 458 160 122 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.300514 s]
/proc/loadavg: 1.20 1.02 0.93 2/106 21757
/proc/meminfo: memFree=1848324/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=13684 CPUtime=0.01
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 1133 0 52 0 0 1 0 0 16 0 2 0 12007079 14012416 632 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 3421 632 308 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.700596 s]
/proc/loadavg: 1.20 1.02 0.93 2/106 21757
/proc/meminfo: memFree=1848324/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1525924 CPUtime=0.38
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 5523 0 104 0 32 6 0 0 16 0 12 0 12007079 1562546176 5062 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 381481 5063 1362 10 0 378783 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525924

[startup+1.50176 s]
/proc/loadavg: 1.20 1.02 0.93 4/118 21769
/proc/meminfo: memFree=1816308/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1532960 CPUtime=1.92
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 13657 0 104 0 183 9 0 0 16 0 12 0 12007079 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 383240 12188 1408 10 0 380542 0
[pid=21757/tid=21759] ppid=21755 vsize=1532960 CPUtime=0.98
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 9275 0 61 0 92 6 0 0 25 0 12 0 12007096 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4109154399 0 4 0 16800975 0 0 0 -1 1 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 12007111 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 12007111 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12007114 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 12007115 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 12007115 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 12007123 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1532960 CPUtime=0.21
/proc/21757/task/21766/stat : 21766 (java) R 21755 21757 21420 0 -1 4202560 590 0 0 0 21 0 0 0 20 0 12 0 12007123 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 104164140 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1532960 CPUtime=0.71
/proc/21757/task/21767/stat : 21767 (java) R 21755 21757 21420 0 -1 4202560 2770 0 0 0 70 1 0 0 18 0 12 0 12007123 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 102290128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 12007123 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1532960 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12007123 1569751040 12188 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1532960

[startup+3.1054 s]
/proc/loadavg: 1.20 1.02 0.93 2/118 21769
/proc/meminfo: memFree=1751456/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1532568 CPUtime=3.94
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 38508 0 104 0 371 23 0 0 16 0 12 0 12007079 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 383142 36753 1427 10 0 380444 0
[pid=21757/tid=21759] ppid=21755 vsize=1532568 CPUtime=2.44
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 31954 0 61 0 225 19 0 0 25 0 12 0 12007096 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1532568 CPUtime=0.04
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 816 0 0 0 4 0 0 0 18 0 12 0 12007111 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1532568 CPUtime=0.03
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 1047 0 0 0 3 0 0 0 18 0 12 0 12007111 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 12007114 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 12007115 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 12007115 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 12007123 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1532568 CPUtime=0.44
/proc/21757/task/21766/stat : 21766 (java) R 21755 21757 21420 0 -1 4202560 849 0 0 0 44 0 0 0 16 0 12 0 12007123 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 104147835 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1532568 CPUtime=0.94
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 2814 0 0 0 93 1 0 0 15 0 12 0 12007123 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 12007123 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1532568 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12007123 1569349632 36753 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1532568

[startup+6.30172 s]
/proc/loadavg: 1.35 1.05 0.94 4/119 21770
/proc/meminfo: memFree=1665336/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=9.18
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 52495 0 104 0 889 29 0 0 16 0 13 0 12007079 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 44276 1440 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=4.45
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 31995 0 61 0 426 19 0 0 25 0 13 0 12007096 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4109740770 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=0.18
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 3861 0 0 0 17 1 0 0 16 0 13 0 12007111 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=0.18
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 3050 0 0 0 17 1 0 0 16 0 13 0 12007111 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 12007114 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.12
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6508 0 0 0 210 2 0 0 15 0 13 0 12007123 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.18
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6036 0 0 0 216 2 0 0 15 0 13 0 12007123 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 44276 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1541968

[startup+12.702 s]
/proc/loadavg: 1.32 1.05 0.94 2/119 21770
/proc/meminfo: memFree=1641900/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=16.04
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 58787 0 104 0 1571 33 0 0 16 0 13 0 12007079 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 49905 1440 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=10.54
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 32010 0 61 0 1034 20 0 0 25 0 13 0 12007096 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4109526002 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=0.42
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 6619 0 0 0 39 3 0 0 16 0 13 0 12007111 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=0.42
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 6556 0 0 0 39 3 0 0 15 0 13 0 12007111 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 12007114 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.38
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6508 0 0 0 236 2 0 0 15 0 13 0 12007123 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.22
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6041 0 0 0 220 2 0 0 15 0 13 0 12007123 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 49905 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 1541968

[startup+25.5015 s]
/proc/loadavg: 1.25 1.05 0.94 2/119 21771
/proc/meminfo: memFree=1630864/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=29.01
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 61634 0 104 0 2866 35 0 0 16 0 13 0 12007079 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 52578 1440 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=23.15
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 32615 0 61 0 2295 20 0 0 25 0 13 0 12007096 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4109712535 0 4 0 16800975 0 0 0 -1 1 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=0.58
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 7793 0 0 0 55 3 0 0 16 0 13 0 12007111 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=0.59
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 7624 0 0 0 55 4 0 0 15 0 13 0 12007111 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=0.01
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 29 0 0 0 1 0 0 0 16 0 13 0 12007114 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 52578 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0

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

[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.48
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6516 0 0 0 246 2 0 0 15 0 13 0 12007123 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.3
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6041 0 0 0 228 2 0 0 15 0 13 0 12007123 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 97659 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.04
Current children cumulated vsize (KiB) 1541968

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 0.97 2/119 21823
/proc/meminfo: memFree=1443088/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=1691.3
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 111297 0 104 0 168975 155 0 0 16 0 13 0 12007079 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 98878 1450 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=1631.09
/proc/21757/task/21759/stat : 21759 (java) S 21755 21757 21420 0 -1 4202560 33637 0 61 0 163061 48 0 0 25 0 13 0 12007096 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=26.88
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 32172 0 0 0 2657 31 0 0 16 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=26.8
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 31576 0 0 0 2621 59 0 0 16 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=1.58
/proc/21757/task/21762/stat : 21762 (java) R 21755 21757 21420 0 -1 4202560 228 0 0 0 151 7 0 0 16 0 13 0 12007114 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.48
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6516 0 0 0 246 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.37
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6042 0 0 0 235 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1691.3
Current children cumulated vsize (KiB) 1541968

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 0.97 2/119 21825
/proc/meminfo: memFree=1443088/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=1752.39
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 111337 0 104 0 175081 158 0 0 16 0 13 0 12007079 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 98878 1450 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=1689.53
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 33669 0 61 0 168904 49 0 0 25 0 13 0 12007096 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4109713295 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=28.03
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 32172 0 0 0 2771 32 0 0 16 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=27.94
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 31576 0 0 0 2733 61 0 0 15 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=1.96
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 232 0 0 0 188 8 0 0 15 0 13 0 12007114 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.48
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6516 0 0 0 246 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.38
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6042 0 0 0 236 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.39
Current children cumulated vsize (KiB) 1541968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/119 21827
/proc/meminfo: memFree=1443088/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1541968 CPUtime=1800.01
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 111365 0 104 0 179837 164 0 0 16 0 13 0 12007079 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385492 98878 1450 10 0 382794 0
[pid=21757/tid=21759] ppid=21755 vsize=1541968 CPUtime=1735.46
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 33693 0 61 0 173495 51 0 0 25 0 13 0 12007096 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4109778536 0 4 0 16800975 0 0 0 -1 0 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1541968 CPUtime=28.86
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 32172 0 0 0 2854 32 0 0 15 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1541968 CPUtime=28.79
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 31576 0 0 0 2815 64 0 0 16 0 13 0 12007111 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1541968 CPUtime=1.96
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 234 0 0 0 188 8 0 0 15 0 13 0 12007114 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12007115 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1541968 CPUtime=2.48
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6516 0 0 0 246 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1541968 CPUtime=2.38
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6042 0 0 0 236 2 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 12007123 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1541968 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 12007444 1578975232 98878 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1541968

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

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

[startup+1769.22 s]
/proc/loadavg: 1.00 1.00 0.97 2/119 21827
/proc/meminfo: memFree=1443088/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=1542616 CPUtime=1800.2
/proc/21757/stat : 21757 (java) S 21755 21757 21420 0 -1 4202496 111389 0 104 0 179856 164 0 0 15 0 14 0 12007079 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 385654 98901 1451 10 0 382956 0
[pid=21757/tid=21759] ppid=21755 vsize=1542616 CPUtime=1735.52
/proc/21757/task/21759/stat : 21759 (java) R 21755 21757 21420 0 -1 4202560 33693 0 61 0 173501 51 0 0 25 0 14 0 12007096 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4109749450 0 4 0 16800975 0 0 0 -1 1 0 0 21
[pid=21757/tid=21760] ppid=21755 vsize=1542616 CPUtime=28.89
/proc/21757/task/21760/stat : 21760 (java) S 21755 21757 21420 0 -1 4202560 32172 0 0 0 2857 32 0 0 16 0 14 0 12007111 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21761] ppid=21755 vsize=1542616 CPUtime=28.83
/proc/21757/task/21761/stat : 21761 (java) S 21755 21757 21420 0 -1 4202560 31576 0 0 0 2819 64 0 0 16 0 14 0 12007111 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21762] ppid=21755 vsize=1542616 CPUtime=1.96
/proc/21757/task/21762/stat : 21762 (java) S 21755 21757 21420 0 -1 4202560 234 0 0 0 188 8 0 0 15 0 14 0 12007114 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 0 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21763] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21763/stat : 21763 (java) S 21755 21757 21420 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 12007115 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21764] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21764/stat : 21764 (java) S 21755 21757 21420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 12007115 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21765] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21765/stat : 21765 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 12007123 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21766] ppid=21755 vsize=1542616 CPUtime=2.48
/proc/21757/task/21766/stat : 21766 (java) S 21755 21757 21420 0 -1 4202560 6516 0 0 0 246 2 0 0 15 0 14 0 12007123 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 1 0 0 0
[pid=21757/tid=21767] ppid=21755 vsize=1542616 CPUtime=2.41
/proc/21757/task/21767/stat : 21767 (java) S 21755 21757 21420 0 -1 4202560 6042 0 0 0 239 2 0 0 15 0 14 0 12007123 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21768] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21768/stat : 21768 (java) S 21755 21757 21420 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 14 0 12007123 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21769] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21769/stat : 21769 (java) S 21755 21757 21420 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 12007123 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=1542616 CPUtime=0
/proc/21757/task/21770/stat : 21770 (java) S 21755 21757 21420 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 12007444 1579638784 98901 1992294400 134512640 134550932 4292989760 18446744073709551615 4294960144 0 4 0 16800975 18446604437833700480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1542616

[startup+1769.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/119 21827
/proc/meminfo: memFree=1443088/2059040 swapFree=4192956/4192956
[pid=21757] ppid=21755 vsize=0 CPUtime=1800.29
/proc/21757/stat : 21757 (java) Z 21755 21757 21420 0 -1 4203548 111390 0 104 0 179861 168 0 0 15 0 2 0 12007079 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 13
/proc/21757/statm: 0 0 0 0 0 0 0
[pid=21757/tid=21770] ppid=21755 vsize=0 CPUtime=0.03
/proc/21757/task/21770/stat : 21770 (java) R 21755 21757 21420 0 -1 4203588 5 0 0 0 0 3 0 0 18 0 2 0 12007444 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.31
CPU time (s): 1800.3
CPU user time (s): 1798.61
CPU system time (s): 1.68374
CPU usage (%): 101.752
Max. virtual memory (cumulated for all children) (KiB): 1544016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.68374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111390
page faults= 104
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46414
involuntary context switches= 44090

runsolver used 3.69944 second user time and 9.57254 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-06 19:39:18
IDJOB=2685008
IDBENCH=74273
IDSOLVER=1165
FILE ID=node033/2685008-1278437958
PBS_JOBID= 11233446
Free space on /tmp= 62484 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12026_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-2685008-1278437958/watcher-2685008-1278437958 -o /tmp/evaluation-result-2685008-1278437958/solver-2685008-1278437958 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2685008-1278437958.opb

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

MD5SUM BENCH= db859a15c3accfca5f41bc17f134e06b
RANDOM SEED=1076596128

node033.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.264
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.52
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.264
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:       1848960 kB
Buffers:         11844 kB
Cached:          67716 kB
SwapCached:          0 kB
Active:          50804 kB
Inactive:        89148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3704 kB
Writeback:           0 kB
AnonPages:       60280 kB
Mapped:          14492 kB
Slab:            47888 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180740 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= 62484 MiB
End job on node033 at 2010-07-06 20:08:50