Trace number 2660470

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.35 1790.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1796.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.16	c See www.sat4j.org for details.
0.06/0.17	c version 2.2.0.v20100526
0.06/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.17	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.17	c java.vm.version	11.2-b01
0.06/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version		1.6.0_12
0.06/0.17	c os.name		Linux
0.06/0.17	c os.version		2.6.18-164.el5
0.06/0.17	c os.arch		i386
0.06/0.17	c Free memory 		1393557488
0.06/0.17	c Max memory 		1395916800
0.06/0.17	c Total memory 		1395916800
0.06/0.17	c Number of processors 	2
0.24/0.23	c Pseudo Boolean Optimization
0.24/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.23	c --- Begin Solver configuration ---
0.24/0.23	c Stops conflict analysis at the first Unique Implication Point
0.24/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.23	c Learn all clauses as in MiniSAT
0.24/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.23	c No reason simplification
0.24/0.23	c Armin Biere (Picosat) restarts strategy
0.24/0.23	c Glucose learned constraints deletion strategy
0.24/0.23	c timeout=2147483s
0.24/0.23	c DB Simplification allowed=false
0.24/0.23	c --- End Solver configuration ---
0.24/0.23	c solving HOME/instance-2660470-1276375627.opb
0.24/0.23	c reading problem ... 
8.72/7.48	c ... done. Wall clock time 7.251s.
8.72/7.48	c #vars     10000
8.72/7.48	c #constraints  656900
8.72/7.48	c constraints type 
8.72/7.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
8.72/7.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
33.69/30.30	c cleaning 0 clauses out of 5000 with flag 0/5000
52.72/48.94	c cleaning 0 clauses out of 11001 with flag 0/11001
84.28/80.37	c cleaning 0 clauses out of 18000 with flag 0/18000
120.84/116.72	c cleaning 0 clauses out of 26000 with flag 0/26000
167.92/163.63	c cleaning 0 clauses out of 35000 with flag 0/35000
217.51/213.09	c cleaning 0 clauses out of 45002 with flag 0/45002
282.84/278.10	c cleaning 0 clauses out of 56001 with flag 0/56001
356.13/351.10	c cleaning 0 clauses out of 68000 with flag 0/68000
423.73/418.41	c cleaning 0 clauses out of 81000 with flag 0/81000
517.71/512.09	c cleaning 0 clauses out of 95001 with flag 0/95001
653.37/647.21	c cleaning 0 clauses out of 110000 with flag 0/110000
810.75/804.05	c cleaning 0 clauses out of 126001 with flag 0/126001
1007.48/1000.24	c cleaning 0 clauses out of 143001 with flag 0/143001
1200.82/1192.96	c cleaning 0 clauses out of 161001 with flag 0/161001
1411.00/1402.38	c cleaning 0 clauses out of 180000 with flag 0/180000
1662.10/1652.66	c cleaning 0 clauses out of 200000 with flag 0/200000
1800.02/1790.22	c starts		: 118
1800.02/1790.22	c conflicts		: 208302
1800.02/1790.22	c decisions		: 296172
1800.02/1790.22	c propagations		: 38517735
1800.02/1790.22	c inspects		: 1198189044
1800.02/1790.22	c learnt literals	: 0
1800.02/1790.22	c learnt binary clauses	: 0
1800.02/1790.22	c learnt ternary clauses	: 0
1800.02/1790.22	c learnt clauses	: 208302
1800.02/1790.22	c ignored clauses	: 0
1800.02/1790.22	c root simplifications	: 0
1800.02/1790.22	c removed literals (reason simplification)	: 0
1800.02/1790.22	c reason swapping (by a shorter reason)	: 0
1800.02/1790.22	c Calls to reduceDB	: 16
1800.02/1790.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1790.22	c number of learned constraints concerned by reduction	: 0
1800.02/1790.22	c number of learning phase by resolution	: 0
1800.02/1790.22	c number of learning phase by cutting planes	: 0
1800.02/1790.22	c speed (assignments/second)	: 21605.98013726101
1800.02/1790.22	c non guided choices	0
1800.02/1790.30	c learnt constraints type 
1800.02/1790.30	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 208307
1800.02/1790.30	c constraints type 
1800.02/1790.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.02/1790.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.02/1790.30	s UNKNOWN
1800.02/1790.30	c Total wall clock time (in seconds): 1790.073

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-2660470-1276375627/watcher-2660470-1276375627 -o /tmp/evaluation-result-2660470-1276375627/solver-2660470-1276375627 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660470-1276375627.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14332
/proc/meminfo: memFree=1835064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=248 CPUtime=0
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4194304 282 0 0 0 0 0 0 0 20 0 1 0 11219164 253952 28 1992294400 134512640 134550932 4294698960 18446744073709551615 5145172 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/14332/statm: 62 28 21 10 0 23 0

