Trace number 2660472

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.88 1791.57

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark699
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
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 494314
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 494314
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660472-1276377212.opb
0.22/0.22	c reading problem ... 
9.00/7.74	c ... done. Wall clock time 7.526s.
9.00/7.74	c #vars     10000
9.00/7.74	c #constraints  656900
9.00/7.74	c constraints type 
9.00/7.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
9.00/7.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
31.39/28.84	c cleaning 0 clauses out of 5000 with flag 0/5000
52.69/49.93	c cleaning 0 clauses out of 11000 with flag 0/11000
84.64/81.73	c cleaning 0 clauses out of 18002 with flag 0/18002
118.00/114.92	c cleaning 0 clauses out of 26000 with flag 0/26000
161.08/157.84	c cleaning 0 clauses out of 35000 with flag 0/35000
215.07/211.67	c cleaning 0 clauses out of 45001 with flag 0/45001
285.02/281.33	c cleaning 0 clauses out of 56002 with flag 0/56002
365.81/361.87	c cleaning 0 clauses out of 68000 with flag 0/68000
442.29/438.03	c cleaning 0 clauses out of 81000 with flag 0/81000
539.80/535.26	c cleaning 0 clauses out of 95000 with flag 0/95000
655.01/649.99	c cleaning 0 clauses out of 110003 with flag 0/110003
778.06/772.46	c cleaning 0 clauses out of 126000 with flag 0/126000
960.05/953.84	c cleaning 0 clauses out of 143001 with flag 0/143001
1114.82/1108.06	c cleaning 0 clauses out of 161000 with flag 0/161000
1308.44/1300.80	c cleaning 0 clauses out of 180000 with flag 0/180000
1509.03/1500.69	c cleaning 0 clauses out of 200001 with flag 0/200001
1800.51/1791.33	c starts		: 119
1800.51/1791.33	c conflicts		: 220433
1800.51/1791.33	c decisions		: 310797
1800.51/1791.33	c propagations		: 37035946
1800.51/1791.33	c inspects		: 1071154502
1800.51/1791.33	c learnt literals	: 0
1800.51/1791.33	c learnt binary clauses	: 0
1800.51/1791.33	c learnt ternary clauses	: 0
1800.51/1791.33	c learnt clauses	: 220433
1800.51/1791.33	c ignored clauses	: 0
1800.51/1791.33	c root simplifications	: 0
1800.51/1791.33	c removed literals (reason simplification)	: 0
1800.51/1791.33	c reason swapping (by a shorter reason)	: 0
1800.51/1791.33	c Calls to reduceDB	: 16
1800.51/1791.33	c number of reductions to clauses (during analyze)	: 0
1800.51/1791.33	c number of learned constraints concerned by reduction	: 0
1800.51/1791.33	c number of learning phase by resolution	: 0
1800.51/1791.33	c number of learning phase by cutting planes	: 0
1800.51/1791.33	c speed (assignments/second)	: 20765.01672480822
1800.51/1791.33	c non guided choices	0
1800.51/1791.41	c learnt constraints type 
1800.51/1791.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 220444
1800.51/1791.41	c constraints type 
1800.51/1791.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.51/1791.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.51/1791.41	s UNKNOWN
1800.51/1791.41	c Total wall clock time (in seconds): 1791.199

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-2660472-1276377212/watcher-2660472-1276377212 -o /tmp/evaluation-result-2660472-1276377212/solver-2660472-1276377212 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660472-1276377212.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.01 1.02 1.00 3/106 12923
/proc/meminfo: memFree=1769700/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=392 CPUtime=0
/proc/12923/stat : 12923 (java6) R 12921 12923 12814 0 -1 4194304 120 0 0 0 0 0 0 0 16 0 1 0 11376754 401408 40 1992294400 134512640 134550932 4289329504 18446744073709551615 6971988 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/12923/statm: 98 40 32 10 0 25 0

