Trace number 2670058

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.3 1772.87

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark20.7478
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.20	c No reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2670058-1276700479.opb
0.25/0.20	c reading problem ... 
0.39/0.38	c ... done. Wall clock time 0.179s.
0.39/0.38	c #vars     616
0.39/0.38	c #constraints  918
0.39/0.38	c constraints type 
0.39/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.39/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
50.36/46.62	c cleaning 0 clauses out of 5000 with flag 0/5000
211.69/206.76	c cleaning 0 clauses out of 11001 with flag 0/11001
524.43/516.53	c cleaning 0 clauses out of 18001 with flag 0/18001
1062.43/1047.54	c cleaning 0 clauses out of 26001 with flag 0/26001
1679.68/1654.56	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.07/1772.72	c starts		: 63
1800.07/1772.72	c conflicts		: 36233
1800.07/1772.72	c decisions		: 39271
1800.07/1772.72	c propagations		: 570063
1800.07/1772.72	c inspects		: 893038601
1800.07/1772.72	c learnt literals	: 0
1800.07/1772.72	c learnt binary clauses	: 0
1800.07/1772.72	c learnt ternary clauses	: 0
1800.07/1772.72	c learnt clauses	: 36233
1800.07/1772.72	c ignored clauses	: 0
1800.07/1772.72	c root simplifications	: 0
1800.07/1772.72	c removed literals (reason simplification)	: 0
1800.07/1772.72	c reason swapping (by a shorter reason)	: 0
1800.07/1772.72	c Calls to reduceDB	: 5
1800.07/1772.72	c number of reductions to clauses (during analyze)	: 0
1800.07/1772.72	c number of learned constraints concerned by reduction	: 0
1800.07/1772.72	c number of learning phase by resolution	: 0
1800.07/1772.72	c number of learning phase by cutting planes	: 0
1800.07/1772.72	c speed (assignments/second)	: 321.64481134231244
1800.07/1772.72	c non guided choices	645
1800.07/1772.78	c learnt constraints type 
1800.07/1772.78	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 254
1800.07/1772.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 35980
1800.07/1772.78	c constraints type 
1800.07/1772.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
1800.07/1772.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
1800.07/1772.78	s UNKNOWN
1800.07/1772.78	c Total wall clock time (in seconds): 1772.576

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-2670058-1276700479/watcher-2670058-1276700479 -o /tmp/evaluation-result-2670058-1276700479/solver-2670058-1276700479 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670058-1276700479.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.09 1.03 0.87 3/106 18445
/proc/meminfo: memFree=1716336/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=392 CPUtime=0
/proc/18445/stat : 18445 (java) R 18443 18445 18278 0 -1 4194304 295 0 0 0 0 0 0 0 19 0 1 0 11340779 401408 40 1992294400 134512640 134550932 4292922080 18446744073709551615 11117140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18445/statm: 98 40 32 10 0 25 0

[startup+0.0890151 s]
/proc/loadavg: 1.09 1.03 0.87 3/106 18445
/proc/meminfo: memFree=1716336/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1522636 CPUtime=0.07
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 3881 0 1 0 5 2 0 0 18 0 8 0 11340779 1559179264 3321 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 380659 3321 1050 10 0 377969 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522636

[startup+0.102014 s]
/proc/loadavg: 1.09 1.03 0.87 3/106 18445
/proc/meminfo: memFree=1716336/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1524184 CPUtime=0.08
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 4004 0 1 0 6 2 0 0 18 0 12 0 11340779 1560764416 3442 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301203 s]
/proc/loadavg: 1.09 1.03 0.87 3/106 18445
/proc/meminfo: memFree=1716336/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1527132 CPUtime=0.39
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 5486 0 1 0 36 3 0 0 18 0 12 0 11340779 1563783168 4922 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 381783 4922 1364 10 0 379085 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1527132

[startup+0.701195 s]
/proc/loadavg: 1.09 1.03 0.87 3/106 18445
/proc/meminfo: memFree=1716336/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1528852 CPUtime=1.18
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 7080 0 1 0 114 4 0 0 18 0 13 0 11340779 1565544448 6458 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 382213 6459 1404 10 0 379515 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1528852

