Trace number 2658222

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.19 1796

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_2_15.opb
MD5SUM6247d91366961bc8ff12c33e03e6ccbd
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.042993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658222-1276680152.opb
0.09/0.20	c reading problem ... 
2.06/1.48	c ... done. Wall clock time 1.274s.
2.06/1.48	c #vars     2892
2.06/1.48	c #constraints  5587
2.06/1.48	c constraints type 
2.06/1.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
2.06/1.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.06/1.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.06/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
8.30/6.80	c cleaning 2501 clauses out of 5002 with flag 5002/5002
17.02/15.42	c cleaning 4263 clauses out of 8526 with flag 11027/11027
30.39/28.42	c cleaning 5626 clauses out of 11252 with flag 18016/18016
43.83/41.60	c cleaning 6806 clauses out of 13611 with flag 26001/26001
55.00/52.71	c cleaning 7900 clauses out of 15804 with flag 35000/35000
74.73/72.49	c cleaning 8956 clauses out of 17912 with flag 45008/45008
94.88/92.55	c cleaning 9473 clauses out of 18949 with flag 55001/55001
115.13/112.62	c cleaning 9741 clauses out of 19486 with flag 65011/65011
135.66/133.16	c cleaning 9869 clauses out of 19741 with flag 75007/75007
155.26/152.71	c cleaning 9935 clauses out of 19872 with flag 85007/85007
175.80/173.28	c cleaning 9970 clauses out of 19944 with flag 95014/95014
195.92/193.33	c cleaning 9982 clauses out of 19967 with flag 105007/105007
218.54/215.92	c cleaning 9996 clauses out of 19995 with flag 115017/115017
236.97/234.37	c cleaning 10001 clauses out of 20006 with flag 125024/125024
254.98/252.34	c cleaning 9998 clauses out of 19999 with flag 135018/135018
273.80/271.13	c cleaning 9996 clauses out of 19995 with flag 145012/145012
291.93/289.27	c cleaning 9993 clauses out of 19989 with flag 155002/155002
314.14/311.43	c cleaning 10010 clauses out of 20024 with flag 165030/165030
333.03/330.31	c cleaning 9991 clauses out of 19985 with flag 175001/175001
354.58/351.90	c cleaning 10002 clauses out of 20008 with flag 185015/185015
373.39/370.70	c cleaning 9995 clauses out of 19993 with flag 195002/195002
389.20/386.48	c cleaning 9999 clauses out of 20002 with flag 205006/205006
408.52/405.72	c cleaning 9997 clauses out of 19997 with flag 215000/215000
429.73/426.97	c cleaning 9999 clauses out of 20002 with flag 225002/225002
446.85/444.03	c cleaning 10001 clauses out of 20005 with flag 235004/235004
468.07/465.25	c cleaning 10000 clauses out of 20004 with flag 245004/245004
488.19/485.32	c cleaning 10020 clauses out of 20044 with flag 255044/255044
506.31/503.41	c cleaning 9990 clauses out of 19984 with flag 265004/265004
523.23/520.35	c cleaning 10001 clauses out of 20005 with flag 275015/275015
545.95/543.03	c cleaning 9995 clauses out of 19993 with flag 285004/285004
567.57/564.64	c cleaning 10005 clauses out of 20013 with flag 295019/295019
585.78/582.86	c cleaning 9995 clauses out of 19994 with flag 305005/305005
606.18/603.20	c cleaning 10011 clauses out of 20026 with flag 315032/315032
621.29/618.38	c cleaning 9993 clauses out of 19989 with flag 325006/325006
642.68/639.71	c cleaning 10000 clauses out of 20004 with flag 335014/335014
663.41/660.40	c cleaning 10001 clauses out of 20005 with flag 345015/345015
678.81/675.85	c cleaning 10006 clauses out of 20016 with flag 355027/355027
699.44/696.47	c cleaning 9990 clauses out of 19983 with flag 365000/365000
719.65/716.68	c cleaning 9996 clauses out of 19996 with flag 375003/375003
739.67/736.62	c cleaning 10001 clauses out of 20006 with flag 385009/385009
756.60/753.59	c cleaning 10008 clauses out of 20020 with flag 395024/395024
773.82/770.79	c cleaning 10005 clauses out of 20012 with flag 405024/405024
790.74/787.69	c cleaning 9996 clauses out of 19994 with flag 415011/415011
807.74/804.69	c cleaning 9993 clauses out of 19990 with flag 425003/425003
824.05/820.95	c cleaning 9998 clauses out of 19999 with flag 435005/435005
840.56/837.45	c cleaning 10001 clauses out of 20006 with flag 445010/445010
856.18/853.07	c cleaning 10003 clauses out of 20010 with flag 455015/455015
876.78/873.66	c cleaning 10005 clauses out of 20013 with flag 465021/465021
895.51/892.31	c cleaning 10001 clauses out of 20005 with flag 475018/475018
909.62/906.42	c cleaning 10004 clauses out of 20012 with flag 485026/485026
930.43/927.27	c cleaning 10008 clauses out of 20019 with flag 495037/495037
947.55/944.31	c cleaning 9991 clauses out of 19985 with flag 505011/505011
966.95/963.79	c cleaning 9994 clauses out of 19991 with flag 515008/515008
984.28/981.08	c cleaning 9994 clauses out of 19992 with flag 525003/525003
1003.38/1000.10	c cleaning 10012 clauses out of 20028 with flag 535033/535033
1023.71/1020.46	c cleaning 9995 clauses out of 19994 with flag 545011/545011
1043.52/1040.22	c cleaning 9999 clauses out of 20002 with flag 555014/555014
1061.65/1058.30	c cleaning 9994 clauses out of 19992 with flag 565003/565003
1079.47/1076.17	c cleaning 10012 clauses out of 20027 with flag 575032/575032
1097.38/1094.08	c cleaning 10006 clauses out of 20015 with flag 585032/585032
1114.20/1110.88	c cleaning 9996 clauses out of 19993 with flag 595016/595016
1129.12/1125.72	c cleaning 9998 clauses out of 19999 with flag 605018/605018
1146.74/1143.38	c cleaning 10000 clauses out of 20004 with flag 615021/615021
1167.55/1164.16	c cleaning 9992 clauses out of 19988 with flag 625005/625005
1185.07/1181.63	c cleaning 9997 clauses out of 19998 with flag 635007/635007
1204.59/1201.18	c cleaning 9997 clauses out of 19998 with flag 645004/645004
1221.39/1217.97	c cleaning 10009 clauses out of 20021 with flag 655024/655024
1239.61/1236.11	c cleaning 9998 clauses out of 19999 with flag 665011/665011
1257.93/1254.47	c cleaning 10007 clauses out of 20017 with flag 675027/675027
1274.64/1271.14	c cleaning 9995 clauses out of 19993 with flag 685010/685010
1294.04/1290.54	c cleaning 10007 clauses out of 20017 with flag 695029/695029
1313.07/1309.50	c cleaning 9995 clauses out of 19993 with flag 705012/705012
1332.90/1329.36	c cleaning 10009 clauses out of 20022 with flag 715036/715036
1346.81/1343.22	c cleaning 10000 clauses out of 20003 with flag 725026/725026
1362.43/1358.87	c cleaning 9987 clauses out of 19977 with flag 735000/735000
1376.28/1372.62	c cleaning 10006 clauses out of 20016 with flag 745026/745026
1395.80/1392.10	c cleaning 9993 clauses out of 19989 with flag 755005/755005
1415.33/1411.63	c cleaning 9994 clauses out of 19992 with flag 765001/765001
1435.45/1431.76	c cleaning 10008 clauses out of 20019 with flag 775022/775022
1455.46/1451.74	c cleaning 10022 clauses out of 20048 with flag 785059/785059
1472.57/1468.82	c cleaning 9983 clauses out of 19968 with flag 795001/795001
1487.68/1483.95	c cleaning 9992 clauses out of 19987 with flag 805003/805003
1501.29/1497.54	c cleaning 10000 clauses out of 20003 with flag 815011/815011
1515.81/1512.05	c cleaning 9995 clauses out of 19993 with flag 825001/825001
1532.64/1528.86	c cleaning 10014 clauses out of 20029 with flag 835032/835032
1551.95/1548.10	c cleaning 9996 clauses out of 19996 with flag 845013/845013
1571.48/1567.63	c cleaning 10013 clauses out of 20029 with flag 855042/855042
1590.01/1586.21	c cleaning 9987 clauses out of 19977 with flag 865003/865003
1610.74/1606.82	c cleaning 10002 clauses out of 20008 with flag 875021/875021
1631.16/1627.22	c cleaning 10005 clauses out of 20013 with flag 885028/885028
1645.10/1641.18	c cleaning 9993 clauses out of 19990 with flag 895010/895010
1659.42/1655.49	c cleaning 9998 clauses out of 19999 with flag 905012/905012
1675.01/1671.04	c cleaning 9997 clauses out of 19998 with flag 915009/915009
1693.53/1689.55	c cleaning 9997 clauses out of 19995 with flag 925003/925003
1712.64/1708.68	c cleaning 10001 clauses out of 20006 with flag 935011/935011
1730.26/1726.27	c cleaning 9995 clauses out of 19994 with flag 945000/945000
1750.07/1746.06	c cleaning 10005 clauses out of 20014 with flag 955015/955015
1768.79/1764.75	c cleaning 10007 clauses out of 20017 with flag 965023/965023
1786.71/1782.65	c cleaning 10001 clauses out of 20005 with flag 975018/975018
1800.04/1795.91	c starts		: 187
1800.04/1795.91	c conflicts		: 983086
1800.04/1795.91	c decisions		: 1869778
1800.04/1795.91	c propagations		: 20084442
1800.04/1795.91	c inspects		: 1842217066
1800.04/1795.91	c learnt literals	: 0
1800.04/1795.91	c learnt binary clauses	: 0
1800.04/1795.91	c learnt ternary clauses	: 0
1800.04/1795.91	c learnt clauses	: 983086
1800.04/1795.91	c ignored clauses	: 0
1800.04/1795.91	c root simplifications	: 0
1800.04/1795.91	c removed literals (reason simplification)	: 4698520
1800.04/1795.91	c reason swapping (by a shorter reason)	: 0
1800.04/1795.91	c Calls to reduceDB	: 99
1800.04/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.91	c number of learned constraints concerned by reduction	: 0
1800.04/1795.91	c number of learning phase by resolution	: 0
1800.04/1795.91	c number of learning phase by cutting planes	: 0
1800.04/1795.91	c speed (assignments/second)	: 11192.627205777864
1800.04/1795.92	c non guided choices	2680
1800.04/1795.97	c learnt constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18102
1800.04/1795.97	c constraints type 
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2492
1800.04/1795.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1795.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1795.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.04/1795.97	s UNKNOWN
1800.04/1795.97	c Total wall clock time (in seconds): 1795.763

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 9067
/proc/meminfo: memFree=1776016/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1832 CPUtime=0
/proc/9067/stat : 9067 (java6) S 9065 9067 8359 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 41670890 1875968 153 1992294400 134512640 134550932 4294727760 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/9067/statm: 458 153 116 10 0 63 0

