Trace number 2662414

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.44 912.884

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
MD5SUM1a0de5b084bb5d3f897350b954f11e59
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -5
Optimality of the best value was proved NO
Number of variables1951
Total number of constraints5581
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1860
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 618970019642690137449562112
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 2475880077443495339516213980
Number of bits of the biggest sum of numbers91
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.v20100531
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662414-1276628028.opb
0.23/0.21	c reading problem ... 
1.68/1.04	c ... done. Wall clock time 0.825s.
1.68/1.04	c #vars     1951
1.68/1.04	c #constraints  6202
1.68/1.04	c constraints type 
1.68/1.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1.68/1.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1.68/1.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.68/1.04	c constraints type 
1.68/1.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
1.68/1.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
1.68/1.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
26.84/13.74	c cleaning 2503 clauses out of 5005 with flag 5005/5005
51.59/26.28	c cleaning 4246 clauses out of 8497 with flag 11000/11000
87.37/44.31	c cleaning 5628 clauses out of 11258 with flag 18007/18007
131.11/66.44	c cleaning 6812 clauses out of 13624 with flag 26001/26001
174.75/88.56	c cleaning 7890 clauses out of 15816 with flag 35005/35005
222.63/112.75	c cleaning 8961 clauses out of 17925 with flag 45004/45004
278.60/141.00	c cleaning 9472 clauses out of 18960 with flag 55000/55000
322.10/163.01	c cleaning 9744 clauses out of 19489 with flag 65001/65001
381.19/192.97	c cleaning 9855 clauses out of 19744 with flag 75000/75000
428.63/216.93	c cleaning 9939 clauses out of 19890 with flag 85001/85001
479.44/242.68	c cleaning 9973 clauses out of 19953 with flag 95003/95003
522.89/264.67	c cleaning 9982 clauses out of 19977 with flag 105000/105000
560.74/283.87	c cleaning 9996 clauses out of 19995 with flag 115000/115000
609.72/308.66	c cleaning 9994 clauses out of 19999 with flag 125000/125000
654.94/331.50	c cleaning 9995 clauses out of 20006 with flag 135001/135001
707.30/358.07	c cleaning 9999 clauses out of 20012 with flag 145002/145002
760.59/385.09	c cleaning 10002 clauses out of 20012 with flag 155001/155001
800.23/405.12	c cleaning 10003 clauses out of 20014 with flag 165005/165005
841.27/425.92	c cleaning 9997 clauses out of 20007 with flag 175001/175001
885.01/448.13	c cleaning 10003 clauses out of 20011 with flag 185002/185002
926.55/469.25	c cleaning 10000 clauses out of 20008 with flag 195002/195002
961.03/486.79	c cleaning 10001 clauses out of 20008 with flag 205002/205002
998.28/505.64	c cleaning 9995 clauses out of 20005 with flag 215000/215000
1040.31/526.96	c cleaning 9999 clauses out of 20010 with flag 225000/225000
1080.82/547.59	c cleaning 10008 clauses out of 20030 with flag 235019/235019
1146.23/580.69	c cleaning 9993 clauses out of 20004 with flag 245001/245001
1233.24/624.67	c cleaning 9995 clauses out of 20012 with flag 255002/255002
1286.33/651.55	c cleaning 10001 clauses out of 20016 with flag 265001/265001
1333.94/675.73	c cleaning 10001 clauses out of 20015 with flag 275001/275001
1375.51/696.83	c cleaning 9996 clauses out of 20013 with flag 285000/285000
1419.85/719.34	c cleaning 10001 clauses out of 20019 with flag 295002/295002
1464.76/742.16	c cleaning 10003 clauses out of 20016 with flag 305000/305000
1508.98/764.68	c cleaning 9995 clauses out of 20014 with flag 315001/315001
1552.92/786.96	c cleaning 10004 clauses out of 20018 with flag 325000/325000
1598.45/810.00	c cleaning 10000 clauses out of 20014 with flag 335000/335000
1644.57/833.47	c cleaning 10002 clauses out of 20015 with flag 345001/345001
1683.83/853.41	c cleaning 9996 clauses out of 20013 with flag 355001/355001
1719.63/871.60	c cleaning 9999 clauses out of 20016 with flag 365000/365000
1757.99/891.18	c cleaning 10005 clauses out of 20018 with flag 375001/375001
1795.15/910.05	c cleaning 9998 clauses out of 20014 with flag 385002/385002
1800.12/912.72	c starts		: 136
1800.12/912.72	c conflicts		: 386436
1800.12/912.72	c decisions		: 500602
1800.12/912.72	c propagations		: 23671067
1800.12/912.72	c inspects		: 423167058
1800.12/912.72	c learnt literals	: 0
1800.12/912.72	c learnt binary clauses	: 118
1800.12/912.72	c learnt ternary clauses	: 292
1800.12/912.72	c learnt clauses	: 386436
1800.12/912.72	c ignored clauses	: 0
1800.12/912.72	c root simplifications	: 0
1800.12/912.72	c removed literals (reason simplification)	: 135818364
1800.12/912.72	c reason swapping (by a shorter reason)	: 0
1800.12/912.72	c Calls to reduceDB	: 40
1800.12/912.72	c number of reductions to clauses (during analyze)	: 0
1800.12/912.72	c number of learned constraints concerned by reduction	: 0
1800.12/912.72	c number of learning phase by resolution	: 0
1800.12/912.72	c number of learning phase by cutting planes	: 0
1800.12/912.72	c speed (assignments/second)	: 25964.341498514823
1800.12/912.72	c non guided choices	27
1800.33/912.82	c learnt constraints type 
1800.33/912.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11370
1800.33/912.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 118
1800.33/912.82	c constraints type 
1800.33/912.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1860
1800.33/912.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3720
1800.33/912.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.33/912.82	c constraints type 
1800.33/912.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3720
1800.33/912.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1860
1800.33/912.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.33/912.82	s UNKNOWN
1800.33/912.82	c Total wall clock time (in seconds): 912.611

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-2662414-1276628028/watcher-2662414-1276628028 -o /tmp/evaluation-result-2662414-1276628028/solver-2662414-1276628028 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662414-1276628028.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.87 1.96 1.63 3/105 10771
/proc/meminfo: memFree=1490408/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=248 CPUtime=0
/proc/10771/stat : 10771 (java6) R 10769 10771 10746 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 4096877 253952 28 1992294400 134512640 134550932 4287216272 18446744073709551615 3117652 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10771/statm: 62 28 21 10 0 23 0

