Trace number 2662123

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.55 911.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.19	c version 2.2.0.v20100531
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	c Number of processors 	2
0.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662123-1276429643.opb
0.25/0.22	c reading problem ... 
1.95/1.14	c ... done. Wall clock time 0.926s.
1.95/1.14	c #vars     6352
1.95/1.14	c #constraints  13345
1.95/1.14	c constraints type 
1.95/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1.95/1.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1.95/1.14	c constraints type 
1.95/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
1.95/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
18.78/9.63	c cleaning 2501 clauses out of 5001 with flag 5001/5001
36.96/18.89	c cleaning 4250 clauses out of 8499 with flag 11000/11000
55.93/28.46	c cleaning 0 clauses out of 5000 with flag 0/5000
59.45/30.23	c cleaning 5624 clauses out of 11249 with flag 18000/18000
86.36/43.82	c cleaning 6813 clauses out of 13626 with flag 26001/26001
116.43/59.08	c cleaning 7902 clauses out of 15812 with flag 35000/35000
120.14/60.99	c cleaning 0 clauses out of 11001 with flag 0/11001
151.00/76.57	c cleaning 8954 clauses out of 17911 with flag 45001/45001
189.58/96.00	c cleaning 9976 clauses out of 19956 with flag 56000/56000
197.05/99.84	c cleaning 0 clauses out of 18000 with flag 0/18000
231.67/117.34	c cleaning 10988 clauses out of 21980 with flag 68000/68000
279.16/141.38	c cleaning 11994 clauses out of 23993 with flag 81001/81001
286.99/145.38	c cleaning 0 clauses out of 26000 with flag 0/26000
331.90/168.02	c cleaning 13000 clauses out of 25999 with flag 95001/95001
384.14/194.45	c cleaning 13497 clauses out of 26999 with flag 109001/109001
391.38/198.12	c cleaning 0 clauses out of 35000 with flag 0/35000
439.64/222.60	c cleaning 13750 clauses out of 27501 with flag 123000/123000
496.46/251.22	c cleaning 13875 clauses out of 27752 with flag 137001/137001
505.09/255.69	c cleaning 0 clauses out of 45001 with flag 0/45001
552.36/279.59	c cleaning 13937 clauses out of 27877 with flag 151001/151001
607.53/307.40	c cleaning 13968 clauses out of 27940 with flag 165001/165001
638.73/323.26	c cleaning 0 clauses out of 56000 with flag 0/56000
661.01/334.56	c cleaning 13979 clauses out of 27972 with flag 179001/179001
714.81/361.72	c cleaning 13994 clauses out of 27993 with flag 193001/193001
770.37/389.86	c cleaning 13991 clauses out of 27998 with flag 207000/207000
784.73/397.16	c cleaning 0 clauses out of 68001 with flag 0/68001
826.60/418.39	c cleaning 14002 clauses out of 28008 with flag 221001/221001
884.16/447.49	c cleaning 13996 clauses out of 28005 with flag 235000/235000
942.26/476.88	c cleaning 14001 clauses out of 28009 with flag 249000/249000
947.09/479.31	c cleaning 0 clauses out of 81001 with flag 0/81001
1001.05/506.60	c cleaning 13998 clauses out of 28008 with flag 263000/263000
1061.31/537.19	c cleaning 14003 clauses out of 28010 with flag 277000/277000
1121.60/567.69	c cleaning 14002 clauses out of 28007 with flag 291000/291000
1126.40/570.11	c cleaning 0 clauses out of 95000 with flag 0/95000
1183.51/599.08	c cleaning 14000 clauses out of 28005 with flag 305000/305000
1249.16/632.28	c cleaning 14000 clauses out of 28006 with flag 319001/319001
1304.64/660.38	c cleaning 0 clauses out of 109001 with flag 0/109001
1312.02/664.17	c cleaning 14001 clauses out of 28005 with flag 333000/333000
1376.86/696.94	c cleaning 14001 clauses out of 28005 with flag 347001/347001
1441.09/729.45	c cleaning 13997 clauses out of 28003 with flag 361000/361000
1490.42/754.44	c cleaning 0 clauses out of 123001 with flag 0/123001
1508.67/763.74	c cleaning 14001 clauses out of 28006 with flag 375000/375000
1582.61/801.13	c cleaning 13997 clauses out of 28005 with flag 389000/389000
1652.32/836.47	c cleaning 13998 clauses out of 28009 with flag 403001/403001
1670.92/845.97	c cleaning 0 clauses out of 137001 with flag 0/137001
1720.45/871.08	c cleaning 14002 clauses out of 28011 with flag 417001/417001
1790.58/906.52	c cleaning 13998 clauses out of 28008 with flag 431000/431000
1800.10/911.43	c starts		: 150
1800.10/911.43	c conflicts		: 433065
1800.10/911.43	c decisions		: 436966
1800.10/911.43	c propagations		: 1140633214
1800.10/911.43	c inspects		: 3317985883
1800.10/911.43	c learnt literals	: 0
1800.10/911.43	c learnt binary clauses	: 15
1800.10/911.43	c learnt ternary clauses	: 19
1800.10/911.43	c learnt clauses	: 433065
1800.10/911.43	c ignored clauses	: 0
1800.10/911.43	c root simplifications	: 0
1800.10/911.43	c removed literals (reason simplification)	: 5342500
1800.10/911.43	c reason swapping (by a shorter reason)	: 0
1800.10/911.43	c Calls to reduceDB	: 34
1800.10/911.43	c number of reductions to clauses (during analyze)	: 0
1800.10/911.43	c number of learned constraints concerned by reduction	: 0
1800.10/911.43	c number of learning phase by resolution	: 0
1800.10/911.43	c number of learning phase by cutting planes	: 0
1800.10/911.43	c speed (assignments/second)	: 1253050.6533668027
1800.10/911.43	c non guided choices	0
1800.30/911.57	c learnt constraints type 
1800.30/911.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16100
1800.30/911.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.30/911.57	c constraints type 
1800.30/911.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
1800.30/911.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
1800.30/911.57	c constraints type 
1800.30/911.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
1800.30/911.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
1800.30/911.58	s UNKNOWN
1800.30/911.58	c Total wall clock time (in seconds): 911.37

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-2662123-1276429643/watcher-2662123-1276429643 -o /tmp/evaluation-result-2662123-1276429643/solver-2662123-1276429643 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662123-1276429643.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.00 1.00 1.00 3/106 21533
/proc/meminfo: memFree=1850180/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1832 CPUtime=0
/proc/21533/stat : 21533 (java6) R 21531 21533 21207 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 18566058 1875968 148 1992294400 134512640 134550932 4292323808 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/21533/statm: 458 148 111 10 0 63 0