[startup+0.039545 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 12923
/proc/meminfo: memFree=1769700/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1520328 CPUtime=0.02
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 3271 0 1 0 1 1 0 0 15 0 4 0 11376754 1556815872 2715 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 380082 2715 934 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100547 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 12923
/proc/meminfo: memFree=1769700/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1524024 CPUtime=0.08
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 11376754 1560600576 3373 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300565 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 12923
/proc/meminfo: memFree=1769700/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1526508 CPUtime=0.34
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 5372 0 1 0 32 2 0 0 15 0 12 0 11376754 1563144192 4810 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 381627 4810 1359 10 0 378929 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526508

[startup+0.700594 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 12923
/proc/meminfo: memFree=1769700/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1528384 CPUtime=1.13
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 7744 0 1 0 110 3 0 0 15 0 12 0 11376754 1565065216 7182 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382096 7183 1402 10 0 379398 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528384

[startup+1.50165 s]
/proc/loadavg: 1.01 1.02 1.00 2/118 12935
/proc/meminfo: memFree=1728252/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1529048 CPUtime=2.12
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 25897 0 1 0 202 10 0 0 15 0 12 0 11376754 1565745152 25273 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382262 25275 1406 10 0 379564 0
[pid=12923/tid=12925] ppid=12921 vsize=1529048 CPUtime=1.46
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 23469 0 1 0 137 9 0 0 25 0 12 0 11376755 1565745152 25276 1992294400 134512640 134550932 4289616928 18446744073709551615 4109637906 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 11376757 1565745152 25277 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11376757 1565745152 25278 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11376759 1565745152 25279 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 11376759 1565745152 25281 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 11376759 1565745152 25282 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11376763 1565745152 25283 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1529048 CPUtime=0.11
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 50 0 0 0 11 0 0 0 18 0 12 0 11376763 1565745152 25284 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1529048 CPUtime=0.53
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 1317 0 0 0 53 0 0 0 16 0 12 0 11376763 1565745152 25286 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11376763 1565745152 25287 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11376763 1565745152 25288 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1529048

[startup+3.10178 s]
/proc/loadavg: 1.01 1.02 1.00 2/118 12935
/proc/meminfo: memFree=1633020/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1529048 CPUtime=3.81
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 38529 0 1 0 365 16 0 0 15 0 12 0 11376754 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382262 37888 1416 10 0 379564 0
[pid=12923/tid=12925] ppid=12921 vsize=1529048 CPUtime=2.97
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32016 0 1 0 284 13 0 0 25 0 12 0 11376755 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1529048 CPUtime=0.08
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 2056 0 0 0 7 1 0 0 16 0 12 0 11376757 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1529048 CPUtime=0.07
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 2016 0 0 0 7 0 0 0 18 0 12 0 11376757 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 11376759 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11376759 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11376759 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11376763 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1529048 CPUtime=0.11
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 50 0 0 0 11 0 0 0 18 0 12 0 11376763 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1529048 CPUtime=0.53
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 1317 0 0 0 53 0 0 0 16 0 12 0 11376763 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11376763 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11376763 1565745152 37888 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1529048

[startup+6.30203 s]
/proc/loadavg: 1.00 1.02 1.00 2/118 12935
/proc/meminfo: memFree=1597804/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1529048 CPUtime=7.37
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 46452 0 1 0 717 20 0 0 15 0 12 0 11376754 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382262 45624 1416 10 0 379564 0
[pid=12923/tid=12925] ppid=12921 vsize=1529048 CPUtime=5.81
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32022 0 1 0 568 13 0 0 25 0 12 0 11376755 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1529048 CPUtime=0.43
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 6368 0 0 0 40 3 0 0 16 0 12 0 11376757 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1529048 CPUtime=0.42
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 5609 0 0 0 41 1 0 0 16 0 12 0 11376757 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 11376759 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11376759 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 11376759 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11376763 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1529048 CPUtime=0.11
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 50 0 0 0 11 0 0 0 18 0 12 0 11376763 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1529048 CPUtime=0.53
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 1317 0 0 0 53 0 0 0 16 0 12 0 11376763 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11376763 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1529048 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11376763 1565745152 45624 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1529048

[startup+12.7015 s]
/proc/loadavg: 1.08 1.03 1.01 3/119 12938
/proc/meminfo: memFree=1580436/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1530920 CPUtime=14.89
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 50454 0 1 0 1466 23 0 0 15 0 13 0 11376754 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382730 48370 1439 10 0 380032 0
[pid=12923/tid=12925] ppid=12921 vsize=1530920 CPUtime=11.49
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32082 0 1 0 1135 14 0 0 25 0 13 0 11376755 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4109931829 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1530920 CPUtime=0.64
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 7183 0 0 0 61 3 0 0 16 0 13 0 11376757 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1530920 CPUtime=0.64
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 6984 0 0 0 62 2 0 0 16 0 13 0 11376757 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11376759 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11376763 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1530920 CPUtime=0.86
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 703 0 0 0 86 0 0 0 16 0 13 0 11376763 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1530920 CPUtime=1.2
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2412 0 0 0 119 1 0 0 15 0 13 0 11376763 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11376763 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11376763 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1530920 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11377566 1567662080 48370 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 1530920

[startup+25.5005 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 12938
/proc/meminfo: memFree=1550304/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1531944 CPUtime=28.07
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 59037 0 1 0 2780 27 0 0 15 0 13 0 11376754 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382986 56111 1439 10 0 380288 0
[pid=12923/tid=12925] ppid=12921 vsize=1531944 CPUtime=24
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32094 0 1 0 2385 15 0 0 25 0 13 0 11376755 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4110007846 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1531944 CPUtime=0.83
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 10839 0 0 0 78 5 0 0 15 0 13 0 11376757 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1531944 CPUtime=0.84
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 11597 0 0 0 80 4 0 0 15 0 13 0 11376757 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 11376759 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 56111 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1531944 CPUtime=0

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

[pid=12923/tid=12929] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11376763 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1531944 CPUtime=1.19
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 763 0 0 0 119 0 0 0 15 0 13 0 11376763 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1531944 CPUtime=1.43
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2885 0 0 0 142 1 0 0 15 0 13 0 11376763 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11376763 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11376763 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11377566 1568710656 351493 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.58
Current children cumulated vsize (KiB) 1531944

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12987
/proc/meminfo: memFree=364244/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1531944 CPUtime=1791.52
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 377945 0 1 0 178940 212 0 0 15 0 13 0 11376754 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382986 351496 1445 10 0 380288 0
[pid=12923/tid=12925] ppid=12921 vsize=1531944 CPUtime=1747.83
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32698 0 1 0 174750 33 0 0 20 0 13 0 11376755 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4109681166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1531944 CPUtime=8.78
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 165218 0 0 0 793 85 0 0 15 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1531944 CPUtime=8.91
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 171862 0 0 0 806 85 0 0 16 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1531944 CPUtime=23.3
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 3352 0 0 0 2326 4 0 0 15 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1531944 CPUtime=1.19
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 763 0 0 0 119 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1531944 CPUtime=1.43
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2885 0 0 0 142 1 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11377566 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 1531944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12987
/proc/meminfo: memFree=364244/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1531944 CPUtime=1800.02
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 377952 0 1 0 179790 212 0 0 15 0 13 0 11376754 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382986 351496 1445 10 0 380288 0
[pid=12923/tid=12925] ppid=12921 vsize=1531944 CPUtime=1754.76
/proc/12923/task/12925/stat : 12925 (java) S 12921 12923 12814 0 -1 4202560 32701 0 1 0 175443 33 0 0 19 0 13 0 11376755 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1531944 CPUtime=8.78
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 165218 0 0 0 793 85 0 0 15 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1531944 CPUtime=8.91
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 171862 0 0 0 806 85 0 0 16 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1531944 CPUtime=24.88
/proc/12923/task/12928/stat : 12928 (java) R 12921 12923 12814 0 -1 4202560 3354 0 0 0 2484 4 0 0 16 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1531944 CPUtime=1.19
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 763 0 0 0 119 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1531944 CPUtime=1.43
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2885 0 0 0 142 1 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11377566 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1531944

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

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

[startup+1791 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12987
/proc/meminfo: memFree=364244/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1531944 CPUtime=1800.21
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 377952 0 1 0 179809 212 0 0 15 0 13 0 11376754 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 382986 351496 1445 10 0 380288 0
[pid=12923/tid=12925] ppid=12921 vsize=1531944 CPUtime=1754.76
/proc/12923/task/12925/stat : 12925 (java) S 12921 12923 12814 0 -1 4202560 32701 0 1 0 175443 33 0 0 19 0 13 0 11376755 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1531944 CPUtime=8.78
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 165218 0 0 0 793 85 0 0 15 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1531944 CPUtime=8.91
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 171862 0 0 0 806 85 0 0 16 0 13 0 11376757 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1531944 CPUtime=25.06
/proc/12923/task/12928/stat : 12928 (java) R 12921 12923 12814 0 -1 4202560 3354 0 0 0 2502 4 0 0 16 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11376759 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1531944 CPUtime=1.19
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 763 0 0 0 119 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1531944 CPUtime=1.43
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2885 0 0 0 142 1 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11376763 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1531944 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11377566 1568710656 351496 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1531944

[startup+1791.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12987
/proc/meminfo: memFree=364244/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=1532592 CPUtime=1800.72
/proc/12923/stat : 12923 (java) S 12921 12923 12814 0 -1 4202496 377971 0 1 0 179860 212 0 0 15 0 15 0 11376754 1569374208 351515 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 383148 351515 1447 10 0 380450 0
[pid=12923/tid=12925] ppid=12921 vsize=1532592 CPUtime=1754.85
/proc/12923/task/12925/stat : 12925 (java) R 12921 12923 12814 0 -1 4202560 32701 0 1 0 175452 33 0 0 15 0 15 0 11376755 1569374208 351515 1992294400 134512640 134550932 4289616928 18446744073709551615 4109942228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12923/tid=12926] ppid=12921 vsize=1532592 CPUtime=8.78
/proc/12923/task/12926/stat : 12926 (java) S 12921 12923 12814 0 -1 4202560 165218 0 0 0 793 85 0 0 15 0 15 0 11376757 1569374208 351515 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12927] ppid=12921 vsize=1532592 CPUtime=8.91
/proc/12923/task/12927/stat : 12927 (java) S 12921 12923 12814 0 -1 4202560 171862 0 0 0 806 85 0 0 16 0 15 0 11376757 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12928] ppid=12921 vsize=1532592 CPUtime=25.38
/proc/12923/task/12928/stat : 12928 (java) S 12921 12923 12814 0 -1 4202560 3354 0 0 0 2534 4 0 0 16 0 15 0 11376759 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 0 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12929] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12929/stat : 12929 (java) S 12921 12923 12814 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 11376759 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12930/stat : 12930 (java) S 12921 12923 12814 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 11376759 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12931] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12931/stat : 12931 (java) S 12921 12923 12814 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 15 0 11376763 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12932] ppid=12921 vsize=1532592 CPUtime=1.23
/proc/12923/task/12932/stat : 12932 (java) S 12921 12923 12814 0 -1 4202560 767 0 0 0 123 0 0 0 15 0 15 0 11376763 1569374208 351516 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
[pid=12923/tid=12933] ppid=12921 vsize=1532592 CPUtime=1.43
/proc/12923/task/12933/stat : 12933 (java) S 12921 12923 12814 0 -1 4202560 2885 0 0 0 142 1 0 0 15 0 15 0 11376763 1569374208 351517 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12934] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12934/stat : 12934 (java) S 12921 12923 12814 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 11376763 1569374208 351517 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12935] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12935/stat : 12935 (java) S 12921 12923 12814 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 15 0 11376763 1569374208 351517 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 0 0 0 0
[pid=12923/tid=12938] ppid=12921 vsize=1532592 CPUtime=0
/proc/12923/task/12938/stat : 12938 (java) S 12921 12923 12814 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 11377566 1569374208 351517 1992294400 134512640 134550932 4289616928 18446744073709551615 4294960144 0 4 0 16800975 18446604437825815488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 1532592

