Trace number 1857525

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.71 1797.02

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
MD5SUM6dc20e219798a6cc2c39fe76202681b5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark12.1981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

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-1857525-1244948737.opb
0.22/0.22	c reading problem ... 
0.49/0.47	c ... done. Wall clock time 0.251s.
0.49/0.47	c #vars     864
0.49/0.47	c #constraints  1321
0.49/0.47	c constraints type 
0.49/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.49/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
1800.02/1796.61	c starts		: 22
1800.02/1796.61	c conflicts		: 1309443
1800.02/1796.61	c decisions		: 1337186
1800.02/1796.61	c propagations		: 29239838
1800.02/1796.61	c inspects		: 4895334089
1800.02/1796.61	c learnt literals	: 1
1800.02/1796.61	c learnt binary clauses	: 8
1800.02/1796.61	c learnt ternary clauses	: 23
1800.02/1796.61	c learnt clauses	: 1309443
1800.02/1796.61	c ignored clauses	: 0
1800.02/1796.61	c root simplifications	: 0
1800.02/1796.61	c removed literals (reason simplification)	: 55749912
1800.02/1796.61	c reason swapping (by a shorter reason)	: 0
1800.02/1796.61	c Calls to reduceDB	: 0
1800.02/1796.61	c speed (assignments/second)	: 16279.26284265785
1800.02/1796.61	c non guided choices	2398
1800.40/1796.88	c learnt constraints type 
1800.40/1796.88	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1309852
1800.40/1796.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.40/1796.88	c constraints type 
1800.40/1796.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
1800.40/1796.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
1800.40/1796.88	s UNKNOWN
1800.40/1796.88	c Total wall clock time (in seconds): 1796.661

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-1857525-1244948737/watcher-1857525-1244948737 -o /tmp/evaluation-result-1857525-1244948737/solver-1857525-1244948737 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1857525-1244948737.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: 0.92 0.98 0.99 3/64 19667
/proc/meminfo: memFree=1511648/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=152 CPUtime=0
/proc/19667/stat : 19667 (java6) D 19665 19667 15854 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 162473694 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 8438564 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/19667/statm: 38 26 19 9 0 4 0

