Trace number 2658194

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.13 1791.77

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658194-1276677855.opb
0.24/0.20	c reading problem ... 
15.31/14.42	c ... done. Wall clock time 14.224s.
15.31/14.42	c #vars     6626
15.31/14.42	c #constraints  13055
15.31/14.42	c constraints type 
15.31/14.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
15.31/14.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.31/14.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.31/14.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
21.69/20.27	c cleaning 2502 clauses out of 5004 with flag 5004/5004
30.41/28.88	c cleaning 4258 clauses out of 8516 with flag 11018/11018
43.88/42.29	c cleaning 5620 clauses out of 11240 with flag 18000/18000
58.76/56.92	c cleaning 6810 clauses out of 13624 with flag 26004/26004
68.50/66.70	c cleaning 7912 clauses out of 15826 with flag 35016/35016
91.76/89.79	c cleaning 8958 clauses out of 17915 with flag 45017/45017
110.03/107.97	c cleaning 9973 clauses out of 19950 with flag 56010/56010
124.16/122.10	c cleaning 10982 clauses out of 21970 with flag 68003/68003
145.63/143.47	c cleaning 12002 clauses out of 24005 with flag 81020/81020
172.91/170.68	c cleaning 12993 clauses out of 25990 with flag 95007/95007
203.17/200.85	c cleaning 13505 clauses out of 27009 with flag 109019/109019
222.17/219.73	c cleaning 13743 clauses out of 27485 with flag 123000/123000
245.97/243.41	c cleaning 13862 clauses out of 27742 with flag 137000/137000
268.56/265.91	c cleaning 13941 clauses out of 27881 with flag 151001/151001
291.33/288.68	c cleaning 13961 clauses out of 27939 with flag 165000/165000
313.82/311.09	c cleaning 13986 clauses out of 27978 with flag 179000/179000
335.31/332.43	c cleaning 13982 clauses out of 27992 with flag 193000/193000
356.69/353.79	c cleaning 14003 clauses out of 28010 with flag 207000/207000
377.27/374.24	c cleaning 14003 clauses out of 28007 with flag 221000/221000
395.75/392.66	c cleaning 14001 clauses out of 28004 with flag 235000/235000
414.19/411.07	c cleaning 14002 clauses out of 28004 with flag 249001/249001
431.05/427.87	c cleaning 13985 clauses out of 28001 with flag 263000/263000
450.33/447.09	c cleaning 13999 clauses out of 28016 with flag 277000/277000
471.50/468.11	c cleaning 13994 clauses out of 28017 with flag 291000/291000
491.49/488.03	c cleaning 13997 clauses out of 28023 with flag 305000/305000
510.74/507.29	c cleaning 14001 clauses out of 28026 with flag 319000/319000
530.61/527.02	c cleaning 13985 clauses out of 28025 with flag 333000/333000
551.08/547.41	c cleaning 14017 clauses out of 28040 with flag 347000/347000
571.05/567.31	c cleaning 14009 clauses out of 28023 with flag 361000/361000
590.72/586.97	c cleaning 14008 clauses out of 28015 with flag 375001/375001
610.37/606.56	c cleaning 13992 clauses out of 28006 with flag 389000/389000
631.75/627.81	c cleaning 14006 clauses out of 28014 with flag 403000/403000
651.53/647.55	c cleaning 13984 clauses out of 28008 with flag 417000/417000
673.83/669.75	c cleaning 13998 clauses out of 28024 with flag 431000/431000
694.20/690.02	c cleaning 14012 clauses out of 28026 with flag 445000/445000
715.09/710.81	c cleaning 13994 clauses out of 28014 with flag 459000/459000
734.66/730.30	c cleaning 13988 clauses out of 28021 with flag 473001/473001
753.93/749.52	c cleaning 13993 clauses out of 28032 with flag 487000/487000
773.81/769.34	c cleaning 14014 clauses out of 28039 with flag 501000/501000
793.86/789.38	c cleaning 13999 clauses out of 28025 with flag 515000/515000
813.63/809.08	c cleaning 13999 clauses out of 28026 with flag 529000/529000
833.92/829.25	c cleaning 14012 clauses out of 28027 with flag 543000/543000
853.49/848.78	c cleaning 13980 clauses out of 28015 with flag 557000/557000
872.34/867.56	c cleaning 13992 clauses out of 28035 with flag 571000/571000
890.71/885.89	c cleaning 14001 clauses out of 28043 with flag 585000/585000
909.09/904.19	c cleaning 14004 clauses out of 28042 with flag 599000/599000
928.89/923.87	c cleaning 14012 clauses out of 28038 with flag 613000/613000
948.37/943.25	c cleaning 14006 clauses out of 28026 with flag 627000/627000
967.56/962.35	c cleaning 13993 clauses out of 28020 with flag 641000/641000
986.45/981.14	c cleaning 14002 clauses out of 28027 with flag 655000/655000
1004.90/999.51	c cleaning 14013 clauses out of 28026 with flag 669001/669001
1023.38/1017.96	c cleaning 13980 clauses out of 28012 with flag 683000/683000
1040.43/1034.99	c cleaning 13997 clauses out of 28032 with flag 697000/697000
1056.79/1051.22	c cleaning 14001 clauses out of 28035 with flag 711000/711000
1071.33/1065.74	c cleaning 14004 clauses out of 28034 with flag 725000/725000
1088.30/1082.69	c cleaning 13983 clauses out of 28030 with flag 739000/739000
1105.87/1100.16	c cleaning 13990 clauses out of 28047 with flag 753000/753000
1122.01/1116.22	c cleaning 13997 clauses out of 28057 with flag 767000/767000
1136.76/1130.92	c cleaning 13997 clauses out of 28060 with flag 781000/781000
1153.83/1147.96	c cleaning 13996 clauses out of 28063 with flag 795000/795000
1172.80/1166.84	c cleaning 14010 clauses out of 28067 with flag 809000/809000
1191.27/1185.30	c cleaning 14001 clauses out of 28057 with flag 823000/823000
1209.34/1203.21	c cleaning 14007 clauses out of 28056 with flag 837000/837000
1226.50/1220.32	c cleaning 13989 clauses out of 28049 with flag 851000/851000
1242.86/1236.68	c cleaning 14006 clauses out of 28060 with flag 865000/865000
1257.60/1251.37	c cleaning 13993 clauses out of 28054 with flag 879000/879000
1274.76/1268.47	c cleaning 14004 clauses out of 28061 with flag 893000/893000
1294.26/1287.84	c cleaning 13993 clauses out of 28057 with flag 907000/907000
1314.46/1307.99	c cleaning 13997 clauses out of 28065 with flag 921001/921001
1333.65/1327.06	c cleaning 14001 clauses out of 28067 with flag 935000/935000
1353.33/1346.65	c cleaning 14011 clauses out of 28066 with flag 949000/949000
1372.30/1365.54	c cleaning 14001 clauses out of 28055 with flag 963000/963000
1391.80/1384.93	c cleaning 14013 clauses out of 28054 with flag 977000/977000
1410.97/1404.07	c cleaning 13990 clauses out of 28041 with flag 991000/991000
1430.64/1423.68	c cleaning 14005 clauses out of 28051 with flag 1005000/1005000
1449.64/1442.53	c cleaning 13985 clauses out of 28046 with flag 1019000/1019000
1468.90/1461.74	c cleaning 14007 clauses out of 28061 with flag 1033000/1033000
1487.67/1480.40	c cleaning 13995 clauses out of 28054 with flag 1047000/1047000
1505.45/1498.15	c cleaning 13994 clauses out of 28059 with flag 1061000/1061000
1523.00/1515.64	c cleaning 13997 clauses out of 28065 with flag 1075000/1075000
1542.08/1534.60	c cleaning 14005 clauses out of 28068 with flag 1089000/1089000
1561.55/1554.05	c cleaning 14020 clauses out of 28063 with flag 1103000/1103000
1580.12/1572.58	c cleaning 13994 clauses out of 28044 with flag 1117001/1117001
1598.38/1590.76	c cleaning 13989 clauses out of 28049 with flag 1131000/1131000
1616.44/1608.78	c cleaning 13997 clauses out of 28060 with flag 1145000/1145000
1633.29/1625.54	c cleaning 13998 clauses out of 28063 with flag 1159000/1159000
1648.95/1641.19	c cleaning 13996 clauses out of 28065 with flag 1173000/1173000
1667.22/1659.38	c cleaning 14000 clauses out of 28069 with flag 1187000/1187000
1686.76/1678.87	c cleaning 13999 clauses out of 28069 with flag 1201000/1201000
1705.91/1697.97	c cleaning 14018 clauses out of 28070 with flag 1215000/1215000
1724.47/1716.49	c cleaning 13994 clauses out of 28052 with flag 1229000/1229000
1742.34/1734.23	c cleaning 13995 clauses out of 28058 with flag 1243000/1243000
1758.79/1750.67	c cleaning 13996 clauses out of 28063 with flag 1257000/1257000
1774.22/1766.01	c cleaning 13997 clauses out of 28067 with flag 1271000/1271000
1791.08/1782.85	c cleaning 14008 clauses out of 28070 with flag 1285000/1285000
1800.02/1791.72	c starts		: 190
1800.02/1791.72	c conflicts		: 1291766
1800.02/1791.72	c decisions		: 1473285
1800.02/1791.72	c propagations		: 120851271
1800.02/1791.72	c inspects		: 3538906361
1800.02/1791.72	c learnt literals	: 0
1800.02/1791.72	c learnt binary clauses	: 0
1800.02/1791.72	c learnt ternary clauses	: 339
1800.02/1791.72	c learnt clauses	: 1291766
1800.02/1791.72	c ignored clauses	: 0
1800.02/1791.72	c root simplifications	: 0
1800.02/1791.72	c removed literals (reason simplification)	: 174598042
1800.02/1791.72	c reason swapping (by a shorter reason)	: 0
1800.02/1791.72	c Calls to reduceDB	: 95
1800.02/1791.72	c number of reductions to clauses (during analyze)	: 0
1800.02/1791.72	c number of learned constraints concerned by reduction	: 0
1800.02/1791.72	c number of learning phase by resolution	: 0
1800.02/1791.72	c number of learning phase by cutting planes	: 0
1800.02/1791.72	c speed (assignments/second)	: 67997.42304584727
1800.02/1791.72	c non guided choices	6378
1800.02/1791.74	c learnt constraints type 
1800.02/1791.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20832
1800.02/1791.74	c constraints type 
1800.02/1791.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.02/1791.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.02/1791.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.02/1791.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.02/1791.74	s UNKNOWN
1800.02/1791.74	c Total wall clock time (in seconds): 1791.541

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

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


