Trace number 2661086

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.33 1769.47

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.5089
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2661086-1276342372.opb
0.24/0.22	c reading problem ... 
2.47/1.54	c ... done. Wall clock time 1.327s.
2.47/1.54	c #vars     4644
2.47/1.54	c #constraints  31428
2.47/1.54	c constraints type 
2.47/1.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
2.47/1.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
2.47/1.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
48.37/44.23	c cleaning 0 clauses out of 5000 with flag 0/5000
221.82/215.90	c cleaning 0 clauses out of 11000 with flag 0/11000
606.77/596.40	c cleaning 0 clauses out of 18002 with flag 0/18002
1130.97/1112.69	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.10/1769.31	c starts		: 56
1800.10/1769.31	c conflicts		: 32154
1800.10/1769.31	c decisions		: 76412
1800.10/1769.31	c propagations		: 1129128
1800.10/1769.31	c inspects		: 721222806
1800.10/1769.31	c learnt literals	: 0
1800.10/1769.31	c learnt binary clauses	: 0
1800.10/1769.31	c learnt ternary clauses	: 0
1800.10/1769.31	c learnt clauses	: 32154
1800.10/1769.31	c ignored clauses	: 0
1800.10/1769.31	c root simplifications	: 0
1800.10/1769.31	c removed literals (reason simplification)	: 0
1800.10/1769.31	c reason swapping (by a shorter reason)	: 0
1800.10/1769.32	c Calls to reduceDB	: 4
1800.10/1769.32	c number of reductions to clauses (during analyze)	: 0
1800.10/1769.32	c number of learned constraints concerned by reduction	: 0
1800.10/1769.32	c number of learning phase by resolution	: 0
1800.10/1769.32	c number of learning phase by cutting planes	: 0
1800.10/1769.32	c speed (assignments/second)	: 638.7301515468641
1800.10/1769.32	c non guided choices	10117
1800.10/1769.37	c learnt constraints type 
1800.10/1769.37	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 462
1800.10/1769.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31692
1800.10/1769.37	c constraints type 
1800.10/1769.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
1800.10/1769.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
1800.10/1769.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.10/1769.37	s UNKNOWN
1800.10/1769.37	c Total wall clock time (in seconds): 1769.158

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-2661086-1276342372/watcher-2661086-1276342372 -o /tmp/evaluation-result-2661086-1276342372/solver-2661086-1276342372 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661086-1276342372.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: 2.02 1.47 1.21 3/106 12538
/proc/meminfo: memFree=1514916/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=392 CPUtime=0
/proc/12538/stat : 12538 (java6) R 12536 12538 12185 0 -1 4194304 121 0 0 0 0 0 0 0 21 0 1 0 7893573 401408 41 1992294400 134512640 134550932 4287762432 18446744073709551615 5145300 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12538/statm: 107 43 33 10 0 25 0

[startup+0.0792101 s]
/proc/loadavg: 2.02 1.47 1.21 3/106 12538
/proc/meminfo: memFree=1514916/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1521796 CPUtime=0.06
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 3757 0 1 0 4 2 0 0 15 0 7 0 7893573 1558319104 3198 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 380449 3198 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101212 s]
/proc/loadavg: 2.02 1.47 1.21 3/106 12538
/proc/meminfo: memFree=1514916/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1524184 CPUtime=0.08
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 3947 0 1 0 6 2 0 0 15 0 12 0 7893573 1560764416 3386 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 381046 3386 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301225 s]
/proc/loadavg: 2.02 1.47 1.21 3/106 12538
/proc/meminfo: memFree=1514916/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1526524 CPUtime=0.33
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 5438 0 1 0 30 3 0 0 15 0 12 0 7893573 1563160576 4875 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 381631 4875 1359 10 0 378933 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526524

[startup+0.701276 s]
/proc/loadavg: 2.02 1.47 1.21 3/106 12538
/proc/meminfo: memFree=1514916/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1529680 CPUtime=1.12
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 7780 0 1 0 108 4 0 0 15 0 12 0 7893573 1566392320 6776 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 382420 6777 1405 10 0 379722 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529680

