Trace number 2658254

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.27 1794.45

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_15.opb
MD5SUM6d36c2461bcbe18a397b3deab9e30c2d
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.247961
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)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.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.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658254-1276683692.opb
0.23/0.20	c reading problem ... 
15.62/14.60	c ... done. Wall clock time 14.396s.
15.62/14.60	c #vars     6616
15.62/14.60	c #constraints  13035
15.62/14.60	c constraints type 
15.62/14.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
15.62/14.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.62/14.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.62/14.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
24.22/22.20	c cleaning 2519 clauses out of 5037 with flag 5037/5037
33.32/31.27	c cleaning 4243 clauses out of 8485 with flag 11004/11004
49.79/47.61	c cleaning 5619 clauses out of 11238 with flag 18000/18000
70.42/68.20	c cleaning 6808 clauses out of 13620 with flag 26001/26001
90.11/87.77	c cleaning 7904 clauses out of 15812 with flag 35001/35001
113.01/110.53	c cleaning 8956 clauses out of 17915 with flag 45008/45008
136.77/134.26	c cleaning 9981 clauses out of 19966 with flag 56015/56015
161.31/158.71	c cleaning 10985 clauses out of 21975 with flag 68005/68005
188.15/185.54	c cleaning 11993 clauses out of 23990 with flag 81005/81005
216.79/214.15	c cleaning 12996 clauses out of 25995 with flag 95003/95003
244.26/241.53	c cleaning 13497 clauses out of 26997 with flag 109001/109001
282.16/279.34	c cleaning 13780 clauses out of 27562 with flag 123063/123063
325.59/322.65	c cleaning 13866 clauses out of 27735 with flag 137016/137016
352.13/349.16	c cleaning 13925 clauses out of 27854 with flag 151001/151001
377.48/374.42	c cleaning 13973 clauses out of 27949 with flag 165021/165021
409.73/406.65	c cleaning 13987 clauses out of 27976 with flag 179021/179021
452.67/449.48	c cleaning 13987 clauses out of 27975 with flag 193007/193007
480.44/477.14	c cleaning 13991 clauses out of 27986 with flag 207005/207005
511.79/508.45	c cleaning 13994 clauses out of 27992 with flag 221002/221002
542.94/539.52	c cleaning 14001 clauses out of 28006 with flag 235010/235010
569.29/565.80	c cleaning 14004 clauses out of 28010 with flag 249015/249015
598.76/595.25	c cleaning 13997 clauses out of 27998 with flag 263007/263007
623.80/620.24	c cleaning 14004 clauses out of 28011 with flag 277017/277017
653.66/650.04	c cleaning 14000 clauses out of 28003 with flag 291013/291013
681.52/677.81	c cleaning 13994 clauses out of 27992 with flag 305002/305002
713.57/709.81	c cleaning 14008 clauses out of 28017 with flag 319021/319021
742.53/738.80	c cleaning 14001 clauses out of 28003 with flag 333015/333015
774.89/771.03	c cleaning 13992 clauses out of 27988 with flag 347001/347001
805.75/801.83	c cleaning 13996 clauses out of 27996 with flag 361001/361001
840.59/836.65	c cleaning 14014 clauses out of 28030 with flag 375031/375031
873.45/869.45	c cleaning 13999 clauses out of 28000 with flag 389015/389015
901.72/897.61	c cleaning 14004 clauses out of 28012 with flag 403026/403026
930.77/926.65	c cleaning 13993 clauses out of 27989 with flag 417007/417007
959.04/954.89	c cleaning 14001 clauses out of 28005 with flag 431016/431016
989.48/985.26	c cleaning 13994 clauses out of 27991 with flag 445003/445003
1016.24/1011.92	c cleaning 14010 clauses out of 28023 with flag 459029/459029
1046.88/1042.51	c cleaning 14009 clauses out of 28019 with flag 473035/473035
1079.01/1074.63	c cleaning 13993 clauses out of 27990 with flag 487015/487015
1113.76/1109.31	c cleaning 14006 clauses out of 28011 with flag 501029/501029
1153.02/1148.54	c cleaning 13996 clauses out of 27994 with flag 515018/515018
1180.19/1175.67	c cleaning 14008 clauses out of 28019 with flag 529039/529039
1212.74/1208.14	c cleaning 13985 clauses out of 27974 with flag 543002/543002
1246.52/1241.85	c cleaning 13999 clauses out of 28000 with flag 557013/557013
1281.27/1276.51	c cleaning 14011 clauses out of 28023 with flag 571035/571035
1313.03/1308.25	c cleaning 14016 clauses out of 28033 with flag 585056/585056
1342.21/1337.39	c cleaning 14006 clauses out of 28014 with flag 599053/599053
1371.58/1366.61	c cleaning 13980 clauses out of 27964 with flag 613009/613009
1395.94/1390.90	c cleaning 13996 clauses out of 27996 with flag 627021/627021
1423.91/1418.84	c cleaning 14005 clauses out of 28014 with flag 641035/641035
1452.07/1446.91	c cleaning 13998 clauses out of 27998 with flag 655024/655024
1482.94/1477.75	c cleaning 13999 clauses out of 28000 with flag 669024/669024
1510.60/1505.32	c cleaning 13991 clauses out of 27985 with flag 683008/683008
1545.85/1540.60	c cleaning 14008 clauses out of 28015 with flag 697029/697029
1582.09/1576.71	c cleaning 13996 clauses out of 27993 with flag 711015/711015
1613.33/1607.99	c cleaning 13991 clauses out of 27985 with flag 725003/725003
1646.38/1640.95	c cleaning 13996 clauses out of 27993 with flag 739002/739002
1674.04/1668.56	c cleaning 13998 clauses out of 27997 with flag 753002/753002
1713.09/1707.50	c cleaning 14004 clauses out of 28010 with flag 767013/767013
1752.75/1747.19	c cleaning 14002 clauses out of 28006 with flag 781013/781013
1781.60/1775.99	c cleaning 14012 clauses out of 28027 with flag 795036/795036
1800.04/1794.32	c starts		: 171
1800.04/1794.32	c conflicts		: 805316
1800.04/1794.32	c decisions		: 1296388
1800.04/1794.32	c propagations		: 19359479
1800.04/1794.32	c inspects		: 1904192981
1800.04/1794.32	c learnt literals	: 0
1800.04/1794.32	c learnt binary clauses	: 0
1800.04/1794.32	c learnt ternary clauses	: 45
1800.04/1794.32	c learnt clauses	: 805316
1800.04/1794.32	c ignored clauses	: 0
1800.04/1794.32	c root simplifications	: 0
1800.04/1794.32	c removed literals (reason simplification)	: 18981356
1800.04/1794.32	c reason swapping (by a shorter reason)	: 0
1800.04/1794.32	c Calls to reduceDB	: 60
1800.04/1794.32	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.32	c number of learned constraints concerned by reduction	: 0
1800.04/1794.32	c number of learning phase by resolution	: 0
1800.04/1794.32	c number of learning phase by cutting planes	: 0
1800.04/1794.32	c speed (assignments/second)	: 10877.829028065666
1800.04/1794.32	c non guided choices	6377
1800.04/1794.37	c learnt constraints type 
1800.04/1794.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24295
1800.04/1794.37	c constraints type 
1800.04/1794.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.04/1794.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.04/1794.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.04/1794.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.04/1794.39	s UNKNOWN
1800.04/1794.39	c Total wall clock time (in seconds): 1794.186

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

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


