Trace number 2658203

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.16 1795.91

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_3_40.opb
MD5SUMb34a3a1ecfe6709c99accfc445aa8e8f
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.922859
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)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658203-1276678945.opb
0.08/0.20	c reading problem ... 
2.09/1.43	c ... done. Wall clock time 1.228s.
2.09/1.43	c #vars     2888
2.09/1.43	c #constraints  5579
2.09/1.43	c constraints type 
2.09/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
2.09/1.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.09/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.09/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
8.72/7.13	c cleaning 2522 clauses out of 5044 with flag 5044/5044
16.17/14.44	c cleaning 4243 clauses out of 8486 with flag 11008/11008
24.20/22.39	c cleaning 5621 clauses out of 11242 with flag 18007/18007
36.62/34.58	c cleaning 6808 clauses out of 13616 with flag 26002/26002
56.81/54.64	c cleaning 7905 clauses out of 15810 with flag 35004/35004
86.13/83.94	c cleaning 8956 clauses out of 17911 with flag 45010/45010
106.26/104.01	c cleaning 9474 clauses out of 18948 with flag 55003/55003
124.19/121.92	c cleaning 9751 clauses out of 19501 with flag 65030/65030
149.69/147.35	c cleaning 9868 clauses out of 19737 with flag 75017/75017
165.61/163.17	c cleaning 9938 clauses out of 19876 with flag 85024/85024
182.64/180.12	c cleaning 9959 clauses out of 19920 with flag 95006/95006
197.56/195.10	c cleaning 9983 clauses out of 19966 with flag 105011/105011
220.58/218.09	c cleaning 9987 clauses out of 19978 with flag 115006/115006
235.01/232.40	c cleaning 9998 clauses out of 19996 with flag 125011/125011
249.15/246.57	c cleaning 9999 clauses out of 19998 with flag 135011/135011
263.66/261.02	c cleaning 9994 clauses out of 19989 with flag 145001/145001
282.18/279.53	c cleaning 9995 clauses out of 19994 with flag 155000/155000
297.82/295.19	c cleaning 10018 clauses out of 20036 with flag 165037/165037
315.25/312.53	c cleaning 9993 clauses out of 19989 with flag 175008/175008
328.28/325.56	c cleaning 9993 clauses out of 19988 with flag 185000/185000
341.90/339.17	c cleaning 9999 clauses out of 20000 with flag 195005/195005
356.24/353.46	c cleaning 9998 clauses out of 19997 with flag 205001/205001
369.56/366.78	c cleaning 9997 clauses out of 19998 with flag 215000/215000
385.88/383.02	c cleaning 10002 clauses out of 20006 with flag 225005/225005
401.81/398.95	c cleaning 10007 clauses out of 20015 with flag 235016/235016
414.63/411.80	c cleaning 10001 clauses out of 20003 with flag 245011/245011
432.95/430.06	c cleaning 9999 clauses out of 19998 with flag 255007/255007
446.18/443.28	c cleaning 9998 clauses out of 20000 with flag 265008/265008
458.20/455.25	c cleaning 9995 clauses out of 19994 with flag 275000/275000
475.53/472.53	c cleaning 10019 clauses out of 20042 with flag 285043/285043
489.15/486.10	c cleaning 10003 clauses out of 20009 with flag 295029/295029
501.08/498.06	c cleaning 10014 clauses out of 20027 with flag 305050/305050
514.72/511.62	c cleaning 10004 clauses out of 20008 with flag 315045/315045
528.82/525.78	c cleaning 9989 clauses out of 19981 with flag 325022/325022
547.56/544.48	c cleaning 9985 clauses out of 19973 with flag 335003/335003
567.19/564.03	c cleaning 9993 clauses out of 19989 with flag 345004/345004
584.92/581.71	c cleaning 9998 clauses out of 19999 with flag 355007/355007
598.04/594.84	c cleaning 10011 clauses out of 20026 with flag 365032/365032
611.08/607.84	c cleaning 10005 clauses out of 20014 with flag 375031/375031
625.00/621.77	c cleaning 9992 clauses out of 19988 with flag 385010/385010
640.43/637.12	c cleaning 10011 clauses out of 20025 with flag 395039/395039
659.43/656.13	c cleaning 9987 clauses out of 19978 with flag 405003/405003
676.75/673.47	c cleaning 10000 clauses out of 20004 with flag 415016/415016
697.18/693.84	c cleaning 9997 clauses out of 19998 with flag 425010/425010
715.80/712.46	c cleaning 9999 clauses out of 20002 with flag 435011/435011
733.82/730.46	c cleaning 9994 clauses out of 19992 with flag 445000/445000
750.81/747.42	c cleaning 9998 clauses out of 20000 with flag 455002/455002
772.02/768.66	c cleaning 10003 clauses out of 20010 with flag 465010/465010
791.64/788.24	c cleaning 10003 clauses out of 20010 with flag 475013/475013
812.95/809.51	c cleaning 10003 clauses out of 20009 with flag 485015/485015
830.67/827.28	c cleaning 10013 clauses out of 20030 with flag 495039/495039
850.79/847.34	c cleaning 10005 clauses out of 20013 with flag 505035/505035
870.41/866.96	c cleaning 10004 clauses out of 20011 with flag 515038/515038
888.83/885.33	c cleaning 9987 clauses out of 19978 with flag 525009/525009
909.54/906.06	c cleaning 10000 clauses out of 20003 with flag 535021/535021
930.18/926.68	c cleaning 9993 clauses out of 19990 with flag 545008/545008
950.60/947.05	c cleaning 10005 clauses out of 20013 with flag 555024/555024
969.02/965.40	c cleaning 10001 clauses out of 20006 with flag 565022/565022
990.34/986.77	c cleaning 10001 clauses out of 20005 with flag 575022/575022
1010.85/1007.22	c cleaning 9993 clauses out of 19989 with flag 585007/585007
1029.35/1025.74	c cleaning 9995 clauses out of 19993 with flag 595004/595004
1056.77/1053.17	c cleaning 9996 clauses out of 19996 with flag 605002/605002
1077.17/1073.54	c cleaning 10004 clauses out of 20011 with flag 615013/615013
1100.89/1097.20	c cleaning 9997 clauses out of 19997 with flag 625003/625003
1119.49/1115.88	c cleaning 9999 clauses out of 20001 with flag 635004/635004
1139.89/1136.30	c cleaning 10002 clauses out of 20008 with flag 645010/645010
1159.70/1156.03	c cleaning 10008 clauses out of 20019 with flag 655023/655023
1180.50/1176.83	c cleaning 9999 clauses out of 20002 with flag 665014/665014
1199.71/1196.08	c cleaning 10009 clauses out of 20022 with flag 675033/675033
1218.71/1215.05	c cleaning 10004 clauses out of 20011 with flag 685031/685031
1235.64/1231.90	c cleaning 9989 clauses out of 19981 with flag 695005/695005
1252.85/1249.12	c cleaning 9997 clauses out of 19997 with flag 705010/705010
1272.38/1268.67	c cleaning 10013 clauses out of 20030 with flag 715040/715040
1293.50/1289.75	c cleaning 9991 clauses out of 19986 with flag 725009/725009
1310.80/1307.01	c cleaning 10002 clauses out of 20008 with flag 735022/735022
1326.06/1322.30	c cleaning 9996 clauses out of 19995 with flag 745011/745011
1345.46/1341.64	c cleaning 9992 clauses out of 19988 with flag 755000/755000
1365.38/1361.59	c cleaning 10006 clauses out of 20015 with flag 765019/765019
1385.69/1381.85	c cleaning 9994 clauses out of 19992 with flag 775002/775002
1405.20/1401.36	c cleaning 10021 clauses out of 20046 with flag 785050/785050
1426.71/1422.86	c cleaning 9989 clauses out of 19981 with flag 795006/795006
1448.53/1444.61	c cleaning 9991 clauses out of 19986 with flag 805000/805000
1470.25/1466.32	c cleaning 9998 clauses out of 20000 with flag 815005/815005
1489.26/1485.36	c cleaning 10015 clauses out of 20033 with flag 825036/825036
1508.17/1504.22	c cleaning 10006 clauses out of 20015 with flag 835033/835033
1526.69/1522.72	c cleaning 9990 clauses out of 19984 with flag 845008/845008
1546.70/1542.71	c cleaning 9991 clauses out of 19986 with flag 855000/855000
1566.63/1562.69	c cleaning 9996 clauses out of 19996 with flag 865001/865001
1584.06/1580.08	c cleaning 10000 clauses out of 20004 with flag 875005/875005
1603.88/1599.81	c cleaning 9998 clauses out of 19999 with flag 885000/885000
1619.70/1615.66	c cleaning 10013 clauses out of 20030 with flag 895029/895029
1634.82/1630.74	c cleaning 9998 clauses out of 20000 with flag 905012/905012
1651.73/1647.61	c cleaning 9994 clauses out of 19991 with flag 915001/915001
1669.93/1665.83	c cleaning 10003 clauses out of 20010 with flag 925014/925014
1689.84/1685.74	c cleaning 9999 clauses out of 20001 with flag 935008/935008
1707.33/1703.21	c cleaning 9996 clauses out of 19996 with flag 945002/945002
1728.06/1723.93	c cleaning 10006 clauses out of 20016 with flag 955018/955018
1745.96/1741.87	c cleaning 10004 clauses out of 20012 with flag 965020/965020
1763.48/1759.36	c cleaning 9999 clauses out of 20000 with flag 975012/975012
1780.00/1775.85	c cleaning 10000 clauses out of 20003 with flag 985014/985014
1799.21/1795.04	c cleaning 9999 clauses out of 20001 with flag 995012/995012
1800.01/1795.81	c starts		: 187
1800.01/1795.81	c conflicts		: 996081
1800.01/1795.81	c decisions		: 1612630
1800.01/1795.81	c propagations		: 21776278
1800.01/1795.81	c inspects		: 1681144720
1800.01/1795.81	c learnt literals	: 0
1800.01/1795.81	c learnt binary clauses	: 0
1800.01/1795.81	c learnt ternary clauses	: 4
1800.01/1795.81	c learnt clauses	: 996080
1800.01/1795.81	c ignored clauses	: 0
1800.01/1795.81	c root simplifications	: 0
1800.01/1795.81	c removed literals (reason simplification)	: 4205569
1800.01/1795.81	c reason swapping (by a shorter reason)	: 0
1800.01/1795.81	c Calls to reduceDB	: 101
1800.01/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.81	c number of learned constraints concerned by reduction	: 0
1800.01/1795.81	c number of learning phase by resolution	: 0
1800.01/1795.81	c number of learning phase by cutting planes	: 0
1800.01/1795.81	c speed (assignments/second)	: 12135.82295834773
1800.01/1795.81	c non guided choices	2677
1800.01/1795.84	c learnt constraints type 
1800.01/1795.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11099
1800.01/1795.84	c constraints type 
1800.01/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2488
1800.01/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
1800.01/1795.84	s UNKNOWN
1800.01/1795.84	c Total wall clock time (in seconds): 1795.634

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-2658203-1276678945/watcher-2658203-1276678945 -o /tmp/evaluation-result-2658203-1276678945/solver-2658203-1276678945 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658203-1276678945.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.01 1.00 1.00 3/106 9878
/proc/meminfo: memFree=1750984/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=4 CPUtime=0
/proc/9878/stat : 9878 (java6) R 9876 9878 9043 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 41550856 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9878/statm: 1 1 0 0 0 1 0

