Trace number 2658173

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.21 1795.46

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_15.opb
MD5SUM32f819d2d20a6499e6a06537844c7dde
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.210966
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)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.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658173-1276675777.opb
0.24/0.20	c reading problem ... 
15.27/14.57	c ... done. Wall clock time 14.368s.
15.27/14.57	c #vars     6604
15.27/14.57	c #constraints  13011
15.27/14.57	c constraints type 
15.27/14.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
15.27/14.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
15.27/14.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.27/14.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
22.33/21.09	c cleaning 2507 clauses out of 5013 with flag 5013/5013
32.09/30.51	c cleaning 4249 clauses out of 8497 with flag 11004/11004
47.37/45.74	c cleaning 5630 clauses out of 11259 with flag 18015/18015
65.13/63.32	c cleaning 6863 clauses out of 13725 with flag 26111/26111
77.68/75.88	c cleaning 7875 clauses out of 15754 with flag 35003/35003
101.81/99.94	c cleaning 8940 clauses out of 17883 with flag 45007/45007
130.01/128.01	c cleaning 10001 clauses out of 20002 with flag 56066/56066
171.41/169.38	c cleaning 10983 clauses out of 21966 with flag 68031/68031
205.84/203.61	c cleaning 11976 clauses out of 23954 with flag 81002/81002
234.63/232.30	c cleaning 12997 clauses out of 25995 with flag 95019/95019
278.97/276.63	c cleaning 13497 clauses out of 26997 with flag 109018/109018
314.14/311.71	c cleaning 13746 clauses out of 27495 with flag 123013/123013
362.88/360.40	c cleaning 13867 clauses out of 27737 with flag 137001/137001
408.15/405.61	c cleaning 13944 clauses out of 27892 with flag 151023/151023
455.29/452.73	c cleaning 13983 clauses out of 27969 with flag 165044/165044
497.76/495.13	c cleaning 13972 clauses out of 27948 with flag 179006/179006
538.21/535.55	c cleaning 13992 clauses out of 27987 with flag 193017/193017
572.16/569.47	c cleaning 13991 clauses out of 27986 with flag 207008/207008
602.12/599.38	c cleaning 13991 clauses out of 27987 with flag 221000/221000
631.37/628.59	c cleaning 13997 clauses out of 27997 with flag 235001/235001
662.03/659.19	c cleaning 13999 clauses out of 28001 with flag 249002/249002
691.37/688.44	c cleaning 14003 clauses out of 28009 with flag 263009/263009
718.04/715.00	c cleaning 14000 clauses out of 28003 with flag 277006/277006
742.18/739.15	c cleaning 13997 clauses out of 27997 with flag 291000/291000
769.52/766.43	c cleaning 13999 clauses out of 28001 with flag 305001/305001
804.55/801.42	c cleaning 14002 clauses out of 28008 with flag 319007/319007
831.40/828.26	c cleaning 14010 clauses out of 28023 with flag 333024/333024
857.23/854.00	c cleaning 14009 clauses out of 28021 with flag 347032/347032
889.90/886.69	c cleaning 13995 clauses out of 27993 with flag 361013/361013
926.85/923.53	c cleaning 13991 clauses out of 27986 with flag 375001/375001
960.51/957.15	c cleaning 13995 clauses out of 27994 with flag 389000/389000
992.67/989.28	c cleaning 13999 clauses out of 28001 with flag 403002/403002
1019.04/1015.58	c cleaning 14002 clauses out of 28007 with flag 417007/417007
1043.29/1039.76	c cleaning 14005 clauses out of 28014 with flag 431016/431016
1068.64/1065.02	c cleaning 13998 clauses out of 27999 with flag 445006/445006
1097.39/1093.71	c cleaning 14001 clauses out of 28005 with flag 459010/459010
1128.33/1124.61	c cleaning 13996 clauses out of 27996 with flag 473002/473002
1163.57/1159.87	c cleaning 14009 clauses out of 28022 with flag 487024/487024
1199.72/1195.94	c cleaning 13993 clauses out of 27989 with flag 501000/501000
1235.67/1231.84	c cleaning 13998 clauses out of 28000 with flag 515004/515004
1273.03/1269.16	c cleaning 13997 clauses out of 27998 with flag 529000/529000
1312.46/1308.50	c cleaning 13999 clauses out of 28001 with flag 543000/543000
1349.81/1345.83	c cleaning 14000 clauses out of 28004 with flag 557002/557002
1382.68/1378.69	c cleaning 14006 clauses out of 28015 with flag 571013/571013
1419.64/1415.53	c cleaning 14005 clauses out of 28013 with flag 585017/585017
1451.19/1447.05	c cleaning 14002 clauses out of 28007 with flag 599016/599016
1485.95/1481.76	c cleaning 13997 clauses out of 27997 with flag 613008/613008
1522.29/1518.07	c cleaning 13997 clauses out of 27997 with flag 627005/627005
1556.13/1551.83	c cleaning 13997 clauses out of 27997 with flag 641002/641002
1588.68/1584.33	c cleaning 14003 clauses out of 28010 with flag 655012/655012
1622.44/1618.07	c cleaning 13999 clauses out of 28001 with flag 669006/669006
1656.80/1652.31	c cleaning 13998 clauses out of 28000 with flag 683004/683004
1688.24/1683.70	c cleaning 13999 clauses out of 28001 with flag 697003/697003
1722.80/1718.28	c cleaning 14001 clauses out of 28005 with flag 711006/711006
1757.54/1752.96	c cleaning 14003 clauses out of 28010 with flag 725012/725012
1792.88/1788.24	c cleaning 13999 clauses out of 28001 with flag 739006/739006
1800.01/1795.32	c starts		: 170
1800.01/1795.32	c conflicts		: 744443
1800.01/1795.32	c decisions		: 2891989
1800.01/1795.32	c propagations		: 18170565
1800.01/1795.32	c inspects		: 1849420333
1800.01/1795.32	c learnt literals	: 0
1800.01/1795.32	c learnt binary clauses	: 0
1800.01/1795.32	c learnt ternary clauses	: 124
1800.01/1795.32	c learnt clauses	: 744443
1800.01/1795.32	c ignored clauses	: 0
1800.01/1795.32	c root simplifications	: 0
1800.01/1795.32	c removed literals (reason simplification)	: 8397374
1800.01/1795.32	c reason swapping (by a shorter reason)	: 0
1800.01/1795.32	c Calls to reduceDB	: 56
1800.01/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.32	c number of learned constraints concerned by reduction	: 0
1800.01/1795.32	c number of learning phase by resolution	: 0
1800.01/1795.32	c number of learning phase by cutting planes	: 0
1800.01/1795.32	c speed (assignments/second)	: 10203.87802674265
1800.01/1795.32	c non guided choices	6364
1800.01/1795.37	c learnt constraints type 
1800.01/1795.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19460
1800.01/1795.37	c constraints type 
1800.01/1795.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1800.01/1795.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/1795.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/1795.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.01/1795.37	s UNKNOWN
1800.01/1795.37	c Total wall clock time (in seconds): 1795.17

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-2658173-1276675777/watcher-2658173-1276675777 -o /tmp/evaluation-result-2658173-1276675777/solver-2658173-1276675777 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658173-1276675777.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.98 1.97 1.63 2/105 14519
/proc/meminfo: memFree=1757708/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=248 CPUtime=0
/proc/14519/stat : 14519 (java) R 14517 14519 13979 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 8871826 253952 28 1992294400 134512640 134550932 4292006816 18446744073709551615 3117534 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14519/statm: 62 28 21 10 0 23 0

