Trace number 2658221

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 1794

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
MD5SUM67a15ea3b760eccb0e507c1f93bad0e1
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658221-1276679903.opb
0.24/0.20	c reading problem ... 
15.47/14.61	c ... done. Wall clock time 14.408s.
15.47/14.61	c #vars     6616
15.47/14.61	c #constraints  13035
15.47/14.61	c constraints type 
15.47/14.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
15.47/14.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.47/14.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.47/14.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
22.25/20.90	c cleaning 2503 clauses out of 5006 with flag 5006/5006
30.05/28.60	c cleaning 4265 clauses out of 8529 with flag 11032/11032
41.23/39.66	c cleaning 5628 clauses out of 11256 with flag 18024/18024
50.86/49.19	c cleaning 6826 clauses out of 13652 with flag 26048/26048
67.35/65.51	c cleaning 7881 clauses out of 15778 with flag 35000/35000
84.72/82.86	c cleaning 8954 clauses out of 17908 with flag 45011/45011
101.09/99.17	c cleaning 9985 clauses out of 19971 with flag 56028/56028
129.87/127.70	c cleaning 10981 clauses out of 21961 with flag 68003/68003
164.28/162.07	c cleaning 11997 clauses out of 23994 with flag 81017/81017
182.32/180.08	c cleaning 12989 clauses out of 25981 with flag 95001/95001
205.57/203.28	c cleaning 13505 clauses out of 27010 with flag 109019/109019
224.11/221.72	c cleaning 13742 clauses out of 27488 with flag 123002/123002
242.77/240.30	c cleaning 13874 clauses out of 27750 with flag 137006/137006
264.82/262.39	c cleaning 13947 clauses out of 27896 with flag 151026/151026
288.37/285.83	c cleaning 13970 clauses out of 27942 with flag 165019/165019
318.71/316.16	c cleaning 13978 clauses out of 27957 with flag 179004/179004
342.57/339.95	c cleaning 13993 clauses out of 27990 with flag 193015/193015
366.32/363.64	c cleaning 13997 clauses out of 27996 with flag 207014/207014
393.77/391.05	c cleaning 13995 clauses out of 27993 with flag 221008/221008
420.60/417.86	c cleaning 13995 clauses out of 27991 with flag 235001/235001
445.96/443.19	c cleaning 14012 clauses out of 28025 with flag 249030/249030
476.42/473.52	c cleaning 14005 clauses out of 28012 with flag 263029/263029
499.57/496.63	c cleaning 14012 clauses out of 28025 with flag 277047/277047
524.54/521.52	c cleaning 13987 clauses out of 27978 with flag 291012/291012
553.89/550.83	c cleaning 13988 clauses out of 27979 with flag 305000/305000
583.26/580.13	c cleaning 14003 clauses out of 28008 with flag 319017/319017
610.42/607.22	c cleaning 13993 clauses out of 27988 with flag 333000/333000
641.08/637.87	c cleaning 14018 clauses out of 28037 with flag 347042/347042
669.74/666.45	c cleaning 14007 clauses out of 28013 with flag 361036/361036
706.98/703.64	c cleaning 13994 clauses out of 27989 with flag 375019/375019
743.64/740.22	c cleaning 13993 clauses out of 27987 with flag 389011/389011
769.90/766.49	c cleaning 13994 clauses out of 27991 with flag 403008/403008
796.57/793.05	c cleaning 14003 clauses out of 28009 with flag 417020/417020
823.83/820.23	c cleaning 14003 clauses out of 28010 with flag 431024/431024
853.73/850.03	c cleaning 14007 clauses out of 28016 with flag 445033/445033
880.10/876.37	c cleaning 14010 clauses out of 28023 with flag 459047/459047
914.68/910.86	c cleaning 13984 clauses out of 27970 with flag 473004/473004
944.64/940.77	c cleaning 14010 clauses out of 28024 with flag 487042/487042
974.48/970.53	c cleaning 13996 clauses out of 27996 with flag 501024/501024
1004.35/1000.39	c cleaning 13988 clauses out of 27980 with flag 515004/515004
1032.11/1028.09	c cleaning 13992 clauses out of 27988 with flag 529000/529000
1061.39/1057.27	c cleaning 14007 clauses out of 28013 with flag 543017/543017
1099.27/1095.02	c cleaning 14008 clauses out of 28017 with flag 557028/557028
1133.05/1128.77	c cleaning 14013 clauses out of 28026 with flag 571045/571045
1167.43/1163.04	c cleaning 14013 clauses out of 28027 with flag 585059/585059
1196.21/1191.76	c cleaning 13982 clauses out of 27968 with flag 599013/599013
1223.18/1218.64	c cleaning 13999 clauses out of 28001 with flag 613028/613028
1248.15/1243.55	c cleaning 13986 clauses out of 27975 with flag 627001/627001
1272.61/1267.91	c cleaning 14007 clauses out of 28017 with flag 641029/641029
1306.11/1301.35	c cleaning 14005 clauses out of 28012 with flag 655031/655031
1342.88/1338.06	c cleaning 13990 clauses out of 27982 with flag 669006/669006
1376.06/1371.13	c cleaning 14008 clauses out of 28020 with flag 683034/683034
1407.24/1402.25	c cleaning 13993 clauses out of 27986 with flag 697008/697008
1440.83/1435.76	c cleaning 13993 clauses out of 27985 with flag 711000/711000
1472.13/1466.98	c cleaning 14009 clauses out of 28022 with flag 725030/725030
1501.92/1496.67	c cleaning 14020 clauses out of 28042 with flag 739059/739059
1536.32/1530.96	c cleaning 14011 clauses out of 28024 with flag 753061/753061
1577.82/1572.31	c cleaning 13980 clauses out of 27959 with flag 767007/767007
1619.23/1613.62	c cleaning 13987 clauses out of 27973 with flag 781001/781001
1653.84/1648.19	c cleaning 14025 clauses out of 28049 with flag 795064/795064
1695.45/1689.63	c cleaning 13986 clauses out of 27972 with flag 809012/809012
1746.50/1740.50	c cleaning 14020 clauses out of 28040 with flag 823066/823066
1774.37/1768.32	c cleaning 13976 clauses out of 27956 with flag 837002/837002
1795.61/1789.57	c cleaning 13989 clauses out of 27981 with flag 851003/851003
1800.04/1793.91	c starts		: 171
1800.04/1793.91	c conflicts		: 854021
1800.04/1793.91	c decisions		: 1125529
1800.04/1793.91	c propagations		: 28346594
1800.04/1793.91	c inspects		: 1973224433
1800.04/1793.91	c learnt literals	: 0
1800.04/1793.91	c learnt binary clauses	: 0
1800.04/1793.91	c learnt ternary clauses	: 109
1800.04/1793.91	c learnt clauses	: 854021
1800.04/1793.91	c ignored clauses	: 0
1800.04/1793.92	c root simplifications	: 0
1800.04/1793.92	c removed literals (reason simplification)	: 22274013
1800.04/1793.92	c reason swapping (by a shorter reason)	: 0
1800.04/1793.92	c Calls to reduceDB	: 64
1800.04/1793.92	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.92	c number of learned constraints concerned by reduction	: 0
1800.04/1793.92	c number of learning phase by resolution	: 0
1800.04/1793.92	c number of learning phase by cutting planes	: 0
1800.04/1793.92	c speed (assignments/second)	: 15931.246304743192
1800.04/1793.92	c non guided choices	6377
1800.04/1793.94	c learnt constraints type 
1800.04/1793.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17022
1800.04/1793.95	c constraints type 
1800.04/1793.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.04/1793.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1793.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.04/1793.95	s UNKNOWN
1800.04/1793.95	c Total wall clock time (in seconds): 1793.748

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

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