[startup+0.10034 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9878
/proc/meminfo: memFree=1750984/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1524184 CPUtime=0.08
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 41550856 1560764416 3397 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.20876 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9878
/proc/meminfo: memFree=1750984/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1525640 CPUtime=0.24
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 5094 0 1 0 22 2 0 0 18 0 12 0 41550856 1562255360 4528 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 381410 4528 1348 10 0 378712 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1525640

[startup+0.300759 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9878
/proc/meminfo: memFree=1750984/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1525640 CPUtime=0.38
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 5319 0 1 0 35 3 0 0 18 0 12 0 41550856 1562255360 4753 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 381410 4753 1363 10 0 378712 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525640

[startup+0.700755 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 9878
/proc/meminfo: memFree=1750984/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1528712 CPUtime=1.04
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 7078 0 1 0 100 4 0 0 18 0 12 0 41550856 1565401088 6497 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 382178 6497 1396 10 0 379480 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1528712

[startup+1.50175 s]
/proc/loadavg: 1.01 1.00 1.00 2/118 9890
/proc/meminfo: memFree=1724912/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1529036 CPUtime=2.25
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 10137 0 1 0 220 5 0 0 18 0 13 0 41550856 1565732864 8977 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 382259 8978 1417 10 0 379561 0
[pid=9878/tid=9880] ppid=9876 vsize=1529036 CPUtime=1.47
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 7255 0 1 0 144 3 0 0 20 0 13 0 41550857 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 104108713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 41550859 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 41550859 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 41550861 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 41550861 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 41550861 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1529036 CPUtime=0.43
/proc/9878/task/9887/stat : 9887 (java) R 9876 9878 9043 0 -1 4202560 841 0 0 0 43 0 0 0 20 0 13 0 41550865 1565732864 8978 1992294400 134512640 134550932 4291563088 18446744073709551615 102092481 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1529036 CPUtime=0.32
/proc/9878/task/9888/stat : 9888 (java) R 9876 9878 9043 0 -1 4202560 970 0 0 0 32 0 0 0 22 0 13 0 41550865 1565732864 8979 1992294400 134512640 134550932 4291563088 18446744073709551615 102247712 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1565732864 8979 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1529036 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41550865 1565732864 8979 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1529036

[startup+3.10073 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 9891
/proc/meminfo: memFree=1703204/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=4.57
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 21701 0 1 0 447 10 0 0 18 0 13 0 41550856 1569927168 19408 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 19409 1424 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=3.06
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 16730 0 1 0 300 6 0 0 20 0 13 0 41550857 1569927168 19409 1992294400 134512640 134550932 4291563088 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 41550859 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 41550859 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 41550861 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 41550861 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.93
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2389 0 0 0 92 1 0 0 16 0 13 0 41550865 1569927168 19410 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=0.54
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1511 0 0 0 54 0 0 0 19 0 13 0 41550865 1569927168 19411 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 19412 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 19412 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 19412 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1533132

[startup+6.3017 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 9893
/proc/meminfo: memFree=1608096/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=7.85
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 39188 0 1 0 769 16 0 0 18 0 13 0 41550856 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 36846 1437 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=6.24
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 32054 0 1 0 613 11 0 0 25 0 13 0 41550857 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4109235318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=0.01
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 915 0 0 0 1 0 0 0 18 0 13 0 41550859 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=0.01
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 1192 0 0 0 1 0 0 0 18 0 13 0 41550859 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 41550861 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.93
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2389 0 0 0 92 1 0 0 16 0 13 0 41550865 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=0.61
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1562 0 0 0 60 1 0 0 15 0 13 0 41550865 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 36846 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1533132

[startup+12.7006 s]
/proc/loadavg: 1.08 1.02 1.00 2/119 9893
/proc/meminfo: memFree=1594332/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=14.36
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 42629 0 1 0 1418 18 0 0 18 0 13 0 41550856 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 40248 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=12.56
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 32059 0 1 0 1245 11 0 0 25 0 13 0 41550857 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4109281855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=0.04
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 1837 0 0 0 3 1 0 0 18 0 13 0 41550859 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=0.04
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 2027 0 0 0 4 0 0 0 18 0 13 0 41550859 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=0.03
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 1676 0 0 0 3 0 0 0 16 0 13 0 41550861 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.94
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2395 0 0 0 93 1 0 0 15 0 13 0 41550865 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=0.68
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1566 0 0 0 67 1 0 0 15 0 13 0 41550865 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 40248 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.36
Current children cumulated vsize (KiB) 1533132

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 9893
/proc/meminfo: memFree=1559860/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=27.58
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 51217 0 1 0 2737 21 0 0 18 0 13 0 41550856 1569927168 48820 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 48820 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=25.16
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 33997 0 1 0 2503 13 0 0 25 0 13 0 41550857 1569927168 48820 1992294400 134512640 134550932 4291563088 18446744073709551615 4109248279 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=0.12
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 3907 0 0 0 10 2 0 0 16 0 13 0 41550859 1569927168 48820 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=0.09
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 3369 0 0 0 9 0 0 0 15 0 13 0 41550859 1569927168 48820 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=0.14
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 4838 0 0 0 13 1 0 0 16 0 13 0 41550861 1569927168 48820 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0

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

[pid=9878] ppid=9876 vsize=1533132 CPUtime=1666.43
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 64869 0 1 0 166577 66 0 0 18 0 13 0 41550856 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 57933 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=1653.52
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 34246 0 1 0 165316 36 0 0 25 0 13 0 41550857 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4109235314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=2.88
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 10182 0 0 0 277 11 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=2.92
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 10171 0 0 0 282 10 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=4.69
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 5055 0 0 0 466 3 0 0 15 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.99
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2396 0 0 0 98 1 0 0 16 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=1.36
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1655 0 0 0 135 1 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.43
Current children cumulated vsize (KiB) 1533132

[startup+1722.3 s]
/proc/loadavg: 1.14 1.05 1.01 2/119 9937
/proc/meminfo: memFree=1521048/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=1726.45
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 64883 0 1 0 172578 67 0 0 18 0 13 0 41550856 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 57933 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=1713.25
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 34252 0 1 0 171288 37 0 0 25 0 13 0 41550857 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4109235795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=2.95
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 10182 0 0 0 284 11 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=2.98
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 10171 0 0 0 288 10 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=4.85
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 5059 0 0 0 482 3 0 0 15 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.99
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2396 0 0 0 98 1 0 0 16 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=1.36
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1655 0 0 0 135 1 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.45
Current children cumulated vsize (KiB) 1533132

[startup+1782.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/119 9939
/proc/meminfo: memFree=1520800/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=1786.51
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 64900 0 1 0 178582 69 0 0 18 0 13 0 41550856 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 57933 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=1772.9
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 34261 0 1 0 177252 38 0 0 25 0 13 0 41550857 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4109235623 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=3.04
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 10182 0 0 0 293 11 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=3.06
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 10171 0 0 0 296 10 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=5.05
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 5063 0 0 0 502 3 0 0 16 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.99
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2396 0 0 0 98 1 0 0 16 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=1.38
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1655 0 0 0 137 1 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (KiB) 1533132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.09 1.05 1.01 2/119 9939
/proc/meminfo: memFree=1520800/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=1800.01
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 64902 0 1 0 179932 69 0 0 18 0 13 0 41550856 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 57933 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=1786.32
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 34263 0 1 0 178594 38 0 0 25 0 13 0 41550857 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4109146578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=3.07
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 10182 0 0 0 296 11 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=3.1
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 10171 0 0 0 299 11 0 0 16 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=5.1
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 5063 0 0 0 507 3 0 0 16 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.99
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2396 0 0 0 98 1 0 0 16 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=1.38
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1655 0 0 0 137 1 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533132

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

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

[startup+1795.8 s]
/proc/loadavg: 1.09 1.05 1.01 2/119 9939
/proc/meminfo: memFree=1520800/2059040 swapFree=4140352/4192956
[pid=9878] ppid=9876 vsize=1533132 CPUtime=1800.01
/proc/9878/stat : 9878 (java) S 9876 9878 9043 0 -1 4202496 64902 0 1 0 179932 69 0 0 18 0 13 0 41550856 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9878/statm: 383283 57933 1442 10 0 380585 0
[pid=9878/tid=9880] ppid=9876 vsize=1533132 CPUtime=1786.32
/proc/9878/task/9880/stat : 9880 (java) R 9876 9878 9043 0 -1 4202560 34263 0 1 0 178594 38 0 0 25 0 13 0 41550857 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4109146578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9878/tid=9881] ppid=9876 vsize=1533132 CPUtime=3.07
/proc/9878/task/9881/stat : 9881 (java) S 9876 9878 9043 0 -1 4202560 10182 0 0 0 296 11 0 0 15 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9882] ppid=9876 vsize=1533132 CPUtime=3.1
/proc/9878/task/9882/stat : 9882 (java) S 9876 9878 9043 0 -1 4202560 10171 0 0 0 299 11 0 0 16 0 13 0 41550859 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9883] ppid=9876 vsize=1533132 CPUtime=5.1
/proc/9878/task/9883/stat : 9883 (java) S 9876 9878 9043 0 -1 4202560 5063 0 0 0 507 3 0 0 16 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 0 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9884] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9884/stat : 9884 (java) S 9876 9878 9043 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9885] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9885/stat : 9885 (java) S 9876 9878 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41550861 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9886] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9886/stat : 9886 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9887] ppid=9876 vsize=1533132 CPUtime=0.99
/proc/9878/task/9887/stat : 9887 (java) S 9876 9878 9043 0 -1 4202560 2396 0 0 0 98 1 0 0 16 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9888] ppid=9876 vsize=1533132 CPUtime=1.38
/proc/9878/task/9888/stat : 9888 (java) S 9876 9878 9043 0 -1 4202560 1655 0 0 0 137 1 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9889] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9889/stat : 9889 (java) S 9876 9878 9043 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 0 0 0 0
[pid=9878/tid=9890] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9890/stat : 9890 (java) S 9876 9878 9043 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 41550865 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
[pid=9878/tid=9891] ppid=9876 vsize=1533132 CPUtime=0
/proc/9878/task/9891/stat : 9891 (java) S 9876 9878 9043 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 41551001 1569927168 57933 1992294400 134512640 134550932 4291563088 18446744073709551615 4294960144 0 4 0 16800975 18446604437838301056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1533132

Child status: 143
Real time (s): 1795.91
CPU time (s): 1800.16
CPU user time (s): 1799.43
CPU system time (s): 0.723889
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 1534156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.723889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64925
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= 39689
involuntary context switches= 24621

runsolver used 3.73443 second user time and 9.55455 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 11:02:25
IDJOB=2658203
IDBENCH=48322
IDSOLVER=1164
FILE ID=node019/2658203-1276678945
PBS_JOBID= 11172516
Free space on /tmp= 62416 MiB

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

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

MD5SUM BENCH= b34a3a1ecfe6709c99accfc445aa8e8f
RANDOM SEED=428370922

node019.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.264
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.52
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.264
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:       1751256 kB
Buffers:        102860 kB
Cached:         113708 kB
SwapCached:       6068 kB
Active:         104012 kB
Inactive:       125848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1751256 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       11660 kB
Mapped:          13020 kB
Slab:            56084 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180984 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= 62412 MiB
End job on node019 at 2010-06-16 11:32:23