[startup+0.100692 s]
/proc/loadavg: 1.98 1.97 1.63 2/105 14519
/proc/meminfo: memFree=1757708/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1524184 CPUtime=0.08
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 8871826 1560764416 3406 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 381046 3406 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.202646 s]
/proc/loadavg: 1.98 1.97 1.63 2/105 14519
/proc/meminfo: memFree=1757708/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1526088 CPUtime=0.24
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 5069 0 1 0 21 3 0 0 18 0 12 0 8871826 1562714112 4507 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 381522 4508 1346 10 0 378824 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526088

[startup+0.300773 s]
/proc/loadavg: 1.98 1.97 1.63 2/105 14519
/proc/meminfo: memFree=1757708/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1526532 CPUtime=0.37
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 5387 0 1 0 34 3 0 0 18 0 12 0 8871826 1563168768 4825 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 381633 4825 1363 10 0 378935 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526532

[startup+0.70076 s]
/proc/loadavg: 1.98 1.97 1.63 2/105 14519
/proc/meminfo: memFree=1757708/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1530264 CPUtime=0.96
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 7159 0 1 0 92 4 0 0 18 0 12 0 8871826 1566990336 6461 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 382566 6461 1408 10 0 379868 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1530264

[startup+1.50185 s]
/proc/loadavg: 1.98 1.97 1.64 2/117 14531
/proc/meminfo: memFree=1733868/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1530240 CPUtime=2.03
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 8400 0 1 0 198 5 0 0 18 0 12 0 8871826 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 382560 7636 1409 10 0 379862 0
[pid=14519/tid=14521] ppid=14517 vsize=1530240 CPUtime=1.31
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 5480 0 1 0 128 3 0 0 25 0 12 0 8871827 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4109748251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8871828 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8871828 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8871830 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8871831 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8871831 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1530240 CPUtime=0.25
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 771 0 0 0 25 0 0 0 19 0 12 0 8871835 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1530240 CPUtime=0.44
/proc/14519/task/14529/stat : 14529 (java) R 14517 14519 13979 0 -1 4202560 1085 0 0 0 44 0 0 0 15 0 12 0 8871835 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 106262421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8871835 1566965760 7636 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1530240