[startup+0 s]
/proc/loadavg: 1.01 0.98 0.99 3/106 9047
/proc/meminfo: memFree=1766348/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1700 CPUtime=0
/proc/9047/stat : 9047 (java) R 9045 9047 8831 0 -1 4194304 374 0 0 0 0 0 0 0 19 0 1 0 42024638 1740800 105 1992294400 134512640 134550932 4287783984 18446744073709551615 8378528 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9047/statm: 458 109 85 10 0 63 0

[startup+0.0874881 s]
/proc/loadavg: 1.01 0.98 0.99 3/106 9047
/proc/meminfo: memFree=1766348/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1521796 CPUtime=0.07
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 3867 0 1 0 6 1 0 0 19 0 7 0 42024638 1558319104 3308 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 380449 3308 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100487 s]
/proc/loadavg: 1.01 0.98 0.99 3/106 9047
/proc/meminfo: memFree=1766348/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1524184 CPUtime=0.09
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 3999 0 1 0 7 2 0 0 19 0 12 0 42024638 1560764416 3438 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 381046 3438 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.321728 s]
/proc/loadavg: 1.01 0.98 0.99 3/106 9047
/proc/meminfo: memFree=1766348/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1526960 CPUtime=0.42
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 5583 0 1 0 39 3 0 0 19 0 12 0 42024638 1563607040 5001 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 381740 5001 1365 10 0 379042 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 1526960