[startup+0.086111 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14332
/proc/meminfo: memFree=1835064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1521796 CPUtime=0.04
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 3655 0 1 0 3 1 0 0 18 0 7 0 11219164 1558319104 3096 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 380449 3096 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521796

[startup+0.10111 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14332
/proc/meminfo: memFree=1835064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1521796 CPUtime=0.06
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 3767 0 1 0 5 1 0 0 18 0 7 0 11219164 1558319104 3208 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 380449 3208 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.300403 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14332
/proc/meminfo: memFree=1835064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1526092 CPUtime=0.32
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 5282 0 1 0 30 2 0 0 18 0 12 0 11219164 1562718208 4719 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 381523 4719 1359 10 0 378825 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526092

[startup+0.700395 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14332
/proc/meminfo: memFree=1835064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1529636 CPUtime=1.12
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 7581 0 1 0 108 4 0 0 18 0 12 0 11219164 1566347264 6957 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 382409 6957 1397 10 0 379711 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529636

[startup+1.50138 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 14344
/proc/meminfo: memFree=1798824/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1529636 CPUtime=2.18
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 25505 0 1 0 206 12 0 0 18 0 12 0 11219164 1566347264 24880 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 382409 24882 1406 10 0 379711 0
[pid=14332/tid=14334] ppid=14330 vsize=1529636 CPUtime=1.45
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 22899 0 1 0 134 11 0 0 19 0 12 0 11219165 1566347264 24883 1992294400 134512640 134550932 4294698960 18446744073709551615 4109645137 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 11219169 1566347264 24884 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 11219169 1566347264 24886 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11219170 1566347264 24887 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 11219171 1566347264 24889 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 11219171 1566347264 24890 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 24892 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1529636 CPUtime=0.23
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 503 0 0 0 23 0 0 0 25 0 12 0 11219175 1566347264 24893 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1529636 CPUtime=0.48
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1040 0 0 0 48 0 0 0 25 0 12 0 11219175 1566347264 24895 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 24896 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11219175 1566347264 24898 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1529636

[startup+3.10034 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 14344
/proc/meminfo: memFree=1697640/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1529636 CPUtime=3.87
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 38699 0 1 0 368 19 0 0 18 0 12 0 11219164 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 382409 38055 1416 10 0 379711 0
[pid=14332/tid=14334] ppid=14330 vsize=1529636 CPUtime=2.96
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32006 0 1 0 280 16 0 0 22 0 12 0 11219165 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4109555063 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1529636 CPUtime=0.07
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 1998 0 0 0 7 0 0 0 15 0 12 0 11219169 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1529636 CPUtime=0.08
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 2077 0 0 0 7 1 0 0 18 0 12 0 11219169 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 11219170 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11219171 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11219171 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1529636 CPUtime=0.23
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 503 0 0 0 23 0 0 0 25 0 12 0 11219175 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1529636 CPUtime=0.48
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1040 0 0 0 48 0 0 0 25 0 12 0 11219175 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11219175 1566347264 38055 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1529636

[startup+6.30128 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 14344
/proc/meminfo: memFree=1662424/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1529636 CPUtime=7.43
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 46612 0 1 0 718 25 0 0 18 0 12 0 11219164 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 382409 45793 1416 10 0 379711 0
[pid=14332/tid=14334] ppid=14330 vsize=1529636 CPUtime=5.78
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32012 0 1 0 561 17 0 0 25 0 12 0 11219165 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4109553642 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1529636 CPUtime=0.44
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 5785 0 0 0 42 2 0 0 16 0 12 0 11219169 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1529636 CPUtime=0.44
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 6185 0 0 0 41 3 0 0 16 0 12 0 11219169 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 11219170 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11219171 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11219171 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1529636 CPUtime=0.23
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 503 0 0 0 23 0 0 0 25 0 12 0 11219175 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1529636 CPUtime=0.48
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1040 0 0 0 48 0 0 0 18 0 12 0 11219175 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11219175 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1529636 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11219175 1566347264 45793 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1529636

[startup+12.7001 s]
/proc/loadavg: 1.21 1.05 1.02 2/119 14345
/proc/meminfo: memFree=1644064/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=15.71
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 50793 0 1 0 1544 27 0 0 18 0 13 0 11219164 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 48735 1439 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=11.96
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32069 0 1 0 1178 18 0 0 25 0 13 0 11219165 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4109836074 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=0.64
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 7036 0 0 0 62 2 0 0 16 0 13 0 11219169 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=0.64
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 7146 0 0 0 61 3 0 0 16 0 13 0 11219169 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11219170 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.07
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1944 0 0 0 107 0 0 0 15 0 13 0 11219175 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.33
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1506 0 0 0 133 0 0 0 15 0 13 0 11219175 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 48735 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 1532444

[startup+25.5019 s]
/proc/loadavg: 1.18 1.05 1.01 2/119 14345
/proc/meminfo: memFree=1615916/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=28.96
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 58716 0 1 0 2865 31 0 0 18 0 13 0 11219164 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 55950 1439 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=24.56
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32080 0 1 0 2437 19 0 0 25 0 13 0 11219165 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4110010978 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=0.82
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 11056 0 0 0 78 4 0 0 16 0 13 0 11219169 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=0.82
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 11016 0 0 0 78 4 0 0 16 0 13 0 11219169 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11219170 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 55950 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0

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

[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.37
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1960 0 0 0 137 0 0 0 15 0 13 0 11219175 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.63
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1525 0 0 0 163 0 0 0 15 0 13 0 11219175 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 322620 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.66
Current children cumulated vsize (KiB) 1532444

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14398
/proc/meminfo: memFree=526576/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=1671.85
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 352949 0 1 0 166980 205 0 0 18 0 13 0 11219164 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 327381 1445 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=1644.01
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32612 0 1 0 164363 38 0 0 25 0 13 0 11219165 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4109853502 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=7.83
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 158179 0 0 0 702 81 0 0 16 0 13 0 11219169 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=7.9
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 154310 0 0 0 712 78 0 0 15 0 13 0 11219169 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=9.02
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 3200 0 0 0 898 4 0 0 15 0 13 0 11219170 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.37
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1960 0 0 0 137 0 0 0 15 0 13 0 11219175 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.65
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1525 0 0 0 165 0 0 0 15 0 13 0 11219175 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 327381 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1671.85
Current children cumulated vsize (KiB) 1532444

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14400
/proc/meminfo: memFree=526204/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=1731.96
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 352996 0 1 0 172991 205 0 0 18 0 13 0 11219164 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 327411 1445 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=1703.82
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32621 0 1 0 170343 39 0 0 25 0 13 0 11219165 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4109993375 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=7.98
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 158190 0 0 0 717 81 0 0 16 0 13 0 11219169 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=8.06
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 154329 0 0 0 728 78 0 0 15 0 13 0 11219169 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=9.02
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 3204 0 0 0 898 4 0 0 15 0 13 0 11219170 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.37
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1960 0 0 0 137 0 0 0 15 0 13 0 11219175 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.65
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1525 0 0 0 165 0 0 0 15 0 13 0 11219175 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 327411 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.96
Current children cumulated vsize (KiB) 1532444

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14402
/proc/meminfo: memFree=505248/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=1792.11
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 358402 0 1 0 179002 209 0 0 18 0 13 0 11219164 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 332616 1445 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=1763.6
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32631 0 1 0 176321 39 0 0 25 0 13 0 11219165 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4109853684 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=8.15
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 160953 0 0 0 732 83 0 0 15 0 13 0 11219169 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=8.24
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 156958 0 0 0 745 79 0 0 16 0 13 0 11219169 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=9.02
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 3206 0 0 0 898 4 0 0 15 0 13 0 11219170 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.37
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1960 0 0 0 137 0 0 0 15 0 13 0 11219175 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.65
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1525 0 0 0 165 0 0 0 15 0 13 0 11219175 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 332616 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 1532444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14402
/proc/meminfo: memFree=503140/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=1532444 CPUtime=1800.02
/proc/14332/stat : 14332 (java) S 14330 14332 13717 0 -1 4202496 358966 0 1 0 179793 209 0 0 18 0 13 0 11219164 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 383111 333131 1445 10 0 380413 0
[pid=14332/tid=14334] ppid=14330 vsize=1532444 CPUtime=1771.49
/proc/14332/task/14334/stat : 14334 (java) R 14330 14332 13717 0 -1 4202560 32632 0 1 0 177110 39 0 0 25 0 13 0 11219165 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4109852585 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=14332/tid=14335] ppid=14330 vsize=1532444 CPUtime=8.17
/proc/14332/task/14335/stat : 14335 (java) S 14330 14332 13717 0 -1 4202560 161270 0 0 0 734 83 0 0 16 0 13 0 11219169 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14336] ppid=14330 vsize=1532444 CPUtime=8.26
/proc/14332/task/14336/stat : 14336 (java) S 14330 14332 13717 0 -1 4202560 157202 0 0 0 747 79 0 0 16 0 13 0 11219169 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14337] ppid=14330 vsize=1532444 CPUtime=9.02
/proc/14332/task/14337/stat : 14337 (java) S 14330 14332 13717 0 -1 4202560 3206 0 0 0 898 4 0 0 15 0 13 0 11219170 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 0 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14338] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14338/stat : 14338 (java) S 14330 14332 13717 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14339] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14339/stat : 14339 (java) S 14330 14332 13717 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11219171 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14340] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14340/stat : 14340 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14341] ppid=14330 vsize=1532444 CPUtime=1.37
/proc/14332/task/14341/stat : 14341 (java) S 14330 14332 13717 0 -1 4202560 1960 0 0 0 137 0 0 0 15 0 13 0 11219175 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14342] ppid=14330 vsize=1532444 CPUtime=1.65
/proc/14332/task/14342/stat : 14342 (java) S 14330 14332 13717 0 -1 4202560 1525 0 0 0 165 0 0 0 15 0 13 0 11219175 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 1 0 0 0
[pid=14332/tid=14343] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14343/stat : 14343 (java) S 14330 14332 13717 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11219175 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14344] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14344/stat : 14344 (java) S 14330 14332 13717 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11219175 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=1532444 CPUtime=0
/proc/14332/task/14345/stat : 14345 (java) S 14330 14332 13717 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11219950 1569222656 333131 1992294400 134512640 134550932 4294698960 18446744073709551615 4294960144 0 4 0 16800975 18446604437826085952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1532444

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

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