[startup+0.0406441 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 9067
/proc/meminfo: memFree=1776016/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1520328 CPUtime=0.03
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 3324 0 1 0 1 2 0 0 18 0 4 0 41670890 1556815872 2767 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 380082 2767 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100647 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 9067
/proc/meminfo: memFree=1776016/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1524184 CPUtime=0.09
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 3949 0 1 0 6 3 0 0 18 0 12 0 41670890 1560764416 3388 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 381046 3388 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300433 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 9067
/proc/meminfo: memFree=1776016/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1526260 CPUtime=0.38
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 5325 0 1 0 34 4 0 0 18 0 12 0 41670890 1562890240 4762 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 381565 4762 1363 10 0 378867 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526260

[startup+0.700422 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 9067
/proc/meminfo: memFree=1776016/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1528412 CPUtime=1.05
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 7045 0 1 0 101 4 0 0 18 0 12 0 41670890 1565093888 6441 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 382103 6441 1396 10 0 379405 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528412

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 9079
/proc/meminfo: memFree=1751988/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1528872 CPUtime=2.24
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 9910 0 1 0 218 6 0 0 18 0 13 0 41670890 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 382218 8919 1414 10 0 379520 0
[pid=9067/tid=9069] ppid=9065 vsize=1528872 CPUtime=1.47
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 7218 0 1 0 143 4 0 0 21 0 13 0 41670892 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4109571249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 41670893 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 41670893 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 41670895 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 41670896 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 41670896 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1528872 CPUtime=0.34
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 531 0 0 0 34 0 0 0 19 0 13 0 41670900 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1528872 CPUtime=0.4
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1092 0 0 0 40 0 0 0 22 0 13 0 41670900 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1528872 CPUtime=0
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41670900 1565564928 8919 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1528872

[startup+3.10136 s]
/proc/loadavg: 0.92 0.98 0.99 4/120 9080
/proc/meminfo: memFree=1732264/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=4.58
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 25510 0 1 0 445 13 0 0 18 0 13 0 41670890 1571258368 23846 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 23846 1424 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=3.07
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 20805 0 1 0 297 10 0 0 25 0 13 0 41670892 1571258368 23847 1992294400 134512640 134550932 4290390928 18446744073709551615 4110087983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 41670893 1571258368 23848 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 41670893 1571258368 23848 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 41670895 1571258368 23849 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 41670896 1571258368 23851 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 41670896 1571258368 23851 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 23851 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.68
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2217 0 0 0 68 0 0 0 17 0 13 0 41670900 1571258368 23852 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=0.79
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1420 0 0 0 79 0 0 0 16 0 13 0 41670900 1571258368 23853 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 23853 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41670900 1571258368 23854 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 23856 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1534432

[startup+6.30127 s]
/proc/loadavg: 0.93 0.98 0.99 2/120 9080
/proc/meminfo: memFree=1633560/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=7.89
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 40185 0 1 0 771 18 0 0 18 0 13 0 41670890 1571258368 38474 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 38486 1437 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=6.24
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32061 0 1 0 610 14 0 0 25 0 13 0 41670892 1571258368 38492 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9070/stat : 9070 (java) R 9065 9067 8359 0 -1 4202560 1435 0 0 0 2 0 0 0 18 0 13 0 41670893 1571258368 38501 1992294400 134512640 134550932 4290390928 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9071/stat : 9071 (java) R 9065 9067 8359 0 -1 4202560 1965 0 0 0 2 0 0 0 18 0 13 0 41670893 1571258368 38508 1992294400 134512640 134550932 4290390928 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 41670895 1571258368 38516 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 38524 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 38532 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 38540 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.69
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2217 0 0 0 69 0 0 0 15 0 13 0 41670900 1571258368 38548 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=0.86
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1459 0 0 0 86 0 0 0 15 0 13 0 41670900 1571258368 38555 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 38563 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41670900 1571258368 38571 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 38579 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 1534432

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/120 9080
/proc/meminfo: memFree=1615828/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=14.37
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 42911 0 1 0 1418 19 0 0 18 0 13 0 41670890 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 41183 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=12.53
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32065 0 1 0 1239 14 0 0 25 0 13 0 41670892 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4110147340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=0.05
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 2001 0 0 0 5 0 0 0 15 0 13 0 41670893 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=0.06
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 2396 0 0 0 5 1 0 0 16 0 13 0 41670893 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=0.03
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 1699 0 0 0 3 0 0 0 15 0 13 0 41670895 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.73
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2219 0 0 0 73 0 0 0 15 0 13 0 41670900 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=0.89
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1464 0 0 0 89 0 0 0 15 0 13 0 41670900 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 41670900 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 41183 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 1534432

[startup+25.5007 s]
/proc/loadavg: 0.95 0.98 0.99 2/120 9080
/proc/meminfo: memFree=1595244/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=27.4
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 48050 0 1 0 2717 23 0 0 18 0 13 0 41670890 1571258368 46315 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 46315 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=25.19
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32234 0 1 0 2504 15 0 0 25 0 13 0 41670892 1571258368 46315 1992294400 134512640 134550932 4290390928 18446744073709551615 4110048125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=0.1
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 3878 0 0 0 9 1 0 0 15 0 13 0 41670893 1571258368 46315 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=0.11
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 3800 0 0 0 9 2 0 0 16 0 13 0 41670893 1571258368 46315 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=0.08
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3339 0 0 0 8 0 0 0 15 0 13 0 41670895 1571258368 46315 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0

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

[pid=9067] ppid=9065 vsize=1534432 CPUtime=1666.32
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 60894 0 1 0 166567 65 0 0 18 0 13 0 41670890 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 57360 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=1653.94
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32457 0 1 0 165356 38 0 0 25 0 13 0 41670892 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4110146314 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=2.64
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 11057 0 0 0 253 11 0 0 15 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=2.65
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 8644 0 0 0 257 8 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=4.53
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3803 0 0 0 451 2 0 0 15 0 13 0 41670895 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.78
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2221 0 0 0 78 0 0 0 16 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=1.67
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1549 0 0 0 167 0 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.32
Current children cumulated vsize (KiB) 1534432

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 9129
/proc/meminfo: memFree=1548620/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=1726.34
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 60908 0 1 0 172568 66 0 0 18 0 13 0 41670890 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 57360 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=1713.7
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32463 0 1 0 171331 39 0 0 25 0 13 0 41670892 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4110191807 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=2.69
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 11057 0 0 0 258 11 0 0 15 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=2.71
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 8644 0 0 0 263 8 0 0 15 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=4.67
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3807 0 0 0 465 2 0 0 15 0 13 0 41670895 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.78
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2221 0 0 0 78 0 0 0 16 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=1.67
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1549 0 0 0 167 0 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.34
Current children cumulated vsize (KiB) 1534432

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 9131
/proc/meminfo: memFree=1548372/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=1786.41
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 60923 0 1 0 178573 68 0 0 18 0 13 0 41670890 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 57360 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=1773.42
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32472 0 1 0 177302 40 0 0 25 0 13 0 41670892 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4110147319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=2.79
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 11057 0 0 0 268 11 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=2.81
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 8644 0 0 0 273 8 0 0 15 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=4.82
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3809 0 0 0 480 2 0 0 15 0 13 0 41670895 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.78
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2221 0 0 0 78 0 0 0 16 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=1.67
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1549 0 0 0 167 0 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 1534432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 9131
/proc/meminfo: memFree=1548372/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=1800.04
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 60927 0 1 0 179935 69 0 0 18 0 13 0 41670890 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 57360 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=1786.96
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32474 0 1 0 178655 41 0 0 25 0 13 0 41670892 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4110095069 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=2.81
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 11057 0 0 0 270 11 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=2.83
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 8644 0 0 0 275 8 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=4.87
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3811 0 0 0 485 2 0 0 15 0 13 0 41670895 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.78
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2221 0 0 0 78 0 0 0 16 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=1.67
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1549 0 0 0 167 0 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1534432

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/120 9131
/proc/meminfo: memFree=1548372/2059040 swapFree=4140108/4192956
[pid=9067] ppid=9065 vsize=1534432 CPUtime=1800.04
/proc/9067/stat : 9067 (java) S 9065 9067 8359 0 -1 4202496 60927 0 1 0 179935 69 0 0 18 0 13 0 41670890 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9067/statm: 383608 57360 1442 10 0 380910 0
[pid=9067/tid=9069] ppid=9065 vsize=1534432 CPUtime=1786.96
/proc/9067/task/9069/stat : 9069 (java) R 9065 9067 8359 0 -1 4202560 32474 0 1 0 178655 41 0 0 25 0 13 0 41670892 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4110095069 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9067/tid=9070] ppid=9065 vsize=1534432 CPUtime=2.81
/proc/9067/task/9070/stat : 9070 (java) S 9065 9067 8359 0 -1 4202560 11057 0 0 0 270 11 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9071] ppid=9065 vsize=1534432 CPUtime=2.83
/proc/9067/task/9071/stat : 9071 (java) S 9065 9067 8359 0 -1 4202560 8644 0 0 0 275 8 0 0 16 0 13 0 41670893 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9072] ppid=9065 vsize=1534432 CPUtime=4.87
/proc/9067/task/9072/stat : 9072 (java) S 9065 9067 8359 0 -1 4202560 3811 0 0 0 485 2 0 0 15 0 13 0 41670895 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 0 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9073] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9073/stat : 9073 (java) S 9065 9067 8359 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9074] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9074/stat : 9074 (java) S 9065 9067 8359 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 41670896 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9075] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9075/stat : 9075 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9076] ppid=9065 vsize=1534432 CPUtime=0.78
/proc/9067/task/9076/stat : 9076 (java) S 9065 9067 8359 0 -1 4202560 2221 0 0 0 78 0 0 0 16 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9077] ppid=9065 vsize=1534432 CPUtime=1.67
/proc/9067/task/9077/stat : 9077 (java) S 9065 9067 8359 0 -1 4202560 1549 0 0 0 167 0 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9078] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9078/stat : 9078 (java) S 9065 9067 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
[pid=9067/tid=9079] ppid=9065 vsize=1534432 CPUtime=0.02
/proc/9067/task/9079/stat : 9079 (java) S 9065 9067 8359 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 13 0 41670900 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 1 0 0 0
[pid=9067/tid=9080] ppid=9065 vsize=1534432 CPUtime=0
/proc/9067/task/9080/stat : 9080 (java) S 9065 9067 8359 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 41671040 1571258368 57360 1992294400 134512640 134550932 4290390928 18446744073709551615 4294960144 0 4 0 16800975 18446604437840139456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1534432

Child status: 143
Real time (s): 1796
CPU time (s): 1800.19
CPU user time (s): 1799.47
CPU system time (s): 0.716891
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 1535316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.716891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60950
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= 39323
involuntary context switches= 30019

runsolver used 4.00939 second user time and 9.95349 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 11:22:32
IDJOB=2658222
IDBENCH=48341
IDSOLVER=1164
FILE ID=node025/2658222-1276680152
PBS_JOBID= 11172539
Free space on /tmp= 62580 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_2_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658222-1276680152/watcher-2658222-1276680152 -o /tmp/evaluation-result-2658222-1276680152/solver-2658222-1276680152 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658222-1276680152.opb

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

MD5SUM BENCH= 6247d91366961bc8ff12c33e03e6ccbd
RANDOM SEED=1607808606

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1776536 kB
Buffers:         80808 kB
Cached:         112088 kB
SwapCached:       7304 kB
Active:          97564 kB
Inactive:       109820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1776536 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       12012 kB
Mapped:          13076 kB
Slab:            53244 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182184 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= 62580 MiB
End job on node025 at 2010-06-16 11:52:30