Trace number 2669961

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
MD5SUM1141c23e5342793635b3f22754b52627
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.656899
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 variables189
Total number of constraints19
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 constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2669961-1276698661.opb
0.25/0.21	c reading problem ... 
0.38/0.38	c ... done. Wall clock time 0.179s.
0.38/0.38	c #vars     630
0.38/0.38	c #constraints  910
0.38/0.38	c constraints type 
0.38/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.38/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
27.96/24.37	c cleaning 0 clauses out of 5000 with flag 0/5000
139.64/135.08	c cleaning 0 clauses out of 11000 with flag 0/11000
446.68/438.93	c cleaning 0 clauses out of 18001 with flag 0/18001
966.71/951.13	c cleaning 0 clauses out of 26000 with flag 0/26000
1501.74/1476.63	c cleaning 0 clauses out of 35002 with flag 0/35002
1800.10/1769.22	c starts		: 64
1800.10/1769.22	c conflicts		: 37165
1800.10/1769.22	c decisions		: 40621
1800.10/1769.22	c propagations		: 511157
1800.10/1769.22	c inspects		: 959334829
1800.10/1769.22	c learnt literals	: 0
1800.10/1769.22	c learnt binary clauses	: 0
1800.10/1769.22	c learnt ternary clauses	: 0
1800.10/1769.22	c learnt clauses	: 37164
1800.10/1769.22	c ignored clauses	: 0
1800.10/1769.22	c root simplifications	: 0
1800.10/1769.22	c removed literals (reason simplification)	: 0
1800.10/1769.22	c reason swapping (by a shorter reason)	: 0
1800.10/1769.22	c Calls to reduceDB	: 5
1800.10/1769.22	c number of reductions to clauses (during analyze)	: 0
1800.10/1769.22	c number of learned constraints concerned by reduction	: 0
1800.10/1769.22	c number of learning phase by resolution	: 0
1800.10/1769.22	c number of learning phase by cutting planes	: 0
1800.10/1769.22	c speed (assignments/second)	: 288.9789794203879
1800.10/1769.22	c non guided choices	587
1800.10/1769.26	c learnt constraints type 
1800.10/1769.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 208
1800.10/1769.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36956
1800.10/1769.26	c constraints type 
1800.10/1769.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
1800.10/1769.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
1800.10/1769.27	s UNKNOWN
1800.10/1769.27	c Total wall clock time (in seconds): 1769.06

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.09 3/106 9998
/proc/meminfo: memFree=1853460/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=248 CPUtime=0
/proc/9998/stat : 9998 (java) R 9996 9998 9973 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 43521544 253952 28 1992294400 134512640 134550932 4290998608 18446744073709551615 6971870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9998/statm: 62 28 21 10 0 23 0

[startup+0.0437181 s]
/proc/loadavg: 0.00 0.00 0.09 3/106 9998
/proc/meminfo: memFree=1853460/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1520328 CPUtime=0.02
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 3404 0 1 0 1 1 0 0 18 0 4 0 43521544 1556815872 2846 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 380082 2846 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101725 s]
/proc/loadavg: 0.00 0.00 0.09 3/106 9998
/proc/meminfo: memFree=1853460/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1524184 CPUtime=0.08
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 3972 0 1 0 6 2 0 0 18 0 12 0 43521544 1560764416 3410 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 381046 3410 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300973 s]
/proc/loadavg: 0.00 0.00 0.09 3/106 9998
/proc/meminfo: memFree=1853460/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1526736 CPUtime=0.38
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 5403 0 1 0 35 3 0 0 18 0 12 0 43521544 1563377664 4839 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 381684 4839 1364 10 0 378986 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526736

[startup+0.701958 s]
/proc/loadavg: 0.00 0.00 0.09 3/106 9998
/proc/meminfo: memFree=1853460/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1530796 CPUtime=1.17
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 7385 0 1 0 112 5 0 0 18 0 13 0 43521544 1567535104 6666 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 382699 6666 1402 10 0 380001 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530796

