Trace number 349258

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 1748.05

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst2.opb
MD5SUM0af97c6a7a59a4d1015a4f591401bda7
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349258-1176691941/instance-349258-1176691941.opb
0.20/0.20	c reading problem ... 
2.32/1.53	c ... done. Wall clock time 1.329s.
2.32/1.53	c CPU time (experimental) 0.95s.
2.32/1.53	c #vars     13736
2.32/1.53	c #constraints  725
1800.04/1747.91	c starts		: 2
1800.04/1747.91	c conflicts		: 18602
1800.04/1747.91	c decisions		: 23332
1800.04/1747.91	c propagations		: 108119
1800.04/1747.91	c inspects		: 48155573
1800.04/1747.91	c learnt literals	: 0
1800.04/1747.91	c learnt binary clauses	: 0
1800.04/1747.91	c learnt ternary clauses	: 0
1800.04/1747.91	c learnt clauses	: 18601
1800.04/1747.91	c root simplifications	: 0
1800.04/1747.91	c removed literals (reason simplification)	: 0
1800.04/1747.91	c reason swapping (by a shorter reason)	: 0
1800.04/1747.91	c Calls to reduceDB	: 0
1800.04/1747.91	c speed (decisions/second)	: 13.36041453245707
1800.04/1747.91	c non guided choices	0
1800.04/1747.91	s UNKNOWN
1800.04/1747.91	c Total wall clock time (ms): 1747.713

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/node66/watcher-349258-1176691941 -o ROOT/results/node66/solver-349258-1176691941 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349258-1176691941/sat4jPseudoCP.jar /tmp/evaluation/349258-1176691941/instance-349258-1176691941.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.72 0.93 0.98 3/64 30666
/proc/meminfo: memFree=1467424/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=152 CPUtime=0
/proc/30666/stat : 30666 (java) R 30664 30666 30603 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 145183695 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 9838891 0 0 4096 0 0 0 0 17 1 0 0
/proc/30666/statm: 38 26 19 9 0 4 0