[startup+0 s]
/proc/loadavg: 1.38 1.11 1.03 3/105 17571
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1836 CPUtime=0
/proc/17571/stat : 17571 (java) R 17569 17571 16409 0 -1 4194304 423 0 0 0 0 0 0 0 25 0 1 0 9284147 1880064 153 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17571/statm: 458 153 116 10 0 63 0

[startup+0.0878079 s]
/proc/loadavg: 1.38 1.11 1.03 3/105 17571
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1522120 CPUtime=0.07
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 3872 0 1 0 5 2 0 0 25 0 8 0 9284147 1558650880 3313 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 380530 3313 1048 10 0 377840 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522120

[startup+0.102297 s]
/proc/loadavg: 1.38 1.11 1.03 3/105 17571
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1524184 CPUtime=0.09
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 4016 0 1 0 7 2 0 0 25 0 12 0 9284147 1560764416 3455 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 381046 3457 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301273 s]
/proc/loadavg: 1.38 1.11 1.03 3/105 17571
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1526736 CPUtime=0.38
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 5417 0 1 0 35 3 0 0 25 0 12 0 9284147 1563377664 4854 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 381684 4854 1363 10 0 378986 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526736

[startup+0.701317 s]
/proc/loadavg: 1.38 1.11 1.03 3/105 17571
/proc/meminfo: memFree=1740352/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1529144 CPUtime=1.02
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 6931 0 1 0 98 4 0 0 25 0 12 0 9284147 1565843456 6297 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 382286 6297 1408 10 0 379588 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1529144

