Trace number 351899

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? (TO) 1800.2 1732.79

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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.14/1.65	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/1.65	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/1.65	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/1.66	c no version file found!!!
0.14/1.66	c sun.arch.data.model	32
0.14/1.66	c java.version	1.6.0
0.14/1.66	c os.name	Linux
0.14/1.66	c os.version	2.6.9-22.EL.rootsmp
0.14/1.66	c os.arch	i386
0.14/1.66	c Free memory 1651659224
0.14/1.66	c Max memory 1654456320
0.14/1.66	c Total memory 1654456320
0.14/1.66	c Number of processors 2
0.24/1.72	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.24/1.72	--- Begin Solver configuration ---
0.24/1.72	c Stops conflict analysis at the first Unique Implication Point
0.24/1.72	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.24/1.72	c Learn all clauses as in MiniSAT
0.24/1.72	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.24/1.72	c VSIDS like heuristics from MiniSAT using a heap
0.24/1.72	c No reason simplification
0.24/1.72	c --- End Solver configuration ---
0.24/1.72	c solving /tmp/evaluation/351899-1176616898/instance-351899-1176616898.opb
0.24/1.72	c reading problem ... 
34.74/26.29	c ... done. Wall clock time 24.572s.
34.74/26.29	c CPU time (experimental) 15.63s.
34.74/26.29	c #vars     1041679
34.74/26.29	c #constraints  160196
1800.01/1732.61	c starts		: 2
1800.01/1732.61	c conflicts		: 62882
1800.01/1732.61	c decisions		: 115162
1800.01/1732.61	c propagations		: 859857
1800.01/1732.61	c inspects		: 598007268
1800.01/1732.61	c learnt literals	: 0
1800.01/1732.61	c learnt binary clauses	: 0
1800.01/1732.61	c learnt ternary clauses	: 0
1800.01/1732.61	c learnt clauses	: 62882
1800.01/1732.61	c root simplifications	: 0
1800.01/1732.61	c removed literals (reason simplification)	: 0
1800.01/1732.61	c reason swapping (by a shorter reason)	: 0
1800.01/1732.61	c Calls to reduceDB	: 0
1800.01/1732.61	c speed (decisions/second)	: 67.49694200087798
1800.01/1732.61	c non guided choices	18667
1800.01/1732.61	s UNKNOWN
1800.01/1732.61	c Total wall clock time (ms): 1730.896

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/node75/watcher-351899-1176616898 -o ROOT/results/node75/solver-351899-1176616898 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351899-1176616898/sat4jPseudoCP.jar /tmp/evaluation/351899-1176616898/instance-351899-1176616898.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: 5.95 2.52 1.52 3/70 15043
/proc/meminfo: memFree=1897936/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=18568 CPUtime=0
/proc/15043/stat : 15043 (runsolver) D 15041 15043 14032 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 109603754 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231882681639 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/15043/statm: 4642 292 257 24 0 2626 0

[startup+0.0579199 s]
/proc/loadavg: 5.95 2.52 1.52 3/70 15043
/proc/meminfo: memFree=1897936/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=18568 CPUtime=0
/proc/15043/stat : 15043 (runsolver) D 15041 15043 14032 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 109603754 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15043/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.101921 s]
/proc/loadavg: 5.95 2.52 1.52 3/70 15043
/proc/meminfo: memFree=1897936/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=18568 CPUtime=0
/proc/15043/stat : 15043 (runsolver) D 15041 15043 14032 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 109603754 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15043/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.30196 s]
/proc/loadavg: 5.95 2.52 1.52 3/70 15043
/proc/meminfo: memFree=1897936/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=18568 CPUtime=0
/proc/15043/stat : 15043 (runsolver) D 15041 15043 14032 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 109603754 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15043/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+0.70104 s]
/proc/loadavg: 5.95 2.52 1.52 3/70 15043
/proc/meminfo: memFree=1897936/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=18568 CPUtime=0
/proc/15043/stat : 15043 (runsolver) D 15041 15043 14032 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 109603754 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15043/statm: 4642 292 257 24 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18568

[startup+1.5012 s]
/proc/loadavg: 5.95 2.52 1.52 1/71 15044
/proc/meminfo: memFree=1897160/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=1777708 CPUtime=0.07
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 3505 0 47 0 2 5 0 0 18 0 7 0 109603754 1820372992 3295 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 444427 3295 1053 9 0 442063 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777708

