Trace number 2658253

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.29 1795.95

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_5_15.opb
MD5SUMfc2cc3328b52c15b44db6557e5f99e21
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.041993
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)5056
Sum of products size (including duplicates)10112
Number of different products2528
Sum of products size5056

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.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658253-1276683652.opb
0.23/0.20	c reading problem ... 
2.14/1.44	c ... done. Wall clock time 1.234s.
2.14/1.44	c #vars     2928
2.14/1.44	c #constraints  5659
2.14/1.44	c constraints type 
2.14/1.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
2.14/1.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.14/1.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.14/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
8.07/6.59	c cleaning 2519 clauses out of 5038 with flag 5038/5038
16.40/14.53	c cleaning 4258 clauses out of 8516 with flag 11035/11035
26.45/24.46	c cleaning 5622 clauses out of 11244 with flag 18021/18021
44.31/42.26	c cleaning 6802 clauses out of 13604 with flag 26003/26003
57.10/54.93	c cleaning 7903 clauses out of 15810 with flag 35011/35011
82.48/80.19	c cleaning 8949 clauses out of 17898 with flag 45002/45002
102.51/100.11	c cleaning 9473 clauses out of 18947 with flag 55000/55000
128.34/125.93	c cleaning 9745 clauses out of 19492 with flag 65018/65018
150.87/148.44	c cleaning 9882 clauses out of 19763 with flag 75034/75034
178.48/176.10	c cleaning 9922 clauses out of 19849 with flag 85002/85002
200.72/198.28	c cleaning 9966 clauses out of 19936 with flag 95011/95011
224.34/221.89	c cleaning 9978 clauses out of 19959 with flag 105000/105000
252.55/250.09	c cleaning 9990 clauses out of 19984 with flag 115003/115003
273.08/270.54	c cleaning 9998 clauses out of 19998 with flag 125007/125007
291.21/288.67	c cleaning 9998 clauses out of 19999 with flag 135006/135006
310.74/308.11	c cleaning 9999 clauses out of 20001 with flag 145006/145006
328.74/326.13	c cleaning 9998 clauses out of 19997 with flag 155001/155001
350.76/348.10	c cleaning 10001 clauses out of 20005 with flag 165007/165007
368.10/365.45	c cleaning 9997 clauses out of 19997 with flag 175000/175000
385.12/382.41	c cleaning 9998 clauses out of 20000 with flag 185000/185000
402.06/399.32	c cleaning 10015 clauses out of 20034 with flag 195032/195032
418.36/415.67	c cleaning 10001 clauses out of 20005 with flag 205018/205018
433.66/430.98	c cleaning 9996 clauses out of 19995 with flag 215009/215009
452.18/449.45	c cleaning 10011 clauses out of 20025 with flag 225035/225035
468.21/465.46	c cleaning 9993 clauses out of 19989 with flag 235010/235010
488.02/485.27	c cleaning 9996 clauses out of 19995 with flag 245009/245009
506.13/503.38	c cleaning 10002 clauses out of 20008 with flag 255018/255018
521.54/518.74	c cleaning 9992 clauses out of 19988 with flag 265000/265000
536.56/533.72	c cleaning 10003 clauses out of 20009 with flag 275013/275013
554.38/551.50	c cleaning 9996 clauses out of 19995 with flag 285002/285002
571.51/568.64	c cleaning 10001 clauses out of 20006 with flag 295009/295009
587.92/585.05	c cleaning 10001 clauses out of 20005 with flag 305009/305009
605.23/602.38	c cleaning 9996 clauses out of 19995 with flag 315000/315000
620.54/617.61	c cleaning 10009 clauses out of 20021 with flag 325022/325022
640.66/637.74	c cleaning 10010 clauses out of 20024 with flag 335034/335034
659.28/656.33	c cleaning 9999 clauses out of 20002 with flag 345022/345022
672.59/669.64	c cleaning 9992 clauses out of 19988 with flag 355007/355007
687.31/684.39	c cleaning 10012 clauses out of 20027 with flag 365038/365038
703.73/700.78	c cleaning 9999 clauses out of 20002 with flag 375025/375025
722.85/719.80	c cleaning 10014 clauses out of 20031 with flag 385053/385053
738.57/735.54	c cleaning 9990 clauses out of 19984 with flag 395020/395020
751.78/748.72	c cleaning 9994 clauses out of 19992 with flag 405018/405018
766.52/763.48	c cleaning 9994 clauses out of 19993 with flag 415013/415013
782.64/779.50	c cleaning 9996 clauses out of 20004 with flag 425018/425018
795.74/792.63	c cleaning 9997 clauses out of 19998 with flag 435008/435008
813.06/809.96	c cleaning 10012 clauses out of 20027 with flag 445034/445034
826.87/823.79	c cleaning 9989 clauses out of 19982 with flag 455001/455001
843.37/840.20	c cleaning 9999 clauses out of 20001 with flag 465009/465009
860.30/857.11	c cleaning 10009 clauses out of 20021 with flag 475028/475028
875.82/872.65	c cleaning 9991 clauses out of 19985 with flag 485001/485001
893.06/889.89	c cleaning 9997 clauses out of 19997 with flag 495004/495004
909.57/906.30	c cleaning 10004 clauses out of 20011 with flag 505015/505015
926.79/923.50	c cleaning 10007 clauses out of 20017 with flag 515025/515025
942.41/939.10	c cleaning 9991 clauses out of 19985 with flag 525000/525000
956.13/952.81	c cleaning 10002 clauses out of 20007 with flag 535013/535013
971.05/967.75	c cleaning 10017 clauses out of 20037 with flag 545045/545045
988.68/985.30	c cleaning 9986 clauses out of 19976 with flag 555001/555001
1006.99/1003.60	c cleaning 10021 clauses out of 20046 with flag 565057/565057
1024.42/1021.09	c cleaning 9983 clauses out of 19970 with flag 575002/575002
1040.94/1037.59	c cleaning 9991 clauses out of 19986 with flag 585001/585001
1057.66/1054.22	c cleaning 10004 clauses out of 20011 with flag 595017/595017
1070.27/1066.85	c cleaning 10001 clauses out of 20011 with flag 605021/605021
1085.90/1082.49	c cleaning 10004 clauses out of 20013 with flag 615024/615024
1103.70/1100.26	c cleaning 9993 clauses out of 19992 with flag 625007/625007
1120.12/1116.67	c cleaning 9999 clauses out of 20002 with flag 635010/635010
1137.23/1133.77	c cleaning 9995 clauses out of 19994 with flag 645001/645001
1150.13/1146.67	c cleaning 9999 clauses out of 20002 with flag 655004/655004
1167.75/1164.22	c cleaning 9998 clauses out of 19999 with flag 665000/665000
1184.58/1181.08	c cleaning 10004 clauses out of 20011 with flag 675010/675010
1199.98/1196.50	c cleaning 9997 clauses out of 19997 with flag 685000/685000
1217.09/1213.54	c cleaning 10000 clauses out of 20003 with flag 695003/695003
1234.22/1230.64	c cleaning 10015 clauses out of 20033 with flag 705033/705033
1250.64/1247.07	c cleaning 10018 clauses out of 20039 with flag 715054/715054
1269.26/1265.67	c cleaning 9990 clauses out of 19984 with flag 725017/725017
1285.28/1281.64	c cleaning 9993 clauses out of 19989 with flag 735012/735012
1301.73/1298.09	c cleaning 9990 clauses out of 19984 with flag 745000/745000
1319.54/1315.80	c cleaning 10005 clauses out of 20014 with flag 755020/755020
1338.37/1334.61	c cleaning 10006 clauses out of 20015 with flag 765026/765026
1357.68/1353.93	c cleaning 10010 clauses out of 20024 with flag 775041/775041
1376.61/1372.83	c cleaning 9989 clauses out of 19981 with flag 785008/785008
1392.93/1389.17	c cleaning 9991 clauses out of 19985 with flag 795001/795001
1408.55/1404.79	c cleaning 9995 clauses out of 19994 with flag 805001/805001
1429.76/1425.96	c cleaning 10019 clauses out of 20042 with flag 815044/815044
1448.18/1444.37	c cleaning 9989 clauses out of 19981 with flag 825002/825002
1467.70/1463.84	c cleaning 10020 clauses out of 20044 with flag 835054/835054
1486.72/1482.90	c cleaning 9994 clauses out of 19992 with flag 845022/845022
1505.33/1501.49	c cleaning 9990 clauses out of 19983 with flag 855007/855007
1520.56/1516.63	c cleaning 10016 clauses out of 20036 with flag 865050/865050
1537.69/1533.76	c cleaning 9996 clauses out of 19996 with flag 875026/875026
1554.62/1550.63	c cleaning 9993 clauses out of 19989 with flag 885015/885015
1570.92/1566.95	c cleaning 9991 clauses out of 19986 with flag 895005/895005
1585.04/1581.05	c cleaning 9994 clauses out of 19991 with flag 905001/905001
1599.46/1595.43	c cleaning 10008 clauses out of 20020 with flag 915024/915024
1615.07/1611.03	c cleaning 9994 clauses out of 19991 with flag 925003/925003
1629.38/1625.34	c cleaning 10012 clauses out of 20025 with flag 935031/935031
1644.59/1640.51	c cleaning 9993 clauses out of 19989 with flag 945007/945007
1659.80/1655.71	c cleaning 10005 clauses out of 20013 with flag 955024/955024
1677.02/1672.98	c cleaning 10009 clauses out of 20021 with flag 965037/965037
1691.55/1687.50	c cleaning 9986 clauses out of 19975 with flag 975000/975000
1707.17/1703.01	c cleaning 9994 clauses out of 19991 with flag 985002/985002
1724.49/1720.31	c cleaning 10012 clauses out of 20027 with flag 995032/995032
1742.01/1737.85	c cleaning 9990 clauses out of 19984 with flag 1005001/1005001
1759.43/1755.20	c cleaning 9995 clauses out of 19993 with flag 1015000/1015000
1774.54/1770.39	c cleaning 10006 clauses out of 20016 with flag 1025018/1025018
1790.97/1786.72	c cleaning 9998 clauses out of 20000 with flag 1035008/1035008
1800.08/1795.81	c starts		: 188
1800.08/1795.81	c conflicts		: 1042047
1800.08/1795.81	c decisions		: 3343232
1800.08/1795.81	c propagations		: 23112200
1800.08/1795.81	c inspects		: 1802445485
1800.08/1795.81	c learnt literals	: 0
1800.08/1795.81	c learnt binary clauses	: 0
1800.08/1795.81	c learnt ternary clauses	: 18
1800.08/1795.81	c learnt clauses	: 1042047
1800.08/1795.81	c ignored clauses	: 0
1800.08/1795.81	c root simplifications	: 0
1800.08/1795.81	c removed literals (reason simplification)	: 6161467
1800.08/1795.81	c reason swapping (by a shorter reason)	: 0
1800.08/1795.81	c Calls to reduceDB	: 105
1800.08/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.81	c number of learned constraints concerned by reduction	: 0
1800.08/1795.81	c number of learning phase by resolution	: 0
1800.08/1795.82	c number of learning phase by cutting planes	: 0
1800.08/1795.82	c speed (assignments/second)	: 12880.333530430305
1800.08/1795.82	c non guided choices	2712
1800.08/1795.87	c learnt constraints type 
1800.08/1795.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17083
1800.08/1795.87	c constraints type 
1800.08/1795.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
1800.08/1795.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.08/1795.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.08/1795.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
1800.08/1795.87	s UNKNOWN
1800.08/1795.87	c Total wall clock time (in seconds): 1795.668

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-2658253-1276683652/watcher-2658253-1276683652 -o /tmp/evaluation-result-2658253-1276683652/solver-2658253-1276683652 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658253-1276683652.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.68 1.90 1.81 3/106 15323
/proc/meminfo: memFree=1655132/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1832 CPUtime=0
/proc/15323/stat : 15323 (java6) S 15321 15323 14668 0 -1 4194304 254 0 0 0 0 0 0 0 24 0 1 0 9655999 1875968 156 1992294400 134512640 134550932 4286799424 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/15323/statm: 458 156 119 10 0 63 0