[startup+0.0330321 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19667
/proc/meminfo: memFree=1511648/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1469624 CPUtime=0.01
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 2524 0 1 0 0 1 0 0 18 0 4 0 162473694 1504894976 2271 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 367406 2278 591 9 0 364757 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1469624

[startup+0.101029 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19667
/proc/meminfo: memFree=1511648/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1472996 CPUtime=0.08
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 3598 0 1 0 6 2 0 0 18 0 12 0 162473694 1508347904 3341 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 368249 3341 1066 9 0 365597 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472996

[startup+0.301057 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19667
/proc/meminfo: memFree=1511648/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1475024 CPUtime=0.33
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 4965 0 1 0 30 3 0 0 18 0 12 0 162473694 1510424576 4700 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 368756 4700 1349 9 0 366099 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475024

[startup+0.701104 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19667
/proc/meminfo: memFree=1511648/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478976 CPUtime=1.07
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 7029 0 1 0 103 4 0 0 18 0 13 0 162473694 1514471424 6134 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369744 6134 1413 9 0 367087 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1478976

[startup+1.50218 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19680
/proc/meminfo: memFree=1488440/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478976 CPUtime=2.09
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 13929 0 1 0 202 7 0 0 18 0 13 0 162473694 1514471424 12958 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369744 12958 1414 9 0 367087 0
[pid=19667/tid=19669] ppid=19665 vsize=1478976 CPUtime=1.2
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 10886 0 1 0 114 6 0 0 24 0 13 0 162473695 1514471424 12959 1992294400 134512640 134550932 4294956016 18446744073709551615 4109529170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162473697 1514471424 12959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 162473697 1514471424 12959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162473698 1514471424 12959 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 162473699 1514471424 12960 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 162473699 1514471424 12961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514471424 12961 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478976 CPUtime=0.39
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1106 0 0 0 39 0 0 0 17 0 13 0 162473703 1514471424 12962 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478976 CPUtime=0.48
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1194 0 0 0 48 0 0 0 16 0 13 0 162473703 1514471424 12962 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514471424 12962 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162473703 1514471424 12962 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514471424 12963 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1478976

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19680
/proc/meminfo: memFree=1438968/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478976 CPUtime=3.88
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 32863 0 1 0 372 16 0 0 18 0 13 0 162473694 1514471424 31442 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369744 31443 1418 9 0 367087 0
[pid=19667/tid=19669] ppid=19665 vsize=1478976 CPUtime=2.8
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 29351 0 1 0 266 14 0 0 25 0 13 0 162473695 1514471424 31443 1992294400 134512640 134550932 4294956016 18446744073709551615 4109506068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 162473697 1514471424 31444 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 162473697 1514471424 31444 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162473698 1514471424 31445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 9 0 0 0 0 0 0 0 20 0 13 0 162473699 1514471424 31445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 162473699 1514471424 31445 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514471424 31446 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478976 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 17 0 13 0 162473703 1514471424 31447 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478976 CPUtime=0.5
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1195 0 0 0 50 0 0 0 17 0 13 0 162473703 1514471424 31447 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514471424 31447 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 162473703 1514471424 31448 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478976 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514471424 31449 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1478976

[startup+6.3027 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19680
/proc/meminfo: memFree=1380920/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=7.12
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 37366 0 1 0 693 19 0 0 18 0 13 0 162473694 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 35819 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=5.96
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 30952 0 1 0 581 15 0 0 25 0 13 0 162473695 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4109478772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=0.03
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 1306 0 0 0 2 1 0 0 16 0 13 0 162473697 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=0.02
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 1583 0 0 0 2 0 0 0 16 0 13 0 162473697 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 162473698 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 17 0 13 0 162473703 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.5
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1195 0 0 0 50 0 0 0 17 0 13 0 162473703 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 35819 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1478584

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19680
/proc/meminfo: memFree=1363840/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=13.56
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 39718 0 1 0 1336 20 0 0 18 0 13 0 162473694 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 38145 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=12.32
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 30953 0 1 0 1217 15 0 0 25 0 13 0 162473695 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4109482170 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=0.06
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 2453 0 0 0 5 1 0 0 16 0 13 0 162473697 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=0.06
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 2784 0 0 0 5 1 0 0 17 0 13 0 162473697 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 162473698 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 17 0 13 0 162473703 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.51
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1195 0 0 0 51 0 0 0 16 0 13 0 162473703 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 38145 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1478584

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 19680
/proc/meminfo: memFree=1340544/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=26.52
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 45837 0 1 0 2629 23 0 0 18 0 13 0 162473694 1514070016 43949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 43949 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=24.97
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 30956 0 1 0 2482 15 0 0 25 0 13 0 162473695 1514070016 43949 1992294400 134512640 134550932 4294956016 18446744073709551615 4109616100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=0.21
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 5444 0 0 0 19 2 0 0 16 0 13 0 162473697 1514070016 43949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=0.21
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 5902 0 0 0 18 3 0 0 17 0 13 0 162473697 1514070016 43949 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0

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

[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0.01
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 162473698 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 16 0 13 0 162473703 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.6
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1199 0 0 0 60 0 0 0 16 0 13 0 162473703 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 119545 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1605.26
Current children cumulated vsize (KiB) 1478584

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19680
/proc/meminfo: memFree=1033280/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=1665.31
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 127969 0 1 0 166464 67 0 0 18 0 13 0 162473694 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 120461 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=1658.36
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 31029 0 1 0 165818 18 0 0 25 0 13 0 162473695 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4109542490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=2.92
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 44938 0 0 0 270 22 0 0 16 0 13 0 162473697 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=2.79
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 48463 0 0 0 256 23 0 0 17 0 13 0 162473697 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0.01
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 162473698 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 16 0 13 0 162473703 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.61
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1199 0 0 0 61 0 0 0 16 0 13 0 162473703 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 120461 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1665.31
Current children cumulated vsize (KiB) 1478584

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19680
/proc/meminfo: memFree=1016128/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=1725.47
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 132471 0 1 0 172478 69 0 0 18 0 13 0 162473694 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 124735 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=1718.15
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 31032 0 1 0 171796 19 0 0 25 0 13 0 162473695 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4109543454 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=3.12
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 47233 0 0 0 289 23 0 0 16 0 13 0 162473697 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=2.98
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 50667 0 0 0 273 25 0 0 17 0 13 0 162473697 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0.01
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 162473698 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 16 0 13 0 162473703 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.61
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1199 0 0 0 61 0 0 0 16 0 13 0 162473703 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 124735 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1725.47
Current children cumulated vsize (KiB) 1478584

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19680
/proc/meminfo: memFree=1004736/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=1785.59
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 135487 0 1 0 178488 71 0 0 18 0 13 0 162473694 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 127574 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=1778
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 31034 0 1 0 177781 19 0 0 25 0 13 0 162473695 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4109542344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=3.24
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 48767 0 0 0 301 23 0 0 16 0 13 0 162473697 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=3.1
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 52147 0 0 0 285 25 0 0 17 0 13 0 162473697 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0.01
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 162473698 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 16 0 13 0 162473703 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.61
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1199 0 0 0 61 0 0 0 16 0 13 0 162473703 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 127574 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (KiB) 1478584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19680
/proc/meminfo: memFree=991808/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=1478584 CPUtime=1800.02
/proc/19667/stat : 19667 (java) S 19665 19667 15854 0 -1 0 138740 0 1 0 179930 72 0 0 18 0 13 0 162473694 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 369646 130790 1427 9 0 366989 0
[pid=19667/tid=19669] ppid=19665 vsize=1478584 CPUtime=1792.17
/proc/19667/task/19669/stat : 19669 (java) R 19665 19667 15854 0 -1 64 31036 0 1 0 179198 19 0 0 25 0 13 0 162473695 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4109616135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19670] ppid=19665 vsize=1478584 CPUtime=3.38
/proc/19667/task/19670/stat : 19670 (java) S 19665 19667 15854 0 -1 64 50513 0 0 0 314 24 0 0 17 0 13 0 162473697 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19671] ppid=19665 vsize=1478584 CPUtime=3.23
/proc/19667/task/19671/stat : 19671 (java) S 19665 19667 15854 0 -1 64 53652 0 0 0 297 26 0 0 16 0 13 0 162473697 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19672] ppid=19665 vsize=1478584 CPUtime=0.01
/proc/19667/task/19672/stat : 19672 (java) S 19665 19667 15854 0 -1 64 22 0 0 0 1 0 0 0 16 0 13 0 162473698 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19673] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19673/stat : 19673 (java) S 19665 19667 15854 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19674] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19674/stat : 19674 (java) S 19665 19667 15854 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 162473699 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19675] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19675/stat : 19675 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 162473703 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19676] ppid=19665 vsize=1478584 CPUtime=0.55
/proc/19667/task/19676/stat : 19676 (java) S 19665 19667 15854 0 -1 64 1574 0 0 0 55 0 0 0 16 0 13 0 162473703 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19677] ppid=19665 vsize=1478584 CPUtime=0.61
/proc/19667/task/19677/stat : 19677 (java) S 19665 19667 15854 0 -1 64 1199 0 0 0 61 0 0 0 16 0 13 0 162473703 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19667/tid=19678] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19678/stat : 19678 (java) S 19665 19667 15854 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 162473703 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19679] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19679/stat : 19679 (java) S 19665 19667 15854 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162473703 1514070016 130790 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19667/tid=19680] ppid=19665 vsize=1478584 CPUtime=0
/proc/19667/task/19680/stat : 19680 (java) S 19665 19667 15854 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 162473742 1514070016 130790 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) 1478584

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

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

