Trace number 2658191

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.22 1796.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_1_40.opb
MD5SUM81f2bead00561b4f63e5b8d0478a31b2
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.930857
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 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)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658191-1276677638.opb
0.25/0.20	c reading problem ... 
2.13/1.44	c ... done. Wall clock time 1.239s.
2.13/1.44	c #vars     2882
2.13/1.44	c #constraints  5567
2.13/1.44	c constraints type 
2.13/1.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
2.13/1.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.13/1.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.13/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
9.02/7.33	c cleaning 2512 clauses out of 5023 with flag 5023/5023
17.78/15.98	c cleaning 4266 clauses out of 8532 with flag 11044/11044
30.13/28.21	c cleaning 5627 clauses out of 11254 with flag 18032/18032
44.34/42.34	c cleaning 6801 clauses out of 13606 with flag 26011/26011
71.04/68.96	c cleaning 7904 clauses out of 15808 with flag 35014/35014
98.17/96.02	c cleaning 8945 clauses out of 17890 with flag 45000/45000
124.10/121.94	c cleaning 9474 clauses out of 18947 with flag 55002/55002
145.14/142.98	c cleaning 9737 clauses out of 19474 with flag 65003/65003
166.57/164.35	c cleaning 9874 clauses out of 19748 with flag 75014/75014
184.60/182.36	c cleaning 9932 clauses out of 19864 with flag 85004/85004
207.92/205.60	c cleaning 9965 clauses out of 19932 with flag 95004/95004
234.35/232.04	c cleaning 9982 clauses out of 19965 with flag 105002/105002
256.08/253.72	c cleaning 9990 clauses out of 19982 with flag 115001/115001
278.51/276.19	c cleaning 9998 clauses out of 19997 with flag 125006/125006
293.54/291.18	c cleaning 9996 clauses out of 19993 with flag 135000/135000
311.06/308.66	c cleaning 10008 clauses out of 20018 with flag 145021/145021
333.28/330.85	c cleaning 10004 clauses out of 20009 with flag 155020/155020
353.80/351.38	c cleaning 9996 clauses out of 19993 with flag 165008/165008
377.16/374.67	c cleaning 9995 clauses out of 19991 with flag 175002/175002
393.81/391.24	c cleaning 9999 clauses out of 20002 with flag 185008/185008
409.93/407.37	c cleaning 10011 clauses out of 20021 with flag 195026/195026
427.35/424.74	c cleaning 10000 clauses out of 19999 with flag 205015/205015
449.47/446.87	c cleaning 10002 clauses out of 20007 with flag 215023/215023
469.79/467.11	c cleaning 10012 clauses out of 20024 with flag 225042/225042
487.83/485.18	c cleaning 9995 clauses out of 19994 with flag 235024/235024
505.24/502.59	c cleaning 10013 clauses out of 20026 with flag 245051/245051
524.46/521.79	c cleaning 9987 clauses out of 19975 with flag 255013/255013
540.48/537.72	c cleaning 9986 clauses out of 19976 with flag 265001/265001
558.41/555.65	c cleaning 9996 clauses out of 19996 with flag 275007/275007
577.04/574.26	c cleaning 10013 clauses out of 20027 with flag 285034/285034
590.87/588.08	c cleaning 9991 clauses out of 19983 with flag 295003/295003
606.81/603.93	c cleaning 10012 clauses out of 20028 with flag 305039/305039
623.42/620.57	c cleaning 10012 clauses out of 20026 with flag 315049/315049
639.04/636.11	c cleaning 9985 clauses out of 19974 with flag 325009/325009
657.07/654.14	c cleaning 9998 clauses out of 19998 with flag 335018/335018
674.01/671.04	c cleaning 10002 clauses out of 20006 with flag 345024/345024
691.31/688.31	c cleaning 9996 clauses out of 19991 with flag 355011/355011
709.64/706.68	c cleaning 10010 clauses out of 20021 with flag 365037/365037
727.66/724.60	c cleaning 10010 clauses out of 20022 with flag 375048/375048
747.20/744.18	c cleaning 9985 clauses out of 19971 with flag 385007/385007
761.93/758.87	c cleaning 10002 clauses out of 20003 with flag 395024/395024
777.48/774.34	c cleaning 9987 clauses out of 19978 with flag 405001/405001
796.98/793.83	c cleaning 10003 clauses out of 20009 with flag 415019/415019
811.62/808.47	c cleaning 9997 clauses out of 19998 with flag 425011/425011
826.32/823.20	c cleaning 9994 clauses out of 19991 with flag 435001/435001
838.45/835.24	c cleaning 10004 clauses out of 20012 with flag 445016/445016
851.96/848.73	c cleaning 10006 clauses out of 20016 with flag 455024/455024
866.08/862.85	c cleaning 9997 clauses out of 19997 with flag 465011/465011
887.11/883.85	c cleaning 9994 clauses out of 19992 with flag 475003/475003
900.53/897.25	c cleaning 10004 clauses out of 20011 with flag 485016/485016
919.35/916.02	c cleaning 9995 clauses out of 19994 with flag 495003/495003
936.36/933.00	c cleaning 10003 clauses out of 20010 with flag 505014/505014
950.79/947.47	c cleaning 9995 clauses out of 19994 with flag 515001/515001
963.11/959.72	c cleaning 10006 clauses out of 20015 with flag 525017/525017
985.03/981.63	c cleaning 9997 clauses out of 19998 with flag 535006/535006
1002.94/999.51	c cleaning 9998 clauses out of 20000 with flag 545005/545005
1018.08/1014.65	c cleaning 10011 clauses out of 20025 with flag 555028/555028
1034.40/1030.98	c cleaning 10011 clauses out of 20026 with flag 565040/565040
1051.73/1048.23	c cleaning 9996 clauses out of 19995 with flag 575020/575020
1069.45/1065.97	c cleaning 10005 clauses out of 20014 with flag 585035/585035
1086.86/1083.31	c cleaning 9988 clauses out of 19979 with flag 595005/595005
1109.10/1105.55	c cleaning 9994 clauses out of 19992 with flag 605006/605006
1132.22/1128.66	c cleaning 9996 clauses out of 19995 with flag 615003/615003
1153.03/1149.46	c cleaning 10001 clauses out of 20006 with flag 625010/625010
1172.64/1169.00	c cleaning 9999 clauses out of 20002 with flag 635007/635007
1195.25/1191.64	c cleaning 10003 clauses out of 20009 with flag 645013/645013
1214.67/1211.08	c cleaning 9996 clauses out of 19996 with flag 655003/655003
1236.87/1233.25	c cleaning 10008 clauses out of 20019 with flag 665022/665022
1258.99/1255.35	c cleaning 10013 clauses out of 20030 with flag 675041/675041
1276.59/1272.97	c cleaning 10003 clauses out of 20008 with flag 685032/685032
1297.40/1293.72	c cleaning 9986 clauses out of 19975 with flag 695002/695002
1318.14/1314.49	c cleaning 9998 clauses out of 19999 with flag 705012/705012
1339.14/1335.45	c cleaning 10001 clauses out of 20004 with flag 715015/715015
1356.67/1352.96	c cleaning 9993 clauses out of 19989 with flag 725001/725001
1377.38/1373.65	c cleaning 10010 clauses out of 20024 with flag 735029/735029
1395.41/1391.61	c cleaning 10011 clauses out of 20024 with flag 745039/745039
1413.94/1410.18	c cleaning 9985 clauses out of 19974 with flag 755000/755000
1434.26/1430.43	c cleaning 10001 clauses out of 20005 with flag 765016/765016
1454.08/1450.25	c cleaning 10011 clauses out of 20025 with flag 775037/775037
1474.00/1470.18	c cleaning 10014 clauses out of 20030 with flag 785053/785053
1489.71/1485.89	c cleaning 9980 clauses out of 19964 with flag 795001/795001
1511.03/1507.11	c cleaning 9990 clauses out of 19984 with flag 805001/805001
1532.65/1528.76	c cleaning 10001 clauses out of 20006 with flag 815013/815013
1554.57/1550.67	c cleaning 9995 clauses out of 19994 with flag 825002/825002
1576.49/1572.54	c cleaning 10015 clauses out of 20033 with flag 835036/835036
1597.41/1593.42	c cleaning 9990 clauses out of 19983 with flag 845001/845001
1616.83/1612.84	c cleaning 10004 clauses out of 20011 with flag 855019/855019
1637.64/1633.65	c cleaning 9996 clauses out of 19995 with flag 865007/865007
1658.17/1654.15	c cleaning 10013 clauses out of 20029 with flag 875037/875037
1678.19/1674.12	c cleaning 9988 clauses out of 19980 with flag 885001/885001
1696.50/1692.47	c cleaning 10010 clauses out of 20024 with flag 895033/895033
1719.03/1714.96	c cleaning 9994 clauses out of 19991 with flag 905010/905010
1739.73/1735.64	c cleaning 9994 clauses out of 19991 with flag 915004/915004
1759.14/1755.00	c cleaning 9995 clauses out of 19994 with flag 925001/925001
1782.25/1778.11	c cleaning 10003 clauses out of 20009 with flag 935011/935011
1800.05/1795.91	c starts		: 186
1800.05/1795.91	c conflicts		: 944909
1800.05/1795.91	c decisions		: 1229673
1800.05/1795.91	c propagations		: 21904423
1800.05/1795.91	c inspects		: 1679738190
1800.05/1795.91	c learnt literals	: 0
1800.05/1795.91	c learnt binary clauses	: 0
1800.05/1795.91	c learnt ternary clauses	: 0
1800.05/1795.91	c learnt clauses	: 944909
1800.05/1795.91	c ignored clauses	: 0
1800.05/1795.91	c root simplifications	: 0
1800.05/1795.91	c removed literals (reason simplification)	: 4203245
1800.05/1795.91	c reason swapping (by a shorter reason)	: 0
1800.05/1795.91	c Calls to reduceDB	: 95
1800.05/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.91	c number of learned constraints concerned by reduction	: 0
1800.05/1795.91	c number of learning phase by resolution	: 0
1800.05/1795.91	c number of learning phase by cutting planes	: 0
1800.05/1795.91	c speed (assignments/second)	: 12206.584540556685
1800.05/1795.91	c non guided choices	2670
1800.05/1795.97	c learnt constraints type 
1800.05/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19932
1800.05/1795.97	c constraints type 
1800.05/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.05/1795.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.05/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.05/1795.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.05/1795.97	s UNKNOWN
1800.05/1795.97	c Total wall clock time (in seconds): 1795.77

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-2658191-1276677638/watcher-2658191-1276677638 -o /tmp/evaluation-result-2658191-1276677638/solver-2658191-1276677638 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658191-1276677638.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.38 1.18 1.11 3/106 12855
/proc/meminfo: memFree=1775232/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1700 CPUtime=0
/proc/12855/stat : 12855 (java) R 12853 12855 12600 0 -1 4194304 345 0 0 0 0 0 0 0 19 0 1 0 43367870 1740800 76 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12855/statm: 425 93 71 10 0 30 0