[startup+0.0480781 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 30666
/proc/meminfo: memFree=1467424/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1776376 CPUtime=0.03
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 3458 0 1 0 2 1 0 0 18 0 4 0 145183695 1819009024 3203 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 444094 3203 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.101087 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 30666
/proc/meminfo: memFree=1467424/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1780108 CPUtime=0.08
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 145183695 1822830592 3715 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 445027 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301128 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 30666
/proc/meminfo: memFree=1467424/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1781940 CPUtime=0.32
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 5256 0 1 0 29 3 0 0 18 0 12 0 145183695 1824706560 4994 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 445485 4994 1269 9 0 443097 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781940

[startup+0.70121 s]
/proc/loadavg: 0.72 0.93 0.98 3/64 30666
/proc/meminfo: memFree=1467424/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792028 CPUtime=1.07
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 9653 0 1 0 103 4 0 0 18 0 12 0 145183695 1835036672 8242 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448007 8242 1304 9 0 445619 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1792028

[startup+1.50136 s]
/proc/loadavg: 0.72 0.93 0.98 3/76 30678
/proc/meminfo: memFree=1432448/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792776 CPUtime=2.32
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 23665 0 1 0 221 11 0 0 18 0 12 0 145183695 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448194 19468 1304 9 0 445806 0
[pid=30666/tid=30668] ppid=30664 vsize=1792776 CPUtime=0.91
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 15930 0 1 0 83 8 0 0 25 0 12 0 145183696 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476156 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145183697 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145183697 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 145183700 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 145183700 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145183700 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145183704 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792776 CPUtime=0.56
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 2160 0 0 0 56 0 0 0 16 0 12 0 145183704 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792776 CPUtime=0.81
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 4855 0 0 0 80 1 0 0 16 0 12 0 145183704 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 145183704 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792776 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145183704 1835802624 19468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 1792776

[startup+3.10269 s]
/proc/loadavg: 0.72 0.93 0.98 2/77 30679
/proc/meminfo: memFree=1374072/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1793100 CPUtime=4.47
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 51626 0 1 0 424 23 0 0 18 0 13 0 145183695 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448275 45935 1321 9 0 445887 0
[pid=30666/tid=30668] ppid=30664 vsize=1793100 CPUtime=2.23
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 37715 0 1 0 206 17 0 0 25 0 13 0 145183696 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109221876 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1793100 CPUtime=0.07
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 2486 0 0 0 6 1 0 0 17 0 13 0 145183697 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1793100 CPUtime=0.08
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 2172 0 0 0 7 1 0 0 16 0 13 0 145183697 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1793100 CPUtime=0.84
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 2399 0 0 0 84 0 0 0 16 0 13 0 145183704 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1793100 CPUtime=1.21
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 6123 0 0 0 119 2 0 0 17 0 13 0 145183704 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1793100 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1836134400 45935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1793100

[startup+6.30232 s]
/proc/loadavg: 0.74 0.94 0.98 2/77 30679
/proc/meminfo: memFree=1288704/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1794268 CPUtime=8.48
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 59624 0 1 0 821 27 0 0 18 0 13 0 145183695 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448567 48438 1325 9 0 446179 0
[pid=30666/tid=30668] ppid=30664 vsize=1794268 CPUtime=4.9
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 37724 0 1 0 473 17 0 0 20 0 13 0 145183696 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109508570 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1794268 CPUtime=0.25
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 5083 0 0 0 23 2 0 0 16 0 13 0 145183697 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1794268 CPUtime=0.26
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 4464 0 0 0 25 1 0 0 16 0 13 0 145183697 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 145183700 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1794268 CPUtime=1.4
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4220 0 0 0 139 1 0 0 16 0 13 0 145183704 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1794268 CPUtime=1.61
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 7389 0 0 0 158 3 0 0 17 0 13 0 145183704 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1794268 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1837330432 48438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 1794268

[startup+12.7026 s]
/proc/loadavg: 0.76 0.94 0.98 2/77 30679
/proc/meminfo: memFree=1269896/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1793448 CPUtime=15.38
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 62617 0 1 0 1510 28 0 0 18 0 13 0 145183695 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448362 50506 1326 9 0 445974 0
[pid=30666/tid=30668] ppid=30664 vsize=1793448 CPUtime=11.11
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 38837 0 1 0 1093 18 0 0 19 0 13 0 145183696 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110001037 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1793448 CPUtime=0.28
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 5709 0 0 0 26 2 0 0 15 0 13 0 145183697 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1793448 CPUtime=0.29
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 5028 0 0 0 28 1 0 0 16 0 13 0 145183697 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 145183700 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1793448 CPUtime=1.67
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 166 1 0 0 16 0 13 0 145183704 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1793448 CPUtime=1.96
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 8068 0 0 0 193 3 0 0 16 0 13 0 145183704 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1793448 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1836490752 50506 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 1793448

[startup+25.5011 s]
/proc/loadavg: 0.81 0.94 0.98 2/77 30679
/proc/meminfo: memFree=1330376/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792684 CPUtime=28.24
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 64236 0 1 0 2794 30 0 0 18 0 13 0 145183695 1835708416 34760 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448171 34760 1326 9 0 445783 0
[pid=30666/tid=30668] ppid=30664 vsize=1792684 CPUtime=23.81
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 38864 0 1 0 2363 18 0 0 23 0 13 0 145183696 1835708416 34760 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109868574 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792684 CPUtime=0.35
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 6515 0 0 0 32 3 0 0 16 0 13 0 145183697 1835708416 34760 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792684 CPUtime=0.37
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 5814 0 0 0 35 2 0 0 15 0 13 0 145183697 1835708416 34760 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792684 CPUtime=0.02
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 23 0 0 0 1 1 0 0 17 0 13 0 145183700 1835708416 34760 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=30666/tid=30671] ppid=30664 vsize=1792820 CPUtime=0.39
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 123 0 0 0 24 15 0 0 15 0 13 0 145183700 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792820 CPUtime=1.78
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 177 1 0 0 16 0 13 0 145183704 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792820 CPUtime=2.18
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 9420 0 0 0 214 4 0 0 16 0 13 0 145183704 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1835847680 191935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1585.85
Current children cumulated vsize (KiB) 1792820

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/77 30877
/proc/meminfo: memFree=687048/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792820 CPUtime=1648.27
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 254792 0 1 0 164692 135 0 0 18 0 13 0 145183695 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448205 195781 1327 9 0 445817 0
[pid=30666/tid=30668] ppid=30664 vsize=1792820 CPUtime=1554.57
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 66167 0 1 0 155421 36 0 0 25 0 13 0 145183696 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109508537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792820 CPUtime=44.65
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 83773 0 0 0 4429 36 0 0 17 0 13 0 145183697 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792820 CPUtime=44.64
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 90357 0 0 0 4424 40 0 0 16 0 13 0 145183697 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792820 CPUtime=0.39
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 123 0 0 0 24 15 0 0 16 0 13 0 145183700 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792820 CPUtime=1.78
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 177 1 0 0 16 0 13 0 145183704 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792820 CPUtime=2.18
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 9420 0 0 0 214 4 0 0 16 0 13 0 145183704 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1835847680 195781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.27
Current children cumulated vsize (KiB) 1792820

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/77 30877
/proc/meminfo: memFree=670728/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792820 CPUtime=1710.71
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 259174 0 1 0 170935 136 0 0 18 0 13 0 145183695 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448205 199841 1327 9 0 445817 0
[pid=30666/tid=30668] ppid=30664 vsize=1792820 CPUtime=1611.98
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 66211 0 1 0 161162 36 0 0 25 0 13 0 145183696 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109851525 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792820 CPUtime=47.15
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 85953 0 0 0 4679 36 0 0 17 0 13 0 145183697 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792820 CPUtime=47.16
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 92515 0 0 0 4676 40 0 0 17 0 13 0 145183697 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792820 CPUtime=0.41
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 123 0 0 0 25 16 0 0 16 0 13 0 145183700 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792820 CPUtime=1.78
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 177 1 0 0 16 0 13 0 145183704 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792820 CPUtime=2.18
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 9420 0 0 0 214 4 0 0 16 0 13 0 145183704 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1835847680 199841 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.71
Current children cumulated vsize (KiB) 1792820

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 30877
/proc/meminfo: memFree=649736/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792820 CPUtime=1773.28
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 264695 0 1 0 177189 139 0 0 18 0 13 0 145183695 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448205 205080 1327 9 0 445817 0
[pid=30666/tid=30668] ppid=30664 vsize=1792820 CPUtime=1669.28
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 66255 0 1 0 166892 36 0 0 25 0 13 0 145183696 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109844991 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792820 CPUtime=49.78
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 88808 0 0 0 4941 37 0 0 16 0 13 0 145183697 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792820 CPUtime=49.79
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 95137 0 0 0 4937 42 0 0 17 0 13 0 145183697 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792820 CPUtime=0.41
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 123 0 0 0 25 16 0 0 16 0 13 0 145183700 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792820 CPUtime=1.78
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 177 1 0 0 16 0 13 0 145183704 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792820 CPUtime=2.18
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 9420 0 0 0 214 4 0 0 16 0 13 0 145183704 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1835847680 205080 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.28
Current children cumulated vsize (KiB) 1792820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.91 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 30877
/proc/meminfo: memFree=642888/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=1792820 CPUtime=1800.04
/proc/30666/stat : 30666 (java) S 30664 30666 30603 0 -1 0 266498 0 1 0 179864 140 0 0 18 0 13 0 145183695 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30666/statm: 448205 206789 1327 9 0 445817 0
[pid=30666/tid=30668] ppid=30664 vsize=1792820 CPUtime=1693.69
/proc/30666/task/30668/stat : 30668 (java) R 30664 30666 30603 0 -1 64 66274 0 1 0 169333 36 0 0 25 0 13 0 145183696 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110164266 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30669] ppid=30664 vsize=1792820 CPUtime=50.96
/proc/30666/task/30669/stat : 30669 (java) S 30664 30666 30603 0 -1 64 89772 0 0 0 5058 38 0 0 16 0 13 0 145183697 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30670] ppid=30664 vsize=1792820 CPUtime=50.96
/proc/30666/task/30670/stat : 30670 (java) S 30664 30666 30603 0 -1 64 95957 0 0 0 5054 42 0 0 16 0 13 0 145183697 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30671] ppid=30664 vsize=1792820 CPUtime=0.41
/proc/30666/task/30671/stat : 30671 (java) S 30664 30666 30603 0 -1 64 123 0 0 0 25 16 0 0 16 0 13 0 145183700 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30672] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30672/stat : 30672 (java) S 30664 30666 30603 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30673] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30673/stat : 30673 (java) S 30664 30666 30603 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145183700 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30674] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30674/stat : 30674 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145183704 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30675] ppid=30664 vsize=1792820 CPUtime=1.78
/proc/30666/task/30675/stat : 30675 (java) S 30664 30666 30603 0 -1 64 4231 0 0 0 177 1 0 0 16 0 13 0 145183704 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30676] ppid=30664 vsize=1792820 CPUtime=2.18
/proc/30666/task/30676/stat : 30676 (java) S 30664 30666 30603 0 -1 64 9420 0 0 0 214 4 0 0 16 0 13 0 145183704 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30677] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30677/stat : 30677 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 145183704 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30666/tid=30678] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30678/stat : 30678 (java) S 30664 30666 30603 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145183704 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30666/tid=30679] ppid=30664 vsize=1792820 CPUtime=0
/proc/30666/task/30679/stat : 30679 (java) S 30664 30666 30603 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 145183868 1835847680 206789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1792820

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

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

