Trace number 2658214

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.25 1796.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_3_15.opb
MD5SUMbbe3a085a15e9497809c2511fab038f0
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.040992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658214-1276679459.opb
0.22/0.21	c reading problem ... 
2.01/1.46	c ... done. Wall clock time 1.242s.
2.01/1.46	c #vars     2888
2.01/1.46	c #constraints  5579
2.01/1.46	c constraints type 
2.01/1.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
2.01/1.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.01/1.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.01/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
8.14/6.57	c cleaning 2514 clauses out of 5028 with flag 5028/5028
15.81/13.97	c cleaning 4245 clauses out of 8489 with flag 11003/11003
29.71/27.63	c cleaning 5624 clauses out of 11247 with flag 18006/18006
46.93/44.62	c cleaning 6848 clauses out of 13695 with flag 26078/26078
60.04/57.73	c cleaning 7887 clauses out of 15778 with flag 35009/35009
80.38/78.01	c cleaning 8947 clauses out of 17895 with flag 45013/45013
99.39/96.91	c cleaning 9473 clauses out of 18947 with flag 55012/55012
118.79/116.21	c cleaning 9733 clauses out of 19465 with flag 65003/65003
140.21/137.66	c cleaning 9864 clauses out of 19730 with flag 75001/75001
164.14/161.57	c cleaning 9937 clauses out of 19876 with flag 85011/85011
192.77/190.11	c cleaning 9963 clauses out of 19929 with flag 95001/95001
214.88/212.28	c cleaning 9983 clauses out of 19969 with flag 105004/105004
244.29/241.68	c cleaning 9992 clauses out of 19988 with flag 115006/115006
265.43/262.75	c cleaning 9997 clauses out of 19997 with flag 125007/125007
286.66/283.93	c cleaning 10000 clauses out of 20003 with flag 135010/135010
307.17/304.45	c cleaning 9998 clauses out of 20000 with flag 145007/145007
330.59/327.84	c cleaning 10002 clauses out of 20008 with flag 155013/155013
351.51/348.78	c cleaning 10000 clauses out of 20003 with flag 165010/165010
373.15/370.33	c cleaning 9997 clauses out of 19997 with flag 175004/175004
389.17/386.36	c cleaning 10002 clauses out of 20007 with flag 185011/185011
409.17/406.33	c cleaning 10007 clauses out of 20017 with flag 195023/195023
428.99/426.14	c cleaning 9999 clauses out of 19999 with flag 205012/205012
447.20/444.36	c cleaning 9998 clauses out of 20000 with flag 215012/215012
468.60/465.77	c cleaning 9996 clauses out of 19995 with flag 225005/225005
484.50/481.62	c cleaning 9997 clauses out of 19997 with flag 235003/235003
503.51/500.61	c cleaning 9997 clauses out of 19997 with flag 245000/245000
523.25/520.37	c cleaning 10000 clauses out of 20004 with flag 255004/255004
541.16/538.23	c cleaning 10010 clauses out of 20026 with flag 265026/265026
555.39/552.40	c cleaning 10000 clauses out of 20003 with flag 275013/275013
572.71/569.73	c cleaning 9997 clauses out of 19997 with flag 285007/285007
593.11/590.17	c cleaning 9999 clauses out of 19999 with flag 295006/295006
611.43/608.40	c cleaning 10001 clauses out of 20006 with flag 305012/305012
632.55/629.51	c cleaning 10002 clauses out of 20007 with flag 315014/315014
649.25/646.26	c cleaning 9994 clauses out of 19991 with flag 325000/325000
668.96/665.94	c cleaning 10006 clauses out of 20016 with flag 335019/335019
688.68/685.61	c cleaning 10003 clauses out of 20010 with flag 345019/345019
706.02/702.94	c cleaning 9994 clauses out of 19991 with flag 355003/355003
725.85/722.72	c cleaning 9998 clauses out of 19999 with flag 365005/365005
746.15/743.04	c cleaning 10002 clauses out of 20007 with flag 375011/375011
761.46/758.36	c cleaning 9995 clauses out of 19994 with flag 385000/385000
778.07/774.97	c cleaning 10001 clauses out of 20006 with flag 395007/395007
795.09/791.94	c cleaning 10003 clauses out of 20010 with flag 405012/405012
811.72/808.59	c cleaning 9998 clauses out of 20006 with flag 415011/415011
831.54/828.40	c cleaning 10000 clauses out of 20002 with flag 425005/425005
847.04/843.84	c cleaning 9997 clauses out of 19997 with flag 435000/435000
867.56/864.31	c cleaning 9999 clauses out of 20001 with flag 445001/445001
884.56/881.32	c cleaning 10012 clauses out of 20025 with flag 455024/455024
903.17/899.93	c cleaning 9993 clauses out of 19989 with flag 465000/465000
921.80/918.56	c cleaning 10012 clauses out of 20028 with flag 475032/475032
935.31/932.07	c cleaning 9991 clauses out of 19986 with flag 485002/485002
951.23/947.98	c cleaning 10000 clauses out of 20003 with flag 495010/495010
970.36/967.00	c cleaning 10015 clauses out of 20033 with flag 505040/505040
988.18/984.85	c cleaning 10010 clauses out of 20024 with flag 515046/515046
1005.20/1001.86	c cleaning 9991 clauses out of 19986 with flag 525018/525018
1021.71/1018.32	c cleaning 9987 clauses out of 19977 with flag 535000/535000
1040.23/1036.88	c cleaning 9996 clauses out of 19996 with flag 545006/545006
1059.26/1055.86	c cleaning 10003 clauses out of 20009 with flag 555015/555015
1077.48/1074.08	c cleaning 10007 clauses out of 20018 with flag 565027/565027
1095.29/1091.88	c cleaning 10018 clauses out of 20040 with flag 575056/575056
1113.11/1109.65	c cleaning 9999 clauses out of 20001 with flag 585035/585035
1130.55/1127.06	c cleaning 9991 clauses out of 19985 with flag 595018/595018
1150.06/1146.54	c cleaning 9996 clauses out of 19996 with flag 605020/605020
1168.17/1164.68	c cleaning 9995 clauses out of 19993 with flag 615013/615013
1187.20/1183.65	c cleaning 9999 clauses out of 20001 with flag 625016/625016
1204.10/1200.50	c cleaning 9996 clauses out of 19996 with flag 635010/635010
1223.61/1220.08	c cleaning 9997 clauses out of 19998 with flag 645008/645008
1241.42/1237.85	c cleaning 10008 clauses out of 20020 with flag 655027/655027
1260.84/1257.27	c cleaning 9991 clauses out of 19985 with flag 665000/665000
1279.45/1275.81	c cleaning 9997 clauses out of 19997 with flag 675003/675003
1295.56/1291.99	c cleaning 9997 clauses out of 19997 with flag 685000/685000
1314.88/1311.28	c cleaning 9999 clauses out of 20002 with flag 695002/695002
1335.81/1332.12	c cleaning 10017 clauses out of 20038 with flag 705037/705037
1354.44/1350.70	c cleaning 10008 clauses out of 20019 with flag 715035/715035
1370.45/1366.70	c cleaning 9986 clauses out of 19976 with flag 725000/725000
1389.45/1385.71	c cleaning 9997 clauses out of 19998 with flag 735008/735008
1408.88/1405.19	c cleaning 10006 clauses out of 20015 with flag 745022/745022
1428.31/1424.59	c cleaning 9999 clauses out of 20002 with flag 755015/755015
1448.51/1444.70	c cleaning 10014 clauses out of 20032 with flag 765044/765044
1466.33/1462.52	c cleaning 10012 clauses out of 20027 with flag 775053/775053
1484.15/1480.38	c cleaning 9986 clauses out of 19975 with flag 785013/785013
1499.49/1495.67	c cleaning 9987 clauses out of 19978 with flag 795002/795002
1515.71/1511.84	c cleaning 10007 clauses out of 20018 with flag 805029/805029
1534.21/1530.38	c cleaning 10009 clauses out of 20020 with flag 815038/815038
1553.02/1549.19	c cleaning 9992 clauses out of 19988 with flag 825015/825015
1572.54/1568.62	c cleaning 10009 clauses out of 20022 with flag 835041/835041
1590.95/1587.06	c cleaning 9999 clauses out of 20001 with flag 845029/845029
1610.17/1606.28	c cleaning 10005 clauses out of 20014 with flag 855041/855041
1629.59/1625.66	c cleaning 9992 clauses out of 19988 with flag 865020/865020
1649.51/1645.54	c cleaning 9988 clauses out of 19979 with flag 875003/875003
1668.24/1664.28	c cleaning 9992 clauses out of 19988 with flag 885000/885000
1685.35/1681.34	c cleaning 9999 clauses out of 20002 with flag 895006/895006
1700.97/1696.90	c cleaning 9996 clauses out of 19998 with flag 905001/905001
1719.59/1715.59	c cleaning 9998 clauses out of 20005 with flag 915004/915004
1735.70/1731.67	c cleaning 10003 clauses out of 20010 with flag 925007/925007
1754.81/1750.72	c cleaning 10002 clauses out of 20008 with flag 935008/935008
1772.61/1768.54	c cleaning 10000 clauses out of 20004 with flag 945006/945006
1790.32/1786.24	c cleaning 10017 clauses out of 20037 with flag 955039/955039
1800.04/1795.91	c starts		: 186
1800.04/1795.91	c conflicts		: 961921
1800.04/1795.91	c decisions		: 2645207
1800.04/1795.91	c propagations		: 21126159
1800.04/1795.91	c inspects		: 1816027297
1800.04/1795.91	c learnt literals	: 0
1800.04/1795.91	c learnt binary clauses	: 0
1800.04/1795.91	c learnt ternary clauses	: 2
1800.04/1795.91	c learnt clauses	: 961921
1800.04/1795.91	c ignored clauses	: 0
1800.04/1795.91	c root simplifications	: 0
1800.04/1795.91	c removed literals (reason simplification)	: 5480707
1800.04/1795.91	c reason swapping (by a shorter reason)	: 0
1800.04/1795.91	c Calls to reduceDB	: 97
1800.04/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.91	c number of learned constraints concerned by reduction	: 0
1800.04/1795.91	c number of learning phase by resolution	: 0
1800.04/1795.91	c number of learning phase by cutting planes	: 0
1800.04/1795.91	c speed (assignments/second)	: 11773.021461657461
1800.04/1795.91	c non guided choices	2677
1800.04/1795.97	c learnt constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16920
1800.04/1795.97	c constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
1800.04/1795.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1795.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
1800.04/1795.97	s UNKNOWN
1800.04/1795.97	c Total wall clock time (in seconds): 1795.754

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-2658214-1276679459/watcher-2658214-1276679459 -o /tmp/evaluation-result-2658214-1276679459/solver-2658214-1276679459 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658214-1276679459.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.21 1.08 1.03 3/106 16045
/proc/meminfo: memFree=1691128/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=248 CPUtime=0
/proc/16045/stat : 16045 (java6) R 16043 16045 15560 0 -1 4194304 108 0 0 0 0 0 0 0 16 0 1 0 9240994 253952 28 1992294400 134512640 134550932 4291209808 18446744073709551615 8589908 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16045/statm: 62 28 21 10 0 23 0