[startup+3.10202 s]
/proc/loadavg: 1.98 1.97 1.64 2/117 14531
/proc/meminfo: memFree=1730272/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1530240 CPUtime=3.67
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 9269 0 1 0 362 5 0 0 18 0 12 0 8871826 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 382560 8505 1409 10 0 379862 0
[pid=14519/tid=14521] ppid=14517 vsize=1530240 CPUtime=2.89
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 6344 0 1 0 286 3 0 0 25 0 12 0 8871827 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4109748251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8871828 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8871828 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8871830 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8871831 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8871831 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1530240 CPUtime=0.25
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 771 0 0 0 25 0 0 0 19 0 12 0 8871835 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1530240 CPUtime=0.49
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1090 0 0 0 49 0 0 0 15 0 12 0 8871835 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8871835 1566965760 8505 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1530240

[startup+6.30236 s]
/proc/loadavg: 1.98 1.97 1.64 2/117 14531
/proc/meminfo: memFree=1724196/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1530240 CPUtime=6.95
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 10650 0 1 0 689 6 0 0 18 0 12 0 8871826 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 382560 9885 1418 10 0 379862 0
[pid=14519/tid=14521] ppid=14517 vsize=1530240 CPUtime=6.06
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 7717 0 1 0 602 4 0 0 25 0 12 0 8871827 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4109747855 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8871828 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8871828 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8871830 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8871831 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8871831 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1530240 CPUtime=0.26
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 772 0 0 0 26 0 0 0 18 0 12 0 8871835 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1530240 CPUtime=0.59
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1097 0 0 0 59 0 0 0 15 0 12 0 8871835 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1530240 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8871835 1566965760 9885 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1530240

[startup+12.702 s]
/proc/loadavg: 1.83 1.94 1.63 2/117 14533
/proc/meminfo: memFree=1712912/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1530372 CPUtime=13.46
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 13408 0 1 0 1339 7 0 0 18 0 12 0 8871826 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 382593 12639 1418 10 0 379895 0
[pid=14519/tid=14521] ppid=14517 vsize=1530372 CPUtime=12.42
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 10457 0 1 0 1237 5 0 0 25 0 12 0 8871827 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4109748108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8871828 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8871828 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8871830 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 8871831 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8871831 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1530372 CPUtime=0.28
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 772 0 0 0 28 0 0 0 16 0 12 0 8871835 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1530372 CPUtime=0.73
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1115 0 0 0 73 0 0 0 15 0 12 0 8871835 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8871835 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1530372 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8871835 1567100928 12639 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 1530372