[startup+0.0171831 s]
/proc/loadavg: 1.87 1.96 1.63 3/105 10771
/proc/meminfo: memFree=1490408/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=13164 CPUtime=0
/proc/10771/stat : 10771 (java) R 10769 10771 10746 0 -1 4194304 907 0 0 0 0 0 0 0 18 0 1 0 4096877 13479936 413 1992294400 134512640 134550932 4290749104 18446744073709551615 3077765 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10771/statm: 3291 419 143 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.101183 s]
/proc/loadavg: 1.87 1.96 1.63 3/105 10771
/proc/meminfo: memFree=1490408/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1524180 CPUtime=0.08
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 3951 0 1 0 6 2 0 0 18 0 12 0 4096877 1560760320 3391 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 381045 3392 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30121 s]
/proc/loadavg: 1.87 1.96 1.63 3/105 10771
/proc/meminfo: memFree=1490408/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1525768 CPUtime=0.35
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 5415 0 1 0 32 3 0 0 18 0 12 0 4096877 1562386432 4852 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 381442 4852 1361 10 0 378745 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525768

[startup+0.701254 s]
/proc/loadavg: 1.87 1.96 1.63 3/105 10771
/proc/meminfo: memFree=1490408/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1528976 CPUtime=1.08
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 7591 0 1 0 104 4 0 0 18 0 12 0 4096877 1565671424 6965 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 382244 6965 1403 10 0 379547 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528976

[startup+1.50133 s]
/proc/loadavg: 1.96 1.98 1.64 4/117 10783
/proc/meminfo: memFree=1457888/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1548168 CPUtime=2.67
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 15711 0 1 0 259 8 0 0 18 0 16 0 4096877 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387042 13254 1413 10 0 384345 0
[pid=10771/tid=10773] ppid=10769 vsize=1548168 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6937 0 1 0 94 3 0 0 25 0 16 0 4096879 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 4096881 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 4096881 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 4096882 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 4096883 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4096883 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1548168 CPUtime=0.17
/proc/10771/task/10780/stat : 10780 (java) R 10769 10771 10746 0 -1 4202560 590 0 0 0 17 0 0 0 25 0 16 0 4096887 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 106120431 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1548168 CPUtime=1.04
/proc/10771/task/10781/stat : 10781 (java) R 10769 10771 10746 0 -1 4202560 6699 0 0 0 102 2 0 0 16 0 16 0 4096887 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 104163182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1548168 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4096887 1585324032 13254 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1548168