[startup+0.100332 s]
/proc/loadavg: 1.68 1.90 1.81 3/106 15323
/proc/meminfo: memFree=1655132/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1524184 CPUtime=0.08
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 9655999 1560764416 3403 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201329 s]
/proc/loadavg: 1.68 1.90 1.81 3/106 15323
/proc/meminfo: memFree=1655132/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1526252 CPUtime=0.23
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 5056 0 1 0 20 3 0 0 18 0 12 0 9655999 1562882048 4493 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 381563 4494 1345 10 0 378865 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526252

[startup+0.301326 s]
/proc/loadavg: 1.68 1.90 1.81 3/106 15323
/proc/meminfo: memFree=1655132/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1526252 CPUtime=0.38
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 5326 0 1 0 35 3 0 0 18 0 12 0 9655999 1562882048 4763 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 381563 4764 1363 10 0 378865 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526252

[startup+0.701314 s]
/proc/loadavg: 1.68 1.90 1.81 3/106 15323
/proc/meminfo: memFree=1655132/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1528940 CPUtime=1.07
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 7207 0 1 0 103 4 0 0 18 0 12 0 9655999 1565634560 6603 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 382235 6603 1396 10 0 379537 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528940

[startup+1.50129 s]
/proc/loadavg: 1.68 1.90 1.81 2/118 15335
/proc/meminfo: memFree=1628624/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1529272 CPUtime=2.3
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 9979 0 1 0 225 5 0 0 18 0 13 0 9655999 1565974528 9125 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 382318 9125 1417 10 0 379620 0
[pid=15323/tid=15325] ppid=15321 vsize=1529272 CPUtime=1.47
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 7317 0 1 0 144 3 0 0 20 0 13 0 9656001 1565974528 9125 1992294400 134512640 134550932 4291997040 18446744073709551615 106836432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656002 1565974528 9125 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9656002 1565974528 9125 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9656004 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 9656005 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9656005 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1529272 CPUtime=0.35
/proc/15323/task/15332/stat : 15332 (java) R 15321 15323 14668 0 -1 4202560 498 0 0 0 35 0 0 0 20 0 13 0 9656009 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 105578298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1529272 CPUtime=0.45
/proc/15323/task/15333/stat : 15333 (java) R 15321 15323 14668 0 -1 4202560 1095 0 0 0 45 0 0 0 23 0 13 0 9656009 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 104161340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1529272 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9656009 1565974528 9126 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1529272

