Trace number 2660745

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.2 1728.79

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
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.14	c version 2.2.0.v20100526
0.08/0.14	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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660745-1276623986.opb
0.24/0.21	c reading problem ... 
10.76/8.77	c ... done. Wall clock time 8.551s.
10.76/8.77	c #vars     106951
10.76/8.77	c #constraints  345347
10.76/8.77	c constraints type 
10.76/8.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
10.76/8.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
10.76/8.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1728.61	c starts		: 1
1800.02/1728.61	c conflicts		: 3
1800.02/1728.61	c decisions		: 467
1800.02/1728.61	c propagations		: 136079
1800.02/1728.61	c inspects		: 620603
1800.02/1728.61	c learnt literals	: 0
1800.02/1728.61	c learnt binary clauses	: 0
1800.02/1728.61	c learnt ternary clauses	: 0
1800.02/1728.61	c learnt clauses	: 2
1800.02/1728.61	c ignored clauses	: 0
1800.02/1728.61	c root simplifications	: 0
1800.02/1728.61	c removed literals (reason simplification)	: 0
1800.02/1728.61	c reason swapping (by a shorter reason)	: 0
1800.02/1728.61	c Calls to reduceDB	: 0
1800.02/1728.61	c number of reductions to clauses (during analyze)	: 0
1800.02/1728.61	c number of learned constraints concerned by reduction	: 0
1800.02/1728.61	c number of learning phase by resolution	: 0
1800.02/1728.61	c number of learning phase by cutting planes	: 0
1800.02/1728.61	c speed (assignments/second)	: 79.12232186880762
1800.02/1728.61	c non guided choices	2
1800.02/1728.61	c learnt constraints type 
1800.02/1728.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1728.61	c constraints type 
1800.02/1728.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.02/1728.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.02/1728.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1728.62	s UNKNOWN
1800.02/1728.62	c Total wall clock time (in seconds): 1728.409

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-2660745-1276623986/watcher-2660745-1276623986 -o /tmp/evaluation-result-2660745-1276623986/solver-2660745-1276623986 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660745-1276623986.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.05 1.01 3/106 10629
/proc/meminfo: memFree=1476160/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=248 CPUtime=0
/proc/10629/stat : 10629 (java) R 10627 10629 10260 0 -1 4194304 283 0 0 0 0 0 0 0 23 0 1 0 3691250 253952 29 1992294400 134512640 134550932 4287127232 18446744073709551615 2089438 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10629/statm: 62 29 21 10 0 23 0

[startup+0.0879899 s]
/proc/loadavg: 1.00 1.05 1.01 3/106 10629
/proc/meminfo: memFree=1476160/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1522820 CPUtime=0.07
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 3850 0 1 0 5 2 0 0 18 0 7 0 3691250 1559367680 3291 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 380705 3293 1045 10 0 378015 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522820

[startup+0.10099 s]
/proc/loadavg: 1.00 1.05 1.01 3/106 10629
/proc/meminfo: memFree=1476160/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1525208 CPUtime=0.08
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 3969 0 1 0 6 2 0 0 18 0 12 0 3691250 1561812992 3408 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 381302 3408 1076 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525208

[startup+0.300989 s]
/proc/loadavg: 1.00 1.05 1.01 3/106 10629
/proc/meminfo: memFree=1476160/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1526800 CPUtime=0.39
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 5971 0 1 0 36 3 0 0 18 0 12 0 3691250 1563443200 5408 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 381700 5408 1362 10 0 379002 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526800

[startup+0.700986 s]
/proc/loadavg: 1.00 1.05 1.01 3/106 10629
/proc/meminfo: memFree=1476160/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1528872 CPUtime=1.11
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 8321 0 1 0 106 5 0 0 18 0 12 0 3691250 1565564928 7758 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 382218 7759 1402 10 0 379520 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528872

