Trace number 1855308

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.17 1772.51

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-enigma.opb
MD5SUM40c4ca45f28cf4c12979bc2b22100ada
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.63975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables100
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 900207
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 9508275
Number of bits of the biggest sum of numbers24
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-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
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.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@ecd7e
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 phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based 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-1855308-1244871932.opb
0.21/0.22	c reading problem ... 
0.21/0.27	c ... done. Wall clock time 0.046s.
0.21/0.27	c #vars     100
0.21/0.27	c #constraints  42
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
0.21/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1772.41	c starts		: 11
1800.02/1772.41	c conflicts		: 12858
1800.02/1772.41	c decisions		: 14811
1800.02/1772.41	c propagations		: 215500
1800.02/1772.41	c inspects		: 580586836
1800.02/1772.41	c learnt literals	: 0
1800.02/1772.41	c learnt binary clauses	: 0
1800.02/1772.41	c learnt ternary clauses	: 0
1800.02/1772.41	c learnt clauses	: 12857
1800.02/1772.41	c ignored clauses	: 0
1800.02/1772.41	c root simplifications	: 0
1800.02/1772.41	c removed literals (reason simplification)	: 0
1800.02/1772.41	c reason swapping (by a shorter reason)	: 0
1800.02/1772.41	c Calls to reduceDB	: 0
1800.02/1772.41	c speed (assignments/second)	: 121.6039761960922
1800.02/1772.41	c non guided choices	34
1800.02/1772.44	c learnt constraints type 
1800.02/1772.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
1800.02/1772.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12842
1800.02/1772.44	c constraints type 
1800.02/1772.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
1800.02/1772.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
1800.02/1772.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/1772.44	s UNKNOWN
1800.02/1772.44	c Total wall clock time (in seconds): 1772.223

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-1855308-1244871932/watcher-1855308-1244871932 -o /tmp/evaluation-result-1855308-1244871932/solver-1855308-1244871932 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855308-1244871932.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 2/64 11085
/proc/meminfo: memFree=839280/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=144 CPUtime=0
/proc/11085/stat : 11085 (java6) R 11083 11085 9994 0 -1 0 32 0 0 0 0 0 0 0 20 0 1 0 154793468 147456 18 1992294400 134512640 134550932 4294956160 18446744073709551615 2810144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11085/statm: 37 20 14 9 0 3 0