[startup+0.702535 s]
/proc/loadavg: 1.01 0.98 0.99 3/106 9047
/proc/meminfo: memFree=1766348/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1529552 CPUtime=1.08
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 7030 0 1 0 104 4 0 0 19 0 12 0 42024638 1566261248 6390 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 382388 6391 1404 10 0 379690 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1529552

[startup+1.50159 s]
/proc/loadavg: 1.01 0.98 0.99 2/118 9059
/proc/meminfo: memFree=1743436/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1529208 CPUtime=2.19
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 8596 0 1 0 215 4 0 0 19 0 12 0 42024638 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 382302 7463 1409 10 0 379604 0
[pid=9047/tid=9049] ppid=9045 vsize=1529208 CPUtime=1.47
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 5578 0 1 0 144 3 0 0 19 0 12 0 42024640 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4109167625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 42024641 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 42024641 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 42024643 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 42024643 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 42024643 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 42024647 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1529208 CPUtime=0.37
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 1349 0 0 0 37 0 0 0 15 0 12 0 42024647 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1529208 CPUtime=0.31
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 603 0 0 0 31 0 0 0 22 0 12 0 42024647 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42024647 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) R 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42024647 1565908992 7463 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1529208

[startup+3.10172 s]
/proc/loadavg: 1.01 0.98 0.99 2/118 9059
/proc/meminfo: memFree=1739840/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1529208 CPUtime=3.87
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 9483 0 1 0 382 5 0 0 19 0 12 0 42024638 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 382302 8350 1416 10 0 379604 0
[pid=9047/tid=9049] ppid=9045 vsize=1529208 CPUtime=3.08
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 6456 0 1 0 304 4 0 0 23 0 12 0 42024640 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4109167884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 42024641 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 42024641 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 42024643 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 42024643 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 42024643 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 42024647 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1529208 CPUtime=0.42
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 1357 0 0 0 42 0 0 0 15 0 12 0 42024647 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1529208 CPUtime=0.35
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 604 0 0 0 35 0 0 0 15 0 12 0 42024647 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42024647 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1529208 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42024647 1565908992 8350 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1529208

[startup+6.30197 s]
/proc/loadavg: 1.01 0.98 0.99 2/118 9059
/proc/meminfo: memFree=1733764/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1528772 CPUtime=7.16
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 10842 0 1 0 710 6 0 0 19 0 12 0 42024638 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 382193 9503 1418 10 0 379495 0
[pid=9047/tid=9049] ppid=9045 vsize=1528772 CPUtime=6.27
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 7807 0 1 0 623 4 0 0 25 0 12 0 42024640 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4109167814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 42024641 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 42024641 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 42024643 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 42024643 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 42024643 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 42024647 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1528772 CPUtime=0.48
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 1364 0 0 0 48 0 0 0 15 0 12 0 42024647 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1528772 CPUtime=0.37
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 605 0 0 0 37 0 0 0 15 0 12 0 42024647 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42024647 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1528772 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42024647 1565462528 9503 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1528772

[startup+12.7015 s]
/proc/loadavg: 1.01 0.98 0.99 2/118 9059
/proc/meminfo: memFree=1721984/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1529936 CPUtime=13.71
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 14095 0 1 0 1364 7 0 0 19 0 12 0 42024638 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 382484 12539 1418 10 0 379786 0
[pid=9047/tid=9049] ppid=9045 vsize=1529936 CPUtime=12.67
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 10500 0 1 0 1261 6 0 0 25 0 12 0 42024640 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4109167884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 12 0 42024641 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 42024641 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 42024643 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 42024643 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 42024643 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 42024647 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1529936 CPUtime=0.57
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 1893 0 0 0 57 0 0 0 15 0 12 0 42024647 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1529936 CPUtime=0.44
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 636 0 0 0 44 0 0 0 15 0 12 0 42024647 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42024647 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1529936 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42024647 1566654464 12539 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 1529936