[startup+1.50234 s]
/proc/loadavg: 2.02 1.47 1.21 2/118 12550
/proc/meminfo: memFree=1483388/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1529680 CPUtime=2.47
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 20486 0 1 0 234 13 0 0 15 0 12 0 7893573 1566392320 19481 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 382420 19483 1411 10 0 379722 0
[pid=12538/tid=12540] ppid=12536 vsize=1529680 CPUtime=1.47
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 17472 0 1 0 135 12 0 0 25 0 12 0 7893575 1566392320 19484 1992294400 134512640 134550932 4290006336 18446744073709551615 4109783866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 7893576 1566392320 19485 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7893576 1566392320 19486 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7893578 1566392320 19487 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 7893578 1566392320 19488 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7893578 1566392320 19490 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7893583 1566392320 19491 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1529680 CPUtime=0.34
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 258 0 0 0 34 0 0 0 16 0 12 0 7893583 1566392320 19492 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1529680 CPUtime=0.64
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 1695 0 0 0 64 0 0 0 16 0 12 0 7893583 1566392320 19493 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7893583 1566392320 19495 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1529680 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7893583 1566392320 19496 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1529680

[startup+3.10131 s]
/proc/loadavg: 2.02 1.47 1.21 5/119 12551
/proc/meminfo: memFree=1425224/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1547232 CPUtime=5.47
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 39862 0 1 0 525 22 0 0 15 0 13 0 7893573 1584365568 33558 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 386808 33561 1426 10 0 384110 0
[pid=12538/tid=12540] ppid=12536 vsize=1547232 CPUtime=2.18
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 27263 0 1 0 201 17 0 0 18 0 13 0 7893575 1584365568 33563 1992294400 134512640 134550932 4290006336 18446744073709551615 4110026637 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 7893576 1584365568 33565 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 7893576 1584365568 33567 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 7893578 1584365568 33569 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 7893578 1584365568 33570 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 7893578 1584365568 33572 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1584365568 33574 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1547232 CPUtime=1.54
/proc/12538/task/12547/stat : 12547 (java) R 12536 12538 12185 0 -1 4202560 5571 0 0 0 152 2 0 0 16 0 13 0 7893583 1584365568 33576 1992294400 134512640 134550932 4290006336 18446744073709551615 102551754 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1547232 CPUtime=1.73
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 5964 0 0 0 171 2 0 0 16 0 13 0 7893583 1584365568 33578 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1584365568 33580 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7893583 1584365568 33582 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1547232 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1584365568 33584 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 1547232

[startup+6.30181 s]
/proc/loadavg: 2.10 1.49 1.22 2/119 12551
/proc/meminfo: memFree=1354544/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=9.72
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 51936 0 1 0 944 28 0 0 15 0 13 0 7893573 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 42279 1440 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=4.82
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 32084 0 1 0 463 19 0 0 20 0 13 0 7893575 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4109775112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=0.13
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 2538 0 0 0 12 1 0 0 16 0 13 0 7893576 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=0.12
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 2393 0 0 0 12 0 0 0 16 0 13 0 7893576 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 7893578 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.03
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 6999 0 0 0 201 2 0 0 15 0 13 0 7893583 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.56
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6831 0 0 0 253 3 0 0 16 0 13 0 7893583 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 42279 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 1542596

[startup+12.7014 s]
/proc/loadavg: 2.25 1.54 1.24 2/119 12551
/proc/meminfo: memFree=1313376/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=16.43
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 62287 0 1 0 1610 33 0 0 15 0 13 0 7893573 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 51819 1444 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=10.99
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 32259 0 1 0 1080 19 0 0 18 0 13 0 7893575 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4110034660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=0.34
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 7349 0 0 0 31 3 0 0 16 0 13 0 7893576 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=0.34
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 7745 0 0 0 31 3 0 0 16 0 13 0 7893576 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 7893578 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.09
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7008 0 0 0 207 2 0 0 15 0 13 0 7893583 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.6
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6831 0 0 0 257 3 0 0 15 0 13 0 7893583 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 51819 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 1542596