[startup+1.50118 s]
/proc/loadavg: 1.08 1.03 0.87 4/119 18458
/proc/meminfo: memFree=1684240/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1535560 CPUtime=2.77
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 18664 0 1 0 268 9 0 0 18 0 13 0 11340779 1572413440 17060 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 383890 17061 1422 10 0 381192 0
[pid=18445/tid=18447] ppid=18443 vsize=1535560 CPUtime=1.48
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 13745 0 1 0 141 7 0 0 18 0 13 0 11340780 1572413440 17061 1992294400 134512640 134550932 4292922080 18446744073709551615 4109317324 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 11340781 1572413440 17061 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11340781 1572413440 17062 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11340783 1572413440 17062 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 13 0 11340783 1572413440 17063 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 11340783 1572413440 17064 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1572413440 17064 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1535560 CPUtime=0.86
/proc/18445/task/18454/stat : 18454 (java) R 18443 18445 18278 0 -1 4202560 3014 0 0 0 85 1 0 0 25 0 13 0 11340788 1572413440 17065 1992294400 134512640 134550932 4292922080 18446744073709551615 104144555 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1535560 CPUtime=0.41
/proc/18445/task/18455/stat : 18455 (java) R 18443 18445 18278 0 -1 4202560 834 0 0 0 41 0 0 0 25 0 13 0 11340788 1572413440 17065 1992294400 134512640 134550932 4292922080 18446744073709551615 106504897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1572413440 17065 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11340788 1572413440 17065 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1535560 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1572413440 17065 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1535560

[startup+3.10115 s]
/proc/loadavg: 1.08 1.03 0.87 5/119 18458
/proc/meminfo: memFree=1611948/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1538904 CPUtime=5.95
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 39014 0 1 0 577 18 0 0 18 0 13 0 11340779 1575837696 36794 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 384726 36794 1437 10 0 382028 0
[pid=18445/tid=18447] ppid=18443 vsize=1538904 CPUtime=2.82
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 32075 0 1 0 267 15 0 0 19 0 13 0 11340780 1575837696 36794 1992294400 134512640 134550932 4292922080 18446744073709551615 4109719128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1538904 CPUtime=0.01
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 405 0 0 0 1 0 0 0 18 0 13 0 11340781 1575837696 36794 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11340781 1575837696 36794 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 11340783 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1538904 CPUtime=2.44
/proc/18445/task/18454/stat : 18454 (java) R 18443 18445 18278 0 -1 4202560 4538 0 0 0 243 1 0 0 25 0 13 0 11340788 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 104143426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1538904 CPUtime=0.65
/proc/18445/task/18455/stat : 18455 (java) R 18443 18445 18278 0 -1 4202560 919 0 0 0 65 0 0 0 25 0 13 0 11340788 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 106252993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11340788 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1538904 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1575837696 36795 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1538904

[startup+6.30109 s]
/proc/loadavg: 1.08 1.03 0.87 2/119 18458
/proc/meminfo: memFree=1565076/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=9.6
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 50304 0 1 0 937 23 0 0 18 0 13 0 11340779 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 46228 1437 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=5.86
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 37212 0 1 0 569 17 0 0 25 0 13 0 11340780 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4109313394 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=0.08
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 2290 0 0 0 7 1 0 0 16 0 13 0 11340781 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=0.07
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 2058 0 0 0 6 1 0 0 16 0 13 0 11340781 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11340783 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.63
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5054 0 0 0 261 2 0 0 15 0 13 0 11340788 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=0.93
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2593 0 0 0 92 1 0 0 16 0 13 0 11340788 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 46228 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 1541116

[startup+12.701 s]
/proc/loadavg: 1.07 1.03 0.87 2/119 18460
/proc/meminfo: memFree=1529860/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=16.2
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 52079 0 1 0 1595 25 0 0 18 0 13 0 11340779 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 47829 1437 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=12.19
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 37219 0 1 0 1202 17 0 0 25 0 13 0 11340780 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4109283584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=0.12
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 3083 0 0 0 11 1 0 0 16 0 13 0 11340781 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=0.12
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 3020 0 0 0 11 1 0 0 15 0 13 0 11340781 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11340783 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.79
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5067 0 0 0 277 2 0 0 15 0 13 0 11340788 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=0.93
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2593 0 0 0 92 1 0 0 16 0 13 0 11340788 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 47829 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.2
Current children cumulated vsize (KiB) 1541116