[startup+0.0601241 s]
/proc/loadavg: 1.21 1.08 1.03 3/106 16045
/proc/meminfo: memFree=1691128/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1521664 CPUtime=0.04
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 3585 0 1 0 2 2 0 0 15 0 7 0 9240994 1558183936 3027 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 380416 3027 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101126 s]
/proc/loadavg: 1.21 1.08 1.03 3/106 16045
/proc/meminfo: memFree=1691128/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1524024 CPUtime=0.08
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 9240994 1560600576 3372 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301149 s]
/proc/loadavg: 1.21 1.08 1.03 3/106 16045
/proc/meminfo: memFree=1691128/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1526372 CPUtime=0.35
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 5283 0 1 0 32 3 0 0 15 0 12 0 9240994 1563004928 4721 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 381593 4721 1356 10 0 378895 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526372

[startup+0.701197 s]
/proc/loadavg: 1.21 1.08 1.03 3/106 16045
/proc/meminfo: memFree=1691128/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1528084 CPUtime=1
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 6841 0 1 0 96 4 0 0 15 0 12 0 9240994 1564758016 6238 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 382021 6238 1396 10 0 379323 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528084

[startup+1.50229 s]
/proc/loadavg: 1.19 1.08 1.03 2/118 16057
/proc/meminfo: memFree=1666296/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1529796 CPUtime=2.17
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 9898 0 1 0 212 5 0 0 15 0 13 0 9240994 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 382449 9068 1417 10 0 379751 0
[pid=16045/tid=16047] ppid=16043 vsize=1529796 CPUtime=1.46
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 7173 0 1 0 142 4 0 0 25 0 13 0 9240996 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4108703944 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 9240997 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 9240997 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9240999 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 9240999 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 9240999 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1529796 CPUtime=0.32
/proc/16045/task/16054/stat : 16054 (java) R 16043 16045 15560 0 -1 4202560 407 0 0 0 32 0 0 0 17 0 13 0 9241004 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 105634638 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1529796 CPUtime=0.36
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 1250 0 0 0 36 0 0 0 15 0 13 0 9241004 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1529796 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9241004 1566511104 9068 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1529796