[startup+25.5014 s]
/proc/loadavg: 1.70 1.91 1.62 2/118 14534
/proc/meminfo: memFree=1591012/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1532068 CPUtime=27.04
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 44162 0 1 0 2683 21 0 0 18 0 13 0 8871826 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383017 42757 1445 10 0 380319 0
[pid=14519/tid=14521] ppid=14517 vsize=1532068 CPUtime=24.73
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32061 0 1 0 2459 14 0 0 25 0 13 0 8871827 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4110047520 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532068 CPUtime=0.14
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 2956 0 0 0 13 1 0 0 18 0 13 0 8871828 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532068 CPUtime=0.14
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 2837 0 0 0 13 1 0 0 18 0 13 0 8871828 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532068 CPUtime=0.05
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 2380 0 0 0 5 0 0 0 15 0 13 0 8871830 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 42757 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532068 CPUtime=0.76

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

[pid=14519] ppid=14517 vsize=1532068 CPUtime=1666.81
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 68549 0 1 0 166628 53 0 0 18 0 13 0 8871826 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383017 62606 1445 10 0 380319 0
[pid=14519/tid=14521] ppid=14517 vsize=1532068 CPUtime=1652.81
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32595 0 1 0 165263 18 0 0 25 0 13 0 8871827 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4110114509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532068 CPUtime=3.94
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 14818 0 0 0 382 12 0 0 15 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532068 CPUtime=3.88
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 13918 0 0 0 371 17 0 0 16 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532068 CPUtime=3.93
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 3178 0 0 0 391 2 0 0 15 0 13 0 8871830 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532068 CPUtime=0.8
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 1420 0 0 0 80 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1532068 CPUtime=1.39
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1460 0 0 0 139 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14534] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14534/stat : 14534 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8873287 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.81
Current children cumulated vsize (KiB) 1532068

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/118 14581
/proc/meminfo: memFree=1508552/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1532068 CPUtime=1726.9
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 68569 0 1 0 172636 54 0 0 18 0 13 0 8871826 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383017 62606 1445 10 0 380319 0
[pid=14519/tid=14521] ppid=14517 vsize=1532068 CPUtime=1712.51
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32607 0 1 0 171233 18 0 0 25 0 13 0 8871827 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4109728800 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532068 CPUtime=4.05
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 14818 0 0 0 393 12 0 0 15 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532068 CPUtime=3.99
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 13918 0 0 0 382 17 0 0 16 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532068 CPUtime=4.07
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 3182 0 0 0 405 2 0 0 15 0 13 0 8871830 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532068 CPUtime=0.8
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 1420 0 0 0 80 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1532068 CPUtime=1.39
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1460 0 0 0 139 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) R 14517 14519 13979 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14519/tid=14534] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14534/stat : 14534 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8873287 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.9
Current children cumulated vsize (KiB) 1532068

[startup+1782.3 s]
/proc/loadavg: 1.06 1.01 1.07 3/118 14583
/proc/meminfo: memFree=1508552/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1532068 CPUtime=1786.98
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 68586 0 1 0 178643 55 0 0 18 0 13 0 8871826 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383017 62606 1445 10 0 380319 0
[pid=14519/tid=14521] ppid=14517 vsize=1532068 CPUtime=1772.28
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32618 0 1 0 177210 18 0 0 25 0 13 0 8871827 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4109592335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532068 CPUtime=4.18
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 14818 0 0 0 406 12 0 0 15 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532068 CPUtime=4.11
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 13918 0 0 0 393 18 0 0 16 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532068 CPUtime=4.14
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 3184 0 0 0 412 2 0 0 15 0 13 0 8871830 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532068 CPUtime=0.8
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 1420 0 0 0 80 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1532068 CPUtime=1.39
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1460 0 0 0 139 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14534] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14534/stat : 14534 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8873287 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.98
Current children cumulated vsize (KiB) 1532068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 1.05 1.01 1.07 2/118 14583
/proc/meminfo: memFree=1508552/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1532068 CPUtime=1800.01
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 68591 0 1 0 179946 55 0 0 18 0 13 0 8871826 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383017 62606 1445 10 0 380319 0
[pid=14519/tid=14521] ppid=14517 vsize=1532068 CPUtime=1785.17
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32621 0 1 0 178499 18 0 0 25 0 13 0 8871827 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4110003694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532068 CPUtime=4.2
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 14818 0 0 0 408 12 0 0 16 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532068 CPUtime=4.13
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 13918 0 0 0 395 18 0 0 16 0 13 0 8871828 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532068 CPUtime=4.23
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 3186 0 0 0 421 2 0 0 15 0 13 0 8871830 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8871831 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532068 CPUtime=0.8
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 1420 0 0 0 80 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1532068 CPUtime=1.39
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1460 0 0 0 139 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8871835 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14534] ppid=14517 vsize=1532068 CPUtime=0
/proc/14519/task/14534/stat : 14534 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8873287 1568837632 62606 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1532068

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

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