[startup+3.10252 s]
/proc/loadavg: 1.96 1.98 1.64 6/121 10787
/proc/meminfo: memFree=1439380/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1548648 CPUtime=5.85
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 24206 0 1 0 574 11 0 0 18 0 16 0 4096877 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387162 19737 1427 10 0 384465 0
[pid=10771/tid=10773] ppid=10769 vsize=1548648 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6937 0 1 0 94 3 0 0 18 0 16 0 4096879 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 4096881 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 4096881 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 4096882 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 4096883 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4096883 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1548648 CPUtime=0.26
/proc/10771/task/10780/stat : 10780 (java) R 10769 10771 10746 0 -1 4202560 992 0 0 0 26 0 0 0 25 0 16 0 4096887 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 105495984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1548648 CPUtime=2.64
/proc/10771/task/10781/stat : 10781 (java) R 10769 10771 10746 0 -1 4202560 8848 0 0 0 261 3 0 0 18 0 16 0 4096887 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 103820000 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4096887 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1548648 CPUtime=1.02
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 773 0 0 0 102 0 0 0 25 0 16 0 4096982 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4109512728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1548648 CPUtime=0.91
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 5584 0 0 0 89 2 0 0 25 0 16 0 4096982 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4109616871 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1548648 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1585815552 19737 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1548648

[startup+6.30186 s]
/proc/loadavg: 1.96 1.98 1.64 3/121 10787
/proc/meminfo: memFree=1332740/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1547044 CPUtime=12.19
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 49165 0 1 0 1198 21 0 0 18 0 16 0 4096877 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 386761 43010 1437 10 0 384064 0
[pid=10771/tid=10773] ppid=10769 vsize=1547044 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6937 0 1 0 94 3 0 0 18 0 16 0 4096879 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1547044 CPUtime=0.07
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 2348 0 0 0 6 1 0 0 15 0 16 0 4096881 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1547044 CPUtime=0.06
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 2616 0 0 0 5 1 0 0 16 0 16 0 4096881 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 16 0 4096882 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4096883 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4096883 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1547044 CPUtime=0.35
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 997 0 0 0 35 0 0 0 18 0 16 0 4096887 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1547044 CPUtime=3.64
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9958 0 0 0 361 3 0 0 16 0 16 0 4096887 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4096887 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1547044 CPUtime=4.02
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1400 0 0 0 402 0 0 0 20 0 16 0 4096982 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4109524980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1547044 CPUtime=3
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 23814 0 0 0 292 8 0 0 25 0 16 0 4096982 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4108832830 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1584173056 43010 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 1547044

[startup+12.7025 s]
/proc/loadavg: 1.97 1.98 1.64 3/121 10787
/proc/meminfo: memFree=1291820/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1547044 CPUtime=24.86
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 58158 0 1 0 2463 23 0 0 18 0 16 0 4096877 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 386761 51187 1445 10 0 384064 0
[pid=10771/tid=10773] ppid=10769 vsize=1547044 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6937 0 1 0 94 3 0 0 18 0 16 0 4096879 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1547044 CPUtime=0.16
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 5418 0 0 0 14 2 0 0 16 0 16 0 4096881 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1547044 CPUtime=0.14
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 5332 0 0 0 13 1 0 0 16 0 16 0 4096881 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1547044 CPUtime=0.01
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 16 0 4096882 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4096883 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4096883 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1547044 CPUtime=0.58
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 1018 0 0 0 58 0 0 0 15 0 16 0 4096887 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1547044 CPUtime=3.75
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9967 0 0 0 372 3 0 0 15 0 16 0 4096887 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4096887 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1547044 CPUtime=10.14
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1420 0 0 0 1014 0 0 0 25 0 16 0 4096982 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4109508766 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1547044 CPUtime=9.04
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 26971 0 0 0 895 9 0 0 25 0 16 0 4096982 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4109616822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1547044 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1584173056 51187 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0

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

/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1587793920 84952 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1587793920 84952 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1504.43
Current children cumulated vsize (KiB) 1550580

