Trace number 354429

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? 868.687 834.534

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/354429-1176708782/instance-354429-1176708782.opb
0.19/0.21	c reading problem ... 
841.24/807.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
841.24/807.00		at java.math.BigInteger.negate(Unknown Source)
841.24/807.00		at org.sat4j.minisat.constraints.pb.WatchPb.niceCheckedParameters(Unknown Source)
841.24/807.00		at org.sat4j.minisat.constraints.pb.WatchPb.niceParameters(Unknown Source)
841.24/807.00		at org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
841.24/807.00		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
841.24/807.00		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
841.24/807.00		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
841.24/807.00		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
841.24/807.00		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
841.24/807.00		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
841.24/807.00		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
841.24/807.00		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
841.24/807.00		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
841.24/807.00		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
841.24/807.00		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
841.24/807.00		at org.sat4j.AbstractLauncher.run(Unknown Source)
841.24/807.00		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
867.84/833.60	c starts		: 0
867.84/833.60	c conflicts		: 0
867.84/833.60	c decisions		: 0
867.84/833.60	c propagations		: 0
867.84/833.60	c inspects		: 0
867.84/833.60	c learnt literals	: 0
867.84/833.60	c learnt binary clauses	: 0
867.84/833.60	c learnt ternary clauses	: 0
867.84/833.60	c learnt clauses	: 0
867.84/833.60	c root simplifications	: 0
867.84/833.60	c removed literals (reason simplification)	: 0
867.84/833.60	c reason swapping (by a shorter reason)	: 0
867.84/833.60	c Calls to reduceDB	: 0
867.84/833.60	c speed (decisions/second)	: 0.0
867.84/833.60	c non guided choices	0
867.84/833.60	s UNKNOWN
867.84/833.60	c Total wall clock time (ms): 833.391

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-354429-1176708782 -o ROOT/results/node71/solver-354429-1176708782 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354429-1176708782/sat4jPseudoCP.jar /tmp/evaluation/354429-1176708782/instance-354429-1176708782.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.96 0.98 2/64 6781
/proc/meminfo: memFree=1072496/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=18568 CPUtime=0
/proc/6781/stat : 6781 (runsolver) R 6779 6781 6718 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 146868056 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6781/statm: 4642 292 257 24 0 2626 0

[startup+0.081775 s]
/proc/loadavg: 0.84 0.96 0.98 2/64 6781
/proc/meminfo: memFree=1072496/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1777708 CPUtime=0.06
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 3735 0 1 0 4 2 0 0 18 0 7 0 146868056 1820372992 3477 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 444427 3477 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101778 s]
/proc/loadavg: 0.84 0.96 0.98 2/64 6781
/proc/meminfo: memFree=1072496/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1777844 CPUtime=0.07
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 3865 0 1 0 5 2 0 0 18 0 7 0 146868056 1820512256 3607 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 444461 3607 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301805 s]
/proc/loadavg: 0.84 0.96 0.98 2/64 6781
/proc/meminfo: memFree=1072496/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1782384 CPUtime=0.29
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 16829 0 1 0 21 8 0 0 18 0 12 0 146868056 1825161216 16567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 445596 16567 1246 9 0 443208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1782384

[startup+0.701858 s]
/proc/loadavg: 0.84 0.96 0.98 2/64 6781
/proc/meminfo: memFree=1072496/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1783756 CPUtime=0.9
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 19543 0 1 0 80 10 0 0 18 0 12 0 146868056 1826566144 19192 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 445939 19193 1297 9 0 443551 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783756

[startup+1.50297 s]
/proc/loadavg: 0.84 0.96 0.98 2/76 6793
/proc/meminfo: memFree=981272/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1783756 CPUtime=1.7
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 33810 0 1 0 154 16 0 0 18 0 12 0 146868056 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 445939 33459 1297 9 0 443551 0
[pid=6781/tid=6783] ppid=6779 vsize=1783756 CPUtime=1.37
/proc/6781/task/6783/stat : 6783 (java) R 6779 6781 6718 0 -1 64 32183 0 1 0 123 14 0 0 25 0 12 0 146868058 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109494671 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 146868060 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 146868060 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6786/stat : 6786 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 146868062 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 146868062 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 146868062 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1783756 CPUtime=0.17
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 585 0 0 0 17 0 0 0 17 0 12 0 146868067 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1783756 CPUtime=0.13
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 320 0 0 0 13 0 0 0 16 0 12 0 146868067 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146868067 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1783756 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146868067 1826566144 33459 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1783756

