Trace number 2661452

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.27 1739.58

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__128.opb
MD5SUM2104e5f01fbb9f409116374f650da887
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1281998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint128
Maximum length of a constraint5633
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 44355197568
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 44355197568
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.74	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.74	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.74	c See www.sat4j.org for details.
0.11/0.75	c version 2.2.0.v20100526
0.11/0.75	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.75	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.75	c java.vm.version	11.2-b01
0.11/0.75	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.75	c sun.arch.data.model	32
0.11/0.75	c java.version		1.6.0_12
0.11/0.75	c os.name		Linux
0.11/0.75	c os.version		2.6.18-164.el5
0.11/0.75	c os.arch		i386
0.11/0.75	c Free memory 		1393557488
0.11/0.75	c Max memory 		1395916800
0.11/0.75	c Total memory 		1395916800
0.11/0.76	c Number of processors 	2
0.21/0.86	c Pseudo Boolean Optimization
0.21/0.86	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.86	c --- Begin Solver configuration ---
0.21/0.86	c Stops conflict analysis at the first Unique Implication Point
0.21/0.86	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.86	c Learn all clauses as in MiniSAT
0.21/0.86	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.86	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.86	c No reason simplification
0.21/0.86	c Armin Biere (Picosat) restarts strategy
0.21/0.86	c Glucose learned constraints deletion strategy
0.21/0.86	c timeout=2147483s
0.21/0.86	c DB Simplification allowed=false
0.21/0.86	c --- End Solver configuration ---
0.21/0.86	c solving HOME/instance-2661452-1276691083.opb
0.21/0.86	c reading problem ... 
38.70/31.23	c ... done. Wall clock time 30.366s.
38.70/31.23	c #vars     1281998
38.70/31.23	c #constraints  14000
38.70/31.23	c constraints type 
38.70/31.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
38.70/31.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
38.70/31.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.09/1739.42	c starts		: 13
1800.09/1739.42	c conflicts		: 1942
1800.09/1739.42	c decisions		: 30485027
1800.09/1739.42	c propagations		: 31252983
1800.09/1739.42	c inspects		: 75755790
1800.09/1739.42	c learnt literals	: 0
1800.09/1739.42	c learnt binary clauses	: 0
1800.09/1739.42	c learnt ternary clauses	: 0
1800.09/1739.42	c learnt clauses	: 1941
1800.09/1739.42	c ignored clauses	: 0
1800.09/1739.42	c root simplifications	: 0
1800.09/1739.42	c removed literals (reason simplification)	: 0
1800.09/1739.42	c reason swapping (by a shorter reason)	: 0
1800.09/1739.42	c Calls to reduceDB	: 0
1800.09/1739.42	c number of reductions to clauses (during analyze)	: 0
1800.09/1739.42	c number of learned constraints concerned by reduction	: 0
1800.09/1739.42	c number of learning phase by resolution	: 0
1800.09/1739.42	c number of learning phase by cutting planes	: 0
1800.09/1739.42	c speed (assignments/second)	: 18296.210499324716
1800.09/1739.42	c non guided choices	0
1800.09/1739.42	c learnt constraints type 
1800.09/1739.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 37
1800.09/1739.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1904
1800.09/1739.42	c constraints type 
1800.09/1739.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.09/1739.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.09/1739.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.09/1739.42	s UNKNOWN
1800.09/1739.42	c Total wall clock time (in seconds): 1738.56

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-2661452-1276691083/watcher-2661452-1276691083 -o /tmp/evaluation-result-2661452-1276691083/solver-2661452-1276691083 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661452-1276691083.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.16 1.27 1.16 3/106 15541
/proc/meminfo: memFree=1836340/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=24036 CPUtime=0
/proc/15541/stat : 15541 (runsolver) R 15539 15541 15008 0 -1 4202560 80 0 0 0 0 0 0 0 18 0 1 0 10401434 24612864 106 1992294400 4194304 4302564 140733368119936 18446744073709551615 247894483959 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/15541/statm: 6009 106 69 27 0 2647 0