[startup+1.50198 s]
/proc/loadavg: 1.00 1.05 1.01 4/118 10641
/proc/meminfo: memFree=1438680/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1528644 CPUtime=2.12
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 24395 0 1 0 199 13 0 0 18 0 12 0 3691250 1565331456 23225 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 382161 23227 1408 10 0 379463 0
[pid=10629/tid=10631] ppid=10627 vsize=1528644 CPUtime=1.33
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 21484 0 1 0 122 11 0 0 25 0 12 0 3691252 1565331456 23227 1992294400 134512640 134550932 4287127232 18446744073709551615 4108873794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 3691253 1565331456 23227 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 3691253 1565331456 23229 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 3691255 1565331456 23229 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 3691255 1565331456 23231 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3691255 1565331456 23232 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 23232 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1528644 CPUtime=0.34
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 379 0 0 0 34 0 0 0 22 0 12 0 3691260 1565331456 23233 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1528644 CPUtime=0.43
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 1467 0 0 0 43 0 0 0 15 0 12 0 3691260 1565331456 23235 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 23236 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3691260 1565331456 23236 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1528644

[startup+3.10197 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 10641
/proc/meminfo: memFree=1335264/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1528644 CPUtime=3.85
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 41807 0 1 0 363 22 0 0 18 0 12 0 3691250 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 382161 40595 1418 10 0 379463 0
[pid=10629/tid=10631] ppid=10627 vsize=1528644 CPUtime=2.79
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 32013 0 1 0 261 18 0 0 25 0 12 0 3691252 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4108928309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1528644 CPUtime=0.12
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 3220 0 0 0 12 0 0 0 18 0 12 0 3691253 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1528644 CPUtime=0.12
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 3652 0 0 0 11 1 0 0 18 0 12 0 3691253 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 12 0 3691255 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3691255 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3691255 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1528644 CPUtime=0.34
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 379 0 0 0 34 0 0 0 22 0 12 0 3691260 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1528644 CPUtime=0.43
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 1467 0 0 0 43 0 0 0 15 0 12 0 3691260 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3691260 1565331456 40595 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1528644

[startup+6.30194 s]
/proc/loadavg: 1.08 1.07 1.01 2/118 10641
/proc/meminfo: memFree=1293972/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1528644 CPUtime=7.33
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 48254 0 1 0 706 27 0 0 18 0 12 0 3691250 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 382161 46781 1420 10 0 379463 0
[pid=10629/tid=10631] ppid=10627 vsize=1528644 CPUtime=5.73
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 32017 0 1 0 554 19 0 0 25 0 12 0 3691252 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4109001788 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1528644 CPUtime=0.39
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 6465 0 0 0 37 2 0 0 16 0 12 0 3691253 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1528644 CPUtime=0.39
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 6845 0 0 0 36 3 0 0 16 0 12 0 3691253 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 3691255 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3691255 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3691255 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1528644 CPUtime=0.35
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 381 0 0 0 35 0 0 0 15 0 12 0 3691260 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1528644 CPUtime=0.43
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 1467 0 0 0 43 0 0 0 15 0 12 0 3691260 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3691260 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1528644 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3691260 1565331456 46781 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1528644

[startup+12.7019 s]
/proc/loadavg: 1.07 1.07 1.01 2/119 10642
/proc/meminfo: memFree=1266436/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1539832 CPUtime=15.04
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 58640 0 1 0 1472 32 0 0 18 0 13 0 3691250 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 384958 53461 1432 10 0 382260 0
[pid=10629/tid=10631] ppid=10627 vsize=1539832 CPUtime=11.69
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 32062 0 1 0 1150 19 0 0 25 0 13 0 3691252 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4109048189 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1539832 CPUtime=0.56
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 8507 0 0 0 53 3 0 0 16 0 13 0 3691253 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1539832 CPUtime=0.57
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 8952 0 0 0 52 5 0 0 16 0 13 0 3691253 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 3691255 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1539832 CPUtime=1.38
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5912 0 0 0 137 1 0 0 15 0 13 0 3691260 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1539832 CPUtime=0.79
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 2123 0 0 0 78 1 0 0 15 0 13 0 3691260 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3691260 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1539832 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1576787968 53461 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1539832

[startup+25.5018 s]
/proc/loadavg: 1.06 1.06 1.01 2/119 10642
/proc/meminfo: memFree=1252300/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1540476 CPUtime=28.32
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 62875 0 1 0 2798 34 0 0 18 0 13 0 3691250 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 385119 57191 1435 10 0 382421 0
[pid=10629/tid=10631] ppid=10627 vsize=1540476 CPUtime=24.21
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 32073 0 1 0 2401 20 0 0 25 0 13 0 3691252 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4109412179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1540476 CPUtime=0.73
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 9687 0 0 0 69 4 0 0 16 0 13 0 3691253 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1540476 CPUtime=0.73
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 11805 0 0 0 68 5 0 0 16 0 13 0 3691253 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1540476 CPUtime=0
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 3691255 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1540476 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1540476 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1577447424 57191 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1540476 CPUtime=0

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

[pid=10629/tid=10634] ppid=10627 vsize=1542524 CPUtime=20.69
/proc/10629/task/10634/stat : 10634 (java) R 10627 10629 10260 0 -1 4202560 144 0 0 0 2063 6 0 0 16 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1542524 CPUtime=2
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5954 0 0 0 199 1 0 0 16 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1542524 CPUtime=1.54
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 3528 0 0 0 153 1 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.16
Current children cumulated vsize (KiB) 1542524

[startup+1602.3 s]
/proc/loadavg: 1.21 1.17 1.08 2/119 10693
/proc/meminfo: memFree=60164/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1542524 CPUtime=1668.58
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 437379 0 1 0 166515 343 0 0 18 0 13 0 3691250 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 385631 354183 1438 10 0 382933 0
[pid=10629/tid=10631] ppid=10627 vsize=1542524 CPUtime=1505.4
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 33449 0 1 0 150503 37 0 0 25 0 13 0 3691252 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4109158475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1542524 CPUtime=68.85
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 216484 0 0 0 6717 168 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1542524 CPUtime=69.11
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 176656 0 0 0 6787 124 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1542524 CPUtime=21.58
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 148 0 0 0 2152 6 0 0 15 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1542524 CPUtime=2
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5954 0 0 0 199 1 0 0 16 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1542524 CPUtime=1.54
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 3528 0 0 0 153 1 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.58
Current children cumulated vsize (KiB) 1542524

[startup+1662.3 s]
/proc/loadavg: 1.07 1.14 1.07 2/119 10695
/proc/meminfo: memFree=60164/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1542524 CPUtime=1731.02
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 437447 0 1 0 172754 348 0 0 18 0 13 0 3691250 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 385631 354183 1438 10 0 382933 0
[pid=10629/tid=10631] ppid=10627 vsize=1542524 CPUtime=1561.72
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 33509 0 1 0 156134 38 0 0 25 0 13 0 3691252 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4109569870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1542524 CPUtime=71.52
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 216484 0 0 0 6982 170 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1542524 CPUtime=71.77
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 176656 0 0 0 7050 127 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1542524 CPUtime=22.38
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 152 0 0 0 2231 7 0 0 15 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1542524 CPUtime=2
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5954 0 0 0 199 1 0 0 16 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1542524 CPUtime=1.54
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 3528 0 0 0 153 1 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.02
Current children cumulated vsize (KiB) 1542524

[startup+1722.3 s]
/proc/loadavg: 1.08 1.13 1.07 2/119 10697
/proc/meminfo: memFree=60164/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1542524 CPUtime=1793.58
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 437517 0 1 0 179006 352 0 0 18 0 13 0 3691250 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 385631 354183 1438 10 0 382933 0
[pid=10629/tid=10631] ppid=10627 vsize=1542524 CPUtime=1617.06
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 33573 0 1 0 161668 38 0 0 25 0 13 0 3691252 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4109565345 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1542524 CPUtime=74.34
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 216484 0 0 0 7262 172 0 0 15 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1542524 CPUtime=74.58
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 176656 0 0 0 7329 129 0 0 15 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1542524 CPUtime=23.99
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 154 0 0 0 2392 7 0 0 15 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1542524 CPUtime=2
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5954 0 0 0 199 1 0 0 16 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1542524 CPUtime=1.54
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 3528 0 0 0 153 1 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (KiB) 1542524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1728.6 s]
/proc/loadavg: 1.07 1.12 1.07 2/119 10697
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=1542524 CPUtime=1800.02
/proc/10629/stat : 10629 (java) S 10627 10629 10260 0 -1 4202496 437523 0 1 0 179649 353 0 0 18 0 13 0 3691250 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 385631 354183 1438 10 0 382933 0
[pid=10629/tid=10631] ppid=10627 vsize=1542524 CPUtime=1623.22
/proc/10629/task/10631/stat : 10631 (java) R 10627 10629 10260 0 -1 4202560 33577 0 1 0 162284 38 0 0 25 0 13 0 3691252 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4109569699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10629/tid=10632] ppid=10627 vsize=1542524 CPUtime=74.47
/proc/10629/task/10632/stat : 10632 (java) S 10627 10629 10260 0 -1 4202560 216484 0 0 0 7275 172 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10633] ppid=10627 vsize=1542524 CPUtime=74.71
/proc/10629/task/10633/stat : 10633 (java) S 10627 10629 10260 0 -1 4202560 176656 0 0 0 7342 129 0 0 16 0 13 0 3691253 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10634] ppid=10627 vsize=1542524 CPUtime=23.99
/proc/10629/task/10634/stat : 10634 (java) S 10627 10629 10260 0 -1 4202560 156 0 0 0 2392 7 0 0 15 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 0 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10635] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10635/stat : 10635 (java) S 10627 10629 10260 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10636] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10636/stat : 10636 (java) S 10627 10629 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3691255 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10637] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10637/stat : 10637 (java) S 10627 10629 10260 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10638] ppid=10627 vsize=1542524 CPUtime=2
/proc/10629/task/10638/stat : 10638 (java) S 10627 10629 10260 0 -1 4202560 5954 0 0 0 199 1 0 0 16 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10639] ppid=10627 vsize=1542524 CPUtime=1.54
/proc/10629/task/10639/stat : 10639 (java) S 10627 10629 10260 0 -1 4202560 3528 0 0 0 153 1 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10640] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10640/stat : 10640 (java) S 10627 10629 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
[pid=10629/tid=10641] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10641/stat : 10641 (java) S 10627 10629 10260 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 3691260 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 1 0 0 0
[pid=10629/tid=10642] ppid=10627 vsize=1542524 CPUtime=0
/proc/10629/task/10642/stat : 10642 (java) S 10627 10629 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3692153 1579544576 354183 1992294400 134512640 134550932 4287127232 18446744073709551615 4294960144 0 4 0 16800975 18446604437814012992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1542524

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

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