[startup+25.5015 s]
/proc/loadavg: 1.00 0.98 0.99 2/119 9062
/proc/meminfo: memFree=1597976/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1533748 CPUtime=27.56
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 45352 0 1 0 2736 20 0 0 19 0 13 0 42024638 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383437 43242 1445 10 0 380739 0
[pid=9047/tid=9049] ppid=9045 vsize=1533748 CPUtime=25.12
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32116 0 1 0 2497 15 0 0 25 0 13 0 42024640 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4109553470 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1533748 CPUtime=0.14
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 2853 0 0 0 13 1 0 0 18 0 13 0 42024641 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1533748 CPUtime=0.13
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 3035 0 0 0 13 0 0 0 18 0 13 0 42024641 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1533748 CPUtime=0.06
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 2410 0 0 0 6 0 0 0 15 0 13 0 42024643 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 42024647 1570557952 43242 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1533748 CPUtime=1.11

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

[pid=9047] ppid=9045 vsize=1533748 CPUtime=1667.83
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 71305 0 1 0 166699 84 0 0 19 0 13 0 42024638 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383437 64569 1445 10 0 380739 0
[pid=9047/tid=9049] ppid=9045 vsize=1533748 CPUtime=1652.04
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32852 0 1 0 165160 44 0 0 25 0 13 0 42024640 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4109430534 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1533748 CPUtime=4.56
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 14792 0 0 0 442 14 0 0 15 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1533748 CPUtime=4.54
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 15356 0 0 0 436 18 0 0 15 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1533748 CPUtime=4.28
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 3258 0 0 0 424 4 0 0 15 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1533748 CPUtime=1.13
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 2300 0 0 0 112 1 0 0 16 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1533748 CPUtime=1.22
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 1584 0 0 0 122 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9060] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9060/stat : 9060 (java) S 9045 9047 8831 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42026101 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.83
Current children cumulated vsize (KiB) 1533748

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9109
/proc/meminfo: memFree=1510308/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1533748 CPUtime=1727.91
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 71327 0 1 0 172706 85 0 0 19 0 13 0 42024638 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383437 64569 1445 10 0 380739 0
[pid=9047/tid=9049] ppid=9045 vsize=1533748 CPUtime=1711.7
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32866 0 1 0 171125 45 0 0 25 0 13 0 42024640 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4109552554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1533748 CPUtime=4.7
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 14792 0 0 0 455 15 0 0 16 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1533748 CPUtime=4.68
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 15356 0 0 0 450 18 0 0 15 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1533748 CPUtime=4.43
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 3262 0 0 0 439 4 0 0 15 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1533748 CPUtime=1.13
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 2300 0 0 0 112 1 0 0 16 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1533748 CPUtime=1.22
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 1584 0 0 0 122 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9060] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9060/stat : 9060 (java) S 9045 9047 8831 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42026101 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.91
Current children cumulated vsize (KiB) 1533748

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9111
/proc/meminfo: memFree=1510184/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1533748 CPUtime=1788.02
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 71345 0 1 0 178716 86 0 0 19 0 13 0 42024638 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383437 64569 1445 10 0 380739 0
[pid=9047/tid=9049] ppid=9045 vsize=1533748 CPUtime=1771.31
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32880 0 1 0 177086 45 0 0 25 0 13 0 42024640 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4109553427 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1533748 CPUtime=4.87
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 14792 0 0 0 472 15 0 0 15 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1533748 CPUtime=4.84
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 15356 0 0 0 466 18 0 0 16 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1533748 CPUtime=4.59
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 3264 0 0 0 455 4 0 0 15 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1533748 CPUtime=1.13
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 2300 0 0 0 112 1 0 0 16 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1533748 CPUtime=1.22
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 1584 0 0 0 122 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9060] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9060/stat : 9060 (java) S 9045 9047 8831 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42026101 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.02
Current children cumulated vsize (KiB) 1533748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9111
/proc/meminfo: memFree=1510184/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1533748 CPUtime=1800.04
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 71351 0 1 0 179918 86 0 0 19 0 13 0 42024638 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383437 64569 1445 10 0 380739 0
[pid=9047/tid=9049] ppid=9045 vsize=1533748 CPUtime=1783.29
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32882 0 1 0 178284 45 0 0 25 0 13 0 42024640 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4109430565 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1533748 CPUtime=4.89
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 14792 0 0 0 474 15 0 0 15 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1533748 CPUtime=4.86
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 15356 0 0 0 468 18 0 0 16 0 13 0 42024641 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1533748 CPUtime=4.59
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 3266 0 0 0 455 4 0 0 15 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 42024643 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1533748 CPUtime=1.13
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 2300 0 0 0 112 1 0 0 16 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1533748 CPUtime=1.22
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 1584 0 0 0 122 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 42024647 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9060] ppid=9045 vsize=1533748 CPUtime=0
/proc/9047/task/9060/stat : 9060 (java) S 9045 9047 8831 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42026101 1570557952 64569 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1533748

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

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