[startup+1.50193 s]
/proc/loadavg: 0.00 0.00 0.09 4/119 10011
/proc/meminfo: memFree=1821056/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1541796 CPUtime=2.75
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 19100 0 1 0 264 11 0 0 18 0 13 0 43521544 1578799104 16660 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 385449 16661 1420 10 0 382751 0
[pid=9998/tid=10000] ppid=9996 vsize=1541796 CPUtime=1.33
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 12095 0 1 0 126 7 0 0 18 0 13 0 43521545 1578799104 16661 1992294400 134512640 134550932 4290998608 18446744073709551615 4109980225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43521547 1578799104 16662 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 43521547 1578799104 16662 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43521548 1578799104 16663 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43521549 1578799104 16663 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 43521549 1578799104 16664 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1578799104 16664 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1541796 CPUtime=0.79
/proc/9998/task/10007/stat : 10007 (java) R 9996 9998 9973 0 -1 4202560 3700 0 0 0 78 1 0 0 25 0 13 0 43521553 1578799104 16665 1992294400 134512640 134550932 4290998608 18446744073709551615 105573194 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1541796 CPUtime=0.6
/proc/9998/task/10008/stat : 10008 (java) R 9996 9998 9973 0 -1 4202560 2236 0 0 0 59 1 0 0 25 0 13 0 43521553 1578799104 16665 1992294400 134512640 134550932 4290998608 18446744073709551615 105871045 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1578799104 16666 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43521553 1578799104 16666 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1541796 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1578799104 16667 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1541796

[startup+3.10187 s]
/proc/loadavg: 0.00 0.00 0.09 4/119 10011
/proc/meminfo: memFree=1747896/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1549192 CPUtime=5.84
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 47259 0 1 0 559 25 0 0 18 0 13 0 43521544 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 387298 39443 1437 10 0 384600 0
[pid=9998/tid=10000] ppid=9996 vsize=1549192 CPUtime=2.3
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 32089 0 1 0 212 18 0 0 19 0 13 0 43521545 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4109943074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 272 0 0 0 0 0 0 0 18 0 13 0 43521547 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 13 0 43521547 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 13 0 43521548 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1549192 CPUtime=2.26
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8449 0 0 0 223 3 0 0 25 0 13 0 43521553 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1549192 CPUtime=1.22
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5193 0 0 0 120 2 0 0 18 0 13 0 43521553 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43521553 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1549192 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1586372608 39443 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 1549192

[startup+6.30175 s]
/proc/loadavg: 0.24 0.05 0.11 2/119 10011
/proc/meminfo: memFree=1693088/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1548708 CPUtime=9.73
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 51508 0 1 0 946 27 0 0 18 0 13 0 43521544 1585876992 43221 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 387177 43224 1437 10 0 384479 0
[pid=9998/tid=10000] ppid=9996 vsize=1548708 CPUtime=5.37
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 32700 0 1 0 519 18 0 0 25 0 13 0 43521545 1585876992 43226 1992294400 134512640 134550932 4290998608 18446744073709551615 4109960329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1548708 CPUtime=0.06
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 1937 0 0 0 6 0 0 0 16 0 13 0 43521547 1585876992 43229 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1548708 CPUtime=0.06
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 1775 0 0 0 6 0 0 0 16 0 13 0 43521547 1585876992 43232 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 43521548 1585876992 43235 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1585876992 43238 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1585876992 43241 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1585876992 43243 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1548708 CPUtime=2.61
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8671 0 0 0 258 3 0 0 16 0 13 0 43521553 1585876992 43246 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1548708 CPUtime=1.55
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5334 0 0 0 153 2 0 0 15 0 13 0 43521553 1585876992 43249 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1585876992 43251 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43521553 1585876992 43253 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1585876992 43255 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 1548708

[startup+12.7005 s]
/proc/loadavg: 0.30 0.07 0.11 2/119 10011
/proc/meminfo: memFree=1658368/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1548708 CPUtime=16.21
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 58410 0 1 0 1591 30 0 0 18 0 13 0 43521544 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 387177 49924 1437 10 0 384479 0
[pid=9998/tid=10000] ppid=9996 vsize=1548708 CPUtime=11.68
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 36010 0 1 0 1148 20 0 0 25 0 13 0 43521545 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4109943102 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1548708 CPUtime=0.15
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 3829 0 0 0 14 1 0 0 16 0 13 0 43521547 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1548708 CPUtime=0.15
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 3470 0 0 0 14 1 0 0 15 0 13 0 43521547 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 43521548 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1548708 CPUtime=2.61
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8671 0 0 0 258 3 0 0 16 0 13 0 43521553 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1548708 CPUtime=1.56
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5334 0 0 0 154 2 0 0 15 0 13 0 43521553 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43521553 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1548708 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1585876992 49924 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 1548708