[startup+1.50141 s]
/proc/loadavg: 1.38 1.11 1.03 3/117 17583
/proc/meminfo: memFree=1718248/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1529172 CPUtime=2.07
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 8134 0 1 0 202 5 0 0 25 0 12 0 9284147 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 382293 7302 1409 10 0 379595 0
[pid=17571/tid=17573] ppid=17569 vsize=1529172 CPUtime=1.35
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 5457 0 1 0 131 4 0 0 25 0 12 0 9284148 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4109379340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9284149 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284149 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9284151 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9284151 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9284151 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9284156 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1529172 CPUtime=0.35
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 521 0 0 0 35 0 0 0 18 0 12 0 9284156 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1529172 CPUtime=0.35
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1089 0 0 0 35 0 0 0 15 0 12 0 9284156 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284156 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9284156 1565872128 7302 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1529172

[startup+3.1016 s]
/proc/loadavg: 1.38 1.11 1.03 2/117 17583
/proc/meminfo: memFree=1714404/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1529172 CPUtime=3.72
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 9042 0 1 0 366 6 0 0 25 0 12 0 9284147 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 382293 8210 1409 10 0 379595 0
[pid=17571/tid=17573] ppid=17569 vsize=1529172 CPUtime=2.93
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 6361 0 1 0 288 5 0 0 25 0 12 0 9284148 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4109379081 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9284149 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284149 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9284151 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9284151 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9284151 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9284156 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1529172 CPUtime=0.41
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 525 0 0 0 41 0 0 0 15 0 12 0 9284156 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1529172 CPUtime=0.35
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1089 0 0 0 35 0 0 0 15 0 12 0 9284156 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284156 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1529172 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9284156 1565872128 8210 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1529172

[startup+6.30194 s]
/proc/loadavg: 1.43 1.12 1.04 2/117 17583
/proc/meminfo: memFree=1708452/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1528544 CPUtime=7.01
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 10419 0 1 0 694 7 0 0 25 0 12 0 9284147 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 382136 9460 1418 10 0 379438 0
[pid=17571/tid=17573] ppid=17569 vsize=1528544 CPUtime=6.11
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 7730 0 1 0 605 6 0 0 25 0 12 0 9284148 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4109379340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9284149 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284149 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9284151 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9284151 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9284151 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9284156 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1528544 CPUtime=0.43
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 526 0 0 0 43 0 0 0 15 0 12 0 9284156 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1528544 CPUtime=0.44
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1096 0 0 0 44 0 0 0 15 0 12 0 9284156 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284156 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1528544 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9284156 1565229056 9460 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 1528544