[startup+3.10218 s]
/proc/loadavg: 0.84 0.96 0.98 2/76 6793
/proc/meminfo: memFree=865624/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1785040 CPUtime=3.51
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 54319 0 1 0 323 28 0 0 18 0 12 0 146868056 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 446260 53521 1306 9 0 443872 0
[pid=6781/tid=6783] ppid=6779 vsize=1785040 CPUtime=2.77
/proc/6781/task/6783/stat : 6783 (java) R 6779 6781 6718 0 -1 64 37669 0 1 0 258 19 0 0 25 0 12 0 146868058 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1785040 CPUtime=0.2
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 11268 0 0 0 15 5 0 0 16 0 12 0 146868060 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1785040 CPUtime=0.2
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 3750 0 0 0 18 2 0 0 18 0 12 0 146868060 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6786/stat : 6786 (java) S 6779 6781 6718 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 146868062 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146868062 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146868062 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1785040 CPUtime=0.17
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 585 0 0 0 17 0 0 0 17 0 12 0 146868067 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1785040 CPUtime=0.13
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 320 0 0 0 13 0 0 0 16 0 12 0 146868067 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146868067 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1785040 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146868067 1827880960 53521 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1785040

[startup+6.30262 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 6793
/proc/meminfo: memFree=821528/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1787480 CPUtime=7.42
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 74419 0 1 0 701 41 0 0 18 0 12 0 146868056 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 446870 72209 1306 9 0 444482 0
[pid=6781/tid=6783] ppid=6779 vsize=1787480 CPUtime=5.24
/proc/6781/task/6783/stat : 6783 (java) R 6779 6781 6718 0 -1 64 37673 0 1 0 503 21 0 0 18 0 12 0 146868058 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109475914 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1787480 CPUtime=0.92
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 21129 0 0 0 82 10 0 0 16 0 12 0 146868060 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1787480 CPUtime=0.92
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 13985 0 0 0 84 8 0 0 16 0 12 0 146868060 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6786/stat : 6786 (java) S 6779 6781 6718 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 146868062 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146868062 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146868062 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1787480 CPUtime=0.17
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 585 0 0 0 17 0 0 0 16 0 12 0 146868067 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1787480 CPUtime=0.13
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 320 0 0 0 13 0 0 0 16 0 12 0 146868067 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146868067 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1787480 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146868067 1830379520 72209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1787480

[startup+12.7025 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 6793
/proc/meminfo: memFree=710872/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1798976 CPUtime=16.31
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 102881 0 1 0 1578 53 0 0 18 0 12 0 146868056 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 449744 95028 1317 9 0 447356 0
[pid=6781/tid=6783] ppid=6779 vsize=1798976 CPUtime=9.68
/proc/6781/task/6783/stat : 6783 (java) R 6779 6781 6718 0 -1 64 37697 0 1 0 946 22 0 0 16 0 12 0 146868058 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109616027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1798976 CPUtime=2.32
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 31802 0 0 0 217 15 0 0 16 0 12 0 146868060 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1798976 CPUtime=2.36
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 24197 0 0 0 224 12 0 0 16 0 12 0 146868060 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6786/stat : 6786 (java) S 6779 6781 6718 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 146868062 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146868062 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146868062 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1798976 CPUtime=1.25
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6202 0 0 0 123 2 0 0 15 0 12 0 146868067 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1798976 CPUtime=0.64
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2256 0 0 0 64 0 0 0 16 0 12 0 146868067 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146868067 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1798976 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146868067 1842151424 95028 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (KiB) 1798976

[startup+25.5024 s]
/proc/loadavg: 1.15 1.03 1.01 2/76 6793
/proc/meminfo: memFree=592088/2055920 swapFree=4184248/4192956
[pid=6781] ppid=6779 vsize=1795676 CPUtime=32.71
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 138764 0 1 0 3200 71 0 0 18 0 12 0 146868056 1838772224 125020 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 448919 125021 1317 9 0 446531 0
[pid=6781/tid=6783] ppid=6779 vsize=1795676 CPUtime=18.89
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37717 0 1 0 1865 24 0 0 20 0 12 0 146868058 1838772224 125021 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1795676 CPUtime=5.9
/proc/6781/task/6784/stat : 6784 (java) R 6779 6781 6718 0 -1 64 49107 0 0 0 567 23 0 0 16 0 12 0 146868060 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1795676 CPUtime=5.93
/proc/6781/task/6785/stat : 6785 (java) R 6779 6781 6718 0 -1 64 42754 0 0 0 574 19 0 0 16 0 12 0 146868060 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1795676 CPUtime=0
/proc/6781/task/6786/stat : 6786 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 146868062 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1795676 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146868062 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1795676 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146868062 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1795676 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1838772224 125022 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/loadavg: 1.00 1.00 1.00 2/77 6796
/proc/meminfo: memFree=22736/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=1812004 CPUtime=859.74
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 1290923 0 1 0 85364 610 0 0 18 0 13 0 146868056 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 453001 421037 1320 9 0 450613 0
[pid=6781/tid=6783] ppid=6779 vsize=1812004 CPUtime=145.5
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37919 0 1 0 14507 43 0 0 18 0 13 0 146868058 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1812004 CPUtime=33.87
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 203356 0 0 0 3285 102 0 0 16 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1812004 CPUtime=33.85
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 207202 0 0 0 3290 95 0 0 17 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1812004 CPUtime=644.47
/proc/6781/task/6786/stat : 6786 (java) R 6779 6781 6718 0 -1 64 833262 0 0 0 64082 365 0 0 25 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103360640 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1812004 CPUtime=1.32
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6203 0 0 0 130 2 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1812004 CPUtime=0.66
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2257 0 0 0 66 0 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6796] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6796/stat : 6796 (java) S 6779 6781 6718 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 146948757 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 859.74
Current children cumulated vsize (KiB) 1812004

[startup+828.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6796
/proc/meminfo: memFree=29456/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=1812004 CPUtime=862.93
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 1298427 0 1 0 85679 614 0 0 18 0 13 0 146868056 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 453001 421037 1320 9 0 450613 0
[pid=6781/tid=6783] ppid=6779 vsize=1812004 CPUtime=145.5
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37919 0 1 0 14507 43 0 0 18 0 13 0 146868058 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1812004 CPUtime=33.87
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 203356 0 0 0 3285 102 0 0 16 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1812004 CPUtime=33.85
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 207202 0 0 0 3290 95 0 0 17 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1812004 CPUtime=647.67
/proc/6781/task/6786/stat : 6786 (java) R 6779 6781 6718 0 -1 64 840766 0 0 0 64398 369 0 0 25 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105332840 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1812004 CPUtime=1.32
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6203 0 0 0 130 2 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1812004 CPUtime=0.66
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2257 0 0 0 66 0 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6796] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6796/stat : 6796 (java) S 6779 6781 6718 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 146948757 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 862.93
Current children cumulated vsize (KiB) 1812004

[startup+831.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6796
/proc/meminfo: memFree=22736/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=1812004 CPUtime=866.13
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 1298427 0 1 0 85999 614 0 0 18 0 13 0 146868056 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 453001 421037 1320 9 0 450613 0
[pid=6781/tid=6783] ppid=6779 vsize=1812004 CPUtime=145.5
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37919 0 1 0 14507 43 0 0 18 0 13 0 146868058 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1812004 CPUtime=33.87
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 203356 0 0 0 3285 102 0 0 16 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1812004 CPUtime=33.85
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 207202 0 0 0 3290 95 0 0 17 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1812004 CPUtime=650.87
/proc/6781/task/6786/stat : 6786 (java) R 6779 6781 6718 0 -1 64 840766 0 0 0 64718 369 0 0 25 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070472 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1812004 CPUtime=1.32
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6203 0 0 0 130 2 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1812004 CPUtime=0.66
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2257 0 0 0 66 0 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6796] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6796/stat : 6796 (java) S 6779 6781 6718 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 146948757 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 866.13
Current children cumulated vsize (KiB) 1812004

[startup+833.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6796
/proc/meminfo: memFree=22736/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=1812004 CPUtime=867.73
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 1298427 0 1 0 86159 614 0 0 18 0 13 0 146868056 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 453001 421037 1320 9 0 450613 0
[pid=6781/tid=6783] ppid=6779 vsize=1812004 CPUtime=145.5
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37919 0 1 0 14507 43 0 0 18 0 13 0 146868058 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1812004 CPUtime=33.87
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 203356 0 0 0 3285 102 0 0 16 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1812004 CPUtime=33.85
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 207202 0 0 0 3290 95 0 0 17 0 13 0 146868060 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1812004 CPUtime=652.47
/proc/6781/task/6786/stat : 6786 (java) R 6779 6781 6718 0 -1 64 840766 0 0 0 64878 369 0 0 25 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105334398 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146868062 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1812004 CPUtime=1.32
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6203 0 0 0 130 2 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1812004 CPUtime=0.66
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2257 0 0 0 66 0 0 0 16 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) S 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 146868067 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6796] ppid=6779 vsize=1812004 CPUtime=0
/proc/6781/task/6796/stat : 6796 (java) S 6779 6781 6718 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 146948757 1855492096 421037 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 867.73
Current children cumulated vsize (KiB) 1812004