[startup+0.0483899 s]
/proc/loadavg: 1.16 1.27 1.16 3/106 15541
/proc/meminfo: memFree=1836340/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=24036 CPUtime=0
/proc/15541/stat : 15541 (runsolver) D 15539 15541 15008 0 -1 4202560 81 0 0 0 0 0 0 0 18 0 1 0 10401434 24612864 106 1992294400 4194304 4302564 140733368119936 18446744073709551615 247894483959 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 1
/proc/15541/statm: 6009 106 69 27 0 2647 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24036

[startup+0.100394 s]
/proc/loadavg: 1.16 1.27 1.16 3/106 15541
/proc/meminfo: memFree=1836340/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=392 CPUtime=0
/proc/15541/stat : 15541 (java6) D 15539 15541 15008 0 -1 4194304 114 0 2 0 0 0 0 0 17 0 1 0 10401434 401408 36 1992294400 134512640 134550932 4291172208 18446744073709551615 12561575 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 8
/proc/15541/statm: 98 36 29 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.301417 s]
/proc/loadavg: 1.16 1.27 1.16 3/106 15541
/proc/meminfo: memFree=1836340/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=13436 CPUtime=0.01
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 1015 0 37 0 0 1 0 0 16 0 2 0 10401434 13758464 536 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 3359 536 229 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13436

[startup+0.70046 s]
/proc/loadavg: 1.16 1.27 1.16 3/106 15541
/proc/meminfo: memFree=1836340/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1524184 CPUtime=0.11
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 3934 0 100 0 7 4 0 0 16 0 12 0 10401434 1560764416 3473 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 381046 3473 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1524184

[startup+1.50152 s]
/proc/loadavg: 1.16 1.27 1.16 4/118 15553
/proc/meminfo: memFree=1782552/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1526860 CPUtime=1.16
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 18657 0 100 0 105 11 0 0 16 0 12 0 10401434 1563504640 18194 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 381715 18195 1397 10 0 379017 0
[pid=15541/tid=15543] ppid=15539 vsize=1526860 CPUtime=0.8
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 16649 0 63 0 71 9 0 0 25 0 12 0 10401456 1563504640 18196 1992294400 134512640 134550932 4289966544 18446744073709551615 4109218471 0 4 0 16800975 0 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 10401485 1563504640 18196 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 10401485 1563504640 18197 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 10401490 1563504640 18198 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 10401491 1563504640 18199 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 10401491 1563504640 18200 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10401500 1563504640 18201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 12 0 10401500 1563504640 18202 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1526860 CPUtime=0.32
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 968 0 0 0 32 0 0 0 17 0 12 0 10401500 1563504640 18202 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10401500 1563504640 18203 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 12 0 10401501 1563504640 18204 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1526860

[startup+3.10166 s]
/proc/loadavg: 1.16 1.27 1.16 2/118 15553
/proc/meminfo: memFree=1713236/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1526860 CPUtime=2.88
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 45079 0 100 0 265 23 0 0 16 0 12 0 10401434 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 381715 44314 1408 10 0 379017 0
[pid=15541/tid=15543] ppid=15539 vsize=1526860 CPUtime=2.3
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 31904 0 63 0 215 15 0 0 25 0 12 0 10401456 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4109136496 0 4 0 16800975 0 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1526860 CPUtime=0.1
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 8544 0 0 0 7 3 0 0 18 0 12 0 10401485 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1526860 CPUtime=0.09
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 2613 0 0 0 8 1 0 0 18 0 12 0 10401485 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10401490 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10401491 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10401491 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10401500 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 12 0 10401500 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1526860 CPUtime=0.32
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 968 0 0 0 32 0 0 0 17 0 12 0 10401500 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10401500 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10401501 1563504640 44314 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 1526860

