Trace number 2658789

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.18 1796.88

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
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 variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2658789-1276531185.opb
0.23/0.22	c reading problem ... 
4.89/3.78	c ... done. Wall clock time 3.57s.
4.89/3.78	c #vars     53335
4.89/3.78	c #constraints  7737
4.89/3.78	c constraints type 
4.89/3.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5216
545.66/543.32	c cleaning 2505 clauses out of 5012 with flag 5013/5013
657.64/655.27	c cleaning 4248 clauses out of 8496 with flag 11002/11002
765.15/762.66	c cleaning 5619 clauses out of 11246 with flag 18000/18000
837.61/835.05	c cleaning 6814 clauses out of 13629 with flag 26002/26002
948.81/946.17	c cleaning 7906 clauses out of 15813 with flag 35000/35000
1029.68/1026.95	c cleaning 8950 clauses out of 17910 with flag 45003/45003
1247.25/1244.46	c cleaning 9474 clauses out of 18957 with flag 55000/55000
1354.61/1351.68	c cleaning 9751 clauses out of 19505 with flag 65022/65022
1445.92/1442.86	c cleaning 9877 clauses out of 19759 with flag 75027/75027
1588.52/1585.38	c cleaning 9924 clauses out of 19857 with flag 85002/85002
1745.88/1742.67	c cleaning 9954 clauses out of 19931 with flag 95000/95000
1800.07/1796.81	c starts		: 90
1800.07/1796.81	c conflicts		: 96662
1800.07/1796.81	c decisions		: 1583124
1800.07/1796.81	c propagations		: 16161487
1800.07/1796.81	c inspects		: 83954734
1800.07/1796.81	c learnt literals	: 1
1800.07/1796.81	c learnt binary clauses	: 0
1800.07/1796.81	c learnt ternary clauses	: 0
1800.07/1796.81	c learnt clauses	: 96660
1800.07/1796.81	c ignored clauses	: 0
1800.07/1796.81	c root simplifications	: 0
1800.07/1796.81	c removed literals (reason simplification)	: 22289162
1800.07/1796.81	c reason swapping (by a shorter reason)	: 0
1800.07/1796.81	c Calls to reduceDB	: 11
1800.07/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.81	c number of learned constraints concerned by reduction	: 0
1800.07/1796.81	c number of learning phase by resolution	: 0
1800.07/1796.81	c number of learning phase by cutting planes	: 0
1800.07/1796.81	c speed (assignments/second)	: 9013.521268781786
1800.07/1796.81	c non guided choices	506128
1800.07/1796.84	c learnt constraints type 
1800.07/1796.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11639
1800.07/1796.84	c constraints type 
1800.07/1796.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5216
1800.07/1796.84	s UNKNOWN
1800.07/1796.84	c Total wall clock time (in seconds): 1796.622

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-2658789-1276531185/watcher-2658789-1276531185 -o /tmp/evaluation-result-2658789-1276531185/solver-2658789-1276531185 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658789-1276531185.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 29334
/proc/meminfo: memFree=1784432/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=248 CPUtime=0
/proc/29334/stat : 29334 (java) R 29332 29334 29000 0 -1 4194304 283 0 0 0 0 0 0 0 20 0 1 0 28720259 253952 28 1992294400 134512640 134550932 4292110128 18446744073709551615 11227614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29334/statm: 62 28 21 10 0 23 0