[startup+1791.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12987
/proc/meminfo: memFree=364244/2059040 swapFree=4136596/4192956
[pid=12923] ppid=12921 vsize=0 CPUtime=1800.8
/proc/12923/stat : 12923 (java) Z 12921 12923 12814 0 -1 4203548 377975 0 1 0 179861 219 0 0 15 0 2 0 11376754 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12923/statm: 0 0 0 0 0 0 0
[pid=12923/tid=12930] ppid=12921 vsize=0 CPUtime=0.06
/proc/12923/task/12930/stat : 12930 (java) R 12921 12923 12814 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 11376759 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.57
CPU time (s): 1800.88
CPU user time (s): 1798.62
CPU system time (s): 2.26266
CPU usage (%): 100.52
Max. virtual memory (cumulated for all children) (KiB): 1532592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 2.26266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377975
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= 43439
involuntary context switches= 30467

runsolver used 3.58945 second user time and 9.60954 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-12 23:13:34
IDJOB=2660472
IDBENCH=1966
IDSOLVER=1165
FILE ID=node026/2660472-1276377212
PBS_JOBID= 11173238
Free space on /tmp= 62492 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_2.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-2660472-1276377212/watcher-2660472-1276377212 -o /tmp/evaluation-result-2660472-1276377212/solver-2660472-1276377212 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660472-1276377212.opb

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

MD5SUM BENCH= 751aa23355f7a016eeb9009a33a863ac
RANDOM SEED=1301200989

node026.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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
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:       1770096 kB
Buffers:         60256 kB
Cached:         136876 kB
SwapCached:      22412 kB
Active:         119316 kB
Inactive:       103080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1770096 kB
SwapTotal:     4192956 kB
SwapFree:      4136596 kB
Dirty:           17224 kB
Writeback:           0 kB
AnonPages:       10764 kB
Mapped:           9192 kB
Slab:            44688 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181328 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= 62492 MiB
End job on node026 at 2010-06-12 23:43:26