[startup+25.501 s]
/proc/loadavg: 0.45 0.11 0.13 2/119 10011
/proc/meminfo: memFree=1646836/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1545704 CPUtime=29.27
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 62264 0 1 0 2893 34 0 0 18 0 13 0 43521544 1582800896 52711 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 386426 52711 1447 10 0 383728 0
[pid=9998/tid=10000] ppid=9996 vsize=1545704 CPUtime=24.21
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 36058 0 1 0 2400 21 0 0 25 0 13 0 43521545 1582800896 52711 1992294400 134512640 134550932 4290998608 18446744073709551615 4110111205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1545704 CPUtime=0.29
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 5740 0 0 0 27 2 0 0 15 0 13 0 43521547 1582800896 52711 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1545704 CPUtime=0.3
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 5243 0 0 0 28 2 0 0 16 0 13 0 43521547 1582800896 52711 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1545704 CPUtime=0.09

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

[pid=9998/tid=10004] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1545704 CPUtime=2.9
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8675 0 0 0 287 3 0 0 15 0 13 0 43521553 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1545704 CPUtime=1.58
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5338 0 0 0 156 2 0 0 15 0 13 0 43521553 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 43521553 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1582800896 84269 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1568.68
Current children cumulated vsize (KiB) 1545704

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.83 2/119 10056
/proc/meminfo: memFree=1515892/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1545704 CPUtime=1629.81
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 97429 0 1 0 162831 150 0 0 18 0 13 0 43521544 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 386426 85015 1447 10 0 383728 0
[pid=9998/tid=10000] ppid=9996 vsize=1545704 CPUtime=1574.42
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 37205 0 1 0 157382 60 0 0 25 0 13 0 43521545 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4109928842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1545704 CPUtime=24.48
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 23226 0 0 0 2407 41 0 0 15 0 13 0 43521547 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1545704 CPUtime=24.49
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 21233 0 0 0 2417 32 0 0 16 0 13 0 43521547 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1545704 CPUtime=1.85
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 586 0 0 0 177 8 0 0 15 0 13 0 43521548 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1545704 CPUtime=2.9
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8675 0 0 0 287 3 0 0 15 0 13 0 43521553 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1545704 CPUtime=1.58
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5338 0 0 0 156 2 0 0 15 0 13 0 43521553 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 43521553 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1582800896 85015 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.81
Current children cumulated vsize (KiB) 1545704

[startup+1662.3 s]
/proc/loadavg: 1.24 1.05 0.85 2/119 10058
/proc/meminfo: memFree=1513040/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1545704 CPUtime=1691.04
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 98215 0 1 0 168952 152 0 0 18 0 13 0 43521544 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 386426 85733 1447 10 0 383728 0
[pid=9998/tid=10000] ppid=9996 vsize=1545704 CPUtime=1633.12
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 37245 0 1 0 163252 60 0 0 25 0 13 0 43521545 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4109926630 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1545704 CPUtime=25.74
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 23670 0 0 0 2533 41 0 0 16 0 13 0 43521547 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1545704 CPUtime=25.75
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 21527 0 0 0 2543 32 0 0 16 0 13 0 43521547 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1545704 CPUtime=1.87
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 590 0 0 0 178 9 0 0 15 0 13 0 43521548 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1545704 CPUtime=2.9
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8675 0 0 0 287 3 0 0 15 0 13 0 43521553 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1545704 CPUtime=1.58
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5338 0 0 0 156 2 0 0 15 0 13 0 43521553 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 43521553 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1582800896 85733 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1691.04
Current children cumulated vsize (KiB) 1545704