[startup+0.076712 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29334
/proc/meminfo: memFree=1784432/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1521796 CPUtime=0.06
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 3762 0 1 0 4 2 0 0 18 0 7 0 28720259 1558319104 3202 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 380449 3202 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100713 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29334
/proc/meminfo: memFree=1784432/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1524184 CPUtime=0.08
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 28720259 1560764416 3403 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300733 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29334
/proc/meminfo: memFree=1784432/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1526332 CPUtime=0.33
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 5657 0 1 0 30 3 0 0 18 0 12 0 28720259 1562963968 5092 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 381583 5092 1358 10 0 378885 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526332

[startup+0.700658 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29334
/proc/meminfo: memFree=1784432/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1529404 CPUtime=1.12
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 8782 0 1 0 107 5 0 0 18 0 12 0 28720259 1566109696 7648 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382351 7648 1404 10 0 379653 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529404

[startup+1.50165 s]
/proc/loadavg: 1.32 1.07 1.02 2/118 29346
/proc/meminfo: memFree=1733808/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1529404 CPUtime=2.24
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 22903 0 1 0 212 12 0 0 18 0 12 0 28720259 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382351 21765 1406 10 0 379653 0
[pid=29334/tid=29336] ppid=29332 vsize=1529404 CPUtime=1.45
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 19668 0 1 0 135 10 0 0 25 0 12 0 28720260 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4109322704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 28720261 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28720261 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28720263 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28720264 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28720264 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 28720268 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1529404 CPUtime=0.71
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1735 0 0 0 70 1 0 0 17 0 12 0 28720268 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1529404 CPUtime=0.05
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 434 0 0 0 5 0 0 0 20 0 12 0 28720268 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28720268 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1529404 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) R 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28720268 1566109696 21765 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1529404

[startup+3.10164 s]
/proc/loadavg: 1.32 1.07 1.02 2/118 29346
/proc/meminfo: memFree=1656184/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1529368 CPUtime=4.13
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 41931 0 1 0 394 19 0 0 18 0 12 0 28720259 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382342 40352 1423 10 0 379644 0
[pid=29334/tid=29336] ppid=29332 vsize=1529368 CPUtime=2.92
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32008 0 1 0 278 14 0 0 25 0 12 0 28720260 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4109181992 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1529368 CPUtime=0.12
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 3457 0 0 0 11 1 0 0 18 0 12 0 28720261 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1529368 CPUtime=0.11
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 3043 0 0 0 10 1 0 0 18 0 12 0 28720261 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28720263 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 28720264 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28720264 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 28720268 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1529368 CPUtime=0.71
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1735 0 0 0 70 1 0 0 17 0 12 0 28720268 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1529368 CPUtime=0.22
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 618 0 0 0 22 0 0 0 17 0 12 0 28720268 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28720268 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1529368 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28720268 1566072832 40352 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1529368

[startup+6.30162 s]
/proc/loadavg: 1.29 1.06 1.02 2/119 29347
/proc/meminfo: memFree=1590704/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530276 CPUtime=7.89
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 51810 0 1 0 765 24 0 0 18 0 13 0 28720259 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382569 49546 1431 10 0 379871 0
[pid=29334/tid=29336] ppid=29332 vsize=1530276 CPUtime=5.93
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32044 0 1 0 578 15 0 0 25 0 13 0 28720260 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4109435691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530276 CPUtime=0.29
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 8153 0 0 0 26 3 0 0 18 0 13 0 28720261 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530276 CPUtime=0.29
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 7950 0 0 0 26 3 0 0 18 0 13 0 28720261 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28720263 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530276 CPUtime=0.9
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1748 0 0 0 89 1 0 0 15 0 13 0 28720268 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530276 CPUtime=0.44
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 840 0 0 0 44 0 0 0 16 0 13 0 28720268 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28720268 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530276 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567002624 49546 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 1530276

[startup+12.7016 s]
/proc/loadavg: 1.27 1.06 1.02 2/119 29347
/proc/meminfo: memFree=1589464/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530956 CPUtime=14.39
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 52044 0 1 0 1415 24 0 0 18 0 13 0 28720259 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382739 49610 1431 10 0 380041 0
[pid=29334/tid=29336] ppid=29332 vsize=1530956 CPUtime=12.31
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32051 0 1 0 1216 15 0 0 25 0 13 0 28720260 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4109531874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530956 CPUtime=0.29
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 8153 0 0 0 26 3 0 0 18 0 13 0 28720261 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530956 CPUtime=0.29
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 7950 0 0 0 26 3 0 0 18 0 13 0 28720261 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28720263 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530956 CPUtime=0.9
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1748 0 0 0 89 1 0 0 15 0 13 0 28720268 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530956 CPUtime=0.56
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1067 0 0 0 56 0 0 0 15 0 13 0 28720268 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28720268 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530956 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567698944 49610 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1530956

[startup+25.5015 s]
/proc/loadavg: 1.23 1.06 1.02 2/119 29347
/proc/meminfo: memFree=1583264/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530904 CPUtime=27.47
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 54099 0 1 0 2722 25 0 0 18 0 13 0 28720259 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382726 51257 1433 10 0 380028 0
[pid=29334/tid=29336] ppid=29332 vsize=1530904 CPUtime=24.98
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32057 0 1 0 2483 15 0 0 25 0 13 0 28720260 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4109454870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530904 CPUtime=0.39
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 9358 0 0 0 36 3 0 0 18 0 13 0 28720261 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530904 CPUtime=0.39
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 8632 0 0 0 36 3 0 0 18 0 13 0 28720261 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530904 CPUtime=0
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28720263 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530904 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567645696 51257 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530904 CPUtime=0

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

[pid=29334] ppid=29332 vsize=1530800 CPUtime=1665.56
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 91765 0 1 0 166500 56 0 0 18 0 13 0 28720259 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382700 85146 1442 10 0 380002 0
[pid=29334/tid=29336] ppid=29332 vsize=1530800 CPUtime=1656.26
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32167 0 1 0 165605 21 0 0 25 0 13 0 28720260 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4109454495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530800 CPUtime=2.3
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 29297 0 0 0 215 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530800 CPUtime=2.29
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 25375 0 0 0 214 15 0 0 16 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530800 CPUtime=2.74
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 634 0 0 0 273 1 0 0 15 0 13 0 28720263 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530800 CPUtime=0.93
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1750 0 0 0 92 1 0 0 16 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530800 CPUtime=0.99
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1371 0 0 0 99 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.56
Current children cumulated vsize (KiB) 1530800

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29405
/proc/meminfo: memFree=1446244/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530800 CPUtime=1725.57
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 91771 0 1 0 172501 56 0 0 18 0 13 0 28720259 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382700 85146 1442 10 0 380002 0
[pid=29334/tid=29336] ppid=29332 vsize=1530800 CPUtime=1716.22
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32169 0 1 0 171601 21 0 0 25 0 13 0 28720260 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4109186912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530800 CPUtime=2.32
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 29297 0 0 0 217 15 0 0 16 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530800 CPUtime=2.31
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 25375 0 0 0 216 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530800 CPUtime=2.74
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 636 0 0 0 273 1 0 0 15 0 13 0 28720263 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530800 CPUtime=0.93
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1750 0 0 0 92 1 0 0 16 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530800 CPUtime=0.99
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1371 0 0 0 99 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.57
Current children cumulated vsize (KiB) 1530800

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29405
/proc/meminfo: memFree=1445996/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530800 CPUtime=1785.57
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 91779 0 1 0 178501 56 0 0 18 0 13 0 28720259 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382700 85146 1442 10 0 380002 0
[pid=29334/tid=29336] ppid=29332 vsize=1530800 CPUtime=1775.91
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32171 0 1 0 177570 21 0 0 25 0 13 0 28720260 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4109186393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530800 CPUtime=2.34
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 29297 0 0 0 219 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530800 CPUtime=2.33
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 25375 0 0 0 218 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530800 CPUtime=3
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 638 0 0 0 299 1 0 0 15 0 13 0 28720263 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530800 CPUtime=0.93
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1750 0 0 0 92 1 0 0 16 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530800 CPUtime=0.99
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1371 0 0 0 99 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (KiB) 1530800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29407
/proc/meminfo: memFree=1445996/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530800 CPUtime=1800.07
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 91782 0 1 0 179951 56 0 0 18 0 13 0 28720259 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382700 85146 1442 10 0 380002 0
[pid=29334/tid=29336] ppid=29332 vsize=1530800 CPUtime=1790.4
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32172 0 1 0 179019 21 0 0 25 0 13 0 28720260 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4109435375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530800 CPUtime=2.35
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 29297 0 0 0 220 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530800 CPUtime=2.34
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 25375 0 0 0 219 15 0 0 16 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530800 CPUtime=3
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 640 0 0 0 299 1 0 0 15 0 13 0 28720263 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530800 CPUtime=0.93
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1750 0 0 0 92 1 0 0 16 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530800 CPUtime=0.99
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1371 0 0 0 99 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1530800

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

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

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 29407
/proc/meminfo: memFree=1445996/2059040 swapFree=4140228/4192956
[pid=29334] ppid=29332 vsize=1530800 CPUtime=1800.07
/proc/29334/stat : 29334 (java) S 29332 29334 29000 0 -1 4202496 91782 0 1 0 179951 56 0 0 18 0 13 0 28720259 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29334/statm: 382700 85146 1442 10 0 380002 0
[pid=29334/tid=29336] ppid=29332 vsize=1530800 CPUtime=1790.4
/proc/29334/task/29336/stat : 29336 (java) R 29332 29334 29000 0 -1 4202560 32172 0 1 0 179019 21 0 0 25 0 13 0 28720260 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4109435375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29334/tid=29337] ppid=29332 vsize=1530800 CPUtime=2.35
/proc/29334/task/29337/stat : 29337 (java) S 29332 29334 29000 0 -1 4202560 29297 0 0 0 220 15 0 0 15 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29338] ppid=29332 vsize=1530800 CPUtime=2.34
/proc/29334/task/29338/stat : 29338 (java) S 29332 29334 29000 0 -1 4202560 25375 0 0 0 219 15 0 0 16 0 13 0 28720261 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29339] ppid=29332 vsize=1530800 CPUtime=3
/proc/29334/task/29339/stat : 29339 (java) S 29332 29334 29000 0 -1 4202560 640 0 0 0 299 1 0 0 15 0 13 0 28720263 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 0 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29340] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29340/stat : 29340 (java) S 29332 29334 29000 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29341] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29341/stat : 29341 (java) S 29332 29334 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28720264 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29342] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29342/stat : 29342 (java) S 29332 29334 29000 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29343] ppid=29332 vsize=1530800 CPUtime=0.93
/proc/29334/task/29343/stat : 29343 (java) S 29332 29334 29000 0 -1 4202560 1750 0 0 0 92 1 0 0 16 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29344] ppid=29332 vsize=1530800 CPUtime=0.99
/proc/29334/task/29344/stat : 29344 (java) S 29332 29334 29000 0 -1 4202560 1371 0 0 0 99 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
[pid=29334/tid=29345] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29345/stat : 29345 (java) S 29332 29334 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29346] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29346/stat : 29346 (java) S 29332 29334 29000 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 28720268 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 0 0 0 0
[pid=29334/tid=29347] ppid=29332 vsize=1530800 CPUtime=0
/proc/29334/task/29347/stat : 29347 (java) S 29332 29334 29000 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 28720652 1567539200 85146 1992294400 134512640 134550932 4292110128 18446744073709551615 4294960144 0 4 0 16800975 18446604437859027008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1530800

Child status: 143
Real time (s): 1796.88
CPU time (s): 1800.18
CPU user time (s): 1799.58
CPU system time (s): 0.600908
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 1531472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91803
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= 37786
involuntary context switches= 29697

runsolver used 3.73243 second user time and 9.46956 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 17:59:45
IDJOB=2658789
IDBENCH=2333
IDSOLVER=1164
FILE ID=node009/2658789-1276531185
PBS_JOBID= 11173451
Free space on /tmp= 62444 MiB

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

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

MD5SUM BENCH= cadb80b29b1b884c95a94376a4e900b4
RANDOM SEED=488418694

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1784704 kB
Buffers:         76008 kB
Cached:         119236 kB
SwapCached:       5716 kB
Active:          97568 kB
Inactive:       109948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1784704 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            5168 kB
Writeback:           0 kB
AnonPages:       10872 kB
Mapped:          12904 kB
Slab:            44688 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179572 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= 62444 MiB
End job on node009 at 2010-06-14 18:29:44