Trace number 2660232

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.15 1779.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-2660232-1276337461.opb
0.23/0.21	c reading problem ... 
4.29/3.38	c ... done. Wall clock time 3.17s.
4.29/3.38	c #vars     62704
4.29/3.38	c #constraints  187107
4.29/3.38	c constraints type 
4.29/3.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
4.29/3.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
4.29/3.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
290.42/284.20	c cleaning 0 clauses out of 5000 with flag 0/5003
1682.73/1663.34	c cleaning 0 clauses out of 10997 with flag 0/11000
1800.03/1779.51	c starts		: 35
1800.03/1779.51	c conflicts		: 11168
1800.03/1779.51	c decisions		: 22346
1800.03/1779.51	c propagations		: 56617128
1800.03/1779.51	c inspects		: 725647303
1800.03/1779.51	c learnt literals	: 3
1800.03/1779.51	c learnt binary clauses	: 72
1800.03/1779.51	c learnt ternary clauses	: 61
1800.03/1779.51	c learnt clauses	: 11165
1800.03/1779.51	c ignored clauses	: 0
1800.03/1779.51	c root simplifications	: 0
1800.03/1779.51	c removed literals (reason simplification)	: 0
1800.03/1779.51	c reason swapping (by a shorter reason)	: 0
1800.03/1779.51	c Calls to reduceDB	: 2
1800.03/1779.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1779.51	c number of learned constraints concerned by reduction	: 0
1800.03/1779.51	c number of learning phase by resolution	: 0
1800.03/1779.51	c number of learning phase by cutting planes	: 0
1800.03/1779.51	c speed (assignments/second)	: 31876.590461873675
1800.03/1779.51	c non guided choices	2133
1800.03/1779.53	c learnt constraints type 
1800.03/1779.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1007
1800.03/1779.53	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 72
1800.03/1779.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10086
1800.03/1779.53	c constraints type 
1800.03/1779.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1800.03/1779.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1800.03/1779.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.03/1779.53	s UNKNOWN
1800.03/1779.53	c Total wall clock time (in seconds): 1779.327

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-2660232-1276337461/watcher-2660232-1276337461 -o /tmp/evaluation-result-2660232-1276337461/solver-2660232-1276337461 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660232-1276337461.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.04 1.01 1.00 3/106 10311
/proc/meminfo: memFree=1760364/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=248 CPUtime=0
/proc/10311/stat : 10311 (java) R 10309 10311 9368 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 7402416 253952 29 1992294400 134512640 134550932 4287812704 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10311/statm: 62 29 21 10 0 23 0