[startup+834.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6796
/proc/meminfo: memFree=38736/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=1796000 CPUtime=868.53
/proc/6781/stat : 6781 (java) S 6779 6781 6718 0 -1 0 1298430 0 1 0 86227 626 0 0 18 0 12 0 146868056 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 449000 277774 60523 9 0 446612 0
[pid=6781/tid=6783] ppid=6779 vsize=1796000 CPUtime=145.5
/proc/6781/task/6783/stat : 6783 (java) S 6779 6781 6718 0 -1 64 37920 0 1 0 14507 43 0 0 16 0 12 0 146868058 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6784] ppid=6779 vsize=1796000 CPUtime=33.87
/proc/6781/task/6784/stat : 6784 (java) S 6779 6781 6718 0 -1 64 203356 0 0 0 3285 102 0 0 16 0 12 0 146868060 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6785] ppid=6779 vsize=1796000 CPUtime=33.85
/proc/6781/task/6785/stat : 6785 (java) S 6779 6781 6718 0 -1 64 207202 0 0 0 3290 95 0 0 17 0 12 0 146868060 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6786] ppid=6779 vsize=1796000 CPUtime=653.27
/proc/6781/task/6786/stat : 6786 (java) R 6779 6781 6718 0 -1 64 840766 0 0 0 64946 381 0 0 25 0 12 0 146868062 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6787] ppid=6779 vsize=1796000 CPUtime=0
/proc/6781/task/6787/stat : 6787 (java) S 6779 6781 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 146868062 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6788] ppid=6779 vsize=1796000 CPUtime=0
/proc/6781/task/6788/stat : 6788 (java) S 6779 6781 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 146868062 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6789] ppid=6779 vsize=1796000 CPUtime=0
/proc/6781/task/6789/stat : 6789 (java) S 6779 6781 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 146868067 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6790] ppid=6779 vsize=1796000 CPUtime=1.32
/proc/6781/task/6790/stat : 6790 (java) S 6779 6781 6718 0 -1 64 6203 0 0 0 130 2 0 0 16 0 12 0 146868067 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6791] ppid=6779 vsize=1796000 CPUtime=0.66
/proc/6781/task/6791/stat : 6791 (java) S 6779 6781 6718 0 -1 64 2257 0 0 0 66 0 0 0 16 0 12 0 146868067 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6781/tid=6792] ppid=6779 vsize=1796000 CPUtime=0
/proc/6781/task/6792/stat : 6792 (java) S 6779 6781 6718 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 146868067 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6781/tid=6793] ppid=6779 vsize=1796000 CPUtime=0
/proc/6781/task/6793/stat : 6793 (java) D 6779 6781 6718 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 146868067 1839104000 277774 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 868.53
Current children cumulated vsize (KiB) 1796000