[startup+25.5026 s]
/proc/loadavg: 1.97 1.51 1.23 2/119 12551
/proc/meminfo: memFree=1294776/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=29.43
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 67781 0 1 0 2908 35 0 0 15 0 13 0 7893573 1579618304 56419 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 56419 1444 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=23.57
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 32361 0 1 0 2338 19 0 0 25 0 13 0 7893575 1579618304 56419 1992294400 134512640 134550932 4290006336 18446744073709551615 4110074281 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=0.53
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 9784 0 0 0 49 4 0 0 16 0 13 0 7893576 1579618304 56419 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=0.53
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 10702 0 0 0 49 4 0 0 16 0 13 0 7893576 1579618304 56419 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 7893578 1579618304 56419 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0

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

[pid=12538] ppid=12536 vsize=1542596 CPUtime=1629.81
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 149862 0 1 0 162821 160 0 0 15 0 13 0 7893573 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 128817 1450 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=1571.77
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 33182 0 1 0 157128 49 0 0 25 0 13 0 7893575 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4110067778 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=24.83
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 52085 0 0 0 2427 56 0 0 16 0 13 0 7893576 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=24.93
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 49152 0 0 0 2450 43 0 0 15 0 13 0 7893576 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=3.31
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 437 0 0 0 327 4 0 0 15 0 13 0 7893578 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.12
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7012 0 0 0 210 2 0 0 15 0 13 0 7893583 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.79
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6832 0 0 0 276 3 0 0 15 0 13 0 7893583 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 128817 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.81
Current children cumulated vsize (KiB) 1542596

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.03 2/119 12598
/proc/meminfo: memFree=994820/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=1690.95
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 151757 0 1 0 168931 164 0 0 15 0 13 0 7893573 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 130541 1450 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=1630.56
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 33212 0 1 0 163007 49 0 0 25 0 13 0 7893575 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4110068063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=25.99
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 53065 0 0 0 2541 58 0 0 16 0 13 0 7893576 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=26.11
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 50029 0 0 0 2567 44 0 0 16 0 13 0 7893576 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=3.31
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 441 0 0 0 327 4 0 0 15 0 13 0 7893578 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.12
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7012 0 0 0 210 2 0 0 15 0 13 0 7893583 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.79
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6832 0 0 0 276 3 0 0 15 0 13 0 7893583 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 130541 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1690.95
Current children cumulated vsize (KiB) 1542596

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.02 2/119 12609
/proc/meminfo: memFree=989736/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=1752.1
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 153258 0 1 0 175043 167 0 0 15 0 13 0 7893573 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 131913 1450 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=1689.3
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 33242 0 1 0 168881 49 0 0 25 0 13 0 7893575 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4110072320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=27.18
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 53897 0 0 0 2658 60 0 0 15 0 13 0 7893576 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=27.32
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 50660 0 0 0 2688 44 0 0 16 0 13 0 7893576 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=3.31
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 445 0 0 0 327 4 0 0 16 0 13 0 7893578 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.12
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7012 0 0 0 210 2 0 0 15 0 13 0 7893583 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.79
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6832 0 0 0 276 3 0 0 15 0 13 0 7893583 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 131913 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.1
Current children cumulated vsize (KiB) 1542596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/119 12609
/proc/meminfo: memFree=983288/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1542596 CPUtime=1800.1
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 154827 0 1 0 179841 169 0 0 15 0 13 0 7893573 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385649 133371 1450 10 0 382951 0
[pid=12538/tid=12540] ppid=12536 vsize=1542596 CPUtime=1735.28
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 33264 0 1 0 173479 49 0 0 25 0 13 0 7893575 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4110068776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1542596 CPUtime=28.19
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 54723 0 0 0 2757 62 0 0 16 0 13 0 7893576 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1542596 CPUtime=28.34
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 51377 0 0 0 2789 45 0 0 15 0 13 0 7893576 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1542596 CPUtime=3.32
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 447 0 0 0 328 4 0 0 15 0 13 0 7893578 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7893578 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7893583 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1542596 CPUtime=2.12
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7012 0 0 0 210 2 0 0 15 0 13 0 7893583 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1542596 CPUtime=2.79
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6832 0 0 0 276 3 0 0 15 0 13 0 7893583 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 7893583 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 7893583 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1542596 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7893730 1579618304 133371 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1542596

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

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

