Trace number 2669940

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
MD5SUM80881c7fbc3c10cf38784c74294061e5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.631903
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2669940-1276698660.opb
0.23/0.21	c reading problem ... 
0.53/0.41	c ... done. Wall clock time 0.2s.
0.53/0.41	c #vars     648
0.53/0.41	c #constraints  991
0.53/0.41	c constraints type 
0.53/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.53/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
80.74/76.83	c cleaning 0 clauses out of 5001 with flag 0/5001
333.34/327.40	c cleaning 0 clauses out of 11001 with flag 0/11001
954.65/941.58	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.08/1772.71	c starts		: 52
1800.08/1772.71	c conflicts		: 23136
1800.08/1772.71	c decisions		: 24708
1800.08/1772.71	c propagations		: 452417
1800.08/1772.71	c inspects		: 794040246
1800.08/1772.71	c learnt literals	: 0
1800.08/1772.71	c learnt binary clauses	: 0
1800.08/1772.71	c learnt ternary clauses	: 0
1800.08/1772.71	c learnt clauses	: 23136
1800.08/1772.71	c ignored clauses	: 0
1800.08/1772.71	c root simplifications	: 0
1800.08/1772.71	c removed literals (reason simplification)	: 0
1800.08/1772.71	c reason swapping (by a shorter reason)	: 0
1800.08/1772.71	c Calls to reduceDB	: 3
1800.08/1772.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1772.71	c number of learned constraints concerned by reduction	: 0
1800.08/1772.71	c number of learning phase by resolution	: 0
1800.08/1772.71	c number of learning phase by cutting planes	: 0
1800.08/1772.71	c speed (assignments/second)	: 255.27139279874424
1800.08/1772.71	c non guided choices	330
1800.08/1772.77	c learnt constraints type 
1800.08/1772.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 39
1800.08/1772.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23097
1800.08/1772.77	c constraints type 
1800.08/1772.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
1800.08/1772.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
1800.08/1772.77	s UNKNOWN
1800.08/1772.77	c Total wall clock time (in seconds): 1772.561

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.10 3/105 19310
/proc/meminfo: memFree=1768104/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1832 CPUtime=0
/proc/19310/stat : 19310 (java6) R 19308 19310 19285 0 -1 4194304 246 0 0 0 0 0 0 0 22 0 1 0 11157373 1875968 148 1992294400 134512640 134550932 4286763200 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/19310/statm: 458 148 111 10 0 63 0

[startup+0.108653 s]
/proc/loadavg: 0.00 0.00 0.10 3/105 19310
/proc/meminfo: memFree=1768104/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1524184 CPUtime=0.09
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 4001 0 1 0 7 2 0 0 18 0 12 0 11157373 1560764416 3439 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.200667 s]
/proc/loadavg: 0.00 0.00 0.10 3/105 19310
/proc/meminfo: memFree=1768104/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1525612 CPUtime=0.23
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 5038 0 1 0 20 3 0 0 18 0 12 0 11157373 1562226688 4474 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 381403 4474 1346 10 0 378705 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1525612

[startup+0.300675 s]
/proc/loadavg: 0.00 0.00 0.10 3/105 19310
/proc/meminfo: memFree=1768104/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1525908 CPUtime=0.37
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 5370 0 1 0 34 3 0 0 18 0 12 0 11157373 1562529792 4805 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 381477 4805 1364 10 0 378779 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525908

[startup+0.700729 s]
/proc/loadavg: 0.00 0.00 0.10 3/105 19310
/proc/meminfo: memFree=1768104/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1530120 CPUtime=1.12
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 7476 0 1 0 108 4 0 0 18 0 13 0 11157373 1566842880 6511 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 382530 6511 1402 10 0 379832 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530120

