Trace number 2658218

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.2 1794.32

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM6f80de356bf70dde8dfbe2efc2cb9dee
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)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658218-1276679637.opb
0.22/0.21	c reading problem ... 
15.36/14.42	c ... done. Wall clock time 14.205s.
15.36/14.42	c #vars     6604
15.36/14.42	c #constraints  13011
15.36/14.42	c constraints type 
15.36/14.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
15.36/14.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.36/14.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.36/14.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
22.68/21.15	c cleaning 2519 clauses out of 5037 with flag 5037/5037
32.90/31.29	c cleaning 4242 clauses out of 8483 with flag 11002/11002
47.15/45.48	c cleaning 5632 clauses out of 11264 with flag 18025/18025
60.50/58.62	c cleaning 6802 clauses out of 13608 with flag 26001/26001
77.56/75.69	c cleaning 7901 clauses out of 15805 with flag 35000/35000
102.39/100.50	c cleaning 8952 clauses out of 17907 with flag 45003/45003
123.85/121.81	c cleaning 9977 clauses out of 19953 with flag 56001/56001
144.60/142.55	c cleaning 10988 clauses out of 21978 with flag 68003/68003
169.44/167.37	c cleaning 11995 clauses out of 23994 with flag 81007/81007
190.59/188.44	c cleaning 13003 clauses out of 26006 with flag 95014/95014
213.94/211.74	c cleaning 13495 clauses out of 26991 with flag 109002/109002
237.82/235.55	c cleaning 13747 clauses out of 27498 with flag 123004/123004
256.28/254.00	c cleaning 13875 clauses out of 27753 with flag 137006/137006
276.94/274.57	c cleaning 13938 clauses out of 27879 with flag 151007/151007
295.30/292.83	c cleaning 13966 clauses out of 27935 with flag 165001/165001
320.24/317.73	c cleaning 13991 clauses out of 27986 with flag 179018/179018
348.14/345.51	c cleaning 14018 clauses out of 28037 with flag 193060/193060
378.13/375.42	c cleaning 13978 clauses out of 27959 with flag 207000/207000
406.07/403.31	c cleaning 13998 clauses out of 28000 with flag 221019/221019
429.63/426.81	c cleaning 14001 clauses out of 28006 with flag 235023/235023
448.89/446.09	c cleaning 13989 clauses out of 27982 with flag 249000/249000
482.72/479.80	c cleaning 13999 clauses out of 28002 with flag 263009/263009
501.09/498.15	c cleaning 14005 clauses out of 28014 with flag 277020/277020
516.36/513.36	c cleaning 13988 clauses out of 27989 with flag 291000/291000
533.03/530.00	c cleaning 13998 clauses out of 28003 with flag 305002/305002
560.69/557.54	c cleaning 13999 clauses out of 28003 with flag 319000/319000
578.83/575.68	c cleaning 14001 clauses out of 28005 with flag 333001/333001
603.39/600.18	c cleaning 14000 clauses out of 28003 with flag 347000/347000
622.64/619.31	c cleaning 14001 clauses out of 28005 with flag 361002/361002
647.38/644.08	c cleaning 14012 clauses out of 28027 with flag 375025/375025
673.14/669.74	c cleaning 13995 clauses out of 27993 with flag 389003/389003
701.42/697.93	c cleaning 14020 clauses out of 28041 with flag 403046/403046
727.30/723.80	c cleaning 13991 clauses out of 27985 with flag 417010/417010
745.43/741.85	c cleaning 13990 clauses out of 27984 with flag 431000/431000
765.78/762.12	c cleaning 13996 clauses out of 27995 with flag 445001/445001
783.13/779.49	c cleaning 13998 clauses out of 28002 with flag 459004/459004
811.28/807.57	c cleaning 14005 clauses out of 28013 with flag 473013/473013
832.04/828.21	c cleaning 13996 clauses out of 27995 with flag 487000/487000
851.38/847.57	c cleaning 13999 clauses out of 28001 with flag 501002/501002
878.54/874.64	c cleaning 13998 clauses out of 28000 with flag 515000/515000
900.08/896.16	c cleaning 13999 clauses out of 28002 with flag 529000/529000
925.74/921.75	c cleaning 14000 clauses out of 28003 with flag 543000/543000
955.18/951.17	c cleaning 14000 clauses out of 28003 with flag 557000/557000
981.32/977.22	c cleaning 14015 clauses out of 28036 with flag 571033/571033
1007.89/1003.75	c cleaning 13999 clauses out of 28001 with flag 585013/585013
1033.35/1029.17	c cleaning 13993 clauses out of 27992 with flag 599003/599003
1050.19/1045.97	c cleaning 14000 clauses out of 28004 with flag 613008/613008
1070.27/1065.91	c cleaning 14001 clauses out of 28005 with flag 627009/627009
1092.60/1088.28	c cleaning 14005 clauses out of 28015 with flag 641020/641020
1110.75/1106.32	c cleaning 13992 clauses out of 27990 with flag 655000/655000
1140.40/1135.97	c cleaning 14002 clauses out of 28007 with flag 669009/669009
1165.93/1161.43	c cleaning 13999 clauses out of 28001 with flag 683005/683005
1194.68/1190.13	c cleaning 14001 clauses out of 28006 with flag 697009/697009
1226.83/1222.23	c cleaning 13996 clauses out of 27996 with flag 711000/711000
1256.19/1251.58	c cleaning 13998 clauses out of 28000 with flag 725000/725000
1283.53/1278.85	c cleaning 14000 clauses out of 28003 with flag 739001/739001
1311.28/1306.54	c cleaning 14000 clauses out of 28003 with flag 753001/753001
1341.15/1336.34	c cleaning 14009 clauses out of 28023 with flag 767021/767021
1374.91/1370.09	c cleaning 13998 clauses out of 27999 with flag 781006/781006
1409.61/1404.70	c cleaning 13997 clauses out of 28000 with flag 795005/795005
1438.07/1433.03	c cleaning 14008 clauses out of 28021 with flag 809023/809023
1470.53/1465.48	c cleaning 14013 clauses out of 28032 with flag 823042/823042
1501.39/1496.25	c cleaning 13997 clauses out of 28000 with flag 837023/837023
1532.43/1527.28	c cleaning 13999 clauses out of 28003 with flag 851023/851023
1563.99/1558.79	c cleaning 14012 clauses out of 28029 with flag 865048/865048
1597.84/1592.57	c cleaning 13984 clauses out of 27976 with flag 879007/879007
1625.19/1619.88	c cleaning 13987 clauses out of 27986 with flag 893001/893001
1650.78/1645.40	c cleaning 14002 clauses out of 28009 with flag 907011/907011
1679.73/1674.24	c cleaning 14000 clauses out of 28004 with flag 921008/921008
1699.36/1693.81	c cleaning 14006 clauses out of 28016 with flag 935020/935020
1734.73/1729.12	c cleaning 14016 clauses out of 28034 with flag 949044/949044
1761.61/1755.97	c cleaning 13983 clauses out of 27974 with flag 963000/963000
1792.18/1786.47	c cleaning 14049 clauses out of 28099 with flag 977108/977108
1800.01/1794.22	c starts		: 187
1800.01/1794.22	c conflicts		: 980631
1800.01/1794.22	c decisions		: 6513918
1800.01/1794.22	c propagations		: 28526281
1800.01/1794.23	c inspects		: 1752957085
1800.01/1794.23	c learnt literals	: 0
1800.01/1794.23	c learnt binary clauses	: 0
1800.01/1794.23	c learnt ternary clauses	: 474
1800.01/1794.23	c learnt clauses	: 980640
1800.01/1794.23	c ignored clauses	: 0
1800.01/1794.23	c root simplifications	: 0
1800.01/1794.23	c removed literals (reason simplification)	: 13538060
1800.01/1794.23	c reason swapping (by a shorter reason)	: 0
1800.01/1794.23	c Calls to reduceDB	: 73
1800.01/1794.23	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.23	c number of learned constraints concerned by reduction	: 0
1800.01/1794.23	c number of learning phase by resolution	: 0
1800.01/1794.23	c number of learning phase by cutting planes	: 0
1800.01/1794.23	c speed (assignments/second)	: 16027.983245449666
1800.01/1794.23	c non guided choices	6364
1800.01/1794.28	c learnt constraints type 
1800.01/1794.28	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17602
1800.01/1794.28	c constraints type 
1800.01/1794.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1800.01/1794.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/1794.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/1794.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.01/1794.28	s UNKNOWN
1800.01/1794.28	c Total wall clock time (in seconds): 1794.07

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 16988
/proc/meminfo: memFree=1533592/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=248 CPUtime=0
/proc/16988/stat : 16988 (java6) R 16986 16988 16567 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 9254359 253952 28 1992294400 134512640 134550932 4290648912 18446744073709551615 4362718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16988/statm: 62 28 21 10 0 23 0

