Trace number 2669931

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.26 1774.77

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
MD5SUM6355c589dda3f12b095277ae4637ab26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.51692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2669931-1276698659.opb
0.24/0.21	c reading problem ... 
0.38/0.37	c ... done. Wall clock time 0.157s.
0.38/0.37	c #vars     528
0.38/0.37	c #constraints  787
0.38/0.37	c constraints type 
0.38/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.38/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
48.20/44.32	c cleaning 0 clauses out of 5001 with flag 0/5001
187.33/182.48	c cleaning 0 clauses out of 11000 with flag 0/11000
513.68/505.59	c cleaning 0 clauses out of 18001 with flag 0/18001
1092.56/1077.62	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.03/1774.61	c starts		: 60
1800.03/1774.61	c conflicts		: 33096
1800.03/1774.61	c decisions		: 35621
1800.03/1774.61	c propagations		: 502469
1800.03/1774.61	c inspects		: 887287893
1800.03/1774.61	c learnt literals	: 0
1800.03/1774.61	c learnt binary clauses	: 0
1800.03/1774.61	c learnt ternary clauses	: 0
1800.03/1774.61	c learnt clauses	: 33095
1800.03/1774.61	c ignored clauses	: 0
1800.03/1774.61	c root simplifications	: 0
1800.03/1774.61	c removed literals (reason simplification)	: 0
1800.03/1774.61	c reason swapping (by a shorter reason)	: 0
1800.03/1774.61	c Calls to reduceDB	: 4
1800.03/1774.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1774.61	c number of learned constraints concerned by reduction	: 0
1800.03/1774.61	c number of learning phase by resolution	: 0
1800.03/1774.62	c number of learning phase by cutting planes	: 0
1800.03/1774.62	c speed (assignments/second)	: 283.20078906580244
1800.03/1774.62	c non guided choices	465
1800.03/1774.67	c learnt constraints type 
1800.03/1774.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 132
1800.03/1774.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32964
1800.03/1774.67	c constraints type 
1800.03/1774.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
1800.03/1774.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
1800.03/1774.67	s UNKNOWN
1800.03/1774.67	c Total wall clock time (in seconds): 1774.466

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-2669931-1276698659/watcher-2669931-1276698659 -o /tmp/evaluation-result-2669931-1276698659/solver-2669931-1276698659 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669931-1276698659.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: 0.00 0.00 0.18 3/106 16455
/proc/meminfo: memFree=1725328/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1832 CPUtime=0
/proc/16455/stat : 16455 (java6) S 16453 16455 16430 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 11153932 1875968 144 1992294400 134512640 134550932 4293346096 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699535038 0 0 17 1 0 0 0
/proc/16455/statm: 458 144 107 10 0 63 0

