Trace number 2658846

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 Resolution 2.2.0 2010-05-26? (TO) 1800.13 1793.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2658846-1276570939.opb
0.21/0.22	c reading problem ... 
21.73/17.89	c ... done. Wall clock time 17.67s.
21.73/17.89	c #vars     399966
21.73/17.89	c #constraints  116334
21.73/17.89	c constraints type 
21.73/17.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
21.73/17.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
365.92/360.69	c cleaning 2500 clauses out of 5000 with flag 5000/5000
745.52/739.99	c cleaning 4239 clauses out of 8501 with flag 11001/11001
1135.23/1129.45	c cleaning 5614 clauses out of 11261 with flag 18000/18000
1532.69/1526.45	c cleaning 6815 clauses out of 13647 with flag 26000/26000
1800.00/1793.41	c starts		: 55
1800.00/1793.41	c conflicts		: 30247
1800.00/1793.41	c decisions		: 449836
1800.00/1793.41	c propagations		: 13640970
1800.00/1793.41	c inspects		: 71285372
1800.00/1793.41	c learnt literals	: 0
1800.00/1793.41	c learnt binary clauses	: 19
1800.00/1793.41	c learnt ternary clauses	: 5
1800.00/1793.41	c learnt clauses	: 30246
1800.00/1793.41	c ignored clauses	: 0
1800.00/1793.41	c root simplifications	: 0
1800.00/1793.41	c removed literals (reason simplification)	: 12849465
1800.00/1793.41	c reason swapping (by a shorter reason)	: 0
1800.00/1793.41	c Calls to reduceDB	: 4
1800.00/1793.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1793.41	c number of learned constraints concerned by reduction	: 0
1800.00/1793.41	c number of learning phase by resolution	: 0
1800.00/1793.41	c number of learning phase by cutting planes	: 0
1800.00/1793.41	c speed (assignments/second)	: 7682.794130402214
1800.00/1793.41	c non guided choices	189528
1800.00/1793.44	c learnt constraints type 
1800.00/1793.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11059
1800.00/1793.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.00/1793.44	c constraints type 
1800.00/1793.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1800.00/1793.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4354
1800.00/1793.44	s UNKNOWN
1800.00/1793.44	c Total wall clock time (in seconds): 1793.221

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1590
/proc/meminfo: memFree=1796772/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=244 CPUtime=0
/proc/1590/stat : 1590 (java6) R 1588 1590 1345 0 -1 4194304 101 0 0 0 0 0 0 0 16 0 1 0 30750501 249856 21 1992294400 134512640 134550932 4291876800 18446744073709551615 5128009 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1590/statm: 61 21 15 10 0 22 0