[startup+1795.42 s]
/proc/loadavg: 1.05 1.01 1.07 2/118 14583
/proc/meminfo: memFree=1508552/2059040 swapFree=4192956/4192956
[pid=14519] ppid=14517 vsize=1532716 CPUtime=1800.16
/proc/14519/stat : 14519 (java) S 14517 14519 13979 0 -1 4202496 68610 0 1 0 179961 55 0 0 18 0 14 0 8871826 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14519/statm: 383179 62625 1446 10 0 380481 0
[pid=14519/tid=14521] ppid=14517 vsize=1532716 CPUtime=1785.27
/proc/14519/task/14521/stat : 14521 (java) R 14517 14519 13979 0 -1 4202560 32621 0 1 0 178509 18 0 0 25 0 14 0 8871827 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4110114442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14519/tid=14522] ppid=14517 vsize=1532716 CPUtime=4.2
/proc/14519/task/14522/stat : 14522 (java) S 14517 14519 13979 0 -1 4202560 14818 0 0 0 408 12 0 0 16 0 14 0 8871828 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14523] ppid=14517 vsize=1532716 CPUtime=4.13
/proc/14519/task/14523/stat : 14523 (java) S 14517 14519 13979 0 -1 4202560 13918 0 0 0 395 18 0 0 16 0 14 0 8871828 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14524] ppid=14517 vsize=1532716 CPUtime=4.23
/proc/14519/task/14524/stat : 14524 (java) S 14517 14519 13979 0 -1 4202560 3186 0 0 0 421 2 0 0 15 0 14 0 8871830 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14525] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14525/stat : 14525 (java) S 14517 14519 13979 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 8871831 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14526] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14526/stat : 14526 (java) S 14517 14519 13979 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 8871831 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14527] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14527/stat : 14527 (java) S 14517 14519 13979 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 8871835 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14528] ppid=14517 vsize=1532716 CPUtime=0.8
/proc/14519/task/14528/stat : 14528 (java) S 14517 14519 13979 0 -1 4202560 1420 0 0 0 80 0 0 0 15 0 14 0 8871835 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 1 0 0 0
[pid=14519/tid=14529] ppid=14517 vsize=1532716 CPUtime=1.42
/proc/14519/task/14529/stat : 14529 (java) S 14517 14519 13979 0 -1 4202560 1460 0 0 0 142 0 0 0 15 0 14 0 8871835 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14530] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14530/stat : 14530 (java) S 14517 14519 13979 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 8871835 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14531] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14531/stat : 14531 (java) S 14517 14519 13979 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 8871835 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
[pid=14519/tid=14534] ppid=14517 vsize=1532716 CPUtime=0
/proc/14519/task/14534/stat : 14534 (java) S 14517 14519 13979 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 8873287 1569501184 62625 1992294400 134512640 134550932 4292006816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822862528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1532716

Child status: 143
Real time (s): 1795.46
CPU time (s): 1800.21
CPU user time (s): 1799.63
CPU system time (s): 0.579911
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 1532716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68610
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= 40823
involuntary context switches= 24994

runsolver used 3.48347 second user time and 9.67053 second system time

The end

Launcher Data

Begin job on node081 at 2010-06-16 10:09:37
IDJOB=2658173
IDBENCH=48292
IDSOLVER=1164
FILE ID=node081/2658173-1276675777
PBS_JOBID= 11172517
Free space on /tmp= 121808 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_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658173-1276675777/watcher-2658173-1276675777 -o /tmp/evaluation-result-2658173-1276675777/solver-2658173-1276675777 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658173-1276675777.opb

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

MD5SUM BENCH= 32f819d2d20a6499e6a06537844c7dde
RANDOM SEED=1325137718

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758104 kB
Buffers:         38544 kB
Cached:         137284 kB
SwapCached:          0 kB
Active:         116948 kB
Inactive:       118604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758104 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59628 kB
Mapped:          15440 kB
Slab:            43576 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121808 MiB
End job on node081 at 2010-06-16 10:39:35