[startup+0.104169 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 10311
/proc/meminfo: memFree=1760364/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1524184 CPUtime=0.09
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 3980 0 1 0 7 2 0 0 18 0 12 0 7402416 1560764416 3419 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 381046 3419 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.201188 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 10311
/proc/meminfo: memFree=1760364/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1526268 CPUtime=0.23
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 5061 0 1 0 20 3 0 0 18 0 12 0 7402416 1562898432 4498 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 381567 4498 1346 10 0 378869 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526268

[startup+0.301205 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 10311
/proc/meminfo: memFree=1760364/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1526268 CPUtime=0.36
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 5661 0 1 0 33 3 0 0 18 0 12 0 7402416 1562898432 5098 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 381567 5098 1362 10 0 378869 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526268

[startup+0.701287 s]
/proc/loadavg: 1.04 1.01 1.00 3/106 10311
/proc/meminfo: memFree=1760364/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1530928 CPUtime=1.13
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 8580 0 1 0 108 5 0 0 18 0 12 0 7402416 1567670272 7699 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 382732 7699 1403 10 0 380034 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530928

[startup+1.50242 s]
/proc/loadavg: 1.04 1.01 1.00 4/118 10323
/proc/meminfo: memFree=1710360/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1532616 CPUtime=2.36
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 24930 0 1 0 224 12 0 0 18 0 12 0 7402416 1569398784 23807 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 383154 23808 1407 10 0 380456 0
[pid=10311/tid=10313] ppid=10309 vsize=1532616 CPUtime=1.46
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 21234 0 1 0 137 9 0 0 25 0 12 0 7402418 1569398784 23809 1992294400 134512640 134550932 4287812704 18446744073709551615 4109602431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 7402419 1569398784 23810 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7402419 1569398784 23811 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7402421 1569398784 23813 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7402421 1569398784 23814 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7402421 1569398784 23815 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402426 1569398784 23816 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1532616 CPUtime=0.71
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 1999 0 0 0 71 0 0 0 16 0 12 0 7402426 1569398784 23818 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1532616 CPUtime=0.14
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 633 0 0 0 14 0 0 0 24 0 12 0 7402426 1569398784 23819 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402426 1569398784 23820 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7402426 1569398784 23821 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1532616

[startup+3.10172 s]
/proc/loadavg: 1.04 1.01 1.00 2/118 10323
/proc/meminfo: memFree=1617856/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1532616 CPUtime=4.08
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 41921 0 1 0 389 19 0 0 18 0 12 0 7402416 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 383154 40763 1417 10 0 380456 0
[pid=10311/tid=10313] ppid=10309 vsize=1532616 CPUtime=2.93
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32014 0 1 0 279 14 0 0 25 0 12 0 7402418 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4109537226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1532616 CPUtime=0.12
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 3309 0 0 0 11 1 0 0 18 0 12 0 7402419 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1532616 CPUtime=0.11
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 2891 0 0 0 11 0 0 0 18 0 12 0 7402419 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 7402421 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 7402421 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7402421 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402426 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1532616 CPUtime=0.71
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 1999 0 0 0 71 0 0 0 16 0 12 0 7402426 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1532616 CPUtime=0.14
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 633 0 0 0 14 0 0 0 24 0 12 0 7402426 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7402426 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1532616 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7402426 1569398784 40763 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1532616

[startup+6.30233 s]
/proc/loadavg: 1.03 1.01 1.00 4/119 10324
/proc/meminfo: memFree=1587716/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1540564 CPUtime=9.3
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 50596 0 1 0 907 23 0 0 18 0 13 0 7402416 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385141 47239 1434 10 0 382443 0
[pid=10311/tid=10313] ppid=10309 vsize=1540564 CPUtime=5.83
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32087 0 1 0 569 14 0 0 25 0 13 0 7402418 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4109874647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1540564 CPUtime=0.18
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 5076 0 0 0 17 1 0 0 17 0 13 0 7402419 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1540564 CPUtime=0.34
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 5426 0 0 0 32 2 0 0 18 0 13 0 7402419 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 7402421 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1540564 CPUtime=1.74
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 2606 0 0 0 173 1 0 0 15 0 13 0 7402426 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1540564 CPUtime=1.15
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 4318 0 0 0 113 2 0 0 15 0 13 0 7402426 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7402426 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1540564 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1577537536 47239 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 1540564

[startup+12.7025 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 10324
/proc/meminfo: memFree=1552624/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1544608 CPUtime=16.66
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 57844 0 1 0 1640 26 0 0 18 0 13 0 7402416 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 386152 53135 1440 10 0 383454 0
[pid=10311/tid=10313] ppid=10309 vsize=1544608 CPUtime=11.72
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32094 0 1 0 1157 15 0 0 25 0 13 0 7402418 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4109985932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1544608 CPUtime=0.45
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 6350 0 0 0 43 2 0 0 15 0 13 0 7402419 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1544608 CPUtime=0.61
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 9406 0 0 0 58 3 0 0 18 0 13 0 7402419 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 7402421 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1544608 CPUtime=2.34
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3382 0 0 0 233 1 0 0 15 0 13 0 7402426 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1544608 CPUtime=1.48
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 146 2 0 0 15 0 13 0 7402426 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7402426 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1544608 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1581678592 53135 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 1544608

[startup+25.5019 s]
/proc/loadavg: 1.02 1.01 1.00 3/119 10324
/proc/meminfo: memFree=1551508/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1540304 CPUtime=29.6
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 59093 0 1 0 2933 27 0 0 18 0 13 0 7402416 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385076 53302 1440 10 0 382378 0
[pid=10311/tid=10313] ppid=10309 vsize=1540304 CPUtime=24.37
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32105 0 1 0 2422 15 0 0 25 0 13 0 7402418 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4109874633 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1540304 CPUtime=0.57
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 6914 0 0 0 55 2 0 0 16 0 13 0 7402419 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1540304 CPUtime=0.73
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 10074 0 0 0 70 3 0 0 15 0 13 0 7402419 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1540304 CPUtime=0
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 7402421 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1540304 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1577271296 53302 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1540304 CPUtime=0

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

[pid=10311] ppid=10309 vsize=1541328 CPUtime=1560.65
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 97211 0 1 0 155958 107 0 0 18 0 13 0 7402416 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385332 88311 1450 10 0 382634 0
[pid=10311/tid=10313] ppid=10309 vsize=1541328 CPUtime=1524.86
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32769 0 1 0 152438 48 0 0 25 0 13 0 7402418 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4109997615 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1541328 CPUtime=15.49
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 24172 0 0 0 1529 20 0 0 15 0 13 0 7402419 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1541328 CPUtime=15.68
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 29534 0 0 0 1541 27 0 0 16 0 13 0 7402419 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1541328 CPUtime=0.45
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 213 0 0 0 41 4 0 0 16 0 13 0 7402421 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1541328 CPUtime=2.6
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3838 0 0 0 259 1 0 0 15 0 13 0 7402426 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1541328 CPUtime=1.5
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 148 2 0 0 15 0 13 0 7402426 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 7402426 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1578319872 88311 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1560.65
Current children cumulated vsize (KiB) 1541328

[startup+1602.3 s]
/proc/loadavg: 1.06 1.06 1.06 2/119 10366
/proc/meminfo: memFree=1407296/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1541328 CPUtime=1621.18
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 97867 0 1 0 162011 107 0 0 18 0 13 0 7402416 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385332 88920 1450 10 0 382634 0
[pid=10311/tid=10313] ppid=10309 vsize=1541328 CPUtime=1584.25
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32793 0 1 0 158377 48 0 0 25 0 13 0 7402418 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4109948989 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1541328 CPUtime=16.06
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 24429 0 0 0 1586 20 0 0 15 0 13 0 7402419 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1541328 CPUtime=16.25
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 29905 0 0 0 1597 28 0 0 16 0 13 0 7402419 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1541328 CPUtime=0.45
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 215 0 0 0 41 4 0 0 16 0 13 0 7402421 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1541328 CPUtime=2.6
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3838 0 0 0 259 1 0 0 15 0 13 0 7402426 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1541328 CPUtime=1.5
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 148 2 0 0 15 0 13 0 7402426 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 7402426 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1578319872 88920 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.18
Current children cumulated vsize (KiB) 1541328

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.06 3/119 10371
/proc/meminfo: memFree=1405932/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1541328 CPUtime=1681.72
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 98165 0 1 0 168064 108 0 0 18 0 13 0 7402416 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385332 89189 1450 10 0 382634 0
[pid=10311/tid=10313] ppid=10309 vsize=1541328 CPUtime=1643.63
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32814 0 1 0 164315 48 0 0 25 0 13 0 7402418 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4109997634 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1541328 CPUtime=16.64
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 24643 0 0 0 1644 20 0 0 16 0 13 0 7402419 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1541328 CPUtime=16.82
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 29960 0 0 0 1654 28 0 0 15 0 13 0 7402419 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1541328 CPUtime=0.45
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 219 0 0 0 41 4 0 0 15 0 13 0 7402421 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1541328 CPUtime=2.6
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3838 0 0 0 259 1 0 0 15 0 13 0 7402426 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1541328 CPUtime=1.5
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 148 2 0 0 15 0 13 0 7402426 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 7402426 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1578319872 89189 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.72
Current children cumulated vsize (KiB) 1541328

[startup+1722.3 s]
/proc/loadavg: 1.08 1.06 1.06 2/119 10373
/proc/meminfo: memFree=1405808/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1541328 CPUtime=1742.29
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 98208 0 1 0 174120 109 0 0 18 0 13 0 7402416 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385332 89202 1450 10 0 382634 0
[pid=10311/tid=10313] ppid=10309 vsize=1541328 CPUtime=1702.31
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32837 0 1 0 170183 48 0 0 25 0 13 0 7402418 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4109895789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1541328 CPUtime=17.24
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 24652 0 0 0 1703 21 0 0 16 0 13 0 7402419 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1541328 CPUtime=17.41
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 29963 0 0 0 1713 28 0 0 15 0 13 0 7402419 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1541328 CPUtime=1.14
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 223 0 0 0 110 4 0 0 15 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1541328 CPUtime=2.6
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3838 0 0 0 259 1 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1541328 CPUtime=1.5
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 148 2 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.29
Current children cumulated vsize (KiB) 1541328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.5 s]
/proc/loadavg: 1.03 1.05 1.05 2/119 10375
/proc/meminfo: memFree=1405684/2059040 swapFree=4165036/4192956
[pid=10311] ppid=10309 vsize=1541328 CPUtime=1800.03
/proc/10311/stat : 10311 (java) S 10309 10311 9368 0 -1 4202496 98237 0 1 0 179892 111 0 0 18 0 13 0 7402416 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10311/statm: 385332 89202 1450 10 0 382634 0
[pid=10311/tid=10313] ppid=10309 vsize=1541328 CPUtime=1758.93
/proc/10311/task/10313/stat : 10313 (java) R 10309 10311 9368 0 -1 4202560 32858 0 1 0 175845 48 0 0 25 0 13 0 7402418 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4110023544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10311/tid=10314] ppid=10309 vsize=1541328 CPUtime=17.79
/proc/10311/task/10314/stat : 10314 (java) S 10309 10311 9368 0 -1 4202560 24652 0 0 0 1757 22 0 0 16 0 13 0 7402419 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10315] ppid=10309 vsize=1541328 CPUtime=17.97
/proc/10311/task/10315/stat : 10315 (java) S 10309 10311 9368 0 -1 4202560 29963 0 0 0 1769 28 0 0 15 0 13 0 7402419 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10316] ppid=10309 vsize=1541328 CPUtime=1.15
/proc/10311/task/10316/stat : 10316 (java) S 10309 10311 9368 0 -1 4202560 227 0 0 0 111 4 0 0 15 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 0 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10317] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10317/stat : 10317 (java) S 10309 10311 9368 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10318] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10318/stat : 10318 (java) S 10309 10311 9368 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7402421 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10319] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10319/stat : 10319 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10320] ppid=10309 vsize=1541328 CPUtime=2.6
/proc/10311/task/10320/stat : 10320 (java) S 10309 10311 9368 0 -1 4202560 3838 0 0 0 259 1 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10321] ppid=10309 vsize=1541328 CPUtime=1.5
/proc/10311/task/10321/stat : 10321 (java) S 10309 10311 9368 0 -1 4202560 5529 0 0 0 148 2 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10322] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10322/stat : 10322 (java) S 10309 10311 9368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 0 0 0 0
[pid=10311/tid=10323] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10323/stat : 10323 (java) S 10309 10311 9368 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7402426 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
[pid=10311/tid=10324] ppid=10309 vsize=1541328 CPUtime=0
/proc/10311/task/10324/stat : 10324 (java) S 10309 10311 9368 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 7402762 1578319872 89202 1992294400 134512640 134550932 4287812704 18446744073709551615 4294960144 0 4 0 16800975 18446604437877805376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541328

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

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

Child status: 143
Real time (s): 1779.6
CPU time (s): 1800.15
CPU user time (s): 1799
CPU system time (s): 1.15182
CPU usage (%): 101.155
Max. virtual memory (cumulated for all children) (KiB): 1546116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.15182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98257
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= 43768
involuntary context switches= 44288

runsolver used 3.75243 second user time and 9.38957 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-12 12:11:01
IDJOB=2660232
IDBENCH=1479
IDSOLVER=1165
FILE ID=node019/2660232-1276337461
PBS_JOBID= 11173170
Free space on /tmp= 62352 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660232-1276337461/watcher-2660232-1276337461 -o /tmp/evaluation-result-2660232-1276337461/solver-2660232-1276337461 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660232-1276337461.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=484587018

node019.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.264
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.52
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.264
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:       1760636 kB
Buffers:         74388 kB
Cached:         123480 kB
SwapCached:       1408 kB
Active:         100552 kB
Inactive:       129956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1760636 kB
SwapTotal:     4192956 kB
SwapFree:      4165036 kB
Dirty:            5852 kB
Writeback:           4 kB
AnonPages:       31224 kB
Mapped:          15404 kB
Slab:            46040 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62352 MiB
End job on node019 at 2010-06-12 12:40:43