Trace number 1856037

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.26 1797.77

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath2.opb
MD5SUMa4a0adfe0d9b9bff1eac92e870352c94
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 variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4820003452178237
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1856037-1244899924.opb
0.22/0.22	c reading problem ... 
5.13/3.96	c ... done. Wall clock time 3.74s.
5.13/3.96	c #vars     52335
5.13/3.96	c #constraints  7593
5.13/3.96	c constraints type 
5.13/3.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.02/1797.61	c starts		: 15
1800.02/1797.61	c conflicts		: 69262
1800.02/1797.61	c decisions		: 129487
1800.02/1797.61	c propagations		: 11357191
1800.02/1797.61	c inspects		: 68311341
1800.02/1797.61	c learnt literals	: 1
1800.02/1797.61	c learnt binary clauses	: 2
1800.02/1797.61	c learnt ternary clauses	: 5
1800.02/1797.61	c learnt clauses	: 69261
1800.02/1797.61	c ignored clauses	: 0
1800.02/1797.61	c root simplifications	: 0
1800.02/1797.61	c removed literals (reason simplification)	: 24912928
1800.02/1797.61	c reason swapping (by a shorter reason)	: 0
1800.02/1797.61	c Calls to reduceDB	: 0
1800.02/1797.61	c speed (assignments/second)	: 6331.882476710935
1800.02/1797.61	c non guided choices	15437
1800.02/1797.67	c learnt constraints type 
1800.02/1797.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 69261
1800.02/1797.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1797.67	c constraints type 
1800.02/1797.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
1800.02/1797.67	s UNKNOWN
1800.02/1797.67	c Total wall clock time (in seconds): 1797.456

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856037-1244899924/watcher-1856037-1244899924 -o /tmp/evaluation-result-1856037-1244899924/solver-1856037-1244899924 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856037-1244899924.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10648
/proc/meminfo: memFree=1324520/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=152 CPUtime=0
/proc/10648/stat : 10648 (java6) D 10646 10648 10290 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 157593565 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 5829412 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10648/statm: 38 26 19 9 0 4 0