[startup+0.077019 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 16988
/proc/meminfo: memFree=1533592/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1521796 CPUtime=0.05
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 3722 0 1 0 4 1 0 0 15 0 7 0 9254359 1558319104 3164 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 380449 3165 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100019 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 16988
/proc/meminfo: memFree=1533592/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1523992 CPUtime=0.08
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 3919 0 1 0 6 2 0 0 15 0 12 0 9254359 1560567808 3359 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 381006 3362 1066 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300017 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 16988
/proc/meminfo: memFree=1533592/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1525932 CPUtime=0.35
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 5313 0 1 0 33 2 0 0 15 0 12 0 9254359 1562554368 4751 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 381483 4751 1357 10 0 378785 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525932

[startup+0.700015 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 16988
/proc/meminfo: memFree=1533592/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1528952 CPUtime=0.99
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 7193 0 1 0 96 3 0 0 15 0 12 0 9254359 1565646848 6321 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 382238 6321 1407 10 0 379540 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1528952

[startup+1.50101 s]
/proc/loadavg: 1.15 1.02 1.01 2/118 17000
/proc/meminfo: memFree=1510496/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1528952 CPUtime=2.14
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 8819 0 1 0 210 4 0 0 15 0 12 0 9254359 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 382238 7492 1409 10 0 379540 0
[pid=16988/tid=16990] ppid=16986 vsize=1528952 CPUtime=1.38
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 5533 0 1 0 136 2 0 0 25 0 12 0 9254360 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4109236748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9254362 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9254362 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9254364 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9254364 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9254364 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9254368 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1528952 CPUtime=0.23
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 341 0 0 0 23 0 0 0 17 0 12 0 9254368 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1528952 CPUtime=0.49
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 1879 0 0 0 49 0 0 0 16 0 12 0 9254368 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9254368 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9254368 1565646848 7492 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1528952

[startup+3.101 s]
/proc/loadavg: 1.15 1.02 1.01 2/118 17000
/proc/meminfo: memFree=1506900/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1528952 CPUtime=3.81
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 9695 0 1 0 377 4 0 0 15 0 12 0 9254359 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 382238 8368 1416 10 0 379540 0
[pid=16988/tid=16990] ppid=16986 vsize=1528952 CPUtime=2.98
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 6405 0 1 0 295 3 0 0 25 0 12 0 9254360 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4109236774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9254362 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9254362 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9254364 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9254364 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9254364 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9254368 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1528952 CPUtime=0.26
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 343 0 0 0 26 0 0 0 15 0 12 0 9254368 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1528952 CPUtime=0.54
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 1881 0 0 0 54 0 0 0 15 0 12 0 9254368 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9254368 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9254368 1565646848 8368 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1528952

[startup+6.30198 s]
/proc/loadavg: 1.15 1.02 1.01 2/118 17000
/proc/meminfo: memFree=1500824/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1528952 CPUtime=7.1
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 11075 0 1 0 705 5 0 0 15 0 12 0 9254359 1565646848 9742 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 382238 9742 1418 10 0 379540 0
[pid=16988/tid=16990] ppid=16986 vsize=1528952 CPUtime=6.18
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 7772 0 1 0 615 3 0 0 25 0 12 0 9254360 1565646848 9742 1992294400 134512640 134550932 4294673216 18446744073709551615 4109236483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9254362 1565646848 9742 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9254362 1565646848 9742 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9254364 1565646848 9742 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9254364 1565646848 9743 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9254364 1565646848 9750 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9254368 1565646848 9754 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1528952 CPUtime=0.27
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 343 0 0 0 27 0 0 0 15 0 12 0 9254368 1565646848 9754 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1528952 CPUtime=0.62
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 1894 0 0 0 62 0 0 0 15 0 12 0 9254368 1565646848 9754 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9254368 1565646848 9754 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1528952 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9254368 1565646848 9754 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 1528952

[startup+12.7019 s]
/proc/loadavg: 1.13 1.02 1.00 2/118 17002
/proc/meminfo: memFree=1487556/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1532024 CPUtime=13.66
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 14465 0 1 0 1358 8 0 0 15 0 12 0 9254359 1568792576 12967 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383006 12967 1418 10 0 380308 0
[pid=16988/tid=16990] ppid=16986 vsize=1532024 CPUtime=12.56
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 10542 0 1 0 1250 6 0 0 25 0 12 0 9254360 1568792576 12967 1992294400 134512640 134550932 4294673216 18446744073709551615 4109236748 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9254362 1568792576 12967 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9254362 1568792576 12967 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9254364 1568792576 12967 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 9254364 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9254364 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9254368 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532024 CPUtime=0.28
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 345 0 0 0 28 0 0 0 16 0 12 0 9254368 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532024 CPUtime=0.78
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 2512 0 0 0 78 0 0 0 15 0 12 0 9254368 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9254368 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532024 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9254368 1568792576 12968 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 1532024

[startup+25.5009 s]
/proc/loadavg: 1.27 1.05 1.01 2/119 17003
/proc/meminfo: memFree=1365160/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1533256 CPUtime=27.15
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 45825 0 1 0 2696 19 0 0 15 0 13 0 9254359 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383314 43096 1445 10 0 380616 0
[pid=16988/tid=16990] ppid=16986 vsize=1533256 CPUtime=24.86
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 32074 0 1 0 2473 13 0 0 25 0 13 0 9254360 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4109485996 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1533256 CPUtime=0.15
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 3147 0 0 0 14 1 0 0 16 0 13 0 9254362 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1533256 CPUtime=0.14
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 2839 0 0 0 13 1 0 0 16 0 13 0 9254362 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1533256 CPUtime=0.05
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 2310 0 0 0 5 0 0 0 15 0 13 0 9254364 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1533256 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1533256 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1533256 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1570054144 43096 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1533256 CPUtime=0.8

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

[pid=16988/tid=16993] ppid=16986 vsize=1532868 CPUtime=5.05
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 3040 0 0 0 501 4 0 0 15 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532868 CPUtime=1.07
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 1023 0 0 0 106 1 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532868 CPUtime=1.1
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 3403 0 0 0 110 0 0 0 16 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=17003] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17003/stat : 17003 (java) S 16986 16988 16567 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9255804 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.66
Current children cumulated vsize (KiB) 1532868

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17050
/proc/meminfo: memFree=1292620/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1532868 CPUtime=1667.81
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 66825 0 1 0 166710 71 0 0 15 0 13 0 9254359 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383217 60706 1445 10 0 380519 0
[pid=16988/tid=16990] ppid=16986 vsize=1532868 CPUtime=1650.41
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 32865 0 1 0 165010 31 0 0 25 0 13 0 9254360 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4109323154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1532868 CPUtime=4.99
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 13694 0 0 0 483 16 0 0 16 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1532868 CPUtime=4.98
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 11633 0 0 0 482 16 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1532868 CPUtime=5.21
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 3044 0 0 0 517 4 0 0 15 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532868 CPUtime=1.07
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 1023 0 0 0 106 1 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532868 CPUtime=1.1
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 3403 0 0 0 110 0 0 0 16 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=17003] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17003/stat : 17003 (java) S 16986 16988 16567 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9255804 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.81
Current children cumulated vsize (KiB) 1532868

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 17050
/proc/meminfo: memFree=1292620/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1532868 CPUtime=1727.92
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 66848 0 1 0 172720 72 0 0 15 0 13 0 9254359 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383217 60706 1445 10 0 380519 0
[pid=16988/tid=16990] ppid=16986 vsize=1532868 CPUtime=1710.05
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 32880 0 1 0 170974 31 0 0 25 0 13 0 9254360 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4109559190 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1532868 CPUtime=5.15
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 13694 0 0 0 499 16 0 0 16 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1532868 CPUtime=5.14
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 11633 0 0 0 497 17 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1532868 CPUtime=5.36
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 3048 0 0 0 532 4 0 0 15 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532868 CPUtime=1.07
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 1023 0 0 0 106 1 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532868 CPUtime=1.1
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 3403 0 0 0 110 0 0 0 16 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17003] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17003/stat : 17003 (java) S 16986 16988 16567 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9255804 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 1532868

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 17052
/proc/meminfo: memFree=1292620/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1532868 CPUtime=1788.06
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 66872 0 1 0 178733 73 0 0 15 0 13 0 9254359 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383217 60706 1445 10 0 380519 0
[pid=16988/tid=16990] ppid=16986 vsize=1532868 CPUtime=1769.63
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 32900 0 1 0 176932 31 0 0 25 0 13 0 9254360 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4109574620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1532868 CPUtime=5.35
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 13694 0 0 0 518 17 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1532868 CPUtime=5.33
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 11633 0 0 0 516 17 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1532868 CPUtime=5.52
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 3050 0 0 0 548 4 0 0 16 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532868 CPUtime=1.07
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 1023 0 0 0 106 1 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532868 CPUtime=1.1
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 3403 0 0 0 110 0 0 0 16 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17003] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17003/stat : 17003 (java) S 16986 16988 16567 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9255804 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.06
Current children cumulated vsize (KiB) 1532868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17052
/proc/meminfo: memFree=1292496/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=1532868 CPUtime=1800.01
/proc/16988/stat : 16988 (java) S 16986 16988 16567 0 -1 4202496 66883 0 1 0 179927 74 0 0 15 0 13 0 9254359 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 383217 60706 1445 10 0 380519 0
[pid=16988/tid=16990] ppid=16986 vsize=1532868 CPUtime=1781.39
/proc/16988/task/16990/stat : 16990 (java) R 16986 16988 16567 0 -1 4202560 32907 0 1 0 178108 31 0 0 25 0 13 0 9254360 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4109617786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16988/tid=16991] ppid=16986 vsize=1532868 CPUtime=5.41
/proc/16988/task/16991/stat : 16991 (java) S 16986 16988 16567 0 -1 4202560 13694 0 0 0 524 17 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16992] ppid=16986 vsize=1532868 CPUtime=5.39
/proc/16988/task/16992/stat : 16992 (java) S 16986 16988 16567 0 -1 4202560 11633 0 0 0 521 18 0 0 15 0 13 0 9254362 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16993] ppid=16986 vsize=1532868 CPUtime=5.59
/proc/16988/task/16993/stat : 16993 (java) S 16986 16988 16567 0 -1 4202560 3052 0 0 0 555 4 0 0 16 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 0 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16994] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16994/stat : 16994 (java) S 16986 16988 16567 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16995] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16995/stat : 16995 (java) S 16986 16988 16567 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 9254364 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16996] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16996/stat : 16996 (java) S 16986 16988 16567 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16997] ppid=16986 vsize=1532868 CPUtime=1.07
/proc/16988/task/16997/stat : 16997 (java) S 16986 16988 16567 0 -1 4202560 1023 0 0 0 106 1 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=16998] ppid=16986 vsize=1532868 CPUtime=1.1
/proc/16988/task/16998/stat : 16998 (java) S 16986 16988 16567 0 -1 4202560 3403 0 0 0 110 0 0 0 16 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 1 0 0 0
[pid=16988/tid=16999] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/16999/stat : 16999 (java) S 16986 16988 16567 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17000] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17000/stat : 17000 (java) S 16986 16988 16567 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9254368 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
[pid=16988/tid=17003] ppid=16986 vsize=1532868 CPUtime=0
/proc/16988/task/17003/stat : 17003 (java) S 16986 16988 16567 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9255804 1569656832 60706 1992294400 134512640 134550932 4294673216 18446744073709551615 4294960144 0 4 0 16800975 18446604437838254144 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1532868

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

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