[startup+0.0624109 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1590
/proc/meminfo: memFree=1796772/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1521664 CPUtime=0.05
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 3606 0 1 0 3 2 0 0 15 0 7 0 30750501 1558183936 3048 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 380416 3048 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.101417 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1590
/proc/meminfo: memFree=1796772/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1523992 CPUtime=0.08
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 3917 0 1 0 6 2 0 0 15 0 12 0 30750501 1560567808 3357 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 380998 3357 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.301433 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1590
/proc/meminfo: memFree=1796772/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1526340 CPUtime=0.34
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 7521 0 1 0 30 4 0 0 15 0 12 0 30750501 1562972160 6959 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 381585 6959 1354 10 0 378887 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526340

[startup+0.701478 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1590
/proc/meminfo: memFree=1796772/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1539048 CPUtime=1.12
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 14864 0 1 0 105 7 0 0 15 0 12 0 30750501 1575985152 13966 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 384762 13966 1378 10 0 382064 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1539048

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 1604
/proc/meminfo: memFree=1741124/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1541120 CPUtime=2.56
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 24189 0 1 0 245 11 0 0 15 0 12 0 30750501 1578106880 21840 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 385280 21842 1406 10 0 382582 0
[pid=1590/tid=1592] ppid=1588 vsize=1541120 CPUtime=1.46
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 17115 0 1 0 138 8 0 0 25 0 12 0 30750503 1578106880 21845 1992294400 134512640 134550932 4287658608 18446744073709551615 4109684483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 30750504 1578106880 21847 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30750504 1578106880 21848 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30750506 1578106880 21849 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30750507 1578106880 21850 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30750507 1578106880 21850 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30750511 1578106880 21851 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1541120 CPUtime=0.04
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 73 0 0 0 4 0 0 0 22 0 12 0 30750511 1578106880 21852 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1541120 CPUtime=1.05
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 5941 0 0 0 103 2 0 0 17 0 12 0 30750511 1578106880 21853 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30750511 1578106880 21854 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30750511 1578106880 21855 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1541120

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 1604
/proc/meminfo: memFree=1645148/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1541120 CPUtime=4.31
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 47601 0 1 0 411 20 0 0 15 0 12 0 30750501 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 385280 45199 1417 10 0 382582 0
[pid=1590/tid=1592] ppid=1588 vsize=1541120 CPUtime=2.92
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32018 0 1 0 278 14 0 0 25 0 12 0 30750503 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4109528741 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1541120 CPUtime=0.13
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 4051 0 0 0 12 1 0 0 16 0 12 0 30750504 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1541120 CPUtime=0.13
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 4450 0 0 0 12 1 0 0 18 0 12 0 30750504 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 30750506 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30750507 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30750507 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30750511 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1541120 CPUtime=0.04
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 73 0 0 0 4 0 0 0 22 0 12 0 30750511 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1541120 CPUtime=1.05
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 5941 0 0 0 103 2 0 0 17 0 12 0 30750511 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30750511 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1541120 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30750511 1578106880 45199 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1541120

[startup+6.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 1604
/proc/meminfo: memFree=1557852/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535316 CPUtime=8.12
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 74144 0 1 0 779 33 0 0 15 0 12 0 30750501 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383829 67211 1417 10 0 381131 0
[pid=1590/tid=1592] ppid=1588 vsize=1535316 CPUtime=5.51
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32022 0 1 0 537 14 0 0 25 0 12 0 30750503 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4109466167 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535316 CPUtime=0.73
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 17816 0 0 0 65 8 0 0 16 0 12 0 30750504 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535316 CPUtime=0.74
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 17224 0 0 0 67 7 0 0 16 0 12 0 30750504 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30750506 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30750507 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30750507 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30750511 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535316 CPUtime=0.06
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 73 0 0 0 6 0 0 0 18 0 12 0 30750511 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535316 CPUtime=1.05
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 5941 0 0 0 103 2 0 0 17 0 12 0 30750511 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30750511 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30750511 1572163584 67211 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1535316

[startup+12.7026 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 1604
/proc/meminfo: memFree=1417608/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535316 CPUtime=15.91
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 109497 0 1 0 1540 51 0 0 15 0 12 0 30750501 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383829 97956 1417 10 0 381131 0
[pid=1590/tid=1592] ppid=1588 vsize=1535316 CPUtime=10.48
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32039 0 1 0 1032 16 0 0 16 0 12 0 30750503 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4109490473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535316 CPUtime=2.05
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 35977 0 0 0 190 15 0 0 15 0 12 0 30750504 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535316 CPUtime=2.11
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 34382 0 0 0 195 16 0 0 16 0 12 0 30750504 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 30750506 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30750507 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30750507 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30750511 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535316 CPUtime=0.09
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 73 0 0 0 9 0 0 0 15 0 12 0 30750511 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535316 CPUtime=1.13
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 5958 0 0 0 111 2 0 0 15 0 12 0 30750511 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30750511 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535316 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30750511 1572163584 97956 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 1535316

[startup+25.5018 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 1605
/proc/meminfo: memFree=1320260/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535640 CPUtime=30.21
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 135308 0 1 0 2955 66 0 0 15 0 13 0 30750501 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 120526 1431 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=22.3
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32091 0 1 0 2213 17 0 0 25 0 13 0 30750503 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4109780946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=3.01
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 48815 0 0 0 279 22 0 0 16 0 13 0 30750504 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=3.06
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 47243 0 0 0 284 22 0 0 16 0 13 0 30750504 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 30750506 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 120526 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.44

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

[pid=1590] ppid=1588 vsize=1535640 CPUtime=1608.87
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 175956 0 1 0 160797 90 0 0 15 0 13 0 30750501 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 139238 1442 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=1591.77
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32194 0 1 0 159159 18 0 0 25 0 13 0 30750503 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4109949666 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=4.29
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 59192 0 0 0 398 31 0 0 15 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=4.33
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 56189 0 0 0 404 29 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=5.37
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 19484 0 0 0 530 7 0 0 15 0 13 0 30750506 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.69
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 122 0 0 0 69 0 0 0 16 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535640 CPUtime=2.35
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 7617 0 0 0 233 2 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1605] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1605/stat : 1605 (java) S 1588 1590 1345 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 30752407 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.87
Current children cumulated vsize (KiB) 1535640

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1651
/proc/meminfo: memFree=1243256/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535640 CPUtime=1668.87
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 175962 0 1 0 166797 90 0 0 15 0 13 0 30750501 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 139238 1442 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=1651.73
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32196 0 1 0 165155 18 0 0 25 0 13 0 30750503 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4109782495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=4.31
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 59192 0 0 0 400 31 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=4.35
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 56189 0 0 0 406 29 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=5.37
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 19486 0 0 0 530 7 0 0 15 0 13 0 30750506 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.69
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 122 0 0 0 69 0 0 0 16 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535640 CPUtime=2.35
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 7617 0 0 0 233 2 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1605] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1605/stat : 1605 (java) S 1588 1590 1345 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 30752407 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.87
Current children cumulated vsize (KiB) 1535640

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1653
/proc/meminfo: memFree=1243256/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535640 CPUtime=1728.89
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 175973 0 1 0 172799 90 0 0 15 0 13 0 30750501 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 139238 1442 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=1711.68
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32199 0 1 0 171150 18 0 0 25 0 13 0 30750503 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4109948422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=4.35
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 59192 0 0 0 404 31 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=4.38
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 56189 0 0 0 409 29 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=5.37
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 19490 0 0 0 530 7 0 0 15 0 13 0 30750506 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.69
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 122 0 0 0 69 0 0 0 16 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535640 CPUtime=2.35
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 7617 0 0 0 233 2 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1605] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1605/stat : 1605 (java) S 1588 1590 1345 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 30752407 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.89
Current children cumulated vsize (KiB) 1535640

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1653
/proc/meminfo: memFree=1243132/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535640 CPUtime=1788.9
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 175984 0 1 0 178799 91 0 0 15 0 13 0 30750501 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 139238 1442 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=1771.64
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32202 0 1 0 177146 18 0 0 25 0 13 0 30750503 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4109782483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=4.37
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 59192 0 0 0 406 31 0 0 15 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=4.41
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 56189 0 0 0 412 29 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=5.38
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 19494 0 0 0 531 7 0 0 15 0 13 0 30750506 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.69
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 122 0 0 0 69 0 0 0 16 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535640 CPUtime=2.35
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 7617 0 0 0 233 2 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1605] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1605/stat : 1605 (java) S 1588 1590 1345 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 30752407 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.9
Current children cumulated vsize (KiB) 1535640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 1655
/proc/meminfo: memFree=1243132/2059040 swapFree=4140224/4192956
[pid=1590] ppid=1588 vsize=1535640 CPUtime=1800
/proc/1590/stat : 1590 (java) S 1588 1590 1345 0 -1 4202496 175984 0 1 0 179909 91 0 0 15 0 13 0 30750501 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1590/statm: 383910 139238 1442 10 0 381212 0
[pid=1590/tid=1592] ppid=1588 vsize=1535640 CPUtime=1782.75
/proc/1590/task/1592/stat : 1592 (java) R 1588 1590 1345 0 -1 4202560 32202 0 1 0 178257 18 0 0 25 0 13 0 30750503 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4109948529 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1590/tid=1593] ppid=1588 vsize=1535640 CPUtime=4.37
/proc/1590/task/1593/stat : 1593 (java) S 1588 1590 1345 0 -1 4202560 59192 0 0 0 406 31 0 0 15 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1594] ppid=1588 vsize=1535640 CPUtime=4.41
/proc/1590/task/1594/stat : 1594 (java) S 1588 1590 1345 0 -1 4202560 56189 0 0 0 412 29 0 0 16 0 13 0 30750504 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1595] ppid=1588 vsize=1535640 CPUtime=5.38
/proc/1590/task/1595/stat : 1595 (java) S 1588 1590 1345 0 -1 4202560 19494 0 0 0 531 7 0 0 15 0 13 0 30750506 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 0 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1596] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1596/stat : 1596 (java) S 1588 1590 1345 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1597] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1597/stat : 1597 (java) S 1588 1590 1345 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30750507 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1599] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1599/stat : 1599 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1600] ppid=1588 vsize=1535640 CPUtime=0.69
/proc/1590/task/1600/stat : 1600 (java) S 1588 1590 1345 0 -1 4202560 122 0 0 0 69 0 0 0 16 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1602] ppid=1588 vsize=1535640 CPUtime=2.35
/proc/1590/task/1602/stat : 1602 (java) S 1588 1590 1345 0 -1 4202560 7617 0 0 0 233 2 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1603] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1603/stat : 1603 (java) S 1588 1590 1345 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 0 0 0 0
[pid=1590/tid=1604] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1604/stat : 1604 (java) S 1588 1590 1345 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 30750511 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
[pid=1590/tid=1605] ppid=1588 vsize=1535640 CPUtime=0
/proc/1590/task/1605/stat : 1605 (java) S 1588 1590 1345 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 30752407 1572495360 139238 1992294400 134512640 134550932 4287658608 18446744073709551615 4294960144 0 4 0 16800975 18446604437821611072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1535640

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

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