[startup+25.5017 s]
/proc/loadavg: 1.05 1.02 0.87 2/119 18460
/proc/meminfo: memFree=1520188/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=29.1
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 54718 0 1 0 2883 27 0 0 18 0 13 0 11340779 1578102784 50125 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 50125 1437 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=24.88
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 37274 0 1 0 2470 18 0 0 25 0 13 0 11340780 1578102784 50125 1992294400 134512640 134550932 4292922080 18446744073709551615 4109283814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=0.22
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 4247 0 0 0 20 2 0 0 15 0 13 0 11340781 1578102784 50125 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=0.21
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 4440 0 0 0 19 2 0 0 16 0 13 0 11340781 1578102784 50125 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=0.01

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

[pid=18445] ppid=18443 vsize=1541116 CPUtime=1626.46
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 99012 0 1 0 162550 96 0 0 18 0 13 0 11340779 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 90106 1447 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=1578.09
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 38478 0 1 0 157785 24 0 0 25 0 13 0 11340780 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4109280805 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=21.46
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 26572 0 0 0 2118 28 0 0 16 0 13 0 11340781 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=21.39
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 24720 0 0 0 2110 29 0 0 15 0 13 0 11340781 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=1.55
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 410 0 0 0 147 8 0 0 15 0 13 0 11340783 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.84
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5071 0 0 0 282 2 0 0 15 0 13 0 11340788 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=1.06
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2598 0 0 0 105 1 0 0 15 0 13 0 11340788 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 90106 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1626.46
Current children cumulated vsize (KiB) 1541116

[startup+1662.3 s]
/proc/loadavg: 1.12 1.10 1.00 2/119 18504
/proc/meminfo: memFree=1355268/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=1687.61
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 99883 0 1 0 168664 97 0 0 18 0 13 0 11340779 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 90915 1447 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=1636.24
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 38517 0 1 0 163599 25 0 0 25 0 13 0 11340780 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4109283814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=22.63
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 27005 0 0 0 2234 29 0 0 15 0 13 0 11340781 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=22.57
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 25111 0 0 0 2227 30 0 0 16 0 13 0 11340781 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=2.21
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 414 0 0 0 213 8 0 0 15 0 13 0 11340783 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.84
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5071 0 0 0 282 2 0 0 15 0 13 0 11340788 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=1.06
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2598 0 0 0 105 1 0 0 15 0 13 0 11340788 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 90915 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1687.61
Current children cumulated vsize (KiB) 1541116

[startup+1722.3 s]
/proc/loadavg: 1.04 1.08 1.00 2/119 18504
/proc/meminfo: memFree=1354896/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=1748.74
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 100029 0 1 0 174772 102 0 0 18 0 13 0 11340779 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 91013 1447 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=1695.03
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 38558 0 1 0 169476 27 0 0 25 0 13 0 11340780 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4109306120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=23.79
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 27066 0 0 0 2348 31 0 0 16 0 13 0 11340781 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=23.73
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 25151 0 0 0 2343 30 0 0 15 0 13 0 11340781 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=2.22
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 416 0 0 0 214 8 0 0 15 0 13 0 11340783 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.84
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5071 0 0 0 282 2 0 0 15 0 13 0 11340788 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=1.06
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2598 0 0 0 105 1 0 0 15 0 13 0 11340788 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 91013 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.74
Current children cumulated vsize (KiB) 1541116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.7 s]
/proc/loadavg: 1.02 1.07 1.00 2/119 18506
/proc/meminfo: memFree=1346340/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541116 CPUtime=1800.07
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 102174 0 1 0 179898 109 0 0 18 0 13 0 11340779 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385279 93078 1447 10 0 382581 0
[pid=18445/tid=18447] ppid=18443 vsize=1541116 CPUtime=1744.43
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 38597 0 1 0 174414 29 0 0 25 0 13 0 11340780 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4109286020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541116 CPUtime=24.75
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 28303 0 0 0 2443 32 0 0 15 0 13 0 11340781 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541116 CPUtime=24.68
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 26012 0 0 0 2435 33 0 0 16 0 13 0 11340781 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541116 CPUtime=2.24
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 420 0 0 0 215 9 0 0 15 0 13 0 11340783 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11340783 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340787 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541116 CPUtime=2.84
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5071 0 0 0 282 2 0 0 15 0 13 0 11340788 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541116 CPUtime=1.06
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2598 0 0 0 105 1 0 0 15 0 13 0 11340788 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11340788 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 11340788 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541116 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11340818 1578102784 93078 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1541116

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

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