[startup+3.10124 s]
/proc/loadavg: 1.79 1.91 1.81 2/119 15336
/proc/meminfo: memFree=1598112/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=4.58
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 26025 0 1 0 445 13 0 0 18 0 13 0 9655999 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 24728 1424 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=3.07
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 21995 0 1 0 297 10 0 0 19 0 13 0 9656001 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4109774413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656002 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9656002 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9656004 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 9656005 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9656005 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=0.7
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 999 0 0 0 70 0 0 0 19 0 13 0 9656009 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=0.78
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 1962 0 0 0 77 1 0 0 17 0 13 0 9656009 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 24728 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1532808

[startup+6.30115 s]
/proc/loadavg: 1.79 1.91 1.81 2/119 15336
/proc/meminfo: memFree=1513420/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=7.87
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 37935 0 1 0 770 17 0 0 18 0 13 0 9655999 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 36595 1437 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=6.25
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 32061 0 1 0 611 14 0 0 25 0 13 0 9656001 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4109707405 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=0.01
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 995 0 0 0 1 0 0 0 18 0 13 0 9656002 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=0.01
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 834 0 0 0 1 0 0 0 18 0 13 0 9656002 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 9656004 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=0.7
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 999 0 0 0 70 0 0 0 15 0 13 0 9656009 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=0.86
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 1973 0 0 0 85 1 0 0 16 0 13 0 9656009 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 36595 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1532808