[startup+822.302 s]
/proc/loadavg: 2.04 2.03 1.85 3/121 10818
/proc/meminfo: memFree=1142896/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1550580 CPUtime=1622.54
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 103783 0 1 0 162178 76 0 0 18 0 16 0 4096877 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387645 87632 1450 10 0 384948 0
[pid=10771/tid=10773] ppid=10769 vsize=1550580 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6941 0 1 0 94 3 0 0 15 0 16 0 4096879 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1550580 CPUtime=6.53
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 26572 0 0 0 635 18 0 0 16 0 16 0 4096881 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1550580 CPUtime=6.51
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 25912 0 0 0 632 19 0 0 15 0 16 0 4096881 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1550580 CPUtime=7.87
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 155 0 0 0 780 7 0 0 15 0 16 0 4096882 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1550580 CPUtime=1.21
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 3911 0 0 0 120 1 0 0 15 0 16 0 4096887 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1550580 CPUtime=4.11
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9970 0 0 0 408 3 0 0 15 0 16 0 4096887 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 4096887 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1550580 CPUtime=795.87
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1730 0 0 0 79582 5 0 0 25 0 16 0 4096982 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4109560207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1550580 CPUtime=799.38
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 27474 0 0 0 79924 14 0 0 25 0 16 0 4096982 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4109508669 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1587793920 87632 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.54
Current children cumulated vsize (KiB) 1550580

[startup+882.302 s]
/proc/loadavg: 2.07 2.04 1.87 4/121 10820
/proc/meminfo: memFree=1141284/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1550580 CPUtime=1740.54
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 104242 0 1 0 173975 79 0 0 18 0 16 0 4096877 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387645 88006 1450 10 0 384948 0
[pid=10771/tid=10773] ppid=10769 vsize=1550580 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6942 0 1 0 94 3 0 0 15 0 16 0 4096879 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1550580 CPUtime=7.12
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 26704 0 0 0 693 19 0 0 16 0 16 0 4096881 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1550580 CPUtime=7.11
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 26180 0 0 0 690 21 0 0 15 0 16 0 4096881 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1550580 CPUtime=8.89
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 159 0 0 0 882 7 0 0 15 0 16 0 4096882 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1550580 CPUtime=1.21
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 3911 0 0 0 120 1 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1550580 CPUtime=4.11
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9970 0 0 0 408 3 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1550580 CPUtime=853.91
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1752 0 0 0 85386 5 0 0 25 0 16 0 4096982 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4109719222 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1550580 CPUtime=857.12
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 27502 0 0 0 85697 15 0 0 25 0 16 0 4096982 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4109368245 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.54
Current children cumulated vsize (KiB) 1550580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.702 s]
/proc/loadavg: 2.12 2.05 1.87 3/121 10820
/proc/meminfo: memFree=1141284/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1550580 CPUtime=1800.12
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 104260 0 1 0 179930 82 0 0 18 0 16 0 4096877 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387645 88006 1450 10 0 384948 0
[pid=10771/tid=10773] ppid=10769 vsize=1550580 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6942 0 1 0 94 3 0 0 15 0 16 0 4096879 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1550580 CPUtime=7.35
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 26704 0 0 0 714 21 0 0 15 0 16 0 4096881 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1550580 CPUtime=7.34
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 26180 0 0 0 713 21 0 0 16 0 16 0 4096881 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1550580 CPUtime=9.62
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 161 0 0 0 954 8 0 0 15 0 16 0 4096882 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4096883 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1550580 CPUtime=1.21
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 3911 0 0 0 120 1 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1550580 CPUtime=4.11
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9970 0 0 0 408 3 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 4096887 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1550580 CPUtime=883.09
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1759 0 0 0 88304 5 0 0 25 0 16 0 4096982 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4109367900 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1550580 CPUtime=886.34
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 27509 0 0 0 88619 15 0 0 25 0 16 0 4096982 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4109616863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096983 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1550580 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4096986 1587793920 88006 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1550580

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

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