[startup+1.50183 s]
/proc/loadavg: 0.00 0.00 0.10 4/118 19323
/proc/meminfo: memFree=1735760/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1541976 CPUtime=2.7
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 18719 0 1 0 262 8 0 0 18 0 13 0 11157373 1578983424 15759 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385494 15760 1412 10 0 382796 0
[pid=19310/tid=19312] ppid=19308 vsize=1541976 CPUtime=1.41
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 11009 0 1 0 136 5 0 0 18 0 13 0 11157375 1578983424 15760 1992294400 134512640 134550932 4291068752 18446744073709551615 4109157065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 11157376 1578983424 15760 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11157376 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11157378 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11157378 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11157378 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1541976 CPUtime=0.33
/proc/19310/task/19319/stat : 19319 (java) R 19308 19310 19285 0 -1 4202560 1043 0 0 0 33 0 0 0 25 0 13 0 11157383 1578983424 15763 1992294400 134512640 134550932 4291068752 18446744073709551615 106112450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1541976 CPUtime=0.93
/proc/19310/task/19320/stat : 19320 (java) R 19308 19310 19285 0 -1 4202560 5604 0 0 0 92 1 0 0 25 0 13 0 11157383 1578983424 15766 1992294400 134512640 134550932 4291068752 18446744073709551615 7742215 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1578983424 15766 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157383 1578983424 15766 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1541976 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1578983424 15766 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1541976

[startup+3.10204 s]
/proc/loadavg: 0.00 0.00 0.10 4/118 19323
/proc/meminfo: memFree=1673512/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1542940 CPUtime=5.9
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 43777 0 1 0 571 19 0 0 18 0 13 0 11157373 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385735 37964 1435 10 0 383037 0
[pid=19310/tid=19312] ppid=19308 vsize=1542940 CPUtime=2.92
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 32078 0 1 0 278 14 0 0 19 0 13 0 11157375 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4109116704 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1542940 CPUtime=0.01
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 525 0 0 0 1 0 0 0 18 0 13 0 11157376 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 23 0 0 0 0 0 0 0 18 0 13 0 11157376 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 11157378 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) R 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 11157378 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1542940 CPUtime=1.36
/proc/19310/task/19319/stat : 19319 (java) R 19308 19310 19285 0 -1 4202560 2234 0 0 0 136 0 0 0 18 0 13 0 11157383 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1542940 CPUtime=1.56
/proc/19310/task/19320/stat : 19320 (java) R 19308 19310 19285 0 -1 4202560 7843 0 0 0 154 2 0 0 25 0 13 0 11157383 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157383 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1542940 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1579970560 37964 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1542940

[startup+6.30242 s]
/proc/loadavg: 0.32 0.07 0.12 2/118 19323
/proc/meminfo: memFree=1617340/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=9.72
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 46883 0 1 0 951 21 0 0 18 0 13 0 11157373 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 40117 1437 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=6
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 32084 0 1 0 586 14 0 0 25 0 13 0 11157375 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4109496382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=0.08
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 2055 0 0 0 7 1 0 0 15 0 13 0 11157376 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=0.05
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 1453 0 0 0 5 0 0 0 16 0 13 0 11157376 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 11157378 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.58
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2248 0 0 0 158 0 0 0 15 0 13 0 11157383 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=1.95
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7946 0 0 0 192 3 0 0 15 0 13 0 11157383 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 40117 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 1540096

[startup+12.7022 s]
/proc/loadavg: 0.37 0.08 0.13 2/118 19323
/proc/meminfo: memFree=1582620/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=16.19
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 54853 0 1 0 1594 25 0 0 18 0 13 0 11157373 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 47590 1437 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=12.33
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 36455 0 1 0 1217 16 0 0 25 0 13 0 11157375 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4109107710 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=0.15
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 3922 0 0 0 13 2 0 0 16 0 13 0 11157376 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=0.13
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 3185 0 0 0 12 1 0 0 16 0 13 0 11157376 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11157378 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.58
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2248 0 0 0 158 0 0 0 15 0 13 0 11157383 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=1.95
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7946 0 0 0 192 3 0 0 15 0 13 0 11157383 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 47590 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1540096