[startup+0 s]
/proc/loadavg: 0.97 1.00 1.00 3/105 15905
/proc/meminfo: memFree=1714696/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=248 CPUtime=0
/proc/15905/stat : 15905 (java) R 15903 15905 15266 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 9079074 253952 29 1992294400 134512640 134550932 4294886272 18446744073709551615 1495518 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15905/statm: 62 29 21 10 0 23 0

[startup+0.080364 s]
/proc/loadavg: 0.97 1.00 1.00 3/105 15905
/proc/meminfo: memFree=1714696/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1521796 CPUtime=0.06
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 3800 0 1 0 4 2 0 0 25 0 7 0 9079074 1558319104 3241 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 380449 3241 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.103859 s]
/proc/loadavg: 0.97 1.00 1.00 3/105 15905
/proc/meminfo: memFree=1714696/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1524184 CPUtime=0.09
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 4003 0 1 0 7 2 0 0 25 0 12 0 9079074 1560764416 3442 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300883 s]
/proc/loadavg: 0.97 1.00 1.00 3/105 15905
/proc/meminfo: memFree=1714696/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1526232 CPUtime=0.37
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 5311 0 1 0 34 3 0 0 25 0 12 0 9079074 1562861568 4748 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 381558 4748 1363 10 0 378860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526232