[startup+1728.72 s]
/proc/loadavg: 1.07 1.12 1.07 2/119 10697
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10629] ppid=10627 vsize=0 CPUtime=1800.12
/proc/10629/stat : 10629 (java) Z 10627 10629 10260 0 -1 4203548 437543 0 1 0 179654 358 0 0 17 0 2 0 3691250 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1728.79
CPU time (s): 1800.2
CPU user time (s): 1796.55
CPU system time (s): 3.65544
CPU usage (%): 104.131
Max. virtual memory (cumulated for all children) (KiB): 1543548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.55
system time used= 3.65544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 437543
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= 51588
involuntary context switches= 43223

runsolver used 3.9224 second user time and 9.68053 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-15 19:46:28
IDJOB=2660745
IDBENCH=2960
IDSOLVER=1165
FILE ID=node042/2660745-1276623986
PBS_JOBID= 11172320
Free space on /tmp= 62560 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660745-1276623986/watcher-2660745-1276623986 -o /tmp/evaluation-result-2660745-1276623986/solver-2660745-1276623986 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660745-1276623986.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1850161665

node042.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1476680 kB
Buffers:         79476 kB
Cached:         374352 kB
SwapCached:          0 kB
Active:         220324 kB
Inactive:       292936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1476680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20752 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15440 kB
Slab:            47240 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182480 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= 62560 MiB
End job on node042 at 2010-06-15 20:15:18