[startup+1722.3 s]
/proc/loadavg: 1.09 1.04 0.86 2/119 10060
/proc/meminfo: memFree=1510684/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1545704 CPUtime=1752.32
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 98857 0 1 0 175078 154 0 0 18 0 13 0 43521544 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 386426 86326 1447 10 0 383728 0
[pid=9998/tid=10000] ppid=9996 vsize=1545704 CPUtime=1691.76
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 37286 0 1 0 169116 60 0 0 25 0 13 0 43521545 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4109942737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1545704 CPUtime=27.05
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 24003 0 0 0 2663 42 0 0 16 0 13 0 43521547 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1545704 CPUtime=27.07
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 21791 0 0 0 2674 33 0 0 15 0 13 0 43521547 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1545704 CPUtime=1.87
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 592 0 0 0 178 9 0 0 16 0 13 0 43521548 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1545704 CPUtime=2.9
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8675 0 0 0 287 3 0 0 15 0 13 0 43521553 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1545704 CPUtime=1.58
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5338 0 0 0 156 2 0 0 15 0 13 0 43521553 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 43521553 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1582800896 86326 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1752.32
Current children cumulated vsize (KiB) 1545704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.21 s]
/proc/loadavg: 1.16 1.07 0.88 3/119 10060
/proc/meminfo: memFree=1507336/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=1545704 CPUtime=1800.1
/proc/9998/stat : 9998 (java) S 9996 9998 9973 0 -1 4202496 99671 0 1 0 179854 156 0 0 18 0 13 0 43521544 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 386426 87092 1447 10 0 383728 0
[pid=9998/tid=10000] ppid=9996 vsize=1545704 CPUtime=1737.75
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4202560 37318 0 1 0 173715 60 0 0 25 0 13 0 43521545 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4110111050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9998/tid=10001] ppid=9996 vsize=1545704 CPUtime=27.94
/proc/9998/task/10001/stat : 10001 (java) S 9996 9998 9973 0 -1 4202560 24342 0 0 0 2751 43 0 0 15 0 13 0 43521547 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10002] ppid=9996 vsize=1545704 CPUtime=27.98
/proc/9998/task/10002/stat : 10002 (java) S 9996 9998 9973 0 -1 4202560 22225 0 0 0 2764 34 0 0 16 0 13 0 43521547 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10003] ppid=9996 vsize=1545704 CPUtime=1.88
/proc/9998/task/10003/stat : 10003 (java) S 9996 9998 9973 0 -1 4202560 597 0 0 0 179 9 0 0 15 0 13 0 43521548 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 0 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10004] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10004/stat : 10004 (java) S 9996 9998 9973 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10005] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10005/stat : 10005 (java) S 9996 9998 9973 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43521549 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10006] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10006/stat : 10006 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10007] ppid=9996 vsize=1545704 CPUtime=2.9
/proc/9998/task/10007/stat : 10007 (java) S 9996 9998 9973 0 -1 4202560 8675 0 0 0 287 3 0 0 15 0 13 0 43521553 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
[pid=9998/tid=10008] ppid=9996 vsize=1545704 CPUtime=1.58
/proc/9998/task/10008/stat : 10008 (java) S 9996 9998 9973 0 -1 4202560 5338 0 0 0 156 2 0 0 15 0 13 0 43521553 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10009] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10009/stat : 10009 (java) S 9996 9998 9973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43521553 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10010] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10010/stat : 10010 (java) S 9996 9998 9973 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 43521553 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 0 0 0 0
[pid=9998/tid=10011] ppid=9996 vsize=1545704 CPUtime=0
/proc/9998/task/10011/stat : 10011 (java) S 9996 9998 9973 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 43521584 1582800896 87092 1992294400 134512640 134550932 4290998608 18446744073709551615 4294960144 0 4 0 16800975 18446604437845050368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1545704

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

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

[startup+1769.32 s]
/proc/loadavg: 1.16 1.07 0.88 3/119 10060
/proc/meminfo: memFree=1507336/2059040 swapFree=4136132/4192956
[pid=9998] ppid=9996 vsize=0 CPUtime=1800.25
/proc/9998/stat : 9998 (java) Z 9996 9998 9973 0 -1 4203548 99692 0 1 0 179866 159 0 0 17 0 2 0 43521544 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9998/statm: 0 0 0 0 0 0 0
[pid=9998/tid=10000] ppid=9996 vsize=0 CPUtime=1737.82
/proc/9998/task/10000/stat : 10000 (java) R 9996 9998 9973 0 -1 4203588 37318 0 1 0 173719 63 0 0 25 0 2 0 43521545 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.32
CPU time (s): 1800.27
CPU user time (s): 1798.67
CPU system time (s): 1.60076
CPU usage (%): 101.749
Max. virtual memory (cumulated for all children) (KiB): 1552208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.60076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99692
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= 49381
involuntary context switches= 54416

runsolver used 3.9104 second user time and 9.8765 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 16:31:01
IDJOB=2669961
IDBENCH=47920
IDSOLVER=1165
FILE ID=node026/2669961-1276698661
PBS_JOBID= 11174114
Free space on /tmp= 62560 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=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-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-2669961-1276698661/watcher-2669961-1276698661 -o /tmp/evaluation-result-2669961-1276698661/solver-2669961-1276698661 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669961-1276698661.opb

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

MD5SUM BENCH= 1141c23e5342793635b3f22754b52627
RANDOM SEED=268655360

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1853856 kB
Buffers:         11888 kB
Cached:         101376 kB
SwapCached:       9392 kB
Active:          77228 kB
Inactive:        48416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1853856 kB
SwapTotal:     4192956 kB
SwapFree:      4136132 kB
Dirty:             512 kB
Writeback:           0 kB
AnonPages:       10784 kB
Mapped:           9192 kB
Slab:            57716 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181908 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= 62560 MiB
End job on node026 at 2010-06-16 17:00:33