[startup+25.5018 s]
/proc/loadavg: 0.51 0.13 0.14 2/118 19323
/proc/meminfo: memFree=1572328/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=29.08
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 57578 0 1 0 2881 27 0 0 18 0 13 0 11157373 1577058304 50054 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 50054 1437 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=25.02
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 36637 0 1 0 2486 16 0 0 25 0 13 0 11157375 1577058304 50054 1992294400 134512640 134550932 4291068752 18446744073709551615 4109158943 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=0.24
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 5214 0 0 0 21 3 0 0 15 0 13 0 11157376 1577058304 50054 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=0.21
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 4436 0 0 0 20 1 0 0 16 0 13 0 11157376 1577058304 50054 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=0

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

[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=1.14
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 302 0 0 0 105 9 0 0 15 0 13 0 11157378 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.69
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2252 0 0 0 169 0 0 0 15 0 13 0 11157383 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=2
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7951 0 0 0 197 3 0 0 15 0 13 0 11157383 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 87776 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1565.74
Current children cumulated vsize (KiB) 1540096

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 0.86 2/118 19368
/proc/meminfo: memFree=1417080/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=1626.8
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 100027 0 1 0 162579 101 0 0 18 0 13 0 11157373 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 88477 1447 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=1578.2
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 37732 0 1 0 157797 23 0 0 25 0 13 0 11157375 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4109502654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=21.82
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 24898 0 0 0 2145 37 0 0 16 0 13 0 11157376 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=21.87
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 25728 0 0 0 2162 25 0 0 15 0 13 0 11157376 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=1.14
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 306 0 0 0 105 9 0 0 15 0 13 0 11157378 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.69
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2252 0 0 0 169 0 0 0 15 0 13 0 11157383 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=2
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7951 0 0 0 197 3 0 0 15 0 13 0 11157383 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 88477 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1626.8
Current children cumulated vsize (KiB) 1540096

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 0.87 2/118 19370
/proc/meminfo: memFree=1413112/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=1687.69
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 101070 0 1 0 168665 104 0 0 18 0 13 0 11157373 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 89452 1447 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=1637.24
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 37773 0 1 0 163701 23 0 0 25 0 13 0 11157375 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4109126344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=22.74
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 25429 0 0 0 2236 38 0 0 16 0 13 0 11157376 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=22.79
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 26195 0 0 0 2253 26 0 0 16 0 13 0 11157376 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=1.15
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 308 0 0 0 106 9 0 0 15 0 13 0 11157378 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.69
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2252 0 0 0 169 0 0 0 15 0 13 0 11157383 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=2
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7951 0 0 0 197 3 0 0 15 0 13 0 11157383 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 89452 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1687.69
Current children cumulated vsize (KiB) 1540096

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.88 2/118 19372
/proc/meminfo: memFree=1408524/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=1748.62
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 102324 0 1 0 174756 106 0 0 18 0 13 0 11157373 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 90623 1447 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=1696.25
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 37813 0 1 0 169602 23 0 0 25 0 13 0 11157375 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4109123676 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=23.69
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 26091 0 0 0 2329 40 0 0 16 0 13 0 11157376 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=23.74
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 26739 0 0 0 2348 26 0 0 15 0 13 0 11157376 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=1.17
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 312 0 0 0 107 10 0 0 15 0 13 0 11157378 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.69
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2252 0 0 0 169 0 0 0 15 0 13 0 11157383 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=2
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7951 0 0 0 197 3 0 0 15 0 13 0 11157383 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 90623 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.62
Current children cumulated vsize (KiB) 1540096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 1.03 1.02 0.89 2/118 19374
/proc/meminfo: memFree=1404432/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=1540096 CPUtime=1800.08
/proc/19310/stat : 19310 (java) S 19308 19310 19285 0 -1 4202496 103341 0 1 0 179899 109 0 0 18 0 13 0 11157373 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 385024 91583 1447 10 0 382326 0
[pid=19310/tid=19312] ppid=19308 vsize=1540096 CPUtime=1745.54
/proc/19310/task/19312/stat : 19312 (java) R 19308 19310 19285 0 -1 4202560 37846 0 1 0 174531 23 0 0 25 0 13 0 11157375 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4109489535 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19310/tid=19313] ppid=19308 vsize=1540096 CPUtime=24.76
/proc/19310/task/19313/stat : 19313 (java) S 19308 19310 19285 0 -1 4202560 26507 0 0 0 2434 42 0 0 16 0 13 0 11157376 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19314] ppid=19308 vsize=1540096 CPUtime=24.82
/proc/19310/task/19314/stat : 19314 (java) S 19308 19310 19285 0 -1 4202560 27303 0 0 0 2456 26 0 0 15 0 13 0 11157376 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19315] ppid=19308 vsize=1540096 CPUtime=1.18
/proc/19310/task/19315/stat : 19315 (java) S 19308 19310 19285 0 -1 4202560 314 0 0 0 108 10 0 0 16 0 13 0 11157378 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 0 0 16800975 18446604437835875328 0 0 -1 1 0 0 0
[pid=19310/tid=19316] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19316/stat : 19316 (java) S 19308 19310 19285 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11157378 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19317] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19317/stat : 19317 (java) S 19308 19310 19285 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 11157378 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19318] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19318/stat : 19318 (java) S 19308 19310 19285 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19319] ppid=19308 vsize=1540096 CPUtime=1.69
/proc/19310/task/19319/stat : 19319 (java) S 19308 19310 19285 0 -1 4202560 2252 0 0 0 169 0 0 0 15 0 13 0 11157383 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19320] ppid=19308 vsize=1540096 CPUtime=2
/proc/19310/task/19320/stat : 19320 (java) S 19308 19310 19285 0 -1 4202560 7951 0 0 0 197 3 0 0 15 0 13 0 11157383 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19321] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19321/stat : 19321 (java) S 19308 19310 19285 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11157383 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19322] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19322/stat : 19322 (java) S 19308 19310 19285 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11157383 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
[pid=19310/tid=19323] ppid=19308 vsize=1540096 CPUtime=0
/proc/19310/task/19323/stat : 19323 (java) S 19308 19310 19285 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11157416 1577058304 91583 1992294400 134512640 134550932 4291068752 18446744073709551615 4294960144 0 4 0 16800975 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1540096

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

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