[startup+3.10252 s]
/proc/loadavg: 5.95 2.52 1.52 4/82 15055
/proc/meminfo: memFree=1833136/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=1785496 CPUtime=2.22
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 35483 0 47 0 201 21 0 0 18 0 12 0 109603754 1828347904 33714 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 446374 33716 1303 9 0 443986 0
[pid=15043/tid=15045] ppid=15041 vsize=1785496 CPUtime=1.33
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 31859 0 12 0 117 16 0 0 19 0 12 0 109603893 1828347904 33716 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109568619 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 109603900 1828347904 33717 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 109603900 1828347904 33718 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 109603904 1828347904 33719 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 109603904 1828347904 33721 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 109603904 1828347904 33722 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 109603912 1828347904 33723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1785496 CPUtime=0.41
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 1351 0 0 0 41 0 0 0 16 0 12 0 109603912 1828347904 33724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1785496 CPUtime=0.43
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 1590 0 0 0 42 1 0 0 16 0 12 0 109603912 1828347904 33725 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 109603912 1828347904 33726 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1785496 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109603912 1828347904 33728 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1785496

[startup+6.30215 s]
/proc/loadavg: 5.55 2.50 1.51 2/82 15057
/proc/meminfo: memFree=1620848/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=1789344 CPUtime=6.74
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 84668 0 47 0 627 47 0 0 18 0 12 0 109603754 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 447336 76419 1312 9 0 444948 0
[pid=15043/tid=15045] ppid=15041 vsize=1789344 CPUtime=3.33
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 37676 0 12 0 313 20 0 0 17 0 12 0 109603893 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109674169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1789344 CPUtime=1.06
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 22095 0 0 0 95 11 0 0 16 0 12 0 109603900 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1789344 CPUtime=1.05
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 20483 0 0 0 95 10 0 0 16 0 12 0 109603900 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 109603904 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 109603904 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109603904 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 109603912 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1789344 CPUtime=0.54
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 1932 0 0 0 54 0 0 0 17 0 12 0 109603912 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1789344 CPUtime=0.69
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 1793 0 0 0 68 1 0 0 16 0 12 0 109603912 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 109603912 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1789344 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109603912 1832288256 76419 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 1789344

[startup+12.7026 s]
/proc/loadavg: 5.27 2.49 1.52 3/82 15063
/proc/meminfo: memFree=1466672/2055920 swapFree=4155268/4192956
[pid=15043] ppid=15041 vsize=1796856 CPUtime=16.39
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 136646 0 47 0 1565 74 0 0 18 0 12 0 109603754 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449214 115957 1316 9 0 446826 0
[pid=15043/tid=15045] ppid=15041 vsize=1796856 CPUtime=6.67
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 37695 0 12 0 646 21 0 0 18 0 12 0 109603893 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476810 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1796856 CPUtime=4.04
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 46663 0 0 0 381 23 0 0 16 0 12 0 109603900 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1796856 CPUtime=4.02
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 45918 0 0 0 379 23 0 0 16 0 12 0 109603900 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 109603904 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 109603904 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109603904 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 109603912 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1796856 CPUtime=0.82
/proc/15043/task/15052/stat : 15052 (java) R 15041 15043 14032 0 -1 64 3845 0 0 0 82 0 0 0 17 0 12 0 109603912 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104725997 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1796856 CPUtime=0.75
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 1836 0 0 0 74 1 0 0 16 0 12 0 109603912 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 109603912 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1796856 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109603912 1839980544 115957 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (KiB) 1796856

[startup+25.5021 s]
/proc/loadavg: 4.54 2.47 1.52 3/76 15089
/proc/meminfo: memFree=1213408/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1796168 CPUtime=33.76
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 200534 0 47 0 3269 107 0 0 18 0 12 0 109603754 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449042 170376 1324 9 0 446654 0
[pid=15043/tid=15045] ppid=15041 vsize=1796168 CPUtime=15.12
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 37720 0 12 0 1488 24 0 0 18 0 12 0 109603893 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109513358 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1796168 CPUtime=8.22
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 77955 0 0 0 785 37 0 0 19 0 12 0 109603900 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1796168 CPUtime=8.22
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 75958 0 0 0 784 38 0 0 16 0 12 0 109603900 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 109603904 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 109603904 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 109603904 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 109603912 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1796168 CPUtime=1.29
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 6320 0 0 0 127 2 0 0 16 0 12 0 109603912 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1796168 CPUtime=0.82
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 1882 0 0 0 81 1 0 0 16 0 12 0 109603912 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 109603912 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1796168 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 109603912 1839276032 170376 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.76
Current children cumulated vsize (KiB) 1796168