[startup+0.072043 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 21533
/proc/meminfo: memFree=1850180/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1521796 CPUtime=0.06
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 3711 0 1 0 4 2 0 0 18 0 7 0 18566058 1558319104 3152 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 380449 3152 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101044 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 21533
/proc/meminfo: memFree=1850180/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1524180 CPUtime=0.08
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 18566058 1560760320 3394 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30079 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 21533
/proc/meminfo: memFree=1850180/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1525800 CPUtime=0.37
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 5427 0 1 0 34 3 0 0 18 0 12 0 18566058 1562419200 4863 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 381450 4863 1361 10 0 378753 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525800

[startup+0.700787 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 21533
/proc/meminfo: memFree=1850180/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1530208 CPUtime=1.15
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 8246 0 1 0 110 5 0 0 18 0 12 0 18566058 1566932992 7385 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 382552 7386 1400 10 0 379855 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530208

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 21545
/proc/meminfo: memFree=1812016/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1533676 CPUtime=2.72
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 17048 0 1 0 264 8 0 0 18 0 15 0 18566058 1570484224 15665 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383419 15665 1419 10 0 380722 0
[pid=21533/tid=21535] ppid=21531 vsize=1533676 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10959 0 1 0 106 5 0 0 19 0 15 0 18566060 1570484224 15665 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 18566061 1570484224 15666 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 15 0 18566061 1570484224 15666 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 15 0 18566063 1570484224 15666 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 15 0 18566063 1570484224 15667 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 15 0 18566063 1570484224 15667 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 18566068 1570484224 15667 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1533676 CPUtime=0.23
/proc/21533/task/21542/stat : 21542 (java) R 21531 21533 21207 0 -1 4202560 1265 0 0 0 23 0 0 0 25 0 15 0 18566068 1570484224 15667 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1533676 CPUtime=0.89
/proc/21533/task/21543/stat : 21543 (java) R 21531 21533 21207 0 -1 4202560 1806 0 0 0 89 0 0 0 16 0 15 0 18566068 1570484224 15668 1992294400 134512640 134550932 4287474048 18446744073709551615 104139860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 18566068 1570484224 15668 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1533676 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 18566068 1570484224 15668 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1533676

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 21549
/proc/meminfo: memFree=1784580/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1534000 CPUtime=5.91
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 24836 0 1 0 579 12 0 0 18 0 16 0 18566058 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383500 22949 1433 10 0 380803 0
[pid=21533/tid=21535] ppid=21531 vsize=1534000 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10959 0 1 0 106 5 0 0 18 0 16 0 18566060 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 18566061 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 18566061 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 18566063 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 18566063 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 18566063 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1534000 CPUtime=0.57
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1292 0 0 0 57 0 0 0 24 0 16 0 18566068 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1534000 CPUtime=1.8
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2403 0 0 0 180 0 0 0 15 0 16 0 18566068 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18566068 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1534000 CPUtime=1.49
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 1606 0 0 0 149 0 0 0 22 0 16 0 18566173 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4109540746 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1534000 CPUtime=0.86
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 7501 0 0 0 84 2 0 0 22 0 16 0 18566173 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4109589740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570816000 22949 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1534000

[startup+6.30275 s]
/proc/loadavg: 1.08 1.02 1.01 3/122 21549
/proc/meminfo: memFree=1704352/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1534000 CPUtime=12.24
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 39469 0 1 0 1206 18 0 0 18 0 16 0 18566058 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383500 37548 1442 10 0 380803 0
[pid=21533/tid=21535] ppid=21531 vsize=1534000 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10959 0 1 0 106 5 0 0 18 0 16 0 18566060 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1534000 CPUtime=0.03
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 1359 0 0 0 3 0 0 0 18 0 16 0 18566061 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1534000 CPUtime=0.03
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 1219 0 0 0 3 0 0 0 18 0 16 0 18566061 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 18566063 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 18566063 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 18566063 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1534000 CPUtime=0.6
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1294 0 0 0 60 0 0 0 15 0 16 0 18566068 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1534000 CPUtime=1.92
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2409 0 0 0 192 0 0 0 15 0 16 0 18566068 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18566068 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1534000 CPUtime=4.61
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 1629 0 0 0 461 0 0 0 25 0 16 0 18566173 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4109542041 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1534000 CPUtime=3.85
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 19517 0 0 0 377 8 0 0 25 0 16 0 18566173 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4109614828 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570816000 37548 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 1534000

[startup+12.7024 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 21549
/proc/meminfo: memFree=1676576/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1534000 CPUtime=24.87
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 46366 0 1 0 2466 21 0 0 18 0 16 0 18566058 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383500 44428 1447 10 0 380803 0
[pid=21533/tid=21535] ppid=21531 vsize=1534000 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10959 0 1 0 106 5 0 0 18 0 16 0 18566060 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1534000 CPUtime=0.12
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 2415 0 0 0 11 1 0 0 16 0 16 0 18566061 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1534000 CPUtime=0.1
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 1960 0 0 0 10 0 0 0 15 0 16 0 18566061 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1534000 CPUtime=0.05
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 1576 0 0 0 5 0 0 0 15 0 16 0 18566063 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 18566063 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 18566063 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1534000 CPUtime=0.7
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1314 0 0 0 70 0 0 0 15 0 16 0 18566068 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1534000 CPUtime=1.93
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2409 0 0 0 193 0 0 0 15 0 16 0 18566068 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 18566068 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1534000 CPUtime=10.72
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 1633 0 0 0 1072 0 0 0 25 0 16 0 18566173 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4109569077 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1534000 CPUtime=10.04
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 23028 0 0 0 994 10 0 0 25 0 16 0 18566173 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4109594636 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1534000 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570816000 44428 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0

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

/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570611200 58194 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570611200 58194 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1505.91
Current children cumulated vsize (KiB) 1533800

[startup+822.302 s]
/proc/loadavg: 2.05 2.00 1.61 3/122 21580
/proc/meminfo: memFree=1616684/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1533800 CPUtime=1624.38
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 62300 0 1 0 162386 52 0 0 18 0 16 0 18566058 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383450 58976 1447 10 0 380753 0
[pid=21533/tid=21535] ppid=21531 vsize=1533800 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10963 0 1 0 106 5 0 0 15 0 16 0 18566060 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1533800 CPUtime=2.29
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 9233 0 0 0 220 9 0 0 15 0 16 0 18566061 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1533800 CPUtime=2.29
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 9237 0 0 0 221 8 0 0 15 0 16 0 18566061 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1533800 CPUtime=5.21
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2226 0 0 0 515 6 0 0 15 0 16 0 18566063 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1533800 CPUtime=1.04
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1422 0 0 0 104 0 0 0 15 0 16 0 18566068 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1533800 CPUtime=1.98
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2410 0 0 0 198 0 0 0 15 0 16 0 18566068 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 18566068 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1533800 CPUtime=809.77
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 1990 0 0 0 80972 5 0 0 25 0 16 0 18566173 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4109564428 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1533800 CPUtime=800.58
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 23697 0 0 0 80046 12 0 0 25 0 16 0 18566173 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4109618122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570611200 58976 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.38
Current children cumulated vsize (KiB) 1533800

[startup+882.301 s]
/proc/loadavg: 2.24 2.04 1.65 3/122 21582
/proc/meminfo: memFree=1615568/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1533800 CPUtime=1742.65
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 62750 0 1 0 174210 55 0 0 18 0 16 0 18566058 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383450 59380 1447 10 0 380753 0
[pid=21533/tid=21535] ppid=21531 vsize=1533800 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10964 0 1 0 106 5 0 0 15 0 16 0 18566060 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1533800 CPUtime=2.46
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 9393 0 0 0 236 10 0 0 16 0 16 0 18566061 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1533800 CPUtime=2.46
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 9493 0 0 0 236 10 0 0 16 0 16 0 18566061 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1533800 CPUtime=5.85
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2230 0 0 0 578 7 0 0 15 0 16 0 18566063 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1533800 CPUtime=1.04
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1422 0 0 0 104 0 0 0 15 0 16 0 18566068 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1533800 CPUtime=1.98
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2410 0 0 0 198 0 0 0 15 0 16 0 18566068 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 18566068 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1533800 CPUtime=868.94
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 2012 0 0 0 86888 6 0 0 25 0 16 0 18566173 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4109189176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1533800 CPUtime=858.72
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 23700 0 0 0 85860 12 0 0 25 0 16 0 18566173 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4109570223 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570611200 59380 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.65
Current children cumulated vsize (KiB) 1533800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.401 s]
/proc/loadavg: 2.21 2.05 1.67 3/122 21582
/proc/meminfo: memFree=1614452/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1533800 CPUtime=1800.1
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 63041 0 1 0 179955 55 0 0 18 0 16 0 18566058 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383450 59644 1447 10 0 380753 0
[pid=21533/tid=21535] ppid=21531 vsize=1533800 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10964 0 1 0 106 5 0 0 15 0 16 0 18566060 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1533800 CPUtime=2.54
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 9530 0 0 0 244 10 0 0 16 0 16 0 18566061 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1533800 CPUtime=2.53
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 9625 0 0 0 243 10 0 0 15 0 16 0 18566061 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1533800 CPUtime=6.06
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2239 0 0 0 599 7 0 0 15 0 16 0 18566063 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 18566063 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1533800 CPUtime=1.04
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1422 0 0 0 104 0 0 0 15 0 16 0 18566068 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1533800 CPUtime=1.98
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2410 0 0 0 198 0 0 0 15 0 16 0 18566068 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 18566068 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 18566068 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1533800 CPUtime=897.74
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 2021 0 0 0 89768 6 0 0 25 0 16 0 18566173 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4109570223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1533800 CPUtime=887
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 23704 0 0 0 88688 12 0 0 25 0 16 0 18566173 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4109569927 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 18566208 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1533800 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 18566252 1570611200 59644 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1533800

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

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

[startup+911.601 s]
/proc/loadavg: 2.21 2.05 1.67 3/122 21582
/proc/meminfo: memFree=1614452/2059040 swapFree=4140380/4192956
[pid=21533] ppid=21531 vsize=1534448 CPUtime=1800.47
/proc/21533/stat : 21533 (java) S 21531 21533 21207 0 -1 4202496 63135 0 1 0 179992 55 0 0 18 0 17 0 18566058 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21533/statm: 383612 59734 1448 10 0 380915 0
[pid=21533/tid=21535] ppid=21531 vsize=1534448 CPUtime=1.11
/proc/21533/task/21535/stat : 21535 (java) S 21531 21533 21207 0 -1 4202560 10964 0 1 0 106 5 0 0 15 0 17 0 18566060 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21536] ppid=21531 vsize=1534448 CPUtime=2.55
/proc/21533/task/21536/stat : 21536 (java) S 21531 21533 21207 0 -1 4202560 9566 0 0 0 245 10 0 0 15 0 17 0 18566061 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21537] ppid=21531 vsize=1534448 CPUtime=2.54
/proc/21533/task/21537/stat : 21537 (java) S 21531 21533 21207 0 -1 4202560 9661 0 0 0 244 10 0 0 15 0 17 0 18566061 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21538] ppid=21531 vsize=1534448 CPUtime=6.06
/proc/21533/task/21538/stat : 21538 (java) S 21531 21533 21207 0 -1 4202560 2239 0 0 0 599 7 0 0 15 0 17 0 18566063 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 0 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21539] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21539/stat : 21539 (java) S 21531 21533 21207 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 18566063 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21540] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21540/stat : 21540 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 18566063 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21541] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21541/stat : 21541 (java) S 21531 21533 21207 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 18566068 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21542] ppid=21531 vsize=1534448 CPUtime=1.09
/proc/21533/task/21542/stat : 21542 (java) S 21531 21533 21207 0 -1 4202560 1422 0 0 0 109 0 0 0 16 0 17 0 18566068 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21543] ppid=21531 vsize=1534448 CPUtime=1.98
/proc/21533/task/21543/stat : 21543 (java) S 21531 21533 21207 0 -1 4202560 2410 0 0 0 198 0 0 0 15 0 17 0 18566068 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21544] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21544/stat : 21544 (java) S 21531 21533 21207 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 18566068 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21545] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21545/stat : 21545 (java) S 21531 21533 21207 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 18566068 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
[pid=21533/tid=21546] ppid=21531 vsize=1534448 CPUtime=897.85
/proc/21533/task/21546/stat : 21546 (java) R 21531 21533 21207 0 -1 4202560 2021 0 0 0 89779 6 0 0 25 0 17 0 18566173 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4109569077 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21533/tid=21547] ppid=21531 vsize=1534448 CPUtime=887.18
/proc/21533/task/21547/stat : 21547 (java) R 21531 21533 21207 0 -1 4202560 23704 0 0 0 88706 12 0 0 25 0 17 0 18566173 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4109587728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21533/tid=21548] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21548/stat : 21548 (java) S 21531 21533 21207 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 18566208 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 0 0 0 0
[pid=21533/tid=21549] ppid=21531 vsize=1534448 CPUtime=0
/proc/21533/task/21549/stat : 21549 (java) S 21531 21533 21207 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 17 0 18566252 1571274752 59734 1992294400 134512640 134550932 4287474048 18446744073709551615 4294960144 0 4 0 16800975 18446604437841762176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1534448

Child status: 143
Real time (s): 911.65
CPU time (s): 1800.55
CPU user time (s): 1799.97
CPU system time (s): 0.584911
CPU usage (%): 197.505
Max. virtual memory (cumulated for all children) (KiB): 1534700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63136
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= 25337
involuntary context switches= 50882

runsolver used 3.60745 second user time and 11.9762 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-13 13:47:23
IDJOB=2662123
IDBENCH=2109
IDSOLVER=1166
FILE ID=node009/2662123-1276429643
PBS_JOBID= 11173311
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662123-1276429643/watcher-2662123-1276429643 -o /tmp/evaluation-result-2662123-1276429643/solver-2662123-1276429643 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662123-1276429643.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=1274596238

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1850452 kB
Buffers:         27160 kB
Cached:         103184 kB
SwapCached:       6004 kB
Active:          75976 kB
Inactive:        67120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1850452 kB
SwapTotal:     4192956 kB
SwapFree:      4140380 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:       10844 kB
Mapped:          13052 kB
Slab:            43564 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62440 MiB
End job on node009 at 2010-06-13 14:02:36