[startup+1790.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14402
/proc/meminfo: memFree=503140/2059040 swapFree=4178936/4192956
[pid=14332] ppid=14330 vsize=0 CPUtime=1800.31
/proc/14332/stat : 14332 (java) Z 14330 14332 13717 0 -1 4203548 358989 0 1 0 179813 218 0 0 17 0 2 0 11219164 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14332/statm: 0 0 0 0 0 0 0
[pid=14332/tid=14345] ppid=14330 vsize=0 CPUtime=0.08
/proc/14332/task/14345/stat : 14345 (java) R 14330 14332 13717 0 -1 4203588 5 0 0 0 0 8 0 0 18 0 2 0 11219950 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.43
CPU time (s): 1800.35
CPU user time (s): 1798.13
CPU system time (s): 2.21766
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 1534632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 2.21766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358989
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42320
involuntary context switches= 36631

runsolver used 3.77343 second user time and 9.45156 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 22:47:08
IDJOB=2660470
IDBENCH=1964
IDSOLVER=1165
FILE ID=node018/2660470-1276375627
PBS_JOBID= 11173221
Free space on /tmp= 62276 MiB

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

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

MD5SUM BENCH= 35ffbede57b8807d38d913370f4c4486
RANDOM SEED=1831758906

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835336 kB
Buffers:          7132 kB
Cached:          92344 kB
SwapCached:       1536 kB
Active:          62168 kB
Inactive:        84224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835336 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:           17132 kB
Writeback:           0 kB
AnonPages:       45392 kB
Mapped:          14588 kB
Slab:            55412 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180824 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= 62276 MiB
End job on node018 at 2010-06-12 23:17:00