[startup+6.30194 s]
/proc/loadavg: 1.14 1.27 1.16 2/118 15553
/proc/meminfo: memFree=1613356/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1526860 CPUtime=6.37
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 60982 0 100 0 606 31 0 0 16 0 12 0 10401434 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 381715 58201 1408 10 0 379017 0
[pid=15541/tid=15543] ppid=15539 vsize=1526860 CPUtime=5.19
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 31908 0 63 0 504 15 0 0 25 0 12 0 10401456 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4109135882 0 4 0 16800975 0 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1526860 CPUtime=0.4
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 18652 0 0 0 31 9 0 0 18 0 12 0 10401485 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1526860 CPUtime=0.4
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 8404 0 0 0 36 4 0 0 18 0 12 0 10401485 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10401490 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10401491 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10401491 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10401500 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 12 0 10401500 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1526860 CPUtime=0.32
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 968 0 0 0 32 0 0 0 17 0 12 0 10401500 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10401500 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1526860 CPUtime=0
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10401501 1563504640 58201 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 1526860

[startup+12.7026 s]
/proc/loadavg: 1.13 1.26 1.16 2/118 15553
/proc/meminfo: memFree=1460960/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1533452 CPUtime=15.03
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 108929 0 100 0 1446 57 0 0 16 0 12 0 10401434 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383363 100391 1424 10 0 380665 0
[pid=15541/tid=15543] ppid=15539 vsize=1533452 CPUtime=9.46
/proc/15541/task/15543/stat : 15543 (java) S 15539 15541 15008 0 -1 4202560 31938 0 63 0 929 17 0 0 18 0 12 0 10401456 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1533452 CPUtime=2.39
/proc/15541/task/15544/stat : 15544 (java) R 15539 15541 15008 0 -1 4202560 45653 0 0 0 217 22 0 0 15 0 12 0 10401485 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 105886416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1533452 CPUtime=2.39
/proc/15541/task/15545/stat : 15545 (java) R 15539 15541 15008 0 -1 4202560 28494 0 0 0 225 14 0 0 16 0 12 0 10401485 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 106193920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10401490 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10401491 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10401491 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10401500 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1533452 CPUtime=0.2
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 230 0 0 0 20 0 0 0 16 0 12 0 10401500 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1533452 CPUtime=0.52
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1581 0 0 0 52 0 0 0 16 0 12 0 10401500 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 10401500 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10401501 1570254848 100391 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 1533452

[startup+25.5006 s]
/proc/loadavg: 1.10 1.25 1.16 3/118 15553
/proc/meminfo: memFree=1118348/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1533452 CPUtime=32.18
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 200235 0 100 0 3109 109 0 0 16 0 12 0 10401434 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383363 181919 1424 10 0 380665 0
[pid=15541/tid=15543] ppid=15539 vsize=1533452 CPUtime=17.65
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 31962 0 63 0 1746 19 0 0 15 0 12 0 10401456 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4109299791 0 4 0 16800975 0 0 0 -1 0 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1533452 CPUtime=6.83
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 88864 0 0 0 641 42 0 0 16 0 12 0 10401485 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1533452 CPUtime=6.86
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 76561 0 0 0 642 44 0 0 16 0 12 0 10401485 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10401490 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10401491 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10401491 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1533452 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 10401500 1570254848 181919 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1533452 CPUtime=0.2

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

