Trace number 2660111

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.17 1780.83

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM0df66f3e832b73f1cdf8165c8cc1c11b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2660111-1276680411.opb
0.22/0.21	c reading problem ... 
2.90/2.12	c ... done. Wall clock time 1.908s.
2.90/2.12	c #vars     3238
2.90/2.12	c #constraints  6379
2.90/2.12	c constraints type 
2.90/2.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
2.90/2.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
2.90/2.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
2.90/2.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
181.13/177.05	c cleaning 0 clauses out of 5000 with flag 0/5000
952.46/942.02	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.00/1780.73	c starts		: 42
1800.00/1780.73	c conflicts		: 14656
1800.00/1780.73	c decisions		: 85185
1800.00/1780.73	c propagations		: 2747596
1800.00/1780.73	c inspects		: 676827907
1800.00/1780.73	c learnt literals	: 0
1800.00/1780.73	c learnt binary clauses	: 0
1800.00/1780.73	c learnt ternary clauses	: 0
1800.00/1780.73	c learnt clauses	: 14656
1800.00/1780.73	c ignored clauses	: 0
1800.00/1780.73	c root simplifications	: 0
1800.00/1780.73	c removed literals (reason simplification)	: 0
1800.00/1780.73	c reason swapping (by a shorter reason)	: 0
1800.00/1780.73	c Calls to reduceDB	: 2
1800.00/1780.73	c number of reductions to clauses (during analyze)	: 0
1800.00/1780.73	c number of learned constraints concerned by reduction	: 0
1800.00/1780.73	c number of learning phase by resolution	: 0
1800.00/1780.73	c number of learning phase by cutting planes	: 0
1800.00/1780.73	c speed (assignments/second)	: 1544.7935109132545
1800.00/1780.73	c non guided choices	3096
1800.00/1780.76	c learnt constraints type 
1800.00/1780.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.00/1780.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14655
1800.00/1780.76	c constraints type 
1800.00/1780.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.00/1780.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1800.00/1780.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.00/1780.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.00/1780.76	s UNKNOWN
1800.00/1780.76	c Total wall clock time (in seconds): 1780.552

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 16285
/proc/meminfo: memFree=1679556/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1744 CPUtime=0
/proc/16285/stat : 16285 (java6) R 16283 16285 15812 0 -1 4194304 130 0 0 0 0 0 0 0 25 0 1 0 9333080 1785856 50 1992294400 134512640 134550932 4289829824 18446744073709551615 10443943 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16285/statm: 437 57 45 10 0 29 0