[startup+12.702 s]
/proc/loadavg: 1.67 1.88 1.80 2/119 15336
/proc/meminfo: memFree=1499160/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=14.54
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 41470 0 1 0 1435 19 0 0 18 0 13 0 9655999 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 40122 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=12.52
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 32065 0 1 0 1238 14 0 0 25 0 13 0 9656001 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4109707514 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=0.03
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 1236 0 0 0 3 0 0 0 18 0 13 0 9656002 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=0.05
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 2364 0 0 0 4 1 0 0 18 0 13 0 9656002 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=0.03
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 1728 0 0 0 3 0 0 0 15 0 13 0 9656004 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=0.78
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1004 0 0 0 78 0 0 0 16 0 13 0 9656009 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=1.07
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2007 0 0 0 106 1 0 0 16 0 13 0 9656009 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 40122 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.54
Current children cumulated vsize (KiB) 1532808

[startup+25.5016 s]
/proc/loadavg: 1.56 1.85 1.79 2/119 15336
/proc/meminfo: memFree=1463572/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=27.57
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 50381 0 1 0 2734 23 0 0 18 0 13 0 9655999 1569595392 49006 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 49006 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=25.15
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33655 0 1 0 2500 15 0 0 25 0 13 0 9656001 1569595392 49006 1992294400 134512640 134550932 4291997040 18446744073709551615 4109670286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=0.09
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 3362 0 0 0 8 1 0 0 16 0 13 0 9656002 1569595392 49006 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=0.11
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 4346 0 0 0 9 2 0 0 15 0 13 0 9656002 1569595392 49006 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=0.13
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 4918 0 0 0 12 1 0 0 15 0 13 0 9656004 1569595392 49006 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0

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