[startup+0.063667 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10648
/proc/meminfo: memFree=1324520/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1470220 CPUtime=0.04
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 3303 0 1 0 3 1 0 0 18 0 7 0 157593565 1505505280 3048 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 367555 3048 1029 9 0 364906 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470220

[startup+0.102672 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10648
/proc/meminfo: memFree=1324520/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1472584 CPUtime=0.08
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 3608 0 1 0 7 1 0 0 18 0 12 0 157593565 1507926016 3351 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 368146 3351 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302699 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10648
/proc/meminfo: memFree=1324520/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1474736 CPUtime=0.33
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 5289 0 1 0 30 3 0 0 18 0 12 0 157593565 1510129664 5026 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 368684 5026 1352 9 0 366027 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474736

[startup+0.702748 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 10648
/proc/meminfo: memFree=1324520/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1480328 CPUtime=1.12
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 8543 0 1 0 108 4 0 0 18 0 12 0 157593565 1515855872 7555 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 370082 7555 1397 9 0 367425 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1480328

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 10660
/proc/meminfo: memFree=1287304/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479600 CPUtime=2.13
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 22233 0 1 0 204 9 0 0 18 0 12 0 157593565 1515110400 20315 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369900 20315 1401 9 0 367243 0
[pid=10648/tid=10650] ppid=10646 vsize=1479600 CPUtime=1.25
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 17985 0 1 0 118 7 0 0 19 0 12 0 157593566 1515110400 20316 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 157593568 1515110400 20317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 157593568 1515110400 20317 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 157593569 1515110400 20318 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 157593570 1515110400 20319 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 157593570 1515110400 20319 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157593574 1515110400 20320 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479600 CPUtime=0.36
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 517 0 0 0 36 0 0 0 18 0 12 0 157593574 1515110400 20321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479600 CPUtime=0.49
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 2991 0 0 0 48 1 0 0 15 0 12 0 157593574 1515110400 20321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157593574 1515110400 20322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157593574 1515110400 20323 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1479600

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 10660
/proc/meminfo: memFree=1219336/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479600 CPUtime=4.16
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 42131 0 1 0 397 19 0 0 18 0 12 0 157593565 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369900 39523 1417 9 0 367243 0
[pid=10648/tid=10650] ppid=10646 vsize=1479600 CPUtime=2.72
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 30920 0 1 0 259 13 0 0 22 0 12 0 157593566 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4109481547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479600 CPUtime=0.12
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 3505 0 0 0 10 2 0 0 16 0 12 0 157593568 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479600 CPUtime=0.11
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 2975 0 0 0 11 0 0 0 17 0 12 0 157593568 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 157593569 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 157593570 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 157593570 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157593574 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479600 CPUtime=0.36
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 517 0 0 0 36 0 0 0 18 0 12 0 157593574 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479600 CPUtime=0.79
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3465 0 0 0 78 1 0 0 17 0 12 0 157593574 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 157593574 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479600 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 157593574 1515110400 39523 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1479600

[startup+6.3024 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10661
/proc/meminfo: memFree=1135552/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479064 CPUtime=7.79
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 51912 0 1 0 755 24 0 0 18 0 13 0 157593565 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369766 48324 1425 9 0 367109 0
[pid=10648/tid=10650] ppid=10646 vsize=1479064 CPUtime=5.66
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 30955 0 1 0 552 14 0 0 24 0 13 0 157593566 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4109769816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479064 CPUtime=0.29
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 8255 0 0 0 25 4 0 0 16 0 13 0 157593568 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479064 CPUtime=0.29
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 7922 0 0 0 26 3 0 0 16 0 13 0 157593568 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157593569 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479064 CPUtime=0.53
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 549 0 0 0 53 0 0 0 16 0 13 0 157593574 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479064 CPUtime=0.96
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3478 0 0 0 95 1 0 0 16 0 13 0 157593574 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479064 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1514561536 48324 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 1479064

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10661
/proc/meminfo: memFree=1135040/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479832 CPUtime=14.35
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 52340 0 1 0 1411 24 0 0 18 0 13 0 157593565 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369958 48466 1425 9 0 367301 0
[pid=10648/tid=10650] ppid=10646 vsize=1479832 CPUtime=12.04
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 30964 0 1 0 1190 14 0 0 25 0 13 0 157593566 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4109767821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479832 CPUtime=0.29
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 8255 0 0 0 25 4 0 0 16 0 13 0 157593568 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479832 CPUtime=0.29
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 7922 0 0 0 26 3 0 0 16 0 13 0 157593568 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157593569 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479832 CPUtime=0.61
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 946 0 0 0 61 0 0 0 16 0 13 0 157593574 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479832 CPUtime=1.06
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3500 0 0 0 105 1 0 0 16 0 13 0 157593574 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1515347968 48466 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 1479832

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10661
/proc/meminfo: memFree=1130368/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1478808 CPUtime=27.45
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 53949 0 1 0 2720 25 0 0 18 0 13 0 157593565 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369702 49658 1425 9 0 367045 0
[pid=10648/tid=10650] ppid=10646 vsize=1478808 CPUtime=24.72
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 30971 0 1 0 2458 14 0 0 25 0 13 0 157593566 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1478808 CPUtime=0.39
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 9314 0 0 0 35 4 0 0 16 0 13 0 157593568 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1478808 CPUtime=0.39
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 8452 0 0 0 36 3 0 0 16 0 13 0 157593568 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1478808 CPUtime=0
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 157593569 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1478808 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1514299392 49658 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1478808 CPUtime=0

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

[pid=10648] ppid=10646 vsize=1479832 CPUtime=1664.73
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 95573 0 1 0 166427 46 0 0 18 0 13 0 157593565 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369958 85675 1429 9 0 367301 0
[pid=10648/tid=10650] ppid=10646 vsize=1479832 CPUtime=1660.09
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 31050 0 1 0 165993 16 0 0 25 0 13 0 157593566 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479832 CPUtime=1.21
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 28742 0 0 0 108 13 0 0 16 0 13 0 157593568 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479832 CPUtime=1.21
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 29734 0 0 0 108 13 0 0 16 0 13 0 157593568 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479832 CPUtime=0.01
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 157593569 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479832 CPUtime=0.87
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 1781 0 0 0 86 1 0 0 16 0 13 0 157593574 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479832 CPUtime=1.28
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3513 0 0 0 127 1 0 0 16 0 13 0 157593574 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1515347968 85675 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.73
Current children cumulated vsize (KiB) 1479832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10663
/proc/meminfo: memFree=985472/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479832 CPUtime=1724.72
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 95674 0 1 0 172426 46 0 0 18 0 13 0 157593565 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369958 85768 1429 9 0 367301 0
[pid=10648/tid=10650] ppid=10646 vsize=1479832 CPUtime=1720.07
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 31051 0 1 0 171991 16 0 0 25 0 13 0 157593566 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479832 CPUtime=1.21
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 28786 0 0 0 108 13 0 0 16 0 13 0 157593568 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479832 CPUtime=1.22
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 29790 0 0 0 109 13 0 0 16 0 13 0 157593568 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479832 CPUtime=0.01
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 157593569 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479832 CPUtime=0.87
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 1781 0 0 0 86 1 0 0 16 0 13 0 157593574 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479832 CPUtime=1.28
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3513 0 0 0 127 1 0 0 16 0 13 0 157593574 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1515347968 85768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.72
Current children cumulated vsize (KiB) 1479832

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10669
/proc/meminfo: memFree=983744/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479832 CPUtime=1784.71
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 96167 0 1 0 178424 47 0 0 18 0 13 0 157593565 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369958 86184 1429 9 0 367301 0
[pid=10648/tid=10650] ppid=10646 vsize=1479832 CPUtime=1780.04
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 31053 0 1 0 177988 16 0 0 25 0 13 0 157593566 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479832 CPUtime=1.22
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 29040 0 0 0 109 13 0 0 16 0 13 0 157593568 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479832 CPUtime=1.24
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 30027 0 0 0 110 14 0 0 16 0 13 0 157593568 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479832 CPUtime=0.01
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 157593569 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479832 CPUtime=0.87
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 1781 0 0 0 86 1 0 0 16 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479832 CPUtime=1.28
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3513 0 0 0 127 1 0 0 16 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.71
Current children cumulated vsize (KiB) 1479832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10669
/proc/meminfo: memFree=983744/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1479832 CPUtime=1800.02
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 96167 0 1 0 179955 47 0 0 18 0 13 0 157593565 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10648/statm: 369958 86184 1429 9 0 367301 0
[pid=10648/tid=10650] ppid=10646 vsize=1479832 CPUtime=1795.34
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 31053 0 1 0 179518 16 0 0 25 0 13 0 157593566 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4109851300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1479832 CPUtime=1.22
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 29040 0 0 0 109 13 0 0 16 0 13 0 157593568 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1479832 CPUtime=1.24
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 30027 0 0 0 110 14 0 0 16 0 13 0 157593568 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1479832 CPUtime=0.01
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 1 0 0 0 16 0 13 0 157593569 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 157593570 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1479832 CPUtime=0.87
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 1781 0 0 0 86 1 0 0 16 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1479832 CPUtime=1.28
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3513 0 0 0 127 1 0 0 16 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 157593574 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1479832 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 157593976 1515347968 86184 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1479832

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

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

[startup+1797.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10669
/proc/meminfo: memFree=983744/2055920 swapFree=4192040/4192956
[pid=10648] ppid=10646 vsize=1480480 CPUtime=1800.19
/proc/10648/stat : 10648 (java) S 10646 10648 10290 0 -1 0 96198 0 1 0 179972 47 0 0 16 0 14 0 157593565 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10648/statm: 370120 86215 1432 9 0 367463 0
[pid=10648/tid=10650] ppid=10646 vsize=1480480 CPUtime=1795.45
/proc/10648/task/10650/stat : 10650 (java) R 10646 10648 10290 0 -1 64 31053 0 1 0 179529 16 0 0 25 0 14 0 157593566 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4109726071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10648/tid=10651] ppid=10646 vsize=1480480 CPUtime=1.22
/proc/10648/task/10651/stat : 10651 (java) S 10646 10648 10290 0 -1 64 29040 0 0 0 109 13 0 0 16 0 14 0 157593568 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10652] ppid=10646 vsize=1480480 CPUtime=1.24
/proc/10648/task/10652/stat : 10652 (java) S 10646 10648 10290 0 -1 64 30027 0 0 0 110 14 0 0 16 0 14 0 157593568 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10653] ppid=10646 vsize=1480480 CPUtime=0.01
/proc/10648/task/10653/stat : 10653 (java) S 10646 10648 10290 0 -1 64 9 0 0 0 1 0 0 0 16 0 14 0 157593569 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10654] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10654/stat : 10654 (java) S 10646 10648 10290 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 157593570 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10655] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10655/stat : 10655 (java) S 10646 10648 10290 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 157593570 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10656] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10656/stat : 10656 (java) S 10646 10648 10290 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 157593574 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10657] ppid=10646 vsize=1480480 CPUtime=0.91
/proc/10648/task/10657/stat : 10657 (java) S 10646 10648 10290 0 -1 64 1790 0 0 0 90 1 0 0 16 0 14 0 157593574 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10658] ppid=10646 vsize=1480480 CPUtime=1.28
/proc/10648/task/10658/stat : 10658 (java) S 10646 10648 10290 0 -1 64 3513 0 0 0 127 1 0 0 16 0 14 0 157593574 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10659] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10659/stat : 10659 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 157593574 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10660] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10660/stat : 10660 (java) S 10646 10648 10290 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 157593574 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10648/tid=10661] ppid=10646 vsize=1480480 CPUtime=0
/proc/10648/task/10661/stat : 10661 (java) S 10646 10648 10290 0 -1 64 4 0 0 0 0 0 0 0 21 0 14 0 157593976 1516011520 86215 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1480480