[startup+1794.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17052
/proc/meminfo: memFree=1292496/2059040 swapFree=4192956/4192956
[pid=16988] ppid=16986 vsize=0 CPUtime=1800.19
/proc/16988/stat : 16988 (java) Z 16986 16988 16567 0 -1 4203548 66902 0 1 0 179943 76 0 0 15 0 2 0 9254359 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.32
CPU time (s): 1800.2
CPU user time (s): 1799.43
CPU system time (s): 0.770882
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 1533872

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

runsolver used 3.61945 second user time and 9.65053 second system time

The end

Launcher Data

Begin job on node059 at 2010-06-16 11:13:57
IDJOB=2658218
IDBENCH=48337
IDSOLVER=1164
FILE ID=node059/2658218-1276679637
PBS_JOBID= 11172543
Free space on /tmp= 62556 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_1_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658218-1276679637/watcher-2658218-1276679637 -o /tmp/evaluation-result-2658218-1276679637/solver-2658218-1276679637 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658218-1276679637.opb

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

MD5SUM BENCH= 6f80de356bf70dde8dfbe2efc2cb9dee
RANDOM SEED=1888394256

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1533864 kB
Buffers:        127196 kB
Cached:         255724 kB
SwapCached:          0 kB
Active:         153356 kB
Inactive:       288884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1533864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             568 kB
Writeback:           0 kB
AnonPages:       59240 kB
Mapped:          15460 kB
Slab:            61048 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181464 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= 62552 MiB
End job on node059 at 2010-06-16 11:43:53