[startup+3.10248 s]
/proc/loadavg: 1.19 1.08 1.03 5/119 16058
/proc/meminfo: memFree=1647192/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=4.64
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 24398 0 1 0 452 12 0 0 15 0 13 0 9240994 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 22831 1424 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=2.96
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 20021 0 1 0 287 9 0 0 25 0 13 0 9240996 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4109089523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 9240997 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 9240997 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 9240999 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 9240999 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=0.56
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 426 0 0 0 56 0 0 0 15 0 13 0 9241004 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.07
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2883 0 0 0 107 0 0 0 15 0 13 0 9241004 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 22831 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1533092

[startup+6.30085 s]
/proc/loadavg: 1.18 1.08 1.03 2/119 16058
/proc/meminfo: memFree=1549604/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=7.93
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 40727 0 1 0 775 18 0 0 15 0 13 0 9240994 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 39094 1437 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=6.1
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 32044 0 1 0 596 14 0 0 25 0 13 0 9240996 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4109279324 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=0.02
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 2005 0 0 0 2 0 0 0 15 0 13 0 9240997 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=0.02
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 2283 0 0 0 2 0 0 0 18 0 13 0 9240997 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 9240999 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=0.64
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 437 0 0 0 64 0 0 0 15 0 13 0 9241004 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.08
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2883 0 0 0 108 0 0 0 15 0 13 0 9241004 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 39094 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1533092