[startup+0.111881 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 16285
/proc/meminfo: memFree=1679556/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1524184 CPUtime=0.09
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 4021 0 1 0 7 2 0 0 18 0 12 0 9333080 1560764416 3461 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 381046 3462 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.20088 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 16285
/proc/meminfo: memFree=1679556/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1525932 CPUtime=0.22
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 5014 0 1 0 20 2 0 0 18 0 12 0 9333080 1562554368 4452 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 381483 4453 1346 10 0 378785 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1525932

[startup+0.300879 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 16285
/proc/meminfo: memFree=1679556/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1526780 CPUtime=0.39
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 5482 0 1 0 36 3 0 0 18 0 12 0 9333080 1563422720 4919 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 381695 4919 1364 10 0 378997 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526780

[startup+0.700875 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 16285
/proc/meminfo: memFree=1679556/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1530608 CPUtime=1.1
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 7083 0 1 0 106 4 0 0 18 0 12 0 9333080 1567342592 6502 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 382652 6503 1409 10 0 379954 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530608

[startup+1.50187 s]
/proc/loadavg: 1.01 1.01 1.00 2/118 16297
/proc/meminfo: memFree=1656272/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1530440 CPUtime=2.26
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 8486 0 1 0 222 4 0 0 18 0 12 0 9333080 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 382610 7329 1410 10 0 379912 0
[pid=16285/tid=16287] ppid=16283 vsize=1530440 CPUtime=1.47
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 5214 0 1 0 144 3 0 0 18 0 12 0 9333082 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4109266753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9333083 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9333083 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9333085 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9333085 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9333085 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9333090 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1530440 CPUtime=0.38
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 730 0 0 0 38 0 0 0 24 0 12 0 9333090 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1530440 CPUtime=0.38
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 1477 0 0 0 38 0 0 0 22 0 12 0 9333090 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9333090 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1530440 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9333090 1567170560 7329 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1530440

[startup+3.10185 s]
/proc/loadavg: 1.01 1.01 1.00 5/119 16298
/proc/meminfo: memFree=1652420/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1545756 CPUtime=4.82
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 16141 0 1 0 474 8 0 0 18 0 13 0 9333080 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 386439 12172 1424 10 0 383741 0
[pid=16285/tid=16287] ppid=16283 vsize=1545756 CPUtime=2.52
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 6820 0 1 0 248 4 0 0 20 0 13 0 9333082 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9333083 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9333083 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16290/stat : 16290 (java) R 16283 16285 15812 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9333085 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9333085 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9333085 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1545756 CPUtime=1.16
/proc/16285/task/16294/stat : 16294 (java) R 16283 16285 15812 0 -1 4202560 4310 0 0 0 115 1 0 0 16 0 13 0 9333090 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1545756 CPUtime=1.11
/proc/16285/task/16295/stat : 16295 (java) R 16283 16285 15812 0 -1 4202560 3941 0 0 0 110 1 0 0 16 0 13 0 9333090 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 106047566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9333090 1582854144 12172 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1545756 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1582854144 12173 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1545756

[startup+6.30182 s]
/proc/loadavg: 1.17 1.04 1.01 2/119 16298
/proc/meminfo: memFree=1529536/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1541916 CPUtime=8.97
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 46842 0 1 0 878 19 0 0 18 0 13 0 9333080 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385479 39637 1434 10 0 382781 0
[pid=16285/tid=16287] ppid=16283 vsize=1541916 CPUtime=5.15
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 32062 0 1 0 502 13 0 0 25 0 13 0 9333082 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 103952689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1541916 CPUtime=0.03
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 1312 0 0 0 3 0 0 0 18 0 13 0 9333083 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1541916 CPUtime=0.03
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 1205 0 0 0 3 0 0 0 18 0 13 0 9333083 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 9333085 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1541916 CPUtime=1.72
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 5207 0 0 0 170 2 0 0 15 0 13 0 9333090 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1541916 CPUtime=1.99
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5976 0 0 0 197 2 0 0 15 0 13 0 9333090 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9333090 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1541916 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1578921984 39637 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 1541916

[startup+12.7018 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 16298
/proc/meminfo: memFree=1495436/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=15.63
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 54855 0 1 0 1541 22 0 0 18 0 13 0 9333080 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 47181 1442 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=11.38
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 35233 0 1 0 1124 14 0 0 25 0 13 0 9333082 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4109504704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=0.16
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 4046 0 0 0 15 1 0 0 16 0 13 0 9333083 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=0.16
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 3279 0 0 0 15 1 0 0 16 0 13 0 9333083 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9333085 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=1.79
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 5216 0 0 0 177 2 0 0 15 0 13 0 9333090 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.09
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5986 0 0 0 207 2 0 0 15 0 13 0 9333090 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 47181 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1540892

[startup+25.5006 s]
/proc/loadavg: 1.12 1.04 1.01 2/119 16298
/proc/meminfo: memFree=1486260/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=28.74
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 57429 0 1 0 2850 24 0 0 18 0 13 0 9333080 1577873408 49450 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 49450 1442 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=24.05
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 35246 0 1 0 2391 14 0 0 25 0 13 0 9333082 1577873408 49450 1992294400 134512640 134550932 4293057072 18446744073709551615 4109496565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=0.27
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 5507 0 0 0 25 2 0 0 15 0 13 0 9333083 1577873408 49450 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=0.26
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 4378 0 0 0 25 1 0 0 16 0 13 0 9333083 1577873408 49450 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 9333085 1577873408 49450 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0

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

[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=2.4
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 6541 0 0 0 238 2 0 0 15 0 13 0 9333090 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.15
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5993 0 0 0 213 2 0 0 16 0 13 0 9333090 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 92555 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1558.82
Current children cumulated vsize (KiB) 1540892

[startup+1602.3 s]
/proc/loadavg: 1.10 1.05 1.01 2/119 16343
/proc/meminfo: memFree=1306832/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=1619.49
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 107186 0 1 0 161857 92 0 0 18 0 13 0 9333080 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 93817 1448 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=1584.95
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 36164 0 1 0 158463 32 0 0 25 0 13 0 9333082 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4109783750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=14.52
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 28256 0 0 0 1434 18 0 0 15 0 13 0 9333083 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=14.46
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 28830 0 0 0 1417 29 0 0 16 0 13 0 9333083 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0.93
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 238 0 0 0 88 5 0 0 16 0 13 0 9333085 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=2.4
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 6541 0 0 0 238 2 0 0 15 0 13 0 9333090 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.15
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5993 0 0 0 213 2 0 0 16 0 13 0 9333090 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 93817 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1619.49
Current children cumulated vsize (KiB) 1540892

[startup+1662.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/119 16345
/proc/meminfo: memFree=1301376/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=1680.2
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 108604 0 1 0 167925 95 0 0 18 0 13 0 9333080 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 95153 1448 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=1644.17
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 36191 0 1 0 164385 32 0 0 25 0 13 0 9333082 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4109503344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=15.26
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 28960 0 0 0 1507 19 0 0 15 0 13 0 9333083 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=15.2
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 29509 0 0 0 1490 30 0 0 16 0 13 0 9333083 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0.93
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 242 0 0 0 88 5 0 0 15 0 13 0 9333085 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=2.4
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 6541 0 0 0 238 2 0 0 15 0 13 0 9333090 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.15
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5993 0 0 0 213 2 0 0 16 0 13 0 9333090 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 95153 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.2
Current children cumulated vsize (KiB) 1540892

[startup+1722.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/119 16347
/proc/meminfo: memFree=1296168/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=1740.92
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 109976 0 1 0 173995 97 0 0 18 0 13 0 9333080 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 96439 1448 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=1703.42
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 36217 0 1 0 170309 33 0 0 25 0 13 0 9333082 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4109503344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=16
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 29651 0 0 0 1579 21 0 0 15 0 13 0 9333083 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=15.94
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 30156 0 0 0 1563 31 0 0 16 0 13 0 9333083 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0.94
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 246 0 0 0 89 5 0 0 15 0 13 0 9333085 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=2.4
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 6541 0 0 0 238 2 0 0 15 0 13 0 9333090 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.15
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5993 0 0 0 213 2 0 0 16 0 13 0 9333090 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 96439 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.92
Current children cumulated vsize (KiB) 1540892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.72 s]
/proc/loadavg: 1.01 1.03 1.00 4/119 16349
/proc/meminfo: memFree=1294060/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=1540892 CPUtime=1800
/proc/16285/stat : 16285 (java) S 16283 16285 15812 0 -1 4202496 110513 0 1 0 179900 100 0 0 18 0 13 0 9333080 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 385223 96943 1448 10 0 382525 0
[pid=16285/tid=16287] ppid=16283 vsize=1540892 CPUtime=1761.15
/proc/16285/task/16287/stat : 16287 (java) R 16283 16285 15812 0 -1 4202560 36242 0 1 0 176082 33 0 0 25 0 13 0 9333082 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4109503405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16285/tid=16288] ppid=16283 vsize=1540892 CPUtime=16.67
/proc/16285/task/16288/stat : 16288 (java) S 16283 16285 15812 0 -1 4202560 29904 0 0 0 1645 22 0 0 16 0 13 0 9333083 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16289] ppid=16283 vsize=1540892 CPUtime=16.61
/proc/16285/task/16289/stat : 16289 (java) S 16283 16285 15812 0 -1 4202560 30411 0 0 0 1630 31 0 0 16 0 13 0 9333083 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16290] ppid=16283 vsize=1540892 CPUtime=0.95
/proc/16285/task/16290/stat : 16290 (java) S 16283 16285 15812 0 -1 4202560 248 0 0 0 89 6 0 0 15 0 13 0 9333085 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 0 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16291] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16291/stat : 16291 (java) S 16283 16285 15812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16292] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16292/stat : 16292 (java) S 16283 16285 15812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9333085 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16293] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16293/stat : 16293 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16294] ppid=16283 vsize=1540892 CPUtime=2.4
/proc/16285/task/16294/stat : 16294 (java) S 16283 16285 15812 0 -1 4202560 6541 0 0 0 238 2 0 0 15 0 13 0 9333090 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16295] ppid=16283 vsize=1540892 CPUtime=2.15
/proc/16285/task/16295/stat : 16295 (java) S 16283 16285 15812 0 -1 4202560 5993 0 0 0 213 2 0 0 16 0 13 0 9333090 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16296] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16296/stat : 16296 (java) S 16283 16285 15812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9333090 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 0 0 0 0
[pid=16285/tid=16297] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16297/stat : 16297 (java) S 16283 16285 15812 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 9333090 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=1540892 CPUtime=0
/proc/16285/task/16298/stat : 16298 (java) S 16283 16285 15812 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 9333293 1577873408 96943 1992294400 134512640 134550932 4293057072 18446744073709551615 4294960144 0 4 0 16800975 18446604437822297920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1540892

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

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