[startup+1769.42 s]
/proc/loadavg: 1.00 1.01 1.02 2/119 12609
/proc/meminfo: memFree=983288/2059040 swapFree=4192956/4192956
[pid=12538] ppid=12536 vsize=1543244 CPUtime=1800.27
/proc/12538/stat : 12538 (java) S 12536 12538 12185 0 -1 4202496 154847 0 1 0 179858 169 0 0 15 0 14 0 7893573 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12538/statm: 385811 133391 1451 10 0 383113 0
[pid=12538/tid=12540] ppid=12536 vsize=1543244 CPUtime=1735.38
/proc/12538/task/12540/stat : 12540 (java) R 12536 12538 12185 0 -1 4202560 33264 0 1 0 173489 49 0 0 25 0 14 0 7893575 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4110171974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12538/tid=12541] ppid=12536 vsize=1543244 CPUtime=28.19
/proc/12538/task/12541/stat : 12541 (java) S 12536 12538 12185 0 -1 4202560 54723 0 0 0 2757 62 0 0 16 0 14 0 7893576 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12542] ppid=12536 vsize=1543244 CPUtime=28.34
/proc/12538/task/12542/stat : 12542 (java) S 12536 12538 12185 0 -1 4202560 51377 0 0 0 2789 45 0 0 15 0 14 0 7893576 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12543] ppid=12536 vsize=1543244 CPUtime=3.32
/proc/12538/task/12543/stat : 12543 (java) S 12536 12538 12185 0 -1 4202560 447 0 0 0 328 4 0 0 15 0 14 0 7893578 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 0 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12544] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12544/stat : 12544 (java) S 12536 12538 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7893578 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12545] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12545/stat : 12545 (java) S 12536 12538 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 7893578 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12546] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12546/stat : 12546 (java) S 12536 12538 12185 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 7893583 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12547] ppid=12536 vsize=1543244 CPUtime=2.12
/proc/12538/task/12547/stat : 12547 (java) S 12536 12538 12185 0 -1 4202560 7012 0 0 0 210 2 0 0 15 0 14 0 7893583 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 1 0 0 0
[pid=12538/tid=12548] ppid=12536 vsize=1543244 CPUtime=2.82
/proc/12538/task/12548/stat : 12548 (java) S 12536 12538 12185 0 -1 4202560 6832 0 0 0 279 3 0 0 15 0 14 0 7893583 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12549] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12549/stat : 12549 (java) S 12536 12538 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7893583 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12550] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12550/stat : 12550 (java) S 12536 12538 12185 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 7893583 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
[pid=12538/tid=12551] ppid=12536 vsize=1543244 CPUtime=0
/proc/12538/task/12551/stat : 12551 (java) S 12536 12538 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7893730 1580281856 133391 1992294400 134512640 134550932 4290006336 18446744073709551615 4294960144 0 4 0 16800975 18446604437830678656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1543244

Child status: 143
Real time (s): 1769.47
CPU time (s): 1800.33
CPU user time (s): 1798.58
CPU system time (s): 1.74573
CPU usage (%): 101.744
Max. virtual memory (cumulated for all children) (KiB): 1547232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.74573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154848
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= 44613
involuntary context switches= 45105

runsolver used 3.57246 second user time and 9.50955 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 13:32:52
IDJOB=2661086
IDBENCH=1496
IDSOLVER=1165
FILE ID=node018/2661086-1276342372
PBS_JOBID= 11173183
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661086-1276342372/watcher-2661086-1276342372 -o /tmp/evaluation-result-2661086-1276342372/solver-2661086-1276342372 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661086-1276342372.opb

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

MD5SUM BENCH= 28d827e98d8e81c3ff9d9e47a6238269
RANDOM SEED=999012242

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1515312 kB
Buffers:        116356 kB
Cached:         283812 kB
SwapCached:          0 kB
Active:         146804 kB
Inactive:       312692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1515312 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1396 kB
Writeback:           0 kB
AnonPages:       59384 kB
Mapped:          15432 kB
Slab:            62336 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62292 MiB
End job on node018 at 2010-06-12 14:02:24