[startup+12.7017 s]
/proc/loadavg: 1.40 1.12 1.04 3/117 17583
/proc/meminfo: memFree=1695184/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1531120 CPUtime=13.56
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 14128 0 1 0 1347 9 0 0 25 0 12 0 9284147 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 382780 12702 1418 10 0 380082 0
[pid=17571/tid=17573] ppid=17569 vsize=1531120 CPUtime=12.48
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 10443 0 1 0 1240 8 0 0 25 0 12 0 9284148 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4109379081 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 9284149 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284149 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9284151 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 9284151 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9284151 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9284156 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1531120 CPUtime=0.54
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 1517 0 0 0 54 0 0 0 15 0 12 0 9284156 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1531120 CPUtime=0.51
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1101 0 0 0 51 0 0 0 16 0 12 0 9284156 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9284156 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1531120 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9284156 1567866880 12702 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1531120

[startup+25.5021 s]
/proc/loadavg: 1.31 1.11 1.04 2/118 17584
/proc/meminfo: memFree=1573408/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1533492 CPUtime=27.01
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 44869 0 1 0 2679 22 0 0 25 0 13 0 9284147 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 42873 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=24.81
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32066 0 1 0 2464 17 0 0 25 0 13 0 9284148 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4109574861 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=0.11
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 2687 0 0 0 11 0 0 0 18 0 13 0 9284149 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=0.12
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 2831 0 0 0 11 1 0 0 18 0 13 0 9284149 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=0.06
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 2333 0 0 0 6 0 0 0 15 0 13 0 9284151 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 42873 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=0.99

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