[startup+0.0877761 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11085
/proc/meminfo: memFree=839280/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1471244 CPUtime=0.07
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 3477 0 1 0 5 2 0 0 18 0 7 0 154793468 1506553856 3222 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 367811 3222 1040 9 0 365162 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1471244

[startup+0.101776 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11085
/proc/meminfo: memFree=839280/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1473608 CPUtime=0.08
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 154793468 1508974592 3345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 368402 3345 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.301797 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11085
/proc/meminfo: memFree=839280/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1475232 CPUtime=0.34
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 5074 0 1 0 31 3 0 0 18 0 13 0 154793468 1510637568 4811 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 368808 4812 1354 9 0 366151 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475232

[startup+0.701842 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 11085
/proc/meminfo: memFree=839280/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1482324 CPUtime=1.06
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 9382 0 1 0 101 5 0 0 18 0 13 0 154793468 1517899776 7823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 370581 7823 1390 9 0 367924 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1482324

[startup+1.50292 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 11098
/proc/meminfo: memFree=804040/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1490088 CPUtime=2.64
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 17559 0 1 0 255 9 0 0 18 0 13 0 154793468 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 372522 13670 1417 9 0 369865 0
[pid=11085/tid=11087] ppid=11083 vsize=1490088 CPUtime=0.68
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 8841 0 1 0 63 5 0 0 24 0 13 0 154793469 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154793471 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 154793471 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 154793472 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154793473 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 154793473 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1490088 CPUtime=0.93
/proc/11085/task/11094/stat : 11094 (java) R 11083 11085 9994 0 -1 64 2976 0 0 0 92 1 0 0 17 0 13 0 154793477 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 104140883 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1490088 CPUtime=1
/proc/11085/task/11095/stat : 11095 (java) R 11083 11085 9994 0 -1 64 4993 0 0 0 99 1 0 0 18 0 13 0 154793477 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 106251492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1490088 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1525850112 13670 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1490088

[startup+3.10207 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 11098
/proc/meminfo: memFree=729736/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1488164 CPUtime=4.8
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 42345 0 1 0 460 20 0 0 18 0 13 0 154793468 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 372041 36559 1430 9 0 369384 0
[pid=11085/tid=11087] ppid=11083 vsize=1488164 CPUtime=2.06
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 30980 0 1 0 192 14 0 0 25 0 13 0 154793469 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4109445869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1488164 CPUtime=0.01
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 485 0 0 0 1 0 0 0 16 0 13 0 154793471 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 481 0 0 0 0 0 0 0 16 0 13 0 154793471 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 154793472 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1488164 CPUtime=1.16
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3258 0 0 0 115 1 0 0 16 0 13 0 154793477 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1488164 CPUtime=1.51
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 6382 0 0 0 149 2 0 0 15 0 13 0 154793477 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1488164 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523879936 36559 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 1488164

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11098
/proc/meminfo: memFree=689864/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=8.28
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 51306 0 1 0 805 23 0 0 18 0 13 0 154793468 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 44277 1430 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=5.2
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 35459 0 1 0 504 16 0 0 25 0 13 0 154793469 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4109449429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=0.07
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 2329 0 0 0 6 1 0 0 17 0 13 0 154793471 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=0.07
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 2180 0 0 0 6 1 0 0 16 0 13 0 154793471 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 154793472 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.17
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3258 0 0 0 116 1 0 0 17 0 13 0 154793477 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 44277 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1487924

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11098
/proc/meminfo: memFree=659400/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=14.76
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 53613 0 1 0 1451 25 0 0 18 0 13 0 154793468 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 46219 1430 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=11.52
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 35468 0 1 0 1136 16 0 0 25 0 13 0 154793469 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4109464317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=0.12
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 3383 0 0 0 11 1 0 0 15 0 13 0 154793471 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=0.13
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 3424 0 0 0 11 2 0 0 16 0 13 0 154793471 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154793472 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.2
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3258 0 0 0 119 1 0 0 16 0 13 0 154793477 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 46219 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1487924

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 11098
/proc/meminfo: memFree=651976/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=27.65
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 55569 0 1 0 2739 26 0 0 18 0 13 0 154793468 1523634176 47979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 47979 1430 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=24.24
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 35624 0 1 0 2408 16 0 0 22 0 13 0 154793469 1523634176 47979 1992294400 134512640 134550932 4294956000 18446744073709551615 4109497660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=0.2
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 4257 0 0 0 18 2 0 0 16 0 13 0 154793471 1523634176 47979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=0.19
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 4350 0 0 0 17 2 0 0 16 0 13 0 154793471 1523634176 47979 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.01

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

[pid=11085] ppid=11083 vsize=1487924 CPUtime=1564.9
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 89121 0 1 0 156388 102 0 0 18 0 13 0 154793468 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 79354 1434 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=1518.84
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 37069 0 1 0 151863 21 0 0 22 0 13 0 154793469 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4109729400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=21.3
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 20093 0 0 0 2102 28 0 0 16 0 13 0 154793471 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=21.26
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 20608 0 0 0 2091 35 0 0 17 0 13 0 154793471 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.31
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 33 0 0 0 20 11 0 0 15 0 13 0 154793472 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.4
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3267 0 0 0 139 1 0 0 17 0 13 0 154793477 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 79354 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1564.9
Current children cumulated vsize (KiB) 1487924

[startup+1602.3 s]
/proc/loadavg: 1.12 1.11 1.05 2/77 11106
/proc/meminfo: memFree=522760/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=1626.18
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 89942 0 1 0 162513 105 0 0 18 0 13 0 154793468 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 80116 1434 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=1577.49
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 37126 0 1 0 157727 22 0 0 25 0 13 0 154793469 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4109691327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=22.61
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 20475 0 0 0 2231 30 0 0 16 0 13 0 154793471 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=22.57
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 20990 0 0 0 2221 36 0 0 16 0 13 0 154793471 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.32
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 33 0 0 0 21 11 0 0 16 0 13 0 154793472 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.4
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3267 0 0 0 139 1 0 0 17 0 13 0 154793477 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 80116 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1626.18
Current children cumulated vsize (KiB) 1487924

[startup+1662.3 s]
/proc/loadavg: 1.04 1.08 1.04 2/77 11106
/proc/meminfo: memFree=519816/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=1687.46
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 90745 0 1 0 168638 108 0 0 18 0 13 0 154793468 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 80861 1434 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=1636.14
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 37182 0 1 0 163592 22 0 0 25 0 13 0 154793469 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4109449431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=23.93
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 20770 0 0 0 2362 31 0 0 17 0 13 0 154793471 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=23.88
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 21442 0 0 0 2351 37 0 0 16 0 13 0 154793471 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.33
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 33 0 0 0 21 12 0 0 16 0 13 0 154793472 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.4
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3267 0 0 0 139 1 0 0 17 0 13 0 154793477 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 80861 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1687.46
Current children cumulated vsize (KiB) 1487924

[startup+1722.3 s]
/proc/loadavg: 1.06 1.08 1.04 2/77 11106
/proc/meminfo: memFree=516488/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=1748.8
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 91632 0 1 0 174768 112 0 0 18 0 13 0 154793468 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 81691 1434 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=1694.73
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 37239 0 1 0 169451 22 0 0 21 0 13 0 154793469 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4109483461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=25.29
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 21048 0 0 0 2497 32 0 0 17 0 13 0 154793471 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=25.25
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 21994 0 0 0 2486 39 0 0 16 0 13 0 154793471 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.34
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 33 0 0 0 22 12 0 0 16 0 13 0 154793472 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.4
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3267 0 0 0 139 1 0 0 17 0 13 0 154793477 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 81691 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1748.8
Current children cumulated vsize (KiB) 1487924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.4 s]
/proc/loadavg: 1.14 1.10 1.05 2/77 11106
/proc/meminfo: memFree=514504/2055920 swapFree=4182548/4192956
[pid=11085] ppid=11083 vsize=1487924 CPUtime=1800.02
/proc/11085/stat : 11085 (java) S 11083 11085 9994 0 -1 0 92170 0 1 0 179887 115 0 0 18 0 13 0 154793468 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11085/statm: 371981 82179 1434 9 0 369324 0
[pid=11085/tid=11087] ppid=11083 vsize=1487924 CPUtime=1743.6
/proc/11085/task/11087/stat : 11087 (java) R 11083 11085 9994 0 -1 64 37287 0 1 0 174338 22 0 0 25 0 13 0 154793469 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4109729410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11088] ppid=11083 vsize=1487924 CPUtime=26.46
/proc/11085/task/11088/stat : 11088 (java) S 11083 11085 9994 0 -1 64 21317 0 0 0 2612 34 0 0 17 0 13 0 154793471 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11089] ppid=11083 vsize=1487924 CPUtime=26.42
/proc/11085/task/11089/stat : 11089 (java) S 11083 11085 9994 0 -1 64 22214 0 0 0 2602 40 0 0 16 0 13 0 154793471 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11090] ppid=11083 vsize=1487924 CPUtime=0.35
/proc/11085/task/11090/stat : 11090 (java) S 11083 11085 9994 0 -1 64 34 0 0 0 23 12 0 0 16 0 13 0 154793472 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11091] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11091/stat : 11091 (java) S 11083 11085 9994 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11092] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11092/stat : 11092 (java) S 11083 11085 9994 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154793473 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11093] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11093/stat : 11093 (java) S 11083 11085 9994 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11094] ppid=11083 vsize=1487924 CPUtime=1.4
/proc/11085/task/11094/stat : 11094 (java) S 11083 11085 9994 0 -1 64 3267 0 0 0 139 1 0 0 17 0 13 0 154793477 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11095] ppid=11083 vsize=1487924 CPUtime=1.73
/proc/11085/task/11095/stat : 11095 (java) S 11083 11085 9994 0 -1 64 7306 0 0 0 171 2 0 0 15 0 13 0 154793477 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11096] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11096/stat : 11096 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154793477 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11085/tid=11097] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11097/stat : 11097 (java) S 11083 11085 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154793477 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11085/tid=11098] ppid=11083 vsize=1487924 CPUtime=0
/proc/11085/task/11098/stat : 11098 (java) S 11083 11085 9994 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154793495 1523634176 82179 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1487924

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): 1772.51
CPU time (s): 1800.17
CPU user time (s): 1798.96
CPU system time (s): 1.20682
CPU usage (%): 101.561
Max. virtual memory (cumulated for all children) (KiB): 1490212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.20682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92198
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= 50780
involuntary context switches= 37514

runsolver used 1.88171 second user time and 4.6023 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-13 07:45:32
IDJOB=1855308
IDBENCH=1508
IDSOLVER=681
FILE ID=node17/1855308-1244871932
PBS_JOBID= 9354343
Free space on /tmp= 66468 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-enigma.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855308-1244871932/watcher-1855308-1244871932 -o /tmp/evaluation-result-1855308-1244871932/solver-1855308-1244871932 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855308-1244871932.opb

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

MD5SUM BENCH= 40c4ca45f28cf4c12979bc2b22100ada
RANDOM SEED=377730201

node17.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.214
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.214
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        839696 kB
Buffers:         74412 kB
Cached:        1058332 kB
SwapCached:       6052 kB
Active:         269500 kB
Inactive:       873076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        839696 kB
SwapTotal:     4192956 kB
SwapFree:      4182548 kB
Dirty:             296 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            59580 kB
Committed_AS:   135004 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node17 at 2009-06-13 08:15:06