[startup+1748.01 s]
/proc/loadavg: 1.07 1.03 1.00 2/77 30877
/proc/meminfo: memFree=642888/2055920 swapFree=4184568/4192956
[pid=30666] ppid=30664 vsize=0 CPUtime=1800.15
/proc/30666/stat : 30666 (java) Z 30664 30666 30603 0 -1 1036 266517 0 1 0 179866 149 0 0 16 0 2 0 145183695 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30666/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1748.05
CPU time (s): 1800.2
CPU user time (s): 1798.67
CPU system time (s): 1.53177
CPU usage (%): 102.983
Max. virtual memory (cumulated for all children) (KiB): 1795592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.53177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266517
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= 51965
involuntary context switches= 41367

runsolver used 1.63675 second user time and 4.81727 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Mon Apr 16 02:52:21 UTC 2007

IDJOB= 349258
IDBENCH= 2322
IDSOLVER= 160
FILE ID= node66/349258-1176691941

PBS_JOBID= 4560023

Free space on /tmp= 66497 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  0af97c6a7a59a4d1015a4f591401bda7

RANDOM SEED= 579615145

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.281
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.281
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:       1467896 kB
Buffers:         43312 kB
Cached:         451748 kB
SwapCached:       2156 kB
Active:         171388 kB
Inactive:       334316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467896 kB
SwapTotal:     4192956 kB
SwapFree:      4184568 kB
Dirty:            4444 kB
Writeback:           0 kB
Mapped:          16076 kB
Slab:            68404 kB
Committed_AS:   723388 kB
PageTables:       1376 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= 66497 MiB

End job on node66 on Mon Apr 16 03:21:31 UTC 2007