[pid=15323] ppid=15321 vsize=1532808 CPUtime=1666.41
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 63595 0 1 0 166579 62 0 0 18 0 13 0 9655999 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 57663 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=1653.42
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33889 0 1 0 165308 34 0 0 25 0 13 0 9656001 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4109707413 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=2.79
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 9187 0 0 0 269 10 0 0 15 0 13 0 9656002 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=2.81
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 11266 0 0 0 271 10 0 0 15 0 13 0 9656002 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=4.95
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 5014 0 0 0 492 3 0 0 15 0 13 0 9656004 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=1.12
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1047 0 0 0 112 0 0 0 15 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=1.25
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2030 0 0 0 124 1 0 0 16 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.41
Current children cumulated vsize (KiB) 1532808

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 15385
/proc/meminfo: memFree=1426496/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=1726.49
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 63613 0 1 0 172586 63 0 0 18 0 13 0 9655999 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 57663 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=1713.08
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33899 0 1 0 171274 34 0 0 25 0 13 0 9656001 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4109795903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=2.9
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 9187 0 0 0 280 10 0 0 15 0 13 0 9656002 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=2.92
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 11266 0 0 0 281 11 0 0 16 0 13 0 9656002 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=5.16
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 5018 0 0 0 513 3 0 0 15 0 13 0 9656004 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=1.12
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1047 0 0 0 112 0 0 0 15 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=1.25
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2030 0 0 0 124 1 0 0 16 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 57663 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.49
Current children cumulated vsize (KiB) 1532808

[startup+1782.3 s]
/proc/loadavg: 0.95 0.98 1.08 2/119 15385
/proc/meminfo: memFree=1425380/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=1786.55
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 63996 0 1 0 178591 64 0 0 18 0 13 0 9655999 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 57872 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=1772.79
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33908 0 1 0 177245 34 0 0 25 0 13 0 9656001 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4109774355 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=3
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 9387 0 0 0 289 11 0 0 16 0 13 0 9656002 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=3.02
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 11436 0 0 0 291 11 0 0 15 0 13 0 9656002 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=5.31
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 5020 0 0 0 528 3 0 0 15 0 13 0 9656004 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=1.12
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1047 0 0 0 112 0 0 0 15 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=1.25
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2030 0 0 0 124 1 0 0 16 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (KiB) 1532808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 0.96 0.98 1.08 2/119 15387
/proc/meminfo: memFree=1425380/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1532808 CPUtime=1800.08
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 64003 0 1 0 179944 64 0 0 18 0 13 0 9655999 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383202 57872 1442 10 0 380504 0
[pid=15323/tid=15325] ppid=15321 vsize=1532808 CPUtime=1786.21
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33911 0 1 0 178587 34 0 0 25 0 13 0 9656001 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4109707338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1532808 CPUtime=3.03
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 9387 0 0 0 292 11 0 0 15 0 13 0 9656002 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1532808 CPUtime=3.05
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 11436 0 0 0 294 11 0 0 15 0 13 0 9656002 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1532808 CPUtime=5.36
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 5022 0 0 0 533 3 0 0 15 0 13 0 9656004 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9656005 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1532808 CPUtime=1.12
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1047 0 0 0 112 0 0 0 15 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1532808 CPUtime=1.25
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2030 0 0 0 124 1 0 0 16 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9656009 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1532808 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9656145 1569595392 57872 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1532808

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

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