[startup+1797 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 19680
/proc/meminfo: memFree=991808/2055920 swapFree=4182488/4192956
[pid=19667] ppid=19665 vsize=0 CPUtime=1800.68
/proc/19667/stat : 19667 (java) Z 19665 19667 15854 0 -1 1036 138764 0 1 0 179989 79 0 0 15 0 2 0 162473694 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19667/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.02
CPU time (s): 1800.71
CPU user time (s): 1799.89
CPU system time (s): 0.815875
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 1479232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.815875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138764
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= 37759
involuntary context switches= 42395

runsolver used 1.80073 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-14 05:05:37
IDJOB=1857525
IDBENCH=48060
IDSOLVER=682
FILE ID=node21/1857525-1244948737
PBS_JOBID= 9354709
Free space on /tmp= 66124 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1857525-1244948737/watcher-1857525-1244948737 -o /tmp/evaluation-result-1857525-1244948737/solver-1857525-1244948737 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1857525-1244948737.opb

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

MD5SUM BENCH= 6dc20e219798a6cc2c39fe76202681b5
RANDOM SEED=70055867

node21.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.239
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.239
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:       1512064 kB
Buffers:         68464 kB
Cached:         394224 kB
SwapCached:       4268 kB
Active:         103364 kB
Inactive:       366684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1512064 kB
SwapTotal:     4192956 kB
SwapFree:      4182488 kB
Dirty:             288 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            59756 kB
Committed_AS:   140988 kB
PageTables:       1380 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= 66124 MiB
End job on node21 at 2009-06-14 05:35:36