[startup+51.1022 s]
/proc/loadavg: 3.33 2.35 1.51 2/77 15090
/proc/meminfo: memFree=1117736/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1798472 CPUtime=62.32
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 230864 0 47 0 6108 124 0 0 18 0 13 0 109603754 1841635328 194250 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449618 194250 1333 9 0 447230 0
[pid=15043/tid=15045] ppid=15041 vsize=1798472 CPUtime=38.61
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 37796 0 12 0 3837 24 0 0 25 0 13 0 109603893 1841635328 194250 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109851374 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1798472 CPUtime=9.69
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 90563 0 0 0 926 43 0 0 17 0 13 0 109603900 1841635328 194250 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1798472 CPUtime=9.69

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

[pid=15043/tid=15048] ppid=15041 vsize=1798472 CPUtime=0.2
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 25 0 0 0 13 7 0 0 16 0 13 0 109603904 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 109603904 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109603904 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 109603912 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1798472 CPUtime=2.38
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 7285 0 0 0 236 2 0 0 17 0 13 0 109603912 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1798472 CPUtime=1.96
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 5914 0 0 0 193 3 0 0 16 0 13 0 109603912 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 109603912 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109603912 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15090] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15090/stat : 15090 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 109606402 1841635328 274653 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 1798472

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/77 15090
/proc/meminfo: memFree=786728/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1798472 CPUtime=1664.21
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 323681 0 47 0 166246 175 0 0 18 0 13 0 109603754 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449618 276434 1334 9 0 447230 0
[pid=15043/tid=15045] ppid=15041 vsize=1798472 CPUtime=1537.08
/proc/15043/task/15045/stat : 15045 (java) S 15041 15043 14032 0 -1 64 38552 0 12 0 153680 28 0 0 25 0 13 0 109603893 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1798472 CPUtime=61.23
/proc/15043/task/15046/stat : 15046 (java) R 15041 15043 14032 0 -1 64 133540 0 0 0 6060 63 0 0 17 0 13 0 109603900 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1798472 CPUtime=61.27
/proc/15043/task/15047/stat : 15047 (java) R 15041 15043 14032 0 -1 64 137679 0 0 0 6061 66 0 0 17 0 13 0 109603900 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105070783 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1798472 CPUtime=0.2
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 25 0 0 0 13 7 0 0 15 0 13 0 109603904 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 109603904 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109603904 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 109603912 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1798472 CPUtime=2.38
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 7285 0 0 0 236 2 0 0 17 0 13 0 109603912 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1798472 CPUtime=1.96
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 5914 0 0 0 193 3 0 0 16 0 13 0 109603912 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 109603912 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109603912 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15090] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15090/stat : 15090 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 109606402 1841635328 276434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.21
Current children cumulated vsize (KiB) 1798472

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 1.08 2/77 15090
/proc/meminfo: memFree=779048/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1798472 CPUtime=1726.62
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 325678 0 47 0 172486 176 0 0 18 0 13 0 109603754 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449618 278343 1334 9 0 447230 0
[pid=15043/tid=15045] ppid=15041 vsize=1798472 CPUtime=1594.57
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 38577 0 12 0 159429 28 0 0 25 0 13 0 109603893 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109798429 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1798472 CPUtime=63.68
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 134382 0 0 0 6305 63 0 0 16 0 13 0 109603900 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1798472 CPUtime=63.74
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 138809 0 0 0 6307 67 0 0 17 0 13 0 109603900 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1798472 CPUtime=0.21
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 25 0 0 0 14 7 0 0 16 0 13 0 109603904 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 109603904 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109603904 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 109603912 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1798472 CPUtime=2.38
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 7285 0 0 0 236 2 0 0 17 0 13 0 109603912 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1798472 CPUtime=1.96
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 5914 0 0 0 193 3 0 0 16 0 13 0 109603912 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 109603912 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109603912 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15090] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15090/stat : 15090 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 109606402 1841635328 278343 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.62
Current children cumulated vsize (KiB) 1798472

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/77 15090
/proc/meminfo: memFree=772008/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1798472 CPUtime=1789.21
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 327466 0 47 0 178744 177 0 0 18 0 13 0 109603754 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449618 280093 1334 9 0 447230 0
[pid=15043/tid=15045] ppid=15041 vsize=1798472 CPUtime=1651.88
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 38603 0 12 0 165160 28 0 0 25 0 13 0 109603893 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109785579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1798472 CPUtime=66.32
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 135251 0 0 0 6569 63 0 0 16 0 13 0 109603900 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1798472 CPUtime=66.36
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 139702 0 0 0 6569 67 0 0 16 0 13 0 109603900 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1798472 CPUtime=0.21
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 25 0 0 0 14 7 0 0 16 0 13 0 109603904 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 109603904 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109603904 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 109603912 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1798472 CPUtime=2.38
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 7285 0 0 0 236 2 0 0 17 0 13 0 109603912 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1798472 CPUtime=1.96
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 5914 0 0 0 193 3 0 0 16 0 13 0 109603912 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 109603912 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109603912 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15090] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15090/stat : 15090 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 109606402 1841635328 280093 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.21
Current children cumulated vsize (KiB) 1798472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1732.6 s]
/proc/loadavg: 1.01 1.02 1.07 2/77 15090
/proc/meminfo: memFree=769576/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=1798472 CPUtime=1800.01
/proc/15043/stat : 15043 (java) S 15041 15043 14032 0 -1 0 328102 0 47 0 179823 178 0 0 18 0 13 0 109603754 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 449618 280712 1334 9 0 447230 0
[pid=15043/tid=15045] ppid=15041 vsize=1798472 CPUtime=1661.67
/proc/15043/task/15045/stat : 15045 (java) R 15041 15043 14032 0 -1 64 38608 0 12 0 166139 28 0 0 22 0 13 0 109603893 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109568810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15046] ppid=15041 vsize=1798472 CPUtime=66.82
/proc/15043/task/15046/stat : 15046 (java) S 15041 15043 14032 0 -1 64 135643 0 0 0 6619 63 0 0 16 0 13 0 109603900 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15047] ppid=15041 vsize=1798472 CPUtime=66.87
/proc/15043/task/15047/stat : 15047 (java) S 15041 15043 14032 0 -1 64 139941 0 0 0 6619 68 0 0 17 0 13 0 109603900 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15048] ppid=15041 vsize=1798472 CPUtime=0.21
/proc/15043/task/15048/stat : 15048 (java) S 15041 15043 14032 0 -1 64 25 0 0 0 14 7 0 0 15 0 13 0 109603904 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 15041 15043 14032 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 109603904 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15050] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15050/stat : 15050 (java) S 15041 15043 14032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 109603904 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15051] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15051/stat : 15051 (java) S 15041 15043 14032 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 109603912 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15052] ppid=15041 vsize=1798472 CPUtime=2.38
/proc/15043/task/15052/stat : 15052 (java) S 15041 15043 14032 0 -1 64 7285 0 0 0 236 2 0 0 17 0 13 0 109603912 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15053] ppid=15041 vsize=1798472 CPUtime=1.96
/proc/15043/task/15053/stat : 15053 (java) S 15041 15043 14032 0 -1 64 5914 0 0 0 193 3 0 0 16 0 13 0 109603912 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15054] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 15041 15043 14032 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 109603912 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15055] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15055/stat : 15055 (java) S 15041 15043 14032 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 109603912 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15090] ppid=15041 vsize=1798472 CPUtime=0
/proc/15043/task/15090/stat : 15090 (java) S 15041 15043 14032 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 109606402 1841635328 280712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1798472

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

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