[startup+834.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 6796
/proc/meminfo: memFree=38736/2055920 swapFree=4184228/4192956
[pid=6781] ppid=6779 vsize=0 CPUtime=868.66
/proc/6781/stat : 6781 (java) Z 6779 6781 6718 0 -1 12 1298435 0 1 0 86227 639 0 0 16 0 2 0 146868056 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6781/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 868.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 834.534
CPU time (s): 868.687
CPU user time (s): 862.28
CPU system time (s): 6.40702
CPU usage (%): 104.092
Max. virtual memory (cumulated for all children) (KiB): 1820008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 862.28
system time used= 6.40702
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1298435
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= 18509
involuntary context switches= 19375

runsolver used 0.85287 second user time and 2.36964 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Apr 16 07:33:07 UTC 2007

IDJOB= 354429
IDBENCH= 2520
IDSOLVER= 160
FILE ID= node71/354429-1176708782

PBS_JOBID= 4560091

Free space on /tmp= 66267 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354429-1176708782/sat4jPseudoCP.jar /tmp/evaluation/354429-1176708782/instance-354429-1176708782.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-354429-1176708782 -o ROOT/results/node71/solver-354429-1176708782 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354429-1176708782/sat4jPseudoCP.jar /tmp/evaluation/354429-1176708782/instance-354429-1176708782.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7478f253a8ff3e29c2a001743623a20c

RANDOM SEED= 577683967

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1073032 kB
Buffers:         53800 kB
Cached:         827832 kB
SwapCached:       2640 kB
Active:         454172 kB
Inactive:       437416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073032 kB
SwapTotal:     4192956 kB
SwapFree:      4184248 kB
Dirty:          206436 kB
Writeback:        3532 kB
Mapped:          15500 kB
Slab:            77376 kB
Committed_AS:  2456140 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66267 MiB

End job on node71 on Mon Apr 16 07:47:02 UTC 2007