[startup+1794.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9111
/proc/meminfo: memFree=1510184/2059040 swapFree=4136680/4192956
[pid=9047] ppid=9045 vsize=1534396 CPUtime=1800.22
/proc/9047/stat : 9047 (java) S 9045 9047 8831 0 -1 4202496 71370 0 1 0 179936 86 0 0 18 0 14 0 42024638 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9047/statm: 383599 64588 1446 10 0 380901 0
[pid=9047/tid=9049] ppid=9045 vsize=1534396 CPUtime=1783.39
/proc/9047/task/9049/stat : 9049 (java) R 9045 9047 8831 0 -1 4202560 32882 0 1 0 178294 45 0 0 25 0 14 0 42024640 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4109553468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9047/tid=9050] ppid=9045 vsize=1534396 CPUtime=4.89
/proc/9047/task/9050/stat : 9050 (java) S 9045 9047 8831 0 -1 4202560 14792 0 0 0 474 15 0 0 15 0 14 0 42024641 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9051] ppid=9045 vsize=1534396 CPUtime=4.86
/proc/9047/task/9051/stat : 9051 (java) S 9045 9047 8831 0 -1 4202560 15356 0 0 0 468 18 0 0 16 0 14 0 42024641 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9052] ppid=9045 vsize=1534396 CPUtime=4.59
/proc/9047/task/9052/stat : 9052 (java) S 9045 9047 8831 0 -1 4202560 3266 0 0 0 455 4 0 0 15 0 14 0 42024643 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 0 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9053] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9053/stat : 9053 (java) S 9045 9047 8831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 42024643 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9054] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9054/stat : 9054 (java) S 9045 9047 8831 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 42024643 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9055] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9055/stat : 9055 (java) S 9045 9047 8831 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 42024647 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9056] ppid=9045 vsize=1534396 CPUtime=1.13
/proc/9047/task/9056/stat : 9056 (java) S 9045 9047 8831 0 -1 4202560 2300 0 0 0 112 1 0 0 16 0 14 0 42024647 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 1 0 0 0
[pid=9047/tid=9057] ppid=9045 vsize=1534396 CPUtime=1.27
/proc/9047/task/9057/stat : 9057 (java) S 9045 9047 8831 0 -1 4202560 1584 0 0 0 127 0 0 0 16 0 14 0 42024647 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9058] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9058/stat : 9058 (java) S 9045 9047 8831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 42024647 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9059] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9059/stat : 9059 (java) S 9045 9047 8831 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 42024647 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
[pid=9047/tid=9060] ppid=9045 vsize=1534396 CPUtime=0
/proc/9047/task/9060/stat : 9060 (java) S 9045 9047 8831 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 42026101 1571221504 64588 1992294400 134512640 134550932 4287783984 18446744073709551615 4294960144 0 4 0 16800975 18446604437828468992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1534396

Child status: 143
Real time (s): 1794.45
CPU time (s): 1800.27
CPU user time (s): 1799.37
CPU system time (s): 0.895863
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 1534396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71370
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= 41246
involuntary context switches= 29161

runsolver used 3.61345 second user time and 9.74352 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 12:21:32
IDJOB=2658254
IDBENCH=48373
IDSOLVER=1164
FILE ID=node026/2658254-1276683692
PBS_JOBID= 11172584
Free space on /tmp= 62560 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_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658254-1276683692/watcher-2658254-1276683692 -o /tmp/evaluation-result-2658254-1276683692/solver-2658254-1276683692 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658254-1276683692.opb

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

MD5SUM BENCH= 6d36c2461bcbe18a397b3deab9e30c2d
RANDOM SEED=1311368314

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1766620 kB
Buffers:         79580 kB
Cached:         119628 kB
SwapCached:       9808 kB
Active:          90724 kB
Inactive:       121872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1766620 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:             716 kB
Writeback:           0 kB
AnonPages:       11588 kB
Mapped:           9440 kB
Slab:            58040 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180096 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= 62560 MiB
End job on node026 at 2010-06-16 12:51:29