[startup+1795.92 s]
/proc/loadavg: 0.96 0.98 1.08 2/119 15387
/proc/meminfo: memFree=1425380/2059040 swapFree=4192956/4192956
[pid=15323] ppid=15321 vsize=1534480 CPUtime=1800.25
/proc/15323/stat : 15323 (java) S 15321 15323 14668 0 -1 4202496 64297 0 1 0 179961 64 0 0 18 0 14 0 9655999 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15323/statm: 383620 58147 1445 10 0 380922 0
[pid=15323/tid=15325] ppid=15321 vsize=1534480 CPUtime=1786.31
/proc/15323/task/15325/stat : 15325 (java) R 15321 15323 14668 0 -1 4202560 33911 0 1 0 178597 34 0 0 25 0 14 0 9656001 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4109774331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15323/tid=15326] ppid=15321 vsize=1534480 CPUtime=3.03
/proc/15323/task/15326/stat : 15326 (java) S 15321 15323 14668 0 -1 4202560 9387 0 0 0 292 11 0 0 15 0 14 0 9656002 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15327] ppid=15321 vsize=1534480 CPUtime=3.05
/proc/15323/task/15327/stat : 15327 (java) S 15321 15323 14668 0 -1 4202560 11436 0 0 0 294 11 0 0 15 0 14 0 9656002 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15328] ppid=15321 vsize=1534480 CPUtime=5.36
/proc/15323/task/15328/stat : 15328 (java) S 15321 15323 14668 0 -1 4202560 5022 0 0 0 533 3 0 0 15 0 14 0 9656004 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 0 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15329] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15329/stat : 15329 (java) S 15321 15323 14668 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 9656005 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15330] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15330/stat : 15330 (java) S 15321 15323 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9656005 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15331] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15331/stat : 15331 (java) S 15321 15323 14668 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 9656009 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15332] ppid=15321 vsize=1534480 CPUtime=1.15
/proc/15323/task/15332/stat : 15332 (java) S 15321 15323 14668 0 -1 4202560 1322 0 0 0 115 0 0 0 15 0 14 0 9656009 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15333] ppid=15321 vsize=1534480 CPUtime=1.25
/proc/15323/task/15333/stat : 15333 (java) S 15321 15323 14668 0 -1 4202560 2030 0 0 0 124 1 0 0 16 0 14 0 9656009 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
[pid=15323/tid=15334] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15334/stat : 15334 (java) S 15321 15323 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 9656009 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15335] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15335/stat : 15335 (java) S 15321 15323 14668 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 9656009 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 0 0 0 0
[pid=15323/tid=15336] ppid=15321 vsize=1534480 CPUtime=0
/proc/15323/task/15336/stat : 15336 (java) S 15321 15323 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 9656145 1571307520 58147 1992294400 134512640 134550932 4291997040 18446744073709551615 4294960144 0 4 0 16800975 18446604437837858112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1534480

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.29
CPU user time (s): 1799.62
CPU system time (s): 0.668898
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 1534480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.668898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64297
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= 39507
involuntary context switches= 25601

runsolver used 3.55846 second user time and 9.73752 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 12:20:52
IDJOB=2658253
IDBENCH=48372
IDSOLVER=1164
FILE ID=node057/2658253-1276683652
PBS_JOBID= 11172545
Free space on /tmp= 62536 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_5_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658253-1276683652/watcher-2658253-1276683652 -o /tmp/evaluation-result-2658253-1276683652/solver-2658253-1276683652 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658253-1276683652.opb

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

MD5SUM BENCH= fc2cc3328b52c15b44db6557e5f99e21
RANDOM SEED=1668402455

node057.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.247
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.49
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.247
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1655528 kB
Buffers:        110804 kB
Cached:         154252 kB
SwapCached:          0 kB
Active:         126256 kB
Inactive:       198284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1655528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:       59476 kB
Mapped:          15468 kB
Slab:            57060 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 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= 62532 MiB
End job on node057 at 2010-06-16 12:50:50