[startup+12.7017 s]
/proc/loadavg: 1.16 1.08 1.03 2/119 16058
/proc/meminfo: memFree=1531624/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=14.59
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 42676 0 1 0 1440 19 0 0 15 0 13 0 9240994 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 41036 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=12.37
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 32050 0 1 0 1223 14 0 0 25 0 13 0 9240996 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4109317375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=0.05
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 2115 0 0 0 5 0 0 0 16 0 13 0 9240997 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=0.06
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 2402 0 0 0 5 1 0 0 15 0 13 0 9240997 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=0.03
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 1687 0 0 0 3 0 0 0 16 0 13 0 9240999 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=0.87
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 469 0 0 0 87 0 0 0 16 0 13 0 9241004 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.14
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2888 0 0 0 113 1 0 0 16 0 13 0 9241004 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 41036 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1533092

[startup+25.5017 s]
/proc/loadavg: 1.12 1.07 1.02 2/119 16058
/proc/meminfo: memFree=1510668/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=27.6
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 47885 0 1 0 2737 23 0 0 15 0 13 0 9240994 1569886208 46215 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 46215 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=25.07
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 33950 0 1 0 2491 16 0 0 25 0 13 0 9240996 1569886208 46215 1992294400 134512640 134550932 4289095632 18446744073709551615 4109279150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=0.1
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 3060 0 0 0 9 1 0 0 15 0 13 0 9240997 1569886208 46215 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=0.1
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 3226 0 0 0 9 1 0 0 15 0 13 0 9240997 1569886208 46215 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=0.09
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 3204 0 0 0 8 1 0 0 15 0 13 0 9240999 1569886208 46215 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0

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

