Trace number 2661517

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.48 931.398

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	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@1f436f5
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@18385e3
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-2661517-1276688078.opb
0.22/0.22	c reading problem ... 
3.47/1.90	c ... done. Wall clock time 1.675s.
3.47/1.90	c #vars     4977
3.47/1.90	c #constraints  5575
3.47/1.90	c constraints type 
3.47/1.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
3.47/1.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
3.47/1.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
3.47/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
3.47/1.90	c constraints type 
3.47/1.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
3.47/1.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
3.47/1.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
3.47/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
14.77/7.64	c cleaning 2491 clauses out of 5000 with flag 5000/5000
23.20/11.93	c cleaning 4216 clauses out of 8509 with flag 11000/11000
32.85/16.82	c cleaning 5646 clauses out of 11295 with flag 18002/18002
45.03/23.11	c cleaning 6818 clauses out of 13647 with flag 26000/26000
59.95/30.69	c cleaning 7907 clauses out of 15829 with flag 35000/35000
79.66/40.65	c cleaning 8957 clauses out of 17923 with flag 45001/45001
94.38/48.14	c cleaning 9469 clauses out of 18966 with flag 55001/55001
112.64/57.47	c cleaning 9742 clauses out of 19497 with flag 65001/65001
152.25/77.50	c cleaning 9875 clauses out of 19755 with flag 75001/75001
171.24/87.21	c cleaning 9924 clauses out of 19879 with flag 85000/85000
192.40/98.09	c cleaning 9958 clauses out of 19955 with flag 95000/95000
214.74/109.42	c cleaning 9992 clauses out of 19998 with flag 105001/105001
231.26/117.98	c cleaning 9987 clauses out of 20006 with flag 115001/115001
255.58/130.38	c cleaning 9995 clauses out of 20018 with flag 125000/125000
280.08/142.89	c cleaning 10007 clauses out of 20023 with flag 135000/135000
303.96/155.05	c cleaning 9982 clauses out of 20018 with flag 145002/145002
324.75/165.71	c cleaning 10002 clauses out of 20034 with flag 155000/155000
353.98/180.69	c cleaning 9997 clauses out of 20033 with flag 165001/165001
376.85/192.38	c cleaning 10013 clauses out of 20035 with flag 175000/175000
394.75/201.51	c cleaning 10008 clauses out of 20025 with flag 185003/185003
409.16/209.09	c cleaning 9995 clauses out of 20018 with flag 195004/195004
433.34/221.44	c cleaning 10004 clauses out of 20020 with flag 205001/205001
454.59/232.35	c cleaning 9983 clauses out of 20015 with flag 215000/215000
489.49/250.12	c cleaning 9981 clauses out of 20033 with flag 225001/225001
512.32/261.97	c cleaning 10013 clauses out of 20051 with flag 235000/235000
532.54/272.32	c cleaning 10007 clauses out of 20041 with flag 245003/245003
550.75/281.71	c cleaning 10006 clauses out of 20031 with flag 255000/255000
567.76/290.55	c cleaning 9977 clauses out of 20028 with flag 265003/265003
586.78/300.43	c cleaning 10003 clauses out of 20049 with flag 275001/275001
605.96/310.30	c cleaning 9960 clauses out of 20049 with flag 285004/285004
625.92/320.65	c cleaning 10035 clauses out of 20085 with flag 295000/295000
638.74/327.38	c cleaning 10011 clauses out of 20053 with flag 305003/305003
654.96/335.83	c cleaning 10012 clauses out of 20040 with flag 315001/315001
674.50/345.96	c cleaning 10003 clauses out of 20029 with flag 325002/325002
699.01/358.57	c cleaning 10001 clauses out of 20026 with flag 335002/335002
729.41/374.14	c cleaning 9998 clauses out of 20023 with flag 345000/345000
756.49/388.14	c cleaning 9999 clauses out of 20025 with flag 355000/355000
786.11/403.36	c cleaning 9996 clauses out of 20027 with flag 365001/365001
813.91/417.62	c cleaning 10003 clauses out of 20030 with flag 375000/375000
840.92/431.55	c cleaning 10001 clauses out of 20032 with flag 385005/385005
860.35/441.76	c cleaning 10000 clauses out of 20026 with flag 395000/395000
879.97/451.94	c cleaning 9979 clauses out of 20028 with flag 405002/405002
900.20/462.45	c cleaning 9996 clauses out of 20048 with flag 415001/415001
922.61/474.04	c cleaning 9943 clauses out of 20051 with flag 425000/425000
940.23/483.38	c cleaning 10036 clauses out of 20110 with flag 435002/435002
956.10/491.62	c cleaning 9996 clauses out of 20072 with flag 445000/445000
984.40/506.26	c cleaning 9998 clauses out of 20076 with flag 455000/455000
1016.66/522.87	c cleaning 9979 clauses out of 20082 with flag 465004/465004
1058.40/544.35	c cleaning 9998 clauses out of 20100 with flag 475001/475001
1085.69/558.44	c cleaning 10044 clauses out of 20101 with flag 485000/485000
1115.76/573.95	c cleaning 10019 clauses out of 20057 with flag 495000/495000
1142.82/587.99	c cleaning 10014 clauses out of 20039 with flag 505001/505001
1167.71/600.92	c cleaning 10008 clauses out of 20027 with flag 515003/515003
1196.77/615.96	c cleaning 9994 clauses out of 20017 with flag 525001/525001
1222.81/629.42	c cleaning 0 clauses out of 5000 with flag 0/5000
1228.42/632.65	c cleaning 9986 clauses out of 20022 with flag 535000/535000
1256.59/647.36	c cleaning 9998 clauses out of 20036 with flag 545000/545000
1284.61/661.85	c cleaning 9979 clauses out of 20038 with flag 555000/555000
1313.63/676.83	c cleaning 9958 clauses out of 20059 with flag 565000/565000
1340.68/690.86	c cleaning 10019 clauses out of 20102 with flag 575001/575001
1363.90/703.08	c cleaning 10014 clauses out of 20088 with flag 585006/585006
1379.43/711.23	c cleaning 10027 clauses out of 20068 with flag 595000/595000
1401.52/722.72	c cleaning 10010 clauses out of 20041 with flag 605000/605000
1421.41/733.12	c cleaning 10010 clauses out of 20032 with flag 615001/615001
1447.84/746.96	c cleaning 10002 clauses out of 20021 with flag 625000/625000
1468.91/757.91	c cleaning 10003 clauses out of 20019 with flag 635000/635000
1496.89/772.49	c cleaning 10000 clauses out of 20019 with flag 645003/645003
1514.35/781.68	c cleaning 10004 clauses out of 20017 with flag 655001/655001
1533.35/791.76	c cleaning 9996 clauses out of 20012 with flag 665000/665000
1558.36/804.74	c cleaning 9995 clauses out of 20016 with flag 675000/675000
1576.20/814.10	c cleaning 9972 clauses out of 20023 with flag 685002/685002
1600.35/826.75	c cleaning 9996 clauses out of 20052 with flag 695003/695003
1620.84/837.66	c cleaning 9976 clauses out of 20054 with flag 705001/705001
1643.21/849.30	c cleaning 10007 clauses out of 20079 with flag 715002/715002
1664.55/860.54	c cleaning 10030 clauses out of 20071 with flag 725001/725001
1691.26/874.47	c cleaning 10014 clauses out of 20040 with flag 735000/735000
1718.07/888.58	c cleaning 10004 clauses out of 20026 with flag 745000/745000
1744.16/902.14	c cleaning 10003 clauses out of 20024 with flag 755002/755002
1772.45/916.85	c cleaning 10003 clauses out of 20020 with flag 765001/765001
1800.15/931.22	c starts		: 170
1800.15/931.22	c conflicts		: 774305
1800.15/931.22	c decisions		: 1480948
1800.15/931.22	c propagations		: 184921803
1800.15/931.22	c inspects		: 512870887
1800.15/931.22	c learnt literals	: 0
1800.15/931.22	c learnt binary clauses	: 0
1800.15/931.22	c learnt ternary clauses	: 0
1800.15/931.22	c learnt clauses	: 774305
1800.15/931.22	c ignored clauses	: 0
1800.15/931.22	c root simplifications	: 0
1800.15/931.22	c removed literals (reason simplification)	: 11166620
1800.15/931.22	c reason swapping (by a shorter reason)	: 0
1800.15/931.22	c Calls to reduceDB	: 78
1800.15/931.22	c number of reductions to clauses (during analyze)	: 0
1800.15/931.22	c number of learned constraints concerned by reduction	: 0
1800.15/931.22	c number of learning phase by resolution	: 0
1800.15/931.22	c number of learning phase by cutting planes	: 0
1800.15/931.22	c speed (assignments/second)	: 198988.46138119086
1800.15/931.22	c non guided choices	61835
1800.36/931.32	c learnt constraints type 
1800.36/931.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19395
1800.36/931.32	c constraints type 
1800.36/931.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1800.36/931.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.36/931.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1800.36/931.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.36/931.32	c constraints type 
1800.36/931.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1800.36/931.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.36/931.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.36/931.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.36/931.32	s UNKNOWN
1800.36/931.32	c Total wall clock time (in seconds): 931.097

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-2661517-1276688078/watcher-2661517-1276688078 -o /tmp/evaluation-result-2661517-1276688078/solver-2661517-1276688078 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661517-1276688078.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 15298
/proc/meminfo: memFree=1569244/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=392 CPUtime=0
/proc/15298/stat : 15298 (java6) R 15296 15298 15008 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 10100497 401408 40 1992294400 134512640 134550932 4289791584 18446744073709551615 12558932 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15298/statm: 98 40 32 10 0 25 0