[startup+0.0743181 s]
/proc/loadavg: 1.38 1.18 1.11 3/106 12855
/proc/meminfo: memFree=1775232/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1521796 CPUtime=0.06
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 3768 0 1 0 4 2 0 0 18 0 7 0 43367870 1558319104 3208 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 380449 3208 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101319 s]
/proc/loadavg: 1.38 1.18 1.11 3/106 12855
/proc/meminfo: memFree=1775232/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1524184 CPUtime=0.09
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 3997 0 1 0 7 2 0 0 18 0 12 0 43367870 1560764416 3435 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 381046 3435 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301343 s]
/proc/loadavg: 1.38 1.18 1.11 3/106 12855
/proc/meminfo: memFree=1775232/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1526116 CPUtime=0.38
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 5325 0 1 0 35 3 0 0 18 0 12 0 43367870 1562742784 4761 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 381529 4761 1363 10 0 378831 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526116

[startup+0.701393 s]
/proc/loadavg: 1.38 1.18 1.11 3/106 12855
/proc/meminfo: memFree=1775232/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1528660 CPUtime=1.09
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 7155 0 1 0 105 4 0 0 18 0 12 0 43367870 1565347840 6469 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 382165 6469 1404 10 0 379467 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528660

[startup+1.50148 s]
/proc/loadavg: 1.38 1.18 1.11 4/118 12867
/proc/meminfo: memFree=1750956/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1528568 CPUtime=2.28
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 9939 0 1 0 223 5 0 0 18 0 13 0 43367870 1565253632 8875 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 382142 8875 1418 10 0 379444 0
[pid=12855/tid=12857] ppid=12853 vsize=1528568 CPUtime=1.47
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 7240 0 1 0 144 3 0 0 20 0 13 0 43367871 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4109077190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43367872 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 43367872 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43367874 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43367875 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 43367875 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1528568 CPUtime=0.34
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 757 0 0 0 34 0 0 0 21 0 13 0 43367879 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1528568 CPUtime=0.43
/proc/12855/task/12865/stat : 12865 (java) R 12853 12855 12600 0 -1 4202560 872 0 0 0 43 0 0 0 22 0 13 0 43367879 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 103984313 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1565253632 8876 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1528568 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43367879 1565253632 8877 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1528568

