Trace number 2662179

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.36 924.266

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scrs8.opb
MD5SUMb043e07da3f326ab58c20906a4694dad
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35070
Total number of constraints488
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints488
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 24750
Biggest coefficient in the objective function 284830543390965760000
Number of bits for the biggest coefficient in the objective function 68
Sum of the numbers in the objective function 7193462013935082558288
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 284830543390965760000
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 7193462013935082558288
Number of bits of the biggest sum of numbers73
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.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662179-1276551694.opb
0.22/0.22	c reading problem ... 
4.08/2.68	c ... done. Wall clock time 2.455s.
4.08/2.68	c #vars     35070
4.08/2.68	c #constraints  12768
4.08/2.68	c constraints type 
4.08/2.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
4.08/2.68	c constraints type 
4.08/2.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
24.45/12.98	c cleaning 2497 clauses out of 5000 with flag 5000/5000
28.65/15.12	c cleaning 4247 clauses out of 8503 with flag 11000/11000
32.64/17.21	c cleaning 5621 clauses out of 11257 with flag 18001/18001
37.19/19.64	c cleaning 6816 clauses out of 13635 with flag 26000/26000
43.70/23.10	c cleaning 7911 clauses out of 15821 with flag 35002/35002
49.44/26.00	c cleaning 8949 clauses out of 17909 with flag 45001/45001
54.58/28.73	c cleaning 9474 clauses out of 18959 with flag 55000/55000
60.72/31.96	c cleaning 9734 clauses out of 19486 with flag 65001/65001
66.20/34.89	c cleaning 9866 clauses out of 19751 with flag 75000/75000
72.73/38.23	c cleaning 9935 clauses out of 19885 with flag 85000/85000
78.87/41.41	c cleaning 9966 clauses out of 19950 with flag 95000/95000
85.59/44.99	c cleaning 9987 clauses out of 19985 with flag 105001/105001
94.03/49.32	c cleaning 9994 clauses out of 19998 with flag 115001/115001
102.54/53.74	c cleaning 9997 clauses out of 20004 with flag 125001/125001
110.24/57.72	c cleaning 9997 clauses out of 20006 with flag 135000/135000
116.15/60.88	c cleaning 9997 clauses out of 20010 with flag 145001/145001
122.79/64.30	c cleaning 10000 clauses out of 20012 with flag 155000/155000
129.69/67.95	c cleaning 10000 clauses out of 20012 with flag 165000/165000
137.38/71.90	c cleaning 10000 clauses out of 20012 with flag 175000/175000
143.87/75.35	c cleaning 10002 clauses out of 20013 with flag 185001/185001
149.74/78.48	c cleaning 10000 clauses out of 20011 with flag 195001/195001
156.85/82.11	c cleaning 9995 clauses out of 20010 with flag 205000/205000
163.95/85.86	c cleaning 10003 clauses out of 20016 with flag 215001/215001
169.84/88.92	c cleaning 9996 clauses out of 20014 with flag 225002/225002
175.09/91.76	c cleaning 10000 clauses out of 20017 with flag 235001/235001
181.78/95.23	c cleaning 10000 clauses out of 20016 with flag 245000/245000
188.27/98.69	c cleaning 10000 clauses out of 20016 with flag 255000/255000
196.56/102.98	c cleaning 10004 clauses out of 20018 with flag 265002/265002
203.99/106.81	c cleaning 9999 clauses out of 20012 with flag 275000/275000
212.28/111.14	c cleaning 9998 clauses out of 20014 with flag 285001/285001
221.14/115.78	c cleaning 10001 clauses out of 20017 with flag 295002/295002
229.03/119.83	c cleaning 10000 clauses out of 20015 with flag 305001/305001
235.65/123.33	c cleaning 10001 clauses out of 20014 with flag 315000/315000
242.34/126.84	c cleaning 10001 clauses out of 20013 with flag 325000/325000
249.03/130.37	c cleaning 9997 clauses out of 20012 with flag 335000/335000
255.52/133.76	c cleaning 10000 clauses out of 20015 with flag 345000/345000
260.79/136.51	c cleaning 9995 clauses out of 20016 with flag 355001/355001
266.10/139.37	c cleaning 10002 clauses out of 20020 with flag 365000/365000
272.00/142.40	c cleaning 10001 clauses out of 20018 with flag 375000/375000
277.49/145.36	c cleaning 9997 clauses out of 20017 with flag 385000/385000
283.15/148.35	c cleaning 9999 clauses out of 20022 with flag 395002/395002
289.65/151.76	c cleaning 10003 clauses out of 20021 with flag 405000/405000
296.73/155.45	c cleaning 10001 clauses out of 20018 with flag 415000/415000
303.61/159.03	c cleaning 9999 clauses out of 20017 with flag 425000/425000
310.26/162.54	c cleaning 10003 clauses out of 20019 with flag 435001/435001
316.75/165.97	c cleaning 10004 clauses out of 20017 with flag 445002/445002
323.64/169.59	c cleaning 10003 clauses out of 20013 with flag 455002/455002
329.91/172.88	c cleaning 10000 clauses out of 20010 with flag 465002/465002
335.53/175.81	c cleaning 9992 clauses out of 20009 with flag 475001/475001
340.63/178.52	c cleaning 9997 clauses out of 20016 with flag 485000/485000
346.33/181.57	c cleaning 9997 clauses out of 20020 with flag 495001/495001
352.21/184.69	c cleaning 10000 clauses out of 20022 with flag 505000/505000
358.26/187.82	c cleaning 9999 clauses out of 20023 with flag 515001/515001
363.36/190.59	c cleaning 10003 clauses out of 20023 with flag 525000/525000
369.63/193.85	c cleaning 10002 clauses out of 20020 with flag 535000/535000
375.53/196.95	c cleaning 9996 clauses out of 20018 with flag 545000/545000
380.93/199.85	c cleaning 9997 clauses out of 20023 with flag 555001/555001
386.22/202.69	c cleaning 10000 clauses out of 20026 with flag 565001/565001
391.51/205.49	c cleaning 10004 clauses out of 20025 with flag 575000/575000
397.00/208.36	c cleaning 10000 clauses out of 20021 with flag 585000/585000
402.84/211.49	c cleaning 10003 clauses out of 20021 with flag 595000/595000
408.92/214.64	c cleaning 10002 clauses out of 20018 with flag 605000/605000
415.20/217.94	c cleaning 10000 clauses out of 20016 with flag 615000/615000
421.30/221.14	c cleaning 10003 clauses out of 20017 with flag 625001/625001
426.93/224.15	c cleaning 9999 clauses out of 20013 with flag 635000/635000
432.42/227.01	c cleaning 9998 clauses out of 20014 with flag 645000/645000
438.51/230.28	c cleaning 10003 clauses out of 20017 with flag 655001/655001
444.59/233.47	c cleaning 10000 clauses out of 20014 with flag 665001/665001
450.64/236.68	c cleaning 10001 clauses out of 20013 with flag 675000/675000
457.52/240.23	c cleaning 10001 clauses out of 20014 with flag 685002/685002
464.19/243.77	c cleaning 9996 clauses out of 20012 with flag 695001/695001
470.87/247.24	c cleaning 10001 clauses out of 20016 with flag 705001/705001
478.30/251.12	c cleaning 10002 clauses out of 20016 with flag 715002/715002
484.76/254.55	c cleaning 9992 clauses out of 20012 with flag 725000/725000
491.04/257.85	c cleaning 9996 clauses out of 20020 with flag 735000/735000
498.11/261.52	c cleaning 9999 clauses out of 20024 with flag 745000/745000
505.31/265.33	c cleaning 10003 clauses out of 20026 with flag 755001/755001
512.97/269.32	c cleaning 9998 clauses out of 20022 with flag 765000/765000
520.04/273.03	c cleaning 10001 clauses out of 20024 with flag 775000/775000
526.51/276.43	c cleaning 10002 clauses out of 20024 with flag 785001/785001
533.15/280.00	c cleaning 10003 clauses out of 20022 with flag 795001/795001
540.01/283.57	c cleaning 9998 clauses out of 20018 with flag 805000/805000
547.08/287.26	c cleaning 9998 clauses out of 20020 with flag 815000/815000
553.75/290.78	c cleaning 10005 clauses out of 20023 with flag 825001/825001
560.98/294.51	c cleaning 9997 clauses out of 20017 with flag 835000/835000
567.85/298.17	c cleaning 10003 clauses out of 20020 with flag 845000/845000
574.91/301.81	c cleaning 9996 clauses out of 20017 with flag 855000/855000
581.57/305.32	c cleaning 10005 clauses out of 20022 with flag 865001/865001
588.81/309.13	c cleaning 9999 clauses out of 20016 with flag 875000/875000
596.05/312.95	c cleaning 10005 clauses out of 20017 with flag 885000/885000
604.11/317.11	c cleaning 9999 clauses out of 20012 with flag 895000/895000
612.55/321.59	c cleaning 9999 clauses out of 20015 with flag 905002/905002
621.95/326.45	c cleaning 10000 clauses out of 20015 with flag 915001/915001
627.41/329.37	c cleaning 9997 clauses out of 20014 with flag 925000/925000
635.46/333.56	c cleaning 10002 clauses out of 20018 with flag 935001/935001
641.35/336.67	c cleaning 9998 clauses out of 20016 with flag 945001/945001
646.13/339.28	c cleaning 9997 clauses out of 20018 with flag 955001/955001
650.42/341.55	c cleaning 9999 clauses out of 20020 with flag 965000/965000
690.95/362.15	c cleaning 9999 clauses out of 20022 with flag 975001/975001
767.56/400.92	c cleaning 9997 clauses out of 20022 with flag 985000/985000
843.87/439.62	c cleaning 10001 clauses out of 20025 with flag 995000/995000
917.68/477.09	c cleaning 9980 clauses out of 20024 with flag 1005000/1005000
997.89/517.60	c cleaning 10012 clauses out of 20044 with flag 1015000/1015000
1083.04/560.73	c cleaning 9997 clauses out of 20032 with flag 1025000/1025000
1101.21/570.12	c cleaning 0 clauses out of 5000 with flag 0/5000
1173.61/606.83	c cleaning 10001 clauses out of 20035 with flag 1035000/1035000
1264.54/652.89	c cleaning 10011 clauses out of 20034 with flag 1045000/1045000
1358.00/700.12	c cleaning 10002 clauses out of 20024 with flag 1055001/1055001
1453.56/748.53	c cleaning 9998 clauses out of 20021 with flag 1065000/1065000
1547.81/796.21	c cleaning 10007 clauses out of 20023 with flag 1075000/1075000
1637.80/841.82	c cleaning 10011 clauses out of 20024 with flag 1085008/1085008
1724.05/885.57	c cleaning 9974 clauses out of 20005 with flag 1095000/1095000
1800.07/924.12	c starts		: 189
1800.07/924.12	c conflicts		: 1103520
1800.07/924.12	c decisions		: 1210606
1800.07/924.12	c propagations		: 20534509
1800.07/924.12	c inspects		: 347495966
1800.07/924.12	c learnt literals	: 0
1800.07/924.12	c learnt binary clauses	: 0
1800.07/924.12	c learnt ternary clauses	: 0
1800.07/924.12	c learnt clauses	: 1103519
1800.07/924.12	c ignored clauses	: 0
1800.07/924.12	c root simplifications	: 0
1800.07/924.12	c removed literals (reason simplification)	: 81384538
1800.07/924.12	c reason swapping (by a shorter reason)	: 0
1800.07/924.12	c Calls to reduceDB	: 111
1800.07/924.12	c number of reductions to clauses (during analyze)	: 0
1800.07/924.12	c number of learned constraints concerned by reduction	: 0
1800.07/924.12	c number of learning phase by resolution	: 0
1800.07/924.12	c number of learning phase by cutting planes	: 0
1800.07/924.12	c speed (assignments/second)	: 22285.333978702805
1800.07/924.12	c non guided choices	624
1800.07/924.19	c learnt constraints type 
1800.07/924.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18556
1800.07/924.19	c constraints type 
1800.07/924.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
1800.07/924.19	c constraints type 
1800.07/924.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
1800.07/924.19	s UNKNOWN
1800.07/924.19	c Total wall clock time (in seconds): 923.972

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1457
/proc/meminfo: memFree=1804400/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=24036 CPUtime=0
/proc/1457/stat : 1457 (runsolver) R 1455 1457 711 0 -1 4202560 80 0 0 0 0 0 0 0 19 0 1 0 30770986 24612864 106 1992294400 4194304 4302564 140735130583760 18446744073709551615 223060009975 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/1457/statm: 6009 106 69 27 0 2647 0