[pid=15541/tid=15546] ppid=15539 vsize=1534760 CPUtime=17.23
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 61442 0 0 0 1687 36 0 0 16 0 13 0 10401490 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1534760 CPUtime=1.19
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 415 0 0 0 119 0 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1534760 CPUtime=1.84
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1778 0 0 0 183 1 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1534760 CPUtime=0.02
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 85 0 0 0 1 1 0 0 15 0 13 0 10401501 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15556] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15556/stat : 15556 (java) S 15539 15541 15008 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 10404846 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1597.15
Current children cumulated vsize (KiB) 1534760

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.05 2/119 15599
/proc/meminfo: memFree=378488/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1534760 CPUtime=1659.17
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 435039 0 100 0 165441 476 0 0 16 0 13 0 10401434 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383690 350852 1443 10 0 380992 0
[pid=15541/tid=15543] ppid=15539 vsize=1534760 CPUtime=1516.28
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 34176 0 63 0 151589 39 0 0 25 0 13 0 10401456 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4109598078 0 4 0 16800975 0 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1534760 CPUtime=61.31
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 173789 0 0 0 5946 185 0 0 15 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1534760 CPUtime=61.2
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 162317 0 0 0 5911 209 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1534760 CPUtime=17.24
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 61446 0 0 0 1688 36 0 0 15 0 13 0 10401490 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1534760 CPUtime=1.19
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 415 0 0 0 119 0 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1534760 CPUtime=1.84
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1778 0 0 0 183 1 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1534760 CPUtime=0.02
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 89 0 0 0 1 1 0 0 15 0 13 0 10401501 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15556] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15556/stat : 15556 (java) S 15539 15541 15008 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 10404846 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1659.17
Current children cumulated vsize (KiB) 1534760

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.05 2/119 15601
/proc/meminfo: memFree=378240/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1534760 CPUtime=1720.91
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 445094 0 100 0 171604 487 0 0 16 0 13 0 10401434 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383690 350852 1443 10 0 380992 0
[pid=15541/tid=15543] ppid=15539 vsize=1534760 CPUtime=1571.3
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 34226 0 63 0 157091 39 0 0 25 0 13 0 10401456 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4109597786 0 4 0 16800975 0 0 0 -1 0 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1534760 CPUtime=63.15
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 173789 0 0 0 6128 187 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1534760 CPUtime=63
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 162317 0 0 0 6087 213 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1534760 CPUtime=20.32
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 71449 0 0 0 1991 41 0 0 15 0 13 0 10401490 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1534760 CPUtime=1.19
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 415 0 0 0 119 0 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1534760 CPUtime=1.84
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1778 0 0 0 183 1 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1534760 CPUtime=0.02
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 10401501 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15556] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15556/stat : 15556 (java) S 15539 15541 15008 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 10404846 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 1534760

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.04 2/119 15603
/proc/meminfo: memFree=378240/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1534760 CPUtime=1782.29
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 445153 0 100 0 177737 492 0 0 16 0 13 0 10401434 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383690 350852 1443 10 0 380992 0
[pid=15541/tid=15543] ppid=15539 vsize=1534760 CPUtime=1629.56
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 34277 0 63 0 162916 40 0 0 25 0 13 0 10401456 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4109536255 0 4 0 16800975 0 0 0 -1 1 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1534760 CPUtime=64.73
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 173789 0 0 0 6284 189 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1534760 CPUtime=64.53
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 162317 0 0 0 6238 215 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1534760 CPUtime=20.33
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 71454 0 0 0 1992 41 0 0 15 0 13 0 10401490 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1534760 CPUtime=1.19
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 415 0 0 0 119 0 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1534760 CPUtime=1.84
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1778 0 0 0 183 1 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1534760 CPUtime=0.02
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 94 0 0 0 1 1 0 0 15 0 13 0 10401501 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15556] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15556/stat : 15556 (java) S 15539 15541 15008 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 10404846 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 1534760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1739.4 s]
/proc/loadavg: 1.00 1.02 1.04 2/119 15603
/proc/meminfo: memFree=378240/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=1534760 CPUtime=1800.09
/proc/15541/stat : 15541 (java) S 15539 15541 15008 0 -1 4202496 445173 0 100 0 179516 493 0 0 16 0 13 0 10401434 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 383690 350852 1443 10 0 380992 0
[pid=15541/tid=15543] ppid=15539 vsize=1534760 CPUtime=1645.88
/proc/15541/task/15543/stat : 15543 (java) R 15539 15541 15008 0 -1 4202560 34293 0 63 0 164548 40 0 0 25 0 13 0 10401456 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4109597812 0 4 0 16800975 0 0 0 -1 0 0 0 37
[pid=15541/tid=15544] ppid=15539 vsize=1534760 CPUtime=65.47
/proc/15541/task/15544/stat : 15544 (java) S 15539 15541 15008 0 -1 4202560 173789 0 0 0 6358 189 0 0 16 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
[pid=15541/tid=15545] ppid=15539 vsize=1534760 CPUtime=65.26
/proc/15541/task/15545/stat : 15545 (java) S 15539 15541 15008 0 -1 4202560 162317 0 0 0 6311 215 0 0 15 0 13 0 10401485 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15546] ppid=15539 vsize=1534760 CPUtime=20.33
/proc/15541/task/15546/stat : 15546 (java) S 15539 15541 15008 0 -1 4202560 71457 0 0 0 1992 41 0 0 15 0 13 0 10401490 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 0 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15547] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15547/stat : 15547 (java) S 15539 15541 15008 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15548] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15548/stat : 15548 (java) S 15539 15541 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10401491 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15549] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15549/stat : 15549 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15550] ppid=15539 vsize=1534760 CPUtime=1.19
/proc/15541/task/15550/stat : 15550 (java) S 15539 15541 15008 0 -1 4202560 415 0 0 0 119 0 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15551] ppid=15539 vsize=1534760 CPUtime=1.84
/proc/15541/task/15551/stat : 15551 (java) S 15539 15541 15008 0 -1 4202560 1778 0 0 0 183 1 0 0 15 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15552] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15552/stat : 15552 (java) S 15539 15541 15008 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 10401500 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15553] ppid=15539 vsize=1534760 CPUtime=0.02
/proc/15541/task/15553/stat : 15553 (java) S 15539 15541 15008 0 -1 4202560 95 0 0 0 1 1 0 0 15 0 13 0 10401501 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 0 0 0 0
[pid=15541/tid=15556] ppid=15539 vsize=1534760 CPUtime=0
/proc/15541/task/15556/stat : 15556 (java) S 15539 15541 15008 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 10404846 1571594240 350852 1992294400 134512640 134550932 4289966544 18446744073709551615 4294960144 0 4 0 16800975 18446604437821941696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1534760

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

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