[startup+3.10166 s]
/proc/loadavg: 1.51 1.21 1.12 4/119 12868
/proc/meminfo: memFree=1730984/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=4.61
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 21561 0 1 0 451 10 0 0 18 0 13 0 43367870 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 19824 1425 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=3.08
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 16809 0 1 0 301 7 0 0 24 0 13 0 43367871 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4109282526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 43367872 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 43367872 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 43367874 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 43367875 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 43367875 1570770944 19824 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=0.72
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2506 0 0 0 71 1 0 0 19 0 13 0 43367879 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=0.77
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1175 0 0 0 77 0 0 0 20 0 13 0 43367879 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 19825 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1533956

[startup+6.30204 s]
/proc/loadavg: 1.51 1.21 1.12 2/119 12868
/proc/meminfo: memFree=1645300/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=7.9
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 38977 0 1 0 774 16 0 0 18 0 13 0 43367870 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 37201 1438 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=6.26
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 32060 0 1 0 614 12 0 0 25 0 13 0 43367871 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4109282843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=0.01
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 856 0 0 0 1 0 0 0 18 0 13 0 43367872 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=0.01
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 1284 0 0 0 1 0 0 0 18 0 13 0 43367872 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 43367874 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=0.72
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2506 0 0 0 71 1 0 0 19 0 13 0 43367879 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=0.85
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1195 0 0 0 85 0 0 0 15 0 13 0 43367879 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 37201 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1533956