[startup+912.817 s]
/proc/loadavg: 2.12 2.05 1.87 3/121 10820
/proc/meminfo: memFree=1141284/2059040 swapFree=4192956/4192956
[pid=10771] ppid=10769 vsize=1551228 CPUtime=1800.33
/proc/10771/stat : 10771 (java) S 10769 10771 10746 0 -1 4202496 104277 0 1 0 179951 82 0 0 18 0 18 0 4096877 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10771/statm: 387807 88022 1450 10 0 385110 0
[pid=10771/tid=10773] ppid=10769 vsize=1551228 CPUtime=0.97
/proc/10771/task/10773/stat : 10773 (java) S 10769 10771 10746 0 -1 4202560 6942 0 1 0 94 3 0 0 15 0 18 0 4096879 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10774] ppid=10769 vsize=1551228 CPUtime=7.36
/proc/10771/task/10774/stat : 10774 (java) S 10769 10771 10746 0 -1 4202560 26704 0 0 0 715 21 0 0 16 0 18 0 4096881 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10775] ppid=10769 vsize=1551228 CPUtime=7.35
/proc/10771/task/10775/stat : 10775 (java) S 10769 10771 10746 0 -1 4202560 26180 0 0 0 714 21 0 0 16 0 18 0 4096881 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10776] ppid=10769 vsize=1551228 CPUtime=9.62
/proc/10771/task/10776/stat : 10776 (java) S 10769 10771 10746 0 -1 4202560 161 0 0 0 954 8 0 0 15 0 18 0 4096882 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 0 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10777] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10777/stat : 10777 (java) S 10769 10771 10746 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 4096883 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10778] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10778/stat : 10778 (java) S 10769 10771 10746 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 4096883 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10779] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10779/stat : 10779 (java) S 10769 10771 10746 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 4096887 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10780] ppid=10769 vsize=1551228 CPUtime=1.21
/proc/10771/task/10780/stat : 10780 (java) S 10769 10771 10746 0 -1 4202560 3911 0 0 0 120 1 0 0 15 0 18 0 4096887 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10781] ppid=10769 vsize=1551228 CPUtime=4.11
/proc/10771/task/10781/stat : 10781 (java) S 10769 10771 10746 0 -1 4202560 9970 0 0 0 408 3 0 0 15 0 18 0 4096887 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10782] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10782/stat : 10782 (java) S 10769 10771 10746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 4096887 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 0 0 0 0
[pid=10771/tid=10783] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10783/stat : 10783 (java) S 10769 10771 10746 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 4096887 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10784] ppid=10769 vsize=1551228 CPUtime=883.18
/proc/10771/task/10784/stat : 10784 (java) R 10769 10771 10746 0 -1 4202560 1759 0 0 0 88313 5 0 0 25 0 18 0 4096982 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4109508642 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10771/tid=10785] ppid=10769 vsize=1551228 CPUtime=886.44
/proc/10771/task/10785/stat : 10785 (java) R 10769 10771 10746 0 -1 4202560 27509 0 0 0 88629 15 0 0 25 0 18 0 4096982 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4109283907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10771/tid=10786] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10786/stat : 10786 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 4096983 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
[pid=10771/tid=10787] ppid=10769 vsize=1551228 CPUtime=0
/proc/10771/task/10787/stat : 10787 (java) S 10769 10771 10746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 4096986 1588457472 88022 1992294400 134512640 134550932 4290749104 18446744073709551615 4294960144 0 4 0 16800975 18446604437818050496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1551228

Child status: 143
Real time (s): 912.884
CPU time (s): 1800.44
CPU user time (s): 1799.58
CPU system time (s): 0.85487
CPU usage (%): 197.225
Max. virtual memory (cumulated for all children) (KiB): 1556712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104281
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= 27954
involuntary context switches= 49427

runsolver used 5.8961 second user time and 8.5397 second system time

The end

Launcher Data

Begin job on node081 at 2010-06-15 20:53:48
IDJOB=2662414
IDBENCH=3031
IDSOLVER=1166
FILE ID=node081/2662414-1276628028
PBS_JOBID= 11172352
Free space on /tmp= 121808 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=60-sizeP=31-sizeQ=60-472296155-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662414-1276628028/watcher-2662414-1276628028 -o /tmp/evaluation-result-2662414-1276628028/solver-2662414-1276628028 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662414-1276628028.opb

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

MD5SUM BENCH= 1a0de5b084bb5d3f897350b954f11e59
RANDOM SEED=1224414887

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1490928 kB
Buffers:         88680 kB
Cached:         351400 kB
SwapCached:          0 kB
Active:         202708 kB
Inactive:       296832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1490928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             828 kB
Writeback:           0 kB
AnonPages:       59388 kB
Mapped:          15364 kB
Slab:            46852 kB
PageTables:       3888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121808 MiB
End job on node081 at 2010-06-15 21:09:03