[startup+0.700932 s]
/proc/loadavg: 0.97 1.00 1.00 3/105 15905
/proc/meminfo: memFree=1714696/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1530092 CPUtime=1.05
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 7136 0 1 0 102 3 0 0 25 0 12 0 9079074 1566814208 6573 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 382523 6573 1404 10 0 379825 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1530092

[startup+1.50201 s]
/proc/loadavg: 0.97 1.00 1.00 2/117 15917
/proc/meminfo: memFree=1691164/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1529496 CPUtime=2.17
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 8612 0 1 0 213 4 0 0 25 0 12 0 9079074 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 382374 7522 1409 10 0 379676 0
[pid=15905/tid=15907] ppid=15903 vsize=1529496 CPUtime=1.46
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 5566 0 1 0 143 3 0 0 25 0 12 0 9079076 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4108914320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9079079 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1529496 CPUtime=0.24
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 570 0 0 0 24 0 0 0 23 0 12 0 9079083 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1529496 CPUtime=0.44
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1413 0 0 0 44 0 0 0 23 0 12 0 9079083 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9079083 1566203904 7522 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1529496

[startup+3.10219 s]
/proc/loadavg: 0.97 1.00 1.00 2/117 15917
/proc/meminfo: memFree=1688064/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1529496 CPUtime=3.85
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 9509 0 1 0 380 5 0 0 25 0 12 0 9079074 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 382374 8419 1416 10 0 379676 0
[pid=15905/tid=15907] ppid=15903 vsize=1529496 CPUtime=3.05
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 6460 0 1 0 301 4 0 0 25 0 12 0 9079076 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4108914320 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9079079 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1529496 CPUtime=0.25
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 570 0 0 0 25 0 0 0 15 0 12 0 9079083 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1529496 CPUtime=0.52
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1416 0 0 0 52 0 0 0 15 0 12 0 9079083 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9079083 1566203904 8419 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1529496