[startup+1780.82 s]
/proc/loadavg: 1.01 1.03 1.00 4/119 16349
/proc/meminfo: memFree=1294060/2059040 swapFree=4192956/4192956
[pid=16285] ppid=16283 vsize=0 CPUtime=1800.14
/proc/16285/stat : 16285 (java) Z 16283 16285 15812 0 -1 4203548 110536 0 1 0 179912 102 0 0 17 0 2 0 9333080 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16285/statm: 0 0 0 0 0 0 0
[pid=16285/tid=16298] ppid=16283 vsize=0 CPUtime=0.02
/proc/16285/task/16298/stat : 16298 (java) R 16283 16285 15812 0 -1 4203588 5 0 0 0 0 2 0 0 18 0 2 0 9333293 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.83
CPU time (s): 1800.17
CPU user time (s): 1799.12
CPU system time (s): 1.04384
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 1546360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.04384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110536
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= 44006
involuntary context switches= 32664

runsolver used 3.53046 second user time and 9.61254 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 11:26:51
IDJOB=2660111
IDBENCH=48348
IDSOLVER=1165
FILE ID=node047/2660111-1276680411
PBS_JOBID= 11172544
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660111-1276680411/watcher-2660111-1276680411 -o /tmp/evaluation-result-2660111-1276680411/solver-2660111-1276680411 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660111-1276680411.opb

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

MD5SUM BENCH= 0df66f3e832b73f1cdf8165c8cc1c11b
RANDOM SEED=1659038593

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1679828 kB
Buffers:        102684 kB
Cached:         149396 kB
SwapCached:          0 kB
Active:         127796 kB
Inactive:       183600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1679828 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             480 kB
Writeback:           0 kB
AnonPages:       59336 kB
Mapped:          15480 kB
Slab:            45908 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181668 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= 62540 MiB
End job on node047 at 2010-06-16 11:56:33