[pid=17571] ppid=17569 vsize=1533492 CPUtime=1668.08
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 68376 0 1 0 166740 68 0 0 25 0 13 0 9284147 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 61921 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=1649.9
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32639 0 1 0 164969 21 0 0 25 0 13 0 9284148 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4109655296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=5.72
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 13723 0 0 0 553 19 0 0 16 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=5.73
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 13458 0 0 0 552 21 0 0 15 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=4.54
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 3465 0 0 0 451 3 0 0 15 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=1.24
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 2530 0 0 0 123 1 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1533492 CPUtime=0.89
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1397 0 0 0 89 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17584] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17584/stat : 17584 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9285611 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.08
Current children cumulated vsize (KiB) 1533492

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17633
/proc/meminfo: memFree=1495288/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1533492 CPUtime=1728.26
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 68413 0 1 0 172756 70 0 0 25 0 13 0 9284147 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 61921 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=1709.49
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32668 0 1 0 170928 21 0 0 25 0 13 0 9284148 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4109691821 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=5.96
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 13723 0 0 0 577 19 0 0 16 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=5.99
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 13458 0 0 0 577 22 0 0 16 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=4.62
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 3469 0 0 0 459 3 0 0 15 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=1.24
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 2530 0 0 0 123 1 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1533492 CPUtime=0.89
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1397 0 0 0 89 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) S 17569 17571 16409 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17584] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17584/stat : 17584 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9285611 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.26
Current children cumulated vsize (KiB) 1533492

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17635
/proc/meminfo: memFree=1495288/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1533492 CPUtime=1788.4
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 68437 0 1 0 178769 71 0 0 25 0 13 0 9284147 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 61921 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=1769.07
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32688 0 1 0 176886 21 0 0 25 0 13 0 9284148 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4109774723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=6.17
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 13723 0 0 0 597 20 0 0 16 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=6.19
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 13458 0 0 0 597 22 0 0 16 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=4.78
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 3471 0 0 0 475 3 0 0 15 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=1.24
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 2530 0 0 0 123 1 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1533492 CPUtime=0.89
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1397 0 0 0 89 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) R 17569 17571 16409 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17571/tid=17584] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17584/stat : 17584 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9285611 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 1533492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17635
/proc/meminfo: memFree=1495288/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1533492 CPUtime=1800.04
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 68444 0 1 0 179932 72 0 0 25 0 13 0 9284147 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 61921 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=1780.54
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32691 0 1 0 178033 21 0 0 25 0 13 0 9284148 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4109685122 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=6.2
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 13723 0 0 0 600 20 0 0 15 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=6.21
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 13458 0 0 0 599 22 0 0 15 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=4.87
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 3473 0 0 0 484 3 0 0 15 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=1.24
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 2530 0 0 0 123 1 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1533492 CPUtime=0.89
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1397 0 0 0 89 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) R 17569 17571 16409 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17571/tid=17584] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17584/stat : 17584 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9285611 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533492

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

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

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17635
/proc/meminfo: memFree=1495288/2059040 swapFree=4192956/4192956
[pid=17571] ppid=17569 vsize=1533492 CPUtime=1800.04
/proc/17571/stat : 17571 (java) S 17569 17571 16409 0 -1 4202496 68444 0 1 0 179932 72 0 0 25 0 13 0 9284147 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17571/statm: 383373 61921 1445 10 0 380675 0
[pid=17571/tid=17573] ppid=17569 vsize=1533492 CPUtime=1780.54
/proc/17571/task/17573/stat : 17573 (java) R 17569 17571 16409 0 -1 4202560 32691 0 1 0 178033 21 0 0 25 0 13 0 9284148 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4109685122 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17571/tid=17574] ppid=17569 vsize=1533492 CPUtime=6.2
/proc/17571/task/17574/stat : 17574 (java) S 17569 17571 16409 0 -1 4202560 13723 0 0 0 600 20 0 0 15 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17575] ppid=17569 vsize=1533492 CPUtime=6.21
/proc/17571/task/17575/stat : 17575 (java) S 17569 17571 16409 0 -1 4202560 13458 0 0 0 599 22 0 0 15 0 13 0 9284149 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17576] ppid=17569 vsize=1533492 CPUtime=4.87
/proc/17571/task/17576/stat : 17576 (java) S 17569 17571 16409 0 -1 4202560 3473 0 0 0 484 3 0 0 15 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 0 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17577] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17577/stat : 17577 (java) S 17569 17571 16409 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17578] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17578/stat : 17578 (java) S 17569 17571 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 9284151 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17579] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17579/stat : 17579 (java) S 17569 17571 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17580] ppid=17569 vsize=1533492 CPUtime=1.24
/proc/17571/task/17580/stat : 17580 (java) S 17569 17571 16409 0 -1 4202560 2530 0 0 0 123 1 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17581] ppid=17569 vsize=1533492 CPUtime=0.89
/proc/17571/task/17581/stat : 17581 (java) S 17569 17571 16409 0 -1 4202560 1397 0 0 0 89 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 1 0 0 0
[pid=17571/tid=17582] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17582/stat : 17582 (java) S 17569 17571 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
[pid=17571/tid=17583] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17583/stat : 17583 (java) R 17569 17571 16409 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9284156 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17571/tid=17584] ppid=17569 vsize=1533492 CPUtime=0
/proc/17571/task/17584/stat : 17584 (java) S 17569 17571 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9285611 1570295808 61921 1992294400 134512640 134550932 4294702256 18446744073709551615 4294960144 0 4 0 16800975 18446604437837584320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533492

Child status: 143
Real time (s): 1794
CPU time (s): 1800.19
CPU user time (s): 1799.44
CPU system time (s): 0.746886
CPU usage (%): 100.345
Max. virtual memory (cumulated for all children) (KiB): 1534516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.746886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68467
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= 43741
involuntary context switches= 32575

runsolver used 3.61445 second user time and 9.45656 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 11:18:23
IDJOB=2658221
IDBENCH=48340
IDSOLVER=1164
FILE ID=node085/2658221-1276679903
PBS_JOBID= 11172523
Free space on /tmp= 121872 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_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-2658221-1276679903/watcher-2658221-1276679903 -o /tmp/evaluation-result-2658221-1276679903/solver-2658221-1276679903 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658221-1276679903.opb

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

MD5SUM BENCH= 67a15ea3b760eccb0e507c1f93bad0e1
RANDOM SEED=2071734246

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1740748 kB
Buffers:         62160 kB
Cached:         119108 kB
SwapCached:          0 kB
Active:         125336 kB
Inactive:       115384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1740748 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             692 kB
Writeback:           0 kB
AnonPages:       59448 kB
Mapped:          15364 kB
Slab:            55912 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181400 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= 121868 MiB
End job on node085 at 2010-06-16 11:48:19