Child status: 143
Real time (s): 1793.5
CPU time (s): 1800.13
CPU user time (s): 1799.16
CPU system time (s): 0.965853
CPU usage (%): 100.37
Max. virtual memory (cumulated for all children) (KiB): 1553188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176005
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= 37845
involuntary context switches= 24664

runsolver used 3.61345 second user time and 9.49456 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 05:02:22
IDJOB=2658846
IDBENCH=2525
IDSOLVER=1164
FILE ID=node018/2658846-1276570939
PBS_JOBID= 11173519
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658846-1276570939/watcher-2658846-1276570939 -o /tmp/evaluation-result-2658846-1276570939/solver-2658846-1276570939 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658846-1276570939.opb

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

MD5SUM BENCH= 97b175564b36442f64835a62ac7058b3
RANDOM SEED=141167405

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1797044 kB
Buffers:         42584 kB
Cached:         129144 kB
SwapCached:       6136 kB
Active:         113540 kB
Inactive:        71224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1797044 kB
SwapTotal:     4192956 kB
SwapFree:      4140224 kB
Dirty:           31624 kB
Writeback:           0 kB
AnonPages:       11160 kB
Mapped:          12872 kB
Slab:            55100 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180684 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= 62456 MiB
End job on node018 at 2010-06-15 05:32:17