[startup+6.30257 s]
/proc/loadavg: 0.97 1.00 1.00 2/117 15917
/proc/meminfo: memFree=1682112/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1529496 CPUtime=7.09
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 10848 0 1 0 703 6 0 0 25 0 12 0 9079074 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 382374 9757 1418 10 0 379676 0
[pid=15905/tid=15907] ppid=15903 vsize=1529496 CPUtime=6.21
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 7790 0 1 0 616 5 0 0 25 0 12 0 9079076 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4109042561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079077 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9079079 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 9079079 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1529496 CPUtime=0.32
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 578 0 0 0 32 0 0 0 15 0 12 0 9079083 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1529496 CPUtime=0.54
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1417 0 0 0 54 0 0 0 15 0 12 0 9079083 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079083 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1529496 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9079083 1566203904 9757 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1529496

[startup+12.7023 s]
/proc/loadavg: 0.98 1.00 1.00 2/117 15917
/proc/meminfo: memFree=1669960/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1530460 CPUtime=13.6
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 13910 0 1 0 1352 8 0 0 25 0 12 0 9079074 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 382615 12661 1418 10 0 379917 0
[pid=15905/tid=15907] ppid=15903 vsize=1530460 CPUtime=12.58
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 10517 0 1 0 1251 7 0 0 25 0 12 0 9079076 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4109042561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9079077 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079077 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9079079 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 9079079 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 9079079 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9079083 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1530460 CPUtime=0.46
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 913 0 0 0 46 0 0 0 15 0 12 0 9079083 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1530460 CPUtime=0.55
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1417 0 0 0 55 0 0 0 16 0 12 0 9079083 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 9079083 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1530460 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9079083 1567191040 12661 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 1530460