[pid=16045] ppid=16043 vsize=1533092 CPUtime=1666.34
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 60865 0 1 0 166587 47 0 0 15 0 13 0 9240994 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 57452 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=1653.6
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 34176 0 1 0 165338 22 0 0 25 0 13 0 9240996 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4109277708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=2.75
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 8792 0 0 0 267 8 0 0 15 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=2.69
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 9023 0 0 0 259 10 0 0 15 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=4.64
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 4313 0 0 0 461 3 0 0 15 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=1.04
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 492 0 0 0 104 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.55
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2904 0 0 0 154 1 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.34
Current children cumulated vsize (KiB) 1533092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16105
/proc/meminfo: memFree=1462928/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=1726.4
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 60881 0 1 0 172592 48 0 0 15 0 13 0 9240994 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 57452 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=1713.28
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 34184 0 1 0 171306 22 0 0 25 0 13 0 9240996 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4109277769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=2.83
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 8792 0 0 0 275 8 0 0 16 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=2.78
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 9023 0 0 0 268 10 0 0 15 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=4.85
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 4317 0 0 0 482 3 0 0 16 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=1.04
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 492 0 0 0 104 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.55
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2904 0 0 0 154 1 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.4
Current children cumulated vsize (KiB) 1533092

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16107
/proc/meminfo: memFree=1462680/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=1786.43
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 60891 0 1 0 178595 48 0 0 15 0 13 0 9240994 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 57452 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=1773.03
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 34190 0 1 0 177281 22 0 0 25 0 13 0 9240996 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4109317375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=2.9
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 8792 0 0 0 281 9 0 0 16 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=2.85
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 9023 0 0 0 275 10 0 0 16 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=5.01
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 4319 0 0 0 498 3 0 0 15 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=1.04
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 492 0 0 0 104 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.55
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2904 0 0 0 154 1 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (KiB) 1533092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16107
/proc/meminfo: memFree=1462680/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533092 CPUtime=1800.04
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 60897 0 1 0 179956 48 0 0 15 0 13 0 9240994 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383273 57452 1442 10 0 380575 0
[pid=16045/tid=16047] ppid=16043 vsize=1533092 CPUtime=1786.57
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 34192 0 1 0 178635 22 0 0 25 0 13 0 9240996 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4109279267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533092 CPUtime=2.91
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 8792 0 0 0 282 9 0 0 16 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533092 CPUtime=2.86
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 9023 0 0 0 276 10 0 0 15 0 13 0 9240997 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533092 CPUtime=5.06
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 4321 0 0 0 503 3 0 0 15 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9240999 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533092 CPUtime=1.04
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 492 0 0 0 104 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533092 CPUtime=1.55
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2904 0 0 0 154 1 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) R 16043 16045 15560 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 9241004 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533092 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9241141 1569886208 57452 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533092

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

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