[startup+12.7018 s]
/proc/loadavg: 1.43 1.21 1.12 2/119 12870
/proc/meminfo: memFree=1617028/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=14.52
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 42460 0 1 0 1435 17 0 0 18 0 13 0 43367870 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 40680 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=12.56
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 32065 0 1 0 1244 12 0 0 25 0 13 0 43367871 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4109283594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=0.05
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 2575 0 0 0 4 1 0 0 16 0 13 0 43367872 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=0.02
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 1289 0 0 0 2 0 0 0 16 0 13 0 43367872 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=0.04
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 1675 0 0 0 4 0 0 0 15 0 13 0 43367874 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=0.73
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2506 0 0 0 72 1 0 0 15 0 13 0 43367879 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.05
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 105 0 0 0 15 0 13 0 43367879 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 40680 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 1533956

[startup+25.5013 s]
/proc/loadavg: 1.36 1.20 1.11 2/119 12870
/proc/meminfo: memFree=1594832/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=27.43
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 49253 0 1 0 2723 20 0 0 18 0 13 0 43367870 1570770944 47436 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 47436 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=25.24
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33678 0 1 0 2511 13 0 0 25 0 13 0 43367871 1570770944 47436 1992294400 134512640 134550932 4293831696 18446744073709551615 4109171395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=0.11
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 4278 0 0 0 10 1 0 0 16 0 13 0 43367872 1570770944 47436 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=0.09
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 3106 0 0 0 8 1 0 0 15 0 13 0 43367872 1570770944 47436 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=0.09
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3334 0 0 0 8 1 0 0 15 0 13 0 43367874 1570770944 47436 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0

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