Child status: 143
Real time (s): 1797.77
CPU time (s): 1800.26
CPU user time (s): 1799.73
CPU system time (s): 0.531919
CPU usage (%): 100.138
Max. virtual memory (cumulated for all children) (KiB): 1481024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.531919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96199
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= 37633
involuntary context switches= 25115

runsolver used 2.00169 second user time and 4.54931 second system time

The end

Launcher Data

Begin job on node1 at 2009-06-13 15:32:05
IDJOB=1856037
IDBENCH=2313
IDSOLVER=682
FILE ID=node1/1856037-1244899924
PBS_JOBID= 9354438
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856037-1244899924/watcher-1856037-1244899924 -o /tmp/evaluation-result-1856037-1244899924/solver-1856037-1244899924 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856037-1244899924.opb

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

MD5SUM BENCH= a4a0adfe0d9b9bff1eac92e870352c94
RANDOM SEED=804105353

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

/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.245
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.245
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:       1324936 kB
Buffers:         72804 kB
Cached:         561556 kB
SwapCached:        420 kB
Active:          50544 kB
Inactive:       597324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324936 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:            5004 kB
Writeback:           0 kB
Mapped:          22552 kB
Slab:            69084 kB
Committed_AS:   110392 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node1 at 2009-06-13 16:02:04