[startup+0.0964729 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16455
/proc/meminfo: memFree=1725328/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1523152 CPUtime=0.08
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 3900 0 1 0 6 2 0 0 18 0 10 0 11153932 1559707648 3339 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 380788 3339 1061 10 0 378098 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523152

[startup+0.101469 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16455
/proc/meminfo: memFree=1725328/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1524184 CPUtime=0.09
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 3960 0 1 0 7 2 0 0 18 0 12 0 11153932 1560764416 3398 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301618 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16455
/proc/meminfo: memFree=1725328/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1526392 CPUtime=0.38
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 5347 0 1 0 35 3 0 0 18 0 12 0 11153932 1563025408 4783 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 381598 4783 1364 10 0 378900 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526392

[startup+0.701628 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16455
/proc/meminfo: memFree=1725328/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1529428 CPUtime=1.16
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 7231 0 1 0 112 4 0 0 18 0 13 0 11153932 1566134272 6508 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 382357 6508 1402 10 0 379659 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529428

[startup+1.50065 s]
/proc/loadavg: 0.00 0.00 0.18 5/119 16468
/proc/meminfo: memFree=1688088/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1544896 CPUtime=2.74
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 21188 0 1 0 263 11 0 0 18 0 13 0 11153932 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386224 18591 1420 10 0 383526 0
[pid=16455/tid=16457] ppid=16453 vsize=1544896 CPUtime=1.42
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 13569 0 1 0 135 7 0 0 18 0 13 0 11153934 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4109420763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11153935 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11153935 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11153937 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11153938 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11153938 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1544896 CPUtime=0.56
/proc/16455/task/16464/stat : 16464 (java) R 16453 16455 16430 0 -1 4202560 3827 0 0 0 55 1 0 0 18 0 13 0 11153942 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1544896 CPUtime=0.73
/proc/16455/task/16465/stat : 16465 (java) R 16453 16455 16430 0 -1 4202560 2721 0 0 0 72 1 0 0 25 0 13 0 11153942 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 1697756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11153942 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1544896 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1581973504 18591 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1544896

[startup+3.10169 s]
/proc/loadavg: 0.00 0.00 0.18 5/119 16468
/proc/meminfo: memFree=1619392/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1547488 CPUtime=5.91
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 44067 0 1 0 570 21 0 0 18 0 13 0 11153932 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386872 38886 1437 10 0 384174 0
[pid=16455/tid=16457] ppid=16453 vsize=1547488 CPUtime=2.78
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 32090 0 1 0 263 15 0 0 20 0 13 0 11153934 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4109840256 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1547488 CPUtime=0.01
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 408 0 0 0 1 0 0 0 18 0 13 0 11153935 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11153935 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 11153937 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1547488 CPUtime=1.61
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4802 0 0 0 160 1 0 0 19 0 13 0 11153942 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1547488 CPUtime=1.46
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5689 0 0 0 144 2 0 0 18 0 13 0 11153942 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11153942 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1547488 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1584627712 38886 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1547488

[startup+6.30177 s]
/proc/loadavg: 0.08 0.02 0.19 2/119 16468
/proc/meminfo: memFree=1567312/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=9.22
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 47285 0 1 0 899 23 0 0 18 0 13 0 11153932 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 41842 1437 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=5.88
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 32096 0 1 0 573 15 0 0 25 0 13 0 11153934 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4109800242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=0.07
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 2003 0 0 0 6 1 0 0 15 0 13 0 11153935 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=0.05
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 1594 0 0 0 5 0 0 0 16 0 13 0 11153935 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 11153937 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=1.62
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4802 0 0 0 161 1 0 0 15 0 13 0 11153942 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.54
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5693 0 0 0 152 2 0 0 15 0 13 0 11153942 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 41842 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.22
Current children cumulated vsize (KiB) 1546676

[startup+12.7019 s]
/proc/loadavg: 0.39 0.08 0.21 2/119 16470
/proc/meminfo: memFree=1532840/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=16.06
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 55374 0 1 0 1580 26 0 0 18 0 13 0 11153932 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 49358 1437 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=12
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 36190 0 1 0 1183 17 0 0 25 0 13 0 11153934 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4110394913 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=0.16
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 4343 0 0 0 14 2 0 0 15 0 13 0 11153935 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=0.15
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 3224 0 0 0 14 1 0 0 16 0 13 0 11153935 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 11153937 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=1.97
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4820 0 0 0 196 1 0 0 15 0 13 0 11153942 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.73
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5700 0 0 0 171 2 0 0 15 0 13 0 11153942 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 49358 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.06
Current children cumulated vsize (KiB) 1546676

[startup+25.5012 s]
/proc/loadavg: 0.53 0.13 0.22 2/119 16470
/proc/meminfo: memFree=1520440/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=29.26
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 58681 0 1 0 2898 28 0 0 18 0 13 0 11153932 1583796224 52321 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 52321 1437 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=24.65
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 36279 0 1 0 2448 17 0 0 25 0 13 0 11153934 1583796224 52321 1992294400 134512640 134550932 4291113120 18446744073709551615 4109728792 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=0.27
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 6182 0 0 0 24 3 0 0 16 0 13 0 11153935 1583796224 52321 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=0.26
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 4589 0 0 0 24 2 0 0 15 0 13 0 11153935 1583796224 52321 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=0

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

[pid=16455] ppid=16453 vsize=1546676 CPUtime=1624.57
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 98057 0 1 0 162362 95 0 0 18 0 13 0 11153932 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 88087 1447 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=1579.57
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 37460 0 1 0 157934 23 0 0 25 0 13 0 11153934 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4109757545 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=19.51
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 24579 0 0 0 1919 32 0 0 16 0 13 0 11153935 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=19.54
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 23808 0 0 0 1929 25 0 0 15 0 13 0 11153935 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=1.61
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 496 0 0 0 152 9 0 0 16 0 13 0 11153937 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=2.29
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4832 0 0 0 228 1 0 0 15 0 13 0 11153942 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.99
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5720 0 0 0 197 2 0 0 15 0 13 0 11153942 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 88087 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.57
Current children cumulated vsize (KiB) 1546676

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 0.85 2/119 16517
/proc/meminfo: memFree=1374368/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=1685.62
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 98454 0 1 0 168463 99 0 0 18 0 13 0 11153932 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 88437 1447 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=1638.39
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 37499 0 1 0 163816 23 0 0 25 0 13 0 11153934 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4109729056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=20.6
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 24782 0 0 0 2026 34 0 0 16 0 13 0 11153935 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=20.65
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 23955 0 0 0 2039 26 0 0 16 0 13 0 11153935 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=1.61
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 500 0 0 0 152 9 0 0 15 0 13 0 11153937 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=2.29
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4832 0 0 0 228 1 0 0 15 0 13 0 11153942 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.99
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5720 0 0 0 197 2 0 0 15 0 13 0 11153942 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 88437 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.62
Current children cumulated vsize (KiB) 1546676

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.85 2/119 16517
/proc/meminfo: memFree=1371392/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=1746.75
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 99267 0 1 0 174572 103 0 0 18 0 13 0 11153932 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 89190 1447 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=1697.21
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 37538 0 1 0 169698 23 0 0 25 0 13 0 11153934 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4109800110 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=21.76
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 25147 0 0 0 2141 35 0 0 15 0 13 0 11153935 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=21.79
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 24356 0 0 0 2151 28 0 0 16 0 13 0 11153935 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=1.62
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 504 0 0 0 153 9 0 0 15 0 13 0 11153937 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=2.29
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4832 0 0 0 228 1 0 0 15 0 13 0 11153942 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.99
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5720 0 0 0 197 2 0 0 15 0 13 0 11153942 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 89190 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.75
Current children cumulated vsize (KiB) 1546676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.6 s]
/proc/loadavg: 1.00 1.01 0.86 2/119 16519
/proc/meminfo: memFree=1369036/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1546676 CPUtime=1800.03
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 99850 0 1 0 179897 106 0 0 18 0 13 0 11153932 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386669 89734 1447 10 0 383971 0
[pid=16455/tid=16457] ppid=16453 vsize=1546676 CPUtime=1748.47
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 37572 0 1 0 174824 23 0 0 25 0 13 0 11153934 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4109992604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1546676 CPUtime=22.77
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 25363 0 0 0 2242 35 0 0 15 0 13 0 11153935 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1546676 CPUtime=22.79
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 24685 0 0 0 2248 31 0 0 16 0 13 0 11153935 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1546676 CPUtime=1.63
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 506 0 0 0 154 9 0 0 15 0 13 0 11153937 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11153938 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1546676 CPUtime=2.29
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4832 0 0 0 228 1 0 0 15 0 13 0 11153942 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1546676 CPUtime=1.99
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5720 0 0 0 197 2 0 0 15 0 13 0 11153942 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11153942 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11153942 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1546676 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11153970 1583796224 89734 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546676

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

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

[startup+1774.71 s]
/proc/loadavg: 1.00 1.01 0.86 2/119 16519
/proc/meminfo: memFree=1369036/2059040 swapFree=4144492/4192956
[pid=16455] ppid=16453 vsize=1547324 CPUtime=1800.2
/proc/16455/stat : 16455 (java) S 16453 16455 16430 0 -1 4202496 99872 0 1 0 179914 106 0 0 18 0 14 0 11153932 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 386831 89756 1450 10 0 384133 0
[pid=16455/tid=16457] ppid=16453 vsize=1547324 CPUtime=1748.57
/proc/16455/task/16457/stat : 16457 (java) R 16453 16455 16430 0 -1 4202560 37572 0 1 0 174834 23 0 0 25 0 14 0 11153934 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4109992586 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16455/tid=16458] ppid=16453 vsize=1547324 CPUtime=22.77
/proc/16455/task/16458/stat : 16458 (java) S 16453 16455 16430 0 -1 4202560 25363 0 0 0 2242 35 0 0 15 0 14 0 11153935 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16459] ppid=16453 vsize=1547324 CPUtime=22.79
/proc/16455/task/16459/stat : 16459 (java) S 16453 16455 16430 0 -1 4202560 24685 0 0 0 2248 31 0 0 16 0 14 0 11153935 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16460] ppid=16453 vsize=1547324 CPUtime=1.63
/proc/16455/task/16460/stat : 16460 (java) S 16453 16455 16430 0 -1 4202560 506 0 0 0 154 9 0 0 15 0 14 0 11153937 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 0 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16461] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16461/stat : 16461 (java) S 16453 16455 16430 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 11153938 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16462] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16462/stat : 16462 (java) S 16453 16455 16430 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11153938 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16463] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16463/stat : 16463 (java) S 16453 16455 16430 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 11153942 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16464] ppid=16453 vsize=1547324 CPUtime=2.29
/proc/16455/task/16464/stat : 16464 (java) S 16453 16455 16430 0 -1 4202560 4832 0 0 0 228 1 0 0 15 0 14 0 11153942 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16465] ppid=16453 vsize=1547324 CPUtime=2.03
/proc/16455/task/16465/stat : 16465 (java) S 16453 16455 16430 0 -1 4202560 5722 0 0 0 201 2 0 0 15 0 14 0 11153942 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16466] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16466/stat : 16466 (java) S 16453 16455 16430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 11153942 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
[pid=16455/tid=16467] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16467/stat : 16467 (java) S 16453 16455 16430 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 11153942 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 1 0 0 0
[pid=16455/tid=16468] ppid=16453 vsize=1547324 CPUtime=0
/proc/16455/task/16468/stat : 16468 (java) S 16453 16455 16430 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 11153970 1584459776 89756 1992294400 134512640 134550932 4291113120 18446744073709551615 4294960144 0 4 0 16800975 18446604437832006720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1547324

Child status: 143
Real time (s): 1774.77
CPU time (s): 1800.26
CPU user time (s): 1799.16
CPU system time (s): 1.10383
CPU usage (%): 101.436
Max. virtual memory (cumulated for all children) (KiB): 1549136

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

runsolver used 3.70944 second user time and 9.50655 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 16:30:59
IDJOB=2669931
IDBENCH=47890
IDSOLVER=1165
FILE ID=node049/2669931-1276698659
PBS_JOBID= 11174095
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669931-1276698659/watcher-2669931-1276698659 -o /tmp/evaluation-result-2669931-1276698659/solver-2669931-1276698659 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669931-1276698659.opb

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

MD5SUM BENCH= 6355c589dda3f12b095277ae4637ab26
RANDOM SEED=1644152218

node049.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.244
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.48
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.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1725848 kB
Buffers:        122332 kB
Cached:         114268 kB
SwapCached:       5920 kB
Active:         102492 kB
Inactive:       150980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1725848 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:             500 kB
Writeback:           0 kB
AnonPages:       14020 kB
Mapped:          12964 kB
Slab:            57796 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 17:00:36