[pid=12855] ppid=12853 vsize=1533956 CPUtime=1666.37
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 63931 0 1 0 166579 58 0 0 18 0 13 0 43367870 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 59422 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=1653.46
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33924 0 1 0 165315 31 0 0 25 0 13 0 43367871 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4109170956 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=3.02
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 11106 0 0 0 292 10 0 0 15 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=2.98
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 10103 0 0 0 288 10 0 0 16 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=4.74
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3828 0 0 0 471 3 0 0 15 0 13 0 43367874 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=1.03
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2522 0 0 0 102 1 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.08
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 108 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.37
Current children cumulated vsize (KiB) 1533956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12923
/proc/meminfo: memFree=1539280/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=1726.43
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 63944 0 1 0 172583 60 0 0 18 0 13 0 43367870 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 59422 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=1713.16
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33931 0 1 0 171284 32 0 0 25 0 13 0 43367871 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4109282628 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=3.11
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 11106 0 0 0 301 10 0 0 16 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=3.06
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 10103 0 0 0 296 10 0 0 15 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=4.91
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3830 0 0 0 488 3 0 0 15 0 13 0 43367874 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=1.03
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2522 0 0 0 102 1 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.08
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 108 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.43
Current children cumulated vsize (KiB) 1533956

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12925
/proc/meminfo: memFree=1539032/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=1786.45
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 63956 0 1 0 178583 62 0 0 18 0 13 0 43367870 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 59422 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=1772.92
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33937 0 1 0 177259 33 0 0 25 0 13 0 43367871 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4109234971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=3.17
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 11106 0 0 0 307 10 0 0 15 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=3.13
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 10103 0 0 0 302 11 0 0 16 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=5.05
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3834 0 0 0 502 3 0 0 15 0 13 0 43367874 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=1.03
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2522 0 0 0 102 1 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.08
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 108 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 1533956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12925
/proc/meminfo: memFree=1539032/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=1800.05
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 63959 0 1 0 179943 62 0 0 18 0 13 0 43367870 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 59422 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=1786.5
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33938 0 1 0 178617 33 0 0 25 0 13 0 43367871 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4109282803 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=3.18
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 11106 0 0 0 308 10 0 0 15 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=3.14
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 10103 0 0 0 303 11 0 0 16 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=5.05
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3834 0 0 0 502 3 0 0 15 0 13 0 43367874 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=1.03
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2522 0 0 0 102 1 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.08
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 108 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1533956

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

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

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 12925
/proc/meminfo: memFree=1539032/2059040 swapFree=4136508/4192956
[pid=12855] ppid=12853 vsize=1533956 CPUtime=1800.05
/proc/12855/stat : 12855 (java) S 12853 12855 12600 0 -1 4202496 63959 0 1 0 179943 62 0 0 18 0 13 0 43367870 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12855/statm: 383489 59422 1443 10 0 380791 0
[pid=12855/tid=12857] ppid=12853 vsize=1533956 CPUtime=1786.5
/proc/12855/task/12857/stat : 12857 (java) R 12853 12855 12600 0 -1 4202560 33938 0 1 0 178617 33 0 0 25 0 13 0 43367871 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4109282803 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12855/tid=12858] ppid=12853 vsize=1533956 CPUtime=3.18
/proc/12855/task/12858/stat : 12858 (java) S 12853 12855 12600 0 -1 4202560 11106 0 0 0 308 10 0 0 15 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12859] ppid=12853 vsize=1533956 CPUtime=3.14
/proc/12855/task/12859/stat : 12859 (java) S 12853 12855 12600 0 -1 4202560 10103 0 0 0 303 11 0 0 16 0 13 0 43367872 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12860] ppid=12853 vsize=1533956 CPUtime=5.05
/proc/12855/task/12860/stat : 12860 (java) S 12853 12855 12600 0 -1 4202560 3834 0 0 0 502 3 0 0 15 0 13 0 43367874 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 0 0 16800975 18446604436671182656 0 0 -1 1 0 0 0
[pid=12855/tid=12861] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12861/stat : 12861 (java) S 12853 12855 12600 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12862] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12862/stat : 12862 (java) S 12853 12855 12600 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 43367875 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12863] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12863/stat : 12863 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12864] ppid=12853 vsize=1533956 CPUtime=1.03
/proc/12855/task/12864/stat : 12864 (java) S 12853 12855 12600 0 -1 4202560 2522 0 0 0 102 1 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12865] ppid=12853 vsize=1533956 CPUtime=1.08
/proc/12855/task/12865/stat : 12865 (java) S 12853 12855 12600 0 -1 4202560 1282 0 0 0 108 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12866] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12866/stat : 12866 (java) S 12853 12855 12600 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12867] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12867/stat : 12867 (java) S 12853 12855 12600 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 43367879 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
[pid=12855/tid=12868] ppid=12853 vsize=1533956 CPUtime=0
/proc/12855/task/12868/stat : 12868 (java) S 12853 12855 12600 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 43368015 1570770944 59422 1992294400 134512640 134550932 4293831696 18446744073709551615 4294960144 0 4 0 16800975 18446604436671182656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1533956

Child status: 143
Real time (s): 1796.01
CPU time (s): 1800.22
CPU user time (s): 1799.57
CPU system time (s): 0.650901
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 1534840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.650901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63983
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= 39613
involuntary context switches= 23634

runsolver used 3.58045 second user time and 9.76751 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-16 10:40:38
IDJOB=2658191
IDBENCH=48310
IDSOLVER=1164
FILE ID=node001/2658191-1276677638
PBS_JOBID= 11172566
Free space on /tmp= 62516 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_1_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658191-1276677638/watcher-2658191-1276677638 -o /tmp/evaluation-result-2658191-1276677638/solver-2658191-1276677638 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658191-1276677638.opb

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

MD5SUM BENCH= 81f2bead00561b4f63e5b8d0478a31b2
RANDOM SEED=1868874095

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1775620 kB
Buffers:         69016 kB
Cached:         122032 kB
SwapCached:      10168 kB
Active:         106596 kB
Inactive:        98016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1775620 kB
SwapTotal:     4192956 kB
SwapFree:      4136508 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       11640 kB
Mapped:           9364 kB
Slab:            56996 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182700 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= 62516 MiB
End job on node001 at 2010-06-16 11:10:36