[startup+1739.52 s]
/proc/loadavg: 1.00 1.02 1.04 2/119 15603
/proc/meminfo: memFree=378240/2059040 swapFree=4192888/4192956
[pid=15541] ppid=15539 vsize=0 CPUtime=1800.2
/proc/15541/stat : 15541 (java) Z 15539 15541 15008 0 -1 4203548 445191 0 101 0 179521 499 0 0 15 0 2 0 10401434 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 18
/proc/15541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1739.58
CPU time (s): 1800.27
CPU user time (s): 1795.21
CPU system time (s): 5.05523
CPU usage (%): 103.489
Max. virtual memory (cumulated for all children) (KiB): 1561012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 5.05523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445191
page faults= 101
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58908
involuntary context switches= 47292

runsolver used 3.67444 second user time and 9.56155 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 14:24:46
IDJOB=2661452
IDBENCH=71874
IDSOLVER=1165
FILE ID=node041/2661452-1276691083
PBS_JOBID= 11172586
Free space on /tmp= 62024 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__128.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661452-1276691083/watcher-2661452-1276691083 -o /tmp/evaluation-result-2661452-1276691083/solver-2661452-1276691083 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661452-1276691083.opb

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

MD5SUM BENCH= 2104e5f01fbb9f409116374f650da887
RANDOM SEED=1601631193

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835720 kB
Buffers:          1388 kB
Cached:          87672 kB
SwapCached:         64 kB
Active:         137356 kB
Inactive:        11576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835720 kB
SwapTotal:     4192956 kB
SwapFree:      4192888 kB
Dirty:           60928 kB
Writeback:           0 kB
AnonPages:       59828 kB
Mapped:          15420 kB
Slab:            52552 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180612 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= 62024 MiB
End job on node041 at 2010-06-16 14:53:49