[startup+0.0848129 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15298
/proc/meminfo: memFree=1569244/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1521796 CPUtime=0.06
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 3786 0 1 0 4 2 0 0 15 0 7 0 10100497 1558319104 3228 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 380449 3228 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100813 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15298
/proc/meminfo: memFree=1569244/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1524020 CPUtime=0.08
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 3930 0 1 0 6 2 0 0 15 0 12 0 10100497 1560596480 3370 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 381005 3370 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.30083 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15298
/proc/meminfo: memFree=1569244/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1526504 CPUtime=0.34
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 5516 0 1 0 30 4 0 0 15 0 12 0 10100497 1563140096 4954 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 381626 4955 1351 10 0 378929 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526504

[startup+0.700869 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15298
/proc/meminfo: memFree=1569244/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1528772 CPUtime=1.09
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 7791 0 1 0 104 5 0 0 15 0 12 0 10100497 1565462528 6992 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 382193 6993 1395 10 0 379496 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528772

[startup+1.50195 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 15310
/proc/meminfo: memFree=1532692/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1536228 CPUtime=2.68
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 14524 0 1 0 259 9 0 0 15 0 12 0 10100497 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 384057 12521 1416 10 0 381360 0
[pid=15298/tid=15300] ppid=15296 vsize=1536228 CPUtime=1.26
/proc/15298/task/15300/stat : 15300 (java) R 15296 15298 15008 0 -1 4202560 9046 0 1 0 121 5 0 0 25 0 12 0 10100499 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4108756838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 10100500 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10100500 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 12 0 10100502 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 10100503 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 10100503 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 10100507 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1536228 CPUtime=0.29
/proc/15298/task/15307/stat : 15307 (java) R 15296 15298 15008 0 -1 4202560 336 0 0 0 29 0 0 0 22 0 12 0 10100507 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 103444782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1536228 CPUtime=1.09
/proc/15298/task/15308/stat : 15308 (java) R 15296 15298 15008 0 -1 4202560 4080 0 0 0 108 1 0 0 18 0 12 0 10100507 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 105871007 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 10100507 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1536228 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10100507 1573097472 12521 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1536228

[startup+3.10209 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 15314
/proc/meminfo: memFree=1493352/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1546312 CPUtime=5.86
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 31427 0 1 0 569 17 0 0 15 0 16 0 10100497 1583423488 26083 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 386578 26084 1427 10 0 383881 0
[pid=15298/tid=15300] ppid=15296 vsize=1546312 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14314 0 1 0 143 8 0 0 18 0 16 0 10100499 1583423488 26084 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 10100500 1583423488 26084 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10100500 1583423488 26085 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 10100502 1583423488 26085 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 10100503 1583423488 26085 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10100503 1583423488 26085 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1583423488 26086 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1546312 CPUtime=1.11
/proc/15298/task/15307/stat : 15307 (java) R 15296 15298 15008 0 -1 4202560 1103 0 0 0 111 0 0 0 23 0 16 0 10100507 1583423488 26086 1992294400 134512640 134550932 4293222816 18446744073709551615 106251328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1546312 CPUtime=2.4
/proc/15298/task/15308/stat : 15308 (java) R 15296 15298 15008 0 -1 4202560 9116 0 0 0 236 4 0 0 19 0 16 0 10100507 1583423488 26086 1992294400 134512640 134550932 4293222816 18446744073709551615 105562277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1583423488 26086 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10100507 1583423488 26086 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1546312 CPUtime=0.33
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 642 0 0 0 33 0 0 0 25 0 16 0 10100688 1583423488 26087 1992294400 134512640 134550932 4293222816 18446744073709551615 4109184444 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1546312 CPUtime=0.46
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 5185 0 0 0 43 3 0 0 25 0 16 0 10100688 1583423488 26087 1992294400 134512640 134550932 4293222816 18446744073709551615 4109617675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1583423488 26087 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1546312 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1583423488 26087 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1546312

[startup+6.31242 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 15314
/proc/meminfo: memFree=1402460/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1551844 CPUtime=12.2
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 51390 0 1 0 1195 25 0 0 15 0 16 0 10100497 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387961 44779 1443 10 0 385264 0
[pid=15298/tid=15300] ppid=15296 vsize=1551844 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14314 0 1 0 143 8 0 0 18 0 16 0 10100499 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1551844 CPUtime=0.13
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 2811 0 0 0 12 1 0 0 15 0 16 0 10100500 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1551844 CPUtime=0.15
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 2522 0 0 0 14 1 0 0 15 0 16 0 10100500 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 16 0 10100502 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10100503 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10100503 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1551844 CPUtime=1.67
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2203 0 0 0 167 0 0 0 17 0 16 0 10100507 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1551844 CPUtime=3.1
/proc/15298/task/15308/stat : 15308 (java) R 15296 15298 15008 0 -1 4202560 10655 0 0 0 306 4 0 0 16 0 16 0 10100507 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 103131596 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10100507 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1551844 CPUtime=2.67
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1502 0 0 0 267 0 0 0 25 0 16 0 10100688 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4109731291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1551844 CPUtime=2.88
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 16296 0 0 0 282 6 0 0 25 0 16 0 10100688 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4109648694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1589088256 44779 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1551844

[startup+12.7019 s]
/proc/loadavg: 1.23 1.05 1.02 2/122 15314
/proc/meminfo: memFree=1361912/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1551844 CPUtime=24.71
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 61061 0 1 0 2441 30 0 0 15 0 16 0 10100497 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387961 53005 1450 10 0 385264 0
[pid=15298/tid=15300] ppid=15296 vsize=1551844 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14315 0 1 0 143 8 0 0 17 0 16 0 10100499 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1551844 CPUtime=0.29
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 6888 0 0 0 26 3 0 0 16 0 16 0 10100500 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1551844 CPUtime=0.31
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 6485 0 0 0 28 3 0 0 16 0 16 0 10100500 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1551844 CPUtime=0.17
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 827 0 0 0 17 0 0 0 15 0 16 0 10100502 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10100503 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10100503 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1551844 CPUtime=1.82
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2216 0 0 0 182 0 0 0 15 0 16 0 10100507 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1551844 CPUtime=3.38
/proc/15298/task/15308/stat : 15308 (java) S 15296 15298 15008 0 -1 4202560 11413 0 0 0 334 4 0 0 15 0 16 0 10100507 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10100507 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1551844 CPUtime=8.31
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1509 0 0 0 831 0 0 0 21 0 16 0 10100688 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4109648291 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1551844 CPUtime=8.83
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 16339 0 0 0 876 7 0 0 25 0 16 0 10100688 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4109484131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1551844 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1589088256 53005 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0

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

/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1588039680 109496 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1588039680 109496 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1476.9
Current children cumulated vsize (KiB) 1550820

[startup+822.301 s]
/proc/loadavg: 1.97 1.95 1.57 3/122 15336
/proc/meminfo: memFree=1118500/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1550820 CPUtime=1591.63
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 131500 0 1 0 158986 177 0 0 15 0 16 0 10100497 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387705 113363 1450 10 0 385008 0
[pid=15298/tid=15300] ppid=15296 vsize=1550820 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14339 0 1 0 143 8 0 0 15 0 16 0 10100499 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1550820 CPUtime=14.09
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 45011 0 0 0 1356 53 0 0 15 0 16 0 10100500 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1550820 CPUtime=14.1
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 37128 0 0 0 1371 39 0 0 16 0 16 0 10100500 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1550820 CPUtime=38.81
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 1069 0 0 0 3856 25 0 0 15 0 16 0 10100502 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1550820 CPUtime=2.47
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2253 0 0 0 247 0 0 0 15 0 16 0 10100507 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1550820 CPUtime=3.47
/proc/15298/task/15308/stat : 15308 (java) S 15296 15298 15008 0 -1 4202560 11421 0 0 0 342 5 0 0 15 0 16 0 10100507 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 10100507 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1550820 CPUtime=757.11
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1949 0 0 0 75698 13 0 0 25 0 16 0 10100688 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4109870583 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1550820 CPUtime=759.96
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 17215 0 0 0 75969 27 0 0 25 0 16 0 10100688 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4109470179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1588039680 113363 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1591.63
Current children cumulated vsize (KiB) 1550820

[startup+882.302 s]
/proc/loadavg: 2.01 1.96 1.60 3/122 15338
/proc/meminfo: memFree=1110688/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1550820 CPUtime=1705.78
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 133715 0 1 0 170394 184 0 0 15 0 16 0 10100497 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387705 115235 1450 10 0 385008 0
[pid=15298/tid=15300] ppid=15296 vsize=1550820 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14339 0 1 0 143 8 0 0 15 0 16 0 10100499 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1550820 CPUtime=15.02
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 45977 0 0 0 1447 55 0 0 16 0 16 0 10100500 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1550820 CPUtime=15.04
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 38308 0 0 0 1462 42 0 0 15 0 16 0 10100500 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1550820 CPUtime=43.65
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 1073 0 0 0 4339 26 0 0 15 0 16 0 10100502 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1550820 CPUtime=2.47
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2253 0 0 0 247 0 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1550820 CPUtime=3.47
/proc/15298/task/15308/stat : 15308 (java) S 15296 15298 15008 0 -1 4202560 11421 0 0 0 342 5 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1550820 CPUtime=811.3
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1977 0 0 0 81115 15 0 0 25 0 16 0 10100688 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4109870604 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1550820 CPUtime=813.2
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 17248 0 0 0 81293 27 0 0 25 0 16 0 10100688 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4109470760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1705.78
Current children cumulated vsize (KiB) 1550820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.201 s]
/proc/loadavg: 1.98 1.96 1.62 3/122 15338
/proc/meminfo: memFree=1110688/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1550820 CPUtime=1800.15
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 133768 0 1 0 179824 191 0 0 15 0 16 0 10100497 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387705 115235 1450 10 0 385008 0
[pid=15298/tid=15300] ppid=15296 vsize=1550820 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14340 0 1 0 143 8 0 0 15 0 16 0 10100499 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1550820 CPUtime=15.81
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 45977 0 0 0 1522 59 0 0 15 0 16 0 10100500 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1550820 CPUtime=15.81
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 38308 0 0 0 1539 42 0 0 16 0 16 0 10100500 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1550820 CPUtime=46.27
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 1075 0 0 0 4599 28 0 0 16 0 16 0 10100502 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10100503 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1550820 CPUtime=2.47
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2253 0 0 0 247 0 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1550820 CPUtime=3.47
/proc/15298/task/15308/stat : 15308 (java) S 15296 15298 15008 0 -1 4202560 11421 0 0 0 342 5 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 10100507 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1550820 CPUtime=856.51
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1997 0 0 0 85635 16 0 0 25 0 16 0 10100688 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4109869250 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1550820 CPUtime=858.19
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 17276 0 0 0 85792 27 0 0 25 0 16 0 10100688 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4109445311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100690 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1550820 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10100697 1588039680 115235 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1550820

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

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

[startup+931.316 s]
/proc/loadavg: 1.98 1.96 1.62 3/122 15338
/proc/meminfo: memFree=1110688/2059040 swapFree=4192956/4192956
[pid=15298] ppid=15296 vsize=1551468 CPUtime=1800.36
/proc/15298/stat : 15298 (java) S 15296 15298 15008 0 -1 4202496 133785 0 1 0 179845 191 0 0 15 0 18 0 10100497 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15298/statm: 387867 115252 1450 10 0 385170 0
[pid=15298/tid=15300] ppid=15296 vsize=1551468 CPUtime=1.51
/proc/15298/task/15300/stat : 15300 (java) S 15296 15298 15008 0 -1 4202560 14340 0 1 0 143 8 0 0 15 0 18 0 10100499 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15301] ppid=15296 vsize=1551468 CPUtime=15.81
/proc/15298/task/15301/stat : 15301 (java) S 15296 15298 15008 0 -1 4202560 45977 0 0 0 1522 59 0 0 15 0 18 0 10100500 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15302] ppid=15296 vsize=1551468 CPUtime=15.81
/proc/15298/task/15302/stat : 15302 (java) S 15296 15298 15008 0 -1 4202560 38308 0 0 0 1539 42 0 0 16 0 18 0 10100500 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15303] ppid=15296 vsize=1551468 CPUtime=46.27
/proc/15298/task/15303/stat : 15303 (java) S 15296 15298 15008 0 -1 4202560 1075 0 0 0 4599 28 0 0 16 0 18 0 10100502 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 0 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15304] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15304/stat : 15304 (java) S 15296 15298 15008 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 10100503 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15305] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15305/stat : 15305 (java) S 15296 15298 15008 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10100503 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15306] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15306/stat : 15306 (java) S 15296 15298 15008 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 10100507 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15307] ppid=15296 vsize=1551468 CPUtime=2.47
/proc/15298/task/15307/stat : 15307 (java) S 15296 15298 15008 0 -1 4202560 2253 0 0 0 247 0 0 0 15 0 18 0 10100507 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15308] ppid=15296 vsize=1551468 CPUtime=3.5
/proc/15298/task/15308/stat : 15308 (java) R 15296 15298 15008 0 -1 4202560 11421 0 0 0 345 5 0 0 15 0 18 0 10100507 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 106257816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15309] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15309/stat : 15309 (java) S 15296 15298 15008 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 10100507 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 0 0 0 0
[pid=15298/tid=15310] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15310/stat : 15310 (java) S 15296 15298 15008 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 10100507 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15311] ppid=15296 vsize=1551468 CPUtime=856.61
/proc/15298/task/15311/stat : 15311 (java) R 15296 15298 15008 0 -1 4202560 1997 0 0 0 85645 16 0 0 25 0 18 0 10100688 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4109603592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15298/tid=15312] ppid=15296 vsize=1551468 CPUtime=858.26
/proc/15298/task/15312/stat : 15312 (java) R 15296 15298 15008 0 -1 4202560 17276 0 0 0 85799 27 0 0 25 0 18 0 10100688 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4109869250 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15298/tid=15313] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15313/stat : 15313 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10100690 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
[pid=15298/tid=15314] ppid=15296 vsize=1551468 CPUtime=0
/proc/15298/task/15314/stat : 15314 (java) S 15296 15298 15008 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10100697 1588703232 115252 1992294400 134512640 134550932 4293222816 18446744073709551615 4294960144 0 4 0 16800975 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1551468

Child status: 143
Real time (s): 931.398
CPU time (s): 1800.48
CPU user time (s): 1798.52
CPU system time (s): 1.9587
CPU usage (%): 193.31
Max. virtual memory (cumulated for all children) (KiB): 1552868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.9587
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133791
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= 31221
involuntary context switches= 53162

runsolver used 3.98039 second user time and 11.5382 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-16 13:34:38
IDJOB=2661517
IDBENCH=71843
IDSOLVER=1166
FILE ID=node041/2661517-1276688078
PBS_JOBID= 11172586
Free space on /tmp= 62084 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661517-1276688078/watcher-2661517-1276688078 -o /tmp/evaluation-result-2661517-1276688078/solver-2661517-1276688078 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661517-1276688078.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=1728792084

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1569764 kB
Buffers:        140452 kB
Cached:         206944 kB
SwapCached:          0 kB
Active:         141208 kB
Inactive:       265664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1569764 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:       59452 kB
Mapped:          15408 kB
Slab:            60500 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180660 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= 62084 MiB
End job on node041 at 2010-06-16 13:50:12