[startup+25.5017 s]
/proc/loadavg: 0.98 1.00 1.00 2/118 15918
/proc/meminfo: memFree=1549548/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1532224 CPUtime=27.07
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 43881 0 1 0 2686 21 0 0 25 0 13 0 9079074 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 42470 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=24.9
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 32062 0 1 0 2475 15 0 0 25 0 13 0 9079076 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4109298472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=0.12
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 2804 0 0 0 11 1 0 0 16 0 13 0 9079077 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=0.12
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 2769 0 0 0 11 1 0 0 15 0 13 0 9079077 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=0.05
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 2294 0 0 0 5 0 0 0 15 0 13 0 9079079 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 42470 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.87

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

[pid=15905] ppid=15903 vsize=1532224 CPUtime=1670.23
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 66159 0 1 0 166954 69 0 0 25 0 13 0 9079074 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 59714 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=1647.19
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 33065 0 1 0 164697 22 0 0 25 0 13 0 9079076 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4109272191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=7.31
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 12723 0 0 0 712 19 0 0 15 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=7.36
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 12860 0 0 0 720 16 0 0 16 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=6.15
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 3446 0 0 0 607 8 0 0 15 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.9
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 1221 0 0 0 90 0 0 0 16 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1532224 CPUtime=1.24
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1682 0 0 0 124 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15918/stat : 15918 (java) S 15903 15905 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9080520 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.23
Current children cumulated vsize (KiB) 1532224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15973
/proc/meminfo: memFree=1478000/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1532224 CPUtime=1730.39
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 66206 0 1 0 172968 71 0 0 25 0 13 0 9079074 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 59714 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=1706.64
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 33104 0 1 0 170642 22 0 0 25 0 13 0 9079076 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4109175814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=7.56
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 12723 0 0 0 736 20 0 0 16 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=7.62
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 12860 0 0 0 745 17 0 0 15 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=6.35
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 3450 0 0 0 627 8 0 0 15 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.9
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 1221 0 0 0 90 0 0 0 16 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1532224 CPUtime=1.24
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1682 0 0 0 124 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15918/stat : 15918 (java) S 15903 15905 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9080520 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.39
Current children cumulated vsize (KiB) 1532224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15975
/proc/meminfo: memFree=1478000/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1532224 CPUtime=1790.58
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 66248 0 1 0 178986 72 0 0 25 0 13 0 9079074 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 59714 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=1766.15
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 33138 0 1 0 176593 22 0 0 25 0 13 0 9079076 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4109299321 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=7.8
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 12723 0 0 0 759 21 0 0 16 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=7.85
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 12860 0 0 0 768 17 0 0 15 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=6.56
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 3454 0 0 0 648 8 0 0 15 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.9
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 1221 0 0 0 90 0 0 0 16 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1532224 CPUtime=1.24
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1682 0 0 0 124 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15918/stat : 15918 (java) S 15903 15905 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9080520 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1790.58
Current children cumulated vsize (KiB) 1532224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15975
/proc/meminfo: memFree=1478000/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1532224 CPUtime=1800.02
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 66255 0 1 0 179930 72 0 0 25 0 13 0 9079074 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 59714 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=1775.44
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 33145 0 1 0 177522 22 0 0 25 0 13 0 9079076 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4109037841 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=7.84
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 12723 0 0 0 763 21 0 0 15 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=7.89
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 12860 0 0 0 772 17 0 0 16 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=6.63
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 3454 0 0 0 655 8 0 0 16 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.9
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 1221 0 0 0 90 0 0 0 16 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1532224 CPUtime=1.24
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1682 0 0 0 124 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15918/stat : 15918 (java) S 15903 15905 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9080520 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1532224

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

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