[startup+0.062067 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1457
/proc/meminfo: memFree=1804400/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1521664 CPUtime=0.04
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 3620 0 1 0 2 2 0 0 15 0 7 0 30770986 1558183936 3061 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 380416 3062 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100067 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1457
/proc/meminfo: memFree=1804400/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1524020 CPUtime=0.08
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 3938 0 1 0 6 2 0 0 15 0 12 0 30770986 1560596480 3378 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 381045 3383 1074 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300067 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1457
/proc/meminfo: memFree=1804400/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1526836 CPUtime=0.37
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 5801 0 1 0 34 3 0 0 15 0 12 0 30770986 1563480064 5238 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 381709 5238 1356 10 0 379012 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526836

[startup+0.700066 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 1457
/proc/meminfo: memFree=1804400/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1528064 CPUtime=1.06
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 8961 0 1 0 102 4 0 0 15 0 12 0 30770986 1564737536 8323 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 382016 8323 1400 10 0 379319 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528064

[startup+1.50107 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 1469
/proc/meminfo: memFree=1761588/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1549648 CPUtime=2.64
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 18609 0 1 0 255 9 0 0 15 0 12 0 30770986 1586839552 15379 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 387412 15384 1406 10 0 384715 0
[pid=1457/tid=1459] ppid=1455 vsize=1549648 CPUtime=1.05
/proc/1457/task/1459/stat : 1459 (java) R 1455 1457 711 0 -1 4202560 8896 0 1 0 100 5 0 0 25 0 12 0 30770988 1586839552 15384 1992294400 134512640 134550932 4288898944 18446744073709551615 4109623652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30770989 1586839552 15385 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30770989 1586839552 15387 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30770991 1586839552 15387 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30770991 1586839552 15390 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30770991 1586839552 15390 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30770996 1586839552 15391 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1549648 CPUtime=0.5
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 1355 0 0 0 50 0 0 0 22 0 12 0 30770996 1586839552 15392 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1549648 CPUtime=1.05
/proc/1457/task/1467/stat : 1467 (java) R 1455 1457 711 0 -1 4202560 7302 0 0 0 103 2 0 0 16 0 12 0 30770996 1586839552 15393 1992294400 134512640 134550932 4288898944 18446744073709551615 104163858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 30770996 1586839552 15394 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1549648 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30770996 1586839552 15395 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1549648

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 1469
/proc/meminfo: memFree=1691652/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1548168 CPUtime=5.04
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 50761 0 1 0 481 23 0 0 15 0 14 0 30770986 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 387042 45665 1435 10 0 384345 0
[pid=1457/tid=1459] ppid=1455 vsize=1548168 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32049 0 1 0 185 15 0 0 25 0 14 0 30770988 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1548168 CPUtime=0.15
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 4236 0 0 0 14 1 0 0 16 0 14 0 30770989 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1548168 CPUtime=0.15
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 3680 0 0 0 14 1 0 0 18 0 14 0 30770989 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 14 0 30770991 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 30770991 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 30770991 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 30770996 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1548168 CPUtime=0.85
/proc/1457/task/1466/stat : 1466 (java) R 1455 1457 711 0 -1 4202560 1960 0 0 0 85 0 0 0 16 0 14 0 30770996 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 104140329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1548168 CPUtime=1.57
/proc/1457/task/1467/stat : 1467 (java) R 1455 1457 711 0 -1 4202560 7752 0 0 0 155 2 0 0 15 0 14 0 30770996 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 104163845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 30770996 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1548168 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 30770996 1585324032 45665 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1548168

[startup+6.30106 s]
/proc/loadavg: 1.01 1.00 1.00 4/122 1473
/proc/meminfo: memFree=1603028/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1548160 CPUtime=11.39
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 57604 0 2 0 1112 27 0 0 15 0 16 0 30770986 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 387040 51737 1440 10 0 384343 0
[pid=1457/tid=1459] ppid=1455 vsize=1548160 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32049 0 1 0 185 15 0 0 18 0 16 0 30770988 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1548160 CPUtime=0.45
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 7484 0 0 0 42 3 0 0 16 0 16 0 30770989 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1548160 CPUtime=0.44
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 6732 0 0 0 42 2 0 0 16 0 16 0 30770989 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 30770991 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30770991 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30770991 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30770996 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1548160 CPUtime=1.89
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2426 0 1 0 188 1 0 0 15 0 16 0 30770996 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1548160 CPUtime=2.18
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7789 0 0 0 215 3 0 0 15 0 16 0 30770996 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30770996 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30770996 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1548160 CPUtime=2.46
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 24 0 0 0 246 0 0 0 18 0 16 0 30771254 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4109601788 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1548160 CPUtime=1.9
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 26 0 0 0 190 0 0 0 25 0 16 0 30771254 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4109602081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1548160 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1585315840 51737 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 1548160

[startup+12.701 s]
/proc/loadavg: 1.17 1.03 1.01 3/122 1473
/proc/meminfo: memFree=1576988/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1547528 CPUtime=24.06
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 65274 0 2 0 2376 30 0 0 15 0 16 0 30770986 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 386882 58083 1442 10 0 384185 0
[pid=1457/tid=1459] ppid=1455 vsize=1547528 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32049 0 1 0 185 15 0 0 15 0 16 0 30770988 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1547528 CPUtime=0.85
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 11733 0 0 0 80 5 0 0 16 0 16 0 30770989 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1547528 CPUtime=0.83
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 10090 0 0 0 80 3 0 0 16 0 16 0 30770989 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1547528 CPUtime=0.01
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 30770991 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30770991 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30770991 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30770996 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1547528 CPUtime=2.3
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2466 0 1 0 229 1 0 0 15 0 16 0 30770996 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1547528 CPUtime=2.18
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7789 0 0 0 215 3 0 0 15 0 16 0 30770996 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30770996 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 30770996 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1547528 CPUtime=8.44
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 33 0 0 0 844 0 0 0 25 0 16 0 30771254 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4110070244 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1547528 CPUtime=7.38
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 40 0 0 0 738 0 0 0 25 0 16 0 30771254 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4109602183 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1584668672 58083 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 1547528

[startup+25.5017 s]
/proc/loadavg: 1.42 1.10 1.03 3/122 1473
/proc/meminfo: memFree=1564960/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1547528 CPUtime=48.44
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 68316 0 2 0 4811 33 0 0 15 0 16 0 30770986 1584668672 60838 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1584668672 75860 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1584668672 75860 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1480.62
Current children cumulated vsize (KiB) 1547528

[startup+822.302 s]
/proc/loadavg: 2.08 1.97 1.58 3/122 1495
/proc/meminfo: memFree=1502588/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1547528 CPUtime=1599.17
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 92489 0 2 0 159810 107 0 0 15 0 16 0 30770986 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 386882 75953 1452 10 0 384185 0
[pid=1457/tid=1459] ppid=1455 vsize=1547528 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32064 0 1 0 185 15 0 0 15 0 16 0 30770988 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1547528 CPUtime=6.47
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 20911 0 0 0 627 20 0 0 16 0 16 0 30770989 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1547528 CPUtime=6.45
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 19474 0 0 0 628 17 0 0 15 0 16 0 30770989 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1547528 CPUtime=30.6
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 7910 0 0 0 3050 10 0 0 15 0 16 0 30770991 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30770996 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1547528 CPUtime=2.32
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2467 0 1 0 231 1 0 0 16 0 16 0 30770996 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1547528 CPUtime=3.18
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7841 0 0 0 315 3 0 0 15 0 16 0 30770996 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30770996 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 30770996 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1547528 CPUtime=775.3
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 390 0 0 0 77512 18 0 0 25 0 16 0 30771254 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4110080082 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1547528 CPUtime=772.76
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 316 0 0 0 77258 18 0 0 25 0 16 0 30771254 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4109996872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1584668672 75953 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1599.17
Current children cumulated vsize (KiB) 1547528

[startup+882.302 s]
/proc/loadavg: 2.20 2.02 1.62 3/122 1497
/proc/meminfo: memFree=1497380/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1547528 CPUtime=1717.69
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 94634 0 2 0 171657 112 0 0 15 0 16 0 30770986 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 386882 77415 1452 10 0 384185 0
[pid=1457/tid=1459] ppid=1455 vsize=1547528 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32066 0 1 0 185 15 0 0 15 0 16 0 30770988 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1547528 CPUtime=6.88
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 21565 0 0 0 667 21 0 0 16 0 16 0 30770989 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1547528 CPUtime=6.86
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 20144 0 0 0 669 17 0 0 15 0 16 0 30770989 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1547528 CPUtime=30.99
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 8694 0 0 0 3087 12 0 0 15 0 16 0 30770991 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30770996 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1547528 CPUtime=2.32
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2467 0 1 0 231 1 0 0 16 0 16 0 30770996 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1547528 CPUtime=3.18
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7841 0 0 0 315 3 0 0 15 0 16 0 30770996 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30770996 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 30770996 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1547528 CPUtime=834.47
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 408 0 0 0 83427 20 0 0 25 0 16 0 30771254 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4110080094 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1547528 CPUtime=830.9
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 329 0 0 0 83072 18 0 0 25 0 16 0 30771254 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4109996872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1584668672 77415 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1717.69
Current children cumulated vsize (KiB) 1547528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.102 s]
/proc/loadavg: 2.17 2.03 1.64 3/122 1497
/proc/meminfo: memFree=1496016/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1547528 CPUtime=1800.07
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 95446 0 2 0 179891 116 0 0 15 0 16 0 30770986 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 386882 77559 1452 10 0 384185 0
[pid=1457/tid=1459] ppid=1455 vsize=1547528 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32066 0 1 0 185 15 0 0 15 0 16 0 30770988 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1547528 CPUtime=7.17
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 21628 0 0 0 695 22 0 0 16 0 16 0 30770989 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1547528 CPUtime=7.14
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 20225 0 0 0 697 17 0 0 15 0 16 0 30770989 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1547528 CPUtime=31.48
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 9337 0 0 0 3136 12 0 0 15 0 16 0 30770991 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30770991 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30770996 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1547528 CPUtime=2.32
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2467 0 1 0 231 1 0 0 16 0 16 0 30770996 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1547528 CPUtime=3.18
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7841 0 0 0 315 3 0 0 15 0 16 0 30770996 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 30770996 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30770996 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1547528 CPUtime=875.43
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 421 0 0 0 87521 22 0 0 25 0 16 0 30771254 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4110081008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1547528 CPUtime=871.25
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 339 0 0 0 87107 18 0 0 25 0 16 0 30771254 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4109996872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30771328 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1547528 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30771329 1584668672 77559 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1547528

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

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

[startup+924.216 s]
/proc/loadavg: 2.17 2.03 1.64 3/122 1497
/proc/meminfo: memFree=1496016/2059040 swapFree=4136184/4192956
[pid=1457] ppid=1455 vsize=1548176 CPUtime=1800.28
/proc/1457/stat : 1457 (java) S 1455 1457 711 0 -1 4202496 95467 0 2 0 179912 116 0 0 15 0 17 0 30770986 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1457/statm: 387044 77580 1454 10 0 384347 0
[pid=1457/tid=1459] ppid=1455 vsize=1548176 CPUtime=2
/proc/1457/task/1459/stat : 1459 (java) S 1455 1457 711 0 -1 4202560 32066 0 1 0 185 15 0 0 15 0 17 0 30770988 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1460] ppid=1455 vsize=1548176 CPUtime=7.17
/proc/1457/task/1460/stat : 1460 (java) S 1455 1457 711 0 -1 4202560 21628 0 0 0 695 22 0 0 16 0 17 0 30770989 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1461] ppid=1455 vsize=1548176 CPUtime=7.14
/proc/1457/task/1461/stat : 1461 (java) S 1455 1457 711 0 -1 4202560 20225 0 0 0 697 17 0 0 15 0 17 0 30770989 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1462] ppid=1455 vsize=1548176 CPUtime=31.48
/proc/1457/task/1462/stat : 1462 (java) S 1455 1457 711 0 -1 4202560 9337 0 0 0 3136 12 0 0 15 0 17 0 30770991 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 0 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1463] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1463/stat : 1463 (java) S 1455 1457 711 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 30770991 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1464] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1464/stat : 1464 (java) S 1455 1457 711 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30770991 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1465] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1465/stat : 1465 (java) S 1455 1457 711 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 30770996 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1466] ppid=1455 vsize=1548176 CPUtime=2.32
/proc/1457/task/1466/stat : 1466 (java) S 1455 1457 711 0 -1 4202560 2467 0 1 0 231 1 0 0 16 0 17 0 30770996 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1467] ppid=1455 vsize=1548176 CPUtime=3.21
/proc/1457/task/1467/stat : 1467 (java) S 1455 1457 711 0 -1 4202560 7842 0 0 0 318 3 0 0 15 0 17 0 30770996 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1468] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1468/stat : 1468 (java) S 1455 1457 711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 30770996 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
[pid=1457/tid=1469] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1469/stat : 1469 (java) S 1455 1457 711 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 17 0 30770996 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1470] ppid=1455 vsize=1548176 CPUtime=875.48
/proc/1457/task/1470/stat : 1470 (java) R 1455 1457 711 0 -1 4202560 421 0 0 0 87526 22 0 0 25 0 17 0 30771254 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4110080100 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1457/tid=1471] ppid=1455 vsize=1548176 CPUtime=871.35
/proc/1457/task/1471/stat : 1471 (java) R 1455 1457 711 0 -1 4202560 339 0 0 0 87117 18 0 0 25 0 17 0 30771254 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4110049474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1457/tid=1472] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1472/stat : 1472 (java) S 1455 1457 711 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30771328 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 1 0 0 0
[pid=1457/tid=1473] ppid=1455 vsize=1548176 CPUtime=0
/proc/1457/task/1473/stat : 1473 (java) S 1455 1457 711 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 30771329 1585332224 77580 1992294400 134512640 134550932 4288898944 18446744073709551615 4294960144 0 4 0 16800975 18446604437860786240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1548176

Child status: 143
Real time (s): 924.266
CPU time (s): 1800.36
CPU user time (s): 1799.16
CPU system time (s): 1.19982
CPU usage (%): 194.788
Max. virtual memory (cumulated for all children) (KiB): 1550092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.19982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95468
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28069
involuntary context switches= 52341

runsolver used 5.50916 second user time and 9.30059 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 23:41:34
IDJOB=2662179
IDBENCH=2425
IDSOLVER=1166
FILE ID=node011/2662179-1276551694
PBS_JOBID= 11173475
Free space on /tmp= 62264 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scrs8.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662179-1276551694/watcher-2662179-1276551694 -o /tmp/evaluation-result-2662179-1276551694/solver-2662179-1276551694 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662179-1276551694.opb

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

MD5SUM BENCH= b043e07da3f326ab58c20906a4694dad
RANDOM SEED=1469656180

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804672 kB
Buffers:         61036 kB
Cached:         116664 kB
SwapCached:       9764 kB
Active:          80492 kB
Inactive:       109472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804672 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            2448 kB
Writeback:           0 kB
AnonPages:       10904 kB
Mapped:           9400 kB
Slab:            42564 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180676 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= 62264 MiB
End job on node011 at 2010-06-14 23:57:00