[startup+1772.82 s]
/proc/loadavg: 1.02 1.07 1.00 2/119 18506
/proc/meminfo: memFree=1346340/2059040 swapFree=4192952/4192956
[pid=18445] ppid=18443 vsize=1541764 CPUtime=1800.24
/proc/18445/stat : 18445 (java) S 18443 18445 18278 0 -1 4202496 102197 0 1 0 179915 109 0 0 18 0 14 0 11340779 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18445/statm: 385441 93101 1450 10 0 382743 0
[pid=18445/tid=18447] ppid=18443 vsize=1541764 CPUtime=1744.53
/proc/18445/task/18447/stat : 18447 (java) R 18443 18445 18278 0 -1 4202560 38597 0 1 0 174424 29 0 0 25 0 14 0 11340780 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4109574684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18445/tid=18448] ppid=18443 vsize=1541764 CPUtime=24.75
/proc/18445/task/18448/stat : 18448 (java) S 18443 18445 18278 0 -1 4202560 28303 0 0 0 2443 32 0 0 15 0 14 0 11340781 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18449] ppid=18443 vsize=1541764 CPUtime=24.68
/proc/18445/task/18449/stat : 18449 (java) S 18443 18445 18278 0 -1 4202560 26012 0 0 0 2435 33 0 0 16 0 14 0 11340781 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18450] ppid=18443 vsize=1541764 CPUtime=2.24
/proc/18445/task/18450/stat : 18450 (java) S 18443 18445 18278 0 -1 4202560 420 0 0 0 215 9 0 0 15 0 14 0 11340783 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 0 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18451] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18451/stat : 18451 (java) S 18443 18445 18278 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 11340783 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18452] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18452/stat : 18452 (java) S 18443 18445 18278 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 11340783 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18453] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18453/stat : 18453 (java) S 18443 18445 18278 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 11340787 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18454] ppid=18443 vsize=1541764 CPUtime=2.84
/proc/18445/task/18454/stat : 18454 (java) S 18443 18445 18278 0 -1 4202560 5071 0 0 0 282 2 0 0 15 0 14 0 11340788 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 1 0 0 0
[pid=18445/tid=18455] ppid=18443 vsize=1541764 CPUtime=1.1
/proc/18445/task/18455/stat : 18455 (java) S 18443 18445 18278 0 -1 4202560 2600 0 0 0 109 1 0 0 15 0 14 0 11340788 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18456] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18456/stat : 18456 (java) S 18443 18445 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 11340788 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18457] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18457/stat : 18457 (java) S 18443 18445 18278 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 14 0 11340788 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
[pid=18445/tid=18458] ppid=18443 vsize=1541764 CPUtime=0
/proc/18445/task/18458/stat : 18458 (java) S 18443 18445 18278 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 11340818 1578766336 93101 1992294400 134512640 134550932 4292922080 18446744073709551615 4294960144 0 4 0 16800975 18446604437837538368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1541764

Child status: 143
Real time (s): 1772.87
CPU time (s): 1800.3
CPU user time (s): 1799.16
CPU system time (s): 1.13783
CPU usage (%): 101.547
Max. virtual memory (cumulated for all children) (KiB): 1543876

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

runsolver used 3.35049 second user time and 9.71052 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-16 17:01:19
IDJOB=2670058
IDBENCH=48017
IDSOLVER=1165
FILE ID=node036/2670058-1276700479
PBS_JOBID= 11174106
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-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-2670058-1276700479/watcher-2670058-1276700479 -o /tmp/evaluation-result-2670058-1276700479/solver-2670058-1276700479 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670058-1276700479.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=344702352

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1716608 kB
Buffers:         70152 kB
Cached:         130692 kB
SwapCached:          4 kB
Active:         124924 kB
Inactive:       135356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1716608 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       59368 kB
Mapped:          15404 kB
Slab:            60100 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180312 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= 62524 MiB
End job on node036 at 2010-06-16 17:30:53