[startup+1796.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 16107
/proc/meminfo: memFree=1462680/2059040 swapFree=4192956/4192956
[pid=16045] ppid=16043 vsize=1533740 CPUtime=1800.2
/proc/16045/stat : 16045 (java) S 16043 16045 15560 0 -1 4202496 60920 0 1 0 179972 48 0 0 15 0 14 0 9240994 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16045/statm: 383435 57475 1445 10 0 380737 0
[pid=16045/tid=16047] ppid=16043 vsize=1533740 CPUtime=1786.67
/proc/16045/task/16047/stat : 16047 (java) R 16043 16045 15560 0 -1 4202560 34192 0 1 0 178645 22 0 0 25 0 14 0 9240996 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4109277962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16045/tid=16048] ppid=16043 vsize=1533740 CPUtime=2.91
/proc/16045/task/16048/stat : 16048 (java) S 16043 16045 15560 0 -1 4202560 8792 0 0 0 282 9 0 0 16 0 14 0 9240997 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16049] ppid=16043 vsize=1533740 CPUtime=2.86
/proc/16045/task/16049/stat : 16049 (java) S 16043 16045 15560 0 -1 4202560 9023 0 0 0 276 10 0 0 15 0 14 0 9240997 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16050] ppid=16043 vsize=1533740 CPUtime=5.06
/proc/16045/task/16050/stat : 16050 (java) S 16043 16045 15560 0 -1 4202560 4321 0 0 0 503 3 0 0 15 0 14 0 9240999 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 0 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16051] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16051/stat : 16051 (java) S 16043 16045 15560 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 9240999 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16052] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16052/stat : 16052 (java) S 16043 16045 15560 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 9240999 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16053] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16053/stat : 16053 (java) S 16043 16045 15560 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9241004 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16054] ppid=16043 vsize=1533740 CPUtime=1.04
/proc/16045/task/16054/stat : 16054 (java) S 16043 16045 15560 0 -1 4202560 492 0 0 0 104 0 0 0 15 0 14 0 9241004 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 1 0 0 0
[pid=16045/tid=16055] ppid=16043 vsize=1533740 CPUtime=1.58
/proc/16045/task/16055/stat : 16055 (java) S 16043 16045 15560 0 -1 4202560 2906 0 0 0 157 1 0 0 15 0 14 0 9241004 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16056] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16056/stat : 16056 (java) S 16043 16045 15560 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 9241004 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16057] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16057/stat : 16057 (java) S 16043 16045 15560 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 9241004 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
[pid=16045/tid=16058] ppid=16043 vsize=1533740 CPUtime=0
/proc/16045/task/16058/stat : 16058 (java) S 16043 16045 15560 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9241141 1570549760 57475 1992294400 134512640 134550932 4289095632 18446744073709551615 4294960144 0 4 0 16800975 18446604437832380480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1533740

Child status: 143
Real time (s): 1796.05
CPU time (s): 1800.25
CPU user time (s): 1799.74
CPU system time (s): 0.514921
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 1533740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.514921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60920
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= 39458
involuntary context switches= 18167

runsolver used 3.43848 second user time and 9.73852 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-16 11:10:59
IDJOB=2658214
IDBENCH=48333
IDSOLVER=1164
FILE ID=node033/2658214-1276679459
PBS_JOBID= 11172559
Free space on /tmp= 62592 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_3_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658214-1276679459/watcher-2658214-1276679459 -o /tmp/evaluation-result-2658214-1276679459/solver-2658214-1276679459 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658214-1276679459.opb

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

MD5SUM BENCH= bbe3a085a15e9497809c2511fab038f0
RANDOM SEED=183951841

node033.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.242
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.48
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.242
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:       1691400 kB
Buffers:         71048 kB
Cached:         157624 kB
SwapCached:          0 kB
Active:          94992 kB
Inactive:       193432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1691400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             372 kB
Writeback:           8 kB
AnonPages:       59632 kB
Mapped:          15416 kB
Slab:            57432 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180988 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= 62588 MiB
End job on node033 at 2010-06-16 11:40:57