[startup+1791.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 15975
/proc/meminfo: memFree=1478000/2059040 swapFree=4192956/4192956
[pid=15905] ppid=15903 vsize=1532224 CPUtime=1800.02
/proc/15905/stat : 15905 (java) S 15903 15905 15266 0 -1 4202496 66255 0 1 0 179930 72 0 0 25 0 13 0 9079074 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15905/statm: 383056 59714 1445 10 0 380358 0
[pid=15905/tid=15907] ppid=15903 vsize=1532224 CPUtime=1775.44
/proc/15905/task/15907/stat : 15907 (java) R 15903 15905 15266 0 -1 4202560 33145 0 1 0 177522 22 0 0 25 0 13 0 9079076 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4109037841 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15905/tid=15908] ppid=15903 vsize=1532224 CPUtime=7.84
/proc/15905/task/15908/stat : 15908 (java) S 15903 15905 15266 0 -1 4202560 12723 0 0 0 763 21 0 0 15 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15909] ppid=15903 vsize=1532224 CPUtime=7.89
/proc/15905/task/15909/stat : 15909 (java) S 15903 15905 15266 0 -1 4202560 12860 0 0 0 772 17 0 0 16 0 13 0 9079077 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15910] ppid=15903 vsize=1532224 CPUtime=6.63
/proc/15905/task/15910/stat : 15910 (java) S 15903 15905 15266 0 -1 4202560 3454 0 0 0 655 8 0 0 16 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 0 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15911] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15911/stat : 15911 (java) S 15903 15905 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15912] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15912/stat : 15912 (java) S 15903 15905 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9079079 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15913] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15913/stat : 15913 (java) S 15903 15905 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15914] ppid=15903 vsize=1532224 CPUtime=0.9
/proc/15905/task/15914/stat : 15914 (java) S 15903 15905 15266 0 -1 4202560 1221 0 0 0 90 0 0 0 16 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15915] ppid=15903 vsize=1532224 CPUtime=1.24
/proc/15905/task/15915/stat : 15915 (java) S 15903 15905 15266 0 -1 4202560 1682 0 0 0 124 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15916] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15916/stat : 15916 (java) S 15903 15905 15266 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
[pid=15905/tid=15917] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15917/stat : 15917 (java) S 15903 15905 15266 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9079083 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 1 0 0 0
[pid=15905/tid=15918] ppid=15903 vsize=1532224 CPUtime=0
/proc/15905/task/15918/stat : 15918 (java) S 15903 15905 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9080520 1568997376 59714 1992294400 134512640 134550932 4294886272 18446744073709551615 4294960144 0 4 0 16800975 18446604437869115264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1532224

Child status: 143
Real time (s): 1791.77
CPU time (s): 1800.13
CPU user time (s): 1799.37
CPU system time (s): 0.752885
CPU usage (%): 100.466
Max. virtual memory (cumulated for all children) (KiB): 1532708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.752885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66275
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= 47702
involuntary context switches= 26386

runsolver used 3.49347 second user time and 9.65853 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-16 10:44:15
IDJOB=2658194
IDBENCH=48313
IDSOLVER=1164
FILE ID=node088/2658194-1276677855
PBS_JOBID= 11172522
Free space on /tmp= 62564 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_25_5_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658194-1276677855/watcher-2658194-1276677855 -o /tmp/evaluation-result-2658194-1276677855/solver-2658194-1276677855 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658194-1276677855.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=87595110

node088.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.217
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.43
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.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1714968 kB
Buffers:         66644 kB
Cached:         138772 kB
SwapCached:          0 kB
Active:          92272 kB
Inactive:       173048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1714968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             760 kB
Writeback:           0 kB
AnonPages:       59824 kB
Mapped:          15520 kB
Slab:            56968 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180524 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= 62564 MiB
End job on node088 at 2010-06-16 11:14:09