[startup+1732.71 s]
/proc/loadavg: 1.01 1.02 1.07 2/77 15090
/proc/meminfo: memFree=769576/2055920 swapFree=4155272/4192956
[pid=15043] ppid=15041 vsize=0 CPUtime=1800.12
/proc/15043/stat : 15043 (java) Z 15041 15043 14032 0 -1 1036 328122 0 47 0 179825 187 0 0 16 0 2 0 109603754 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1732.79
CPU time (s): 1800.2
CPU user time (s): 1798.25
CPU system time (s): 1.9477
CPU usage (%): 103.89
Max. virtual memory (cumulated for all children) (KiB): 1801164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 1.9477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328122
page faults= 47
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43677
involuntary context switches= 21487

runsolver used 1.61875 second user time and 4.73428 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Apr 15 06:01:39 UTC 2007

IDJOB= 351899
IDBENCH= 1845
IDSOLVER= 160
FILE ID= node75/351899-1176616898

PBS_JOBID= 4557040

Free space on /tmp= 66526 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351899-1176616898/sat4jPseudoCP.jar /tmp/evaluation/351899-1176616898/instance-351899-1176616898.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-351899-1176616898 -o ROOT/results/node75/solver-351899-1176616898 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351899-1176616898/sat4jPseudoCP.jar /tmp/evaluation/351899-1176616898/instance-351899-1176616898.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1ef5c8e94b66b7ed63dffc6923ecd901

RANDOM SEED= 688050695

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.257
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.257
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1898408 kB
Buffers:          2136 kB
Cached:         100724 kB
SwapCached:       5396 kB
Active:          64604 kB
Inactive:        45788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898408 kB
SwapTotal:     4192956 kB
SwapFree:      4155268 kB
Dirty:           40724 kB
Writeback:           0 kB
Mapped:          12024 kB
Slab:            32576 kB
Committed_AS:   834348 kB
PageTables:       1728 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= 66526 MiB

End job on node75 on Sun Apr 15 06:30:33 UTC 2007