[startup+1772.81 s]
/proc/loadavg: 1.03 1.02 0.89 2/118 19374
/proc/meminfo: memFree=1404432/2059040 swapFree=4140536/4192956
[pid=19310] ppid=19308 vsize=0 CPUtime=1800.24
/proc/19310/stat : 19310 (java) Z 19308 19310 19285 0 -1 4203548 103363 0 1 0 179914 110 0 0 17 0 2 0 11157373 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19310/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1772.84
CPU time (s): 1800.27
CPU user time (s): 1799.14
CPU system time (s): 1.13083
CPU usage (%): 101.548
Max. virtual memory (cumulated for all children) (KiB): 1546328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.13083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103363
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= 46647
involuntary context switches= 36419

runsolver used 3.50347 second user time and 9.53355 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-16 16:31:00
IDJOB=2669940
IDBENCH=47899
IDSOLVER=1165
FILE ID=node054/2669940-1276698660
PBS_JOBID= 11174091
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669940-1276698660/watcher-2669940-1276698660 -o /tmp/evaluation-result-2669940-1276698660/solver-2669940-1276698660 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669940-1276698660.opb

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

MD5SUM BENCH= 80881c7fbc3c10cf38784c74294061e5
RANDOM SEED=1644152218

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768500 kB
Buffers:         91964 kB
Cached:         117680 kB
SwapCached:       6896 kB
Active:          98956 kB
Inactive:       124560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768500 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:       11068 kB
Mapped:          12868 kB
Slab:            45296 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node054 at 2010-06-16 17:00:35