Trace number 1885675

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 NameAnswerCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.35 1793.01

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
diagnosis/UCG-10-5p0.opb
MD5SUMb3e3439aa338f8019324c79b0efe0cc7
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark94.2247
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables104481
Total number of constraints500875
Number of constraints which are clauses500875
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
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.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.29	c See www.sat4j.org for details.
0.16/0.30	c version 2.1.1.v20090612
0.16/0.30	c sun.arch.data.model	32
0.16/0.30	c java.version	1.6.0_12
0.16/0.30	c os.name	Linux
0.16/0.30	c os.version	2.6.9-22.EL.rootsmp
0.16/0.30	c os.arch	i386
0.16/0.30	c Free memory 1342000320
0.16/0.30	c Max memory 1344274432
0.16/0.30	c Total memory 1344274432
0.16/0.30	c Number of processors 2
0.16/0.37	c Pseudo Boolean Optimization
0.16/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.37	c --- Begin Solver configuration ---
0.16/0.37	c Stops conflict analysis at the first Unique Implication Point
0.16/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.16/0.37	c Learn all clauses as in MiniSAT
0.16/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.37	c No reason simplification
0.16/0.37	c MiniSAT restarts strategy
0.16/0.37	c Memory based learned constraints deletion strategy
0.16/0.37	c timeout=2147483s
0.16/0.37	c DB Simplification allowed=false
0.16/0.37	c --- End Solver configuration ---
0.16/0.37	c solving HOME/instance-1885675-1245268584.opb
0.16/0.37	c reading problem ... 
7.88/6.73	c ... done. Wall clock time 6.358s.
7.88/6.73	c #vars     104481
7.88/6.73	c #constraints  500535
7.88/6.73	c constraints type 
7.88/6.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 397861
7.88/6.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97176
1800.08/1792.81	c starts		: 12
1800.08/1792.81	c conflicts		: 24750
1800.08/1792.81	c decisions		: 126124
1800.08/1792.81	c propagations		: 101711953
1800.08/1792.81	c inspects		: 375605682
1800.08/1792.81	c learnt literals	: 7
1800.08/1792.81	c learnt binary clauses	: 61
1800.08/1792.81	c learnt ternary clauses	: 102
1800.08/1792.82	c learnt clauses	: 24742
1800.08/1792.82	c ignored clauses	: 0
1800.08/1792.82	c root simplifications	: 0
1800.08/1792.82	c removed literals (reason simplification)	: 0
1800.08/1792.82	c reason swapping (by a shorter reason)	: 0
1800.08/1792.82	c Calls to reduceDB	: 0
1800.08/1792.82	c speed (assignments/second)	: 56946.90339312149
1800.08/1792.82	c non guided choices	22
1800.08/1792.87	c learnt constraints type 
1800.08/1792.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 24681
1800.08/1792.87	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 61
1800.08/1792.87	c constraints type 
1800.08/1792.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 397861
1800.08/1792.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97176
1800.08/1792.87	s UNKNOWN
1800.08/1792.87	c Total wall clock time (in seconds): 1792.499

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-1885675-1245268584/watcher-1885675-1245268584 -o /tmp/evaluation-result-1885675-1245268584/solver-1885675-1245268584 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885675-1245268584.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.98 3/64 23820
/proc/meminfo: memFree=1806376/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=152 CPUtime=0
/proc/23820/stat : 23820 (java6) D 23818 23820 23783 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 194452502 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099798006 0 0 17 1 0 0
/proc/23820/statm: 38 26 19 9 0 4 0

[startup+0.045678 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 23820
/proc/meminfo: memFree=1806376/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=12928 CPUtime=0.01
/proc/23820/stat : 23820 (java) D 23818 23820 23783 0 -1 0 374 0 14 0 0 1 0 0 18 0 1 0 194452502 13238272 195 1992294400 134512640 134550932 4294956000 18446744073709551615 8385322 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23820/statm: 3232 197 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.105843 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 23820
/proc/meminfo: memFree=1806376/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1469440 CPUtime=0.06
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 3086 0 30 0 2 4 0 0 18 0 5 0 194452502 1504706560 2862 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 367360 2862 978 9 0 364711 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1469440

[startup+0.301863 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 23820
/proc/meminfo: memFree=1806376/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1473044 CPUtime=0.16
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 4193 0 30 0 11 5 0 0 18 0 12 0 194452502 1508397056 3963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 368261 3963 1309 9 0 365604 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 1473044

[startup+0.701907 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 23820
/proc/meminfo: memFree=1806376/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1476552 CPUtime=0.85
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 6612 0 30 0 77 8 0 0 18 0 12 0 194452502 1511989248 6282 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369138 6282 1383 9 0 366481 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1476552

[startup+1.50198 s]
/proc/loadavg: 0.93 0.98 0.98 2/76 23832
/proc/meminfo: memFree=1772104/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1476648 CPUtime=1.91
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 18797 0 30 0 177 14 0 0 18 0 12 0 194452502 1512087552 18429 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369162 18430 1402 9 0 366505 0
[pid=23820/tid=23822] ppid=23818 vsize=1476648 CPUtime=1.11
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 16813 0 1 0 101 10 0 0 24 0 12 0 194452510 1512087552 18431 1992294400 134512640 134550932 4294956000 18446744073709551615 4109619739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 194452511 1512087552 18432 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 194452511 1512087552 18433 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 194452513 1512087552 18434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 194452514 1512087552 18436 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 194452514 1512087552 18437 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 194452524 1512087552 18438 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1476648 CPUtime=0.43
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 649 0 0 0 43 0 0 0 17 0 12 0 194452524 1512087552 18439 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1476648 CPUtime=0.32
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 623 0 0 0 32 0 0 0 16 0 12 0 194452524 1512087552 18441 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194452524 1512087552 18442 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194452524 1512087552 18444 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1476648

[startup+3.10214 s]
/proc/loadavg: 0.93 0.98 0.98 2/76 23832
/proc/meminfo: memFree=1660872/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1476648 CPUtime=3.68
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 41642 0 30 0 343 25 0 0 18 0 12 0 194452502 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369162 41154 1412 9 0 366505 0
[pid=23820/tid=23822] ppid=23818 vsize=1476648 CPUtime=2.53
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 30933 0 1 0 235 18 0 0 16 0 12 0 194452510 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4109498090 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1476648 CPUtime=0.16
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 4147 0 0 0 15 1 0 0 16 0 12 0 194452511 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1476648 CPUtime=0.17
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 4563 0 0 0 15 2 0 0 17 0 12 0 194452511 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194452513 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194452514 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194452514 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 194452524 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1476648 CPUtime=0.43
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 649 0 0 0 43 0 0 0 17 0 12 0 194452524 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1476648 CPUtime=0.32
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 623 0 0 0 32 0 0 0 16 0 12 0 194452524 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194452524 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1476648 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194452524 1512087552 41154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1476648

[startup+6.30246 s]
/proc/loadavg: 0.93 0.98 0.98 2/76 23832
/proc/meminfo: memFree=1625360/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1476584 CPUtime=7.35
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 46922 0 30 0 705 30 0 0 18 0 12 0 194452502 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369146 46005 1418 9 0 366489 0
[pid=23820/tid=23822] ppid=23818 vsize=1476584 CPUtime=5.37
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 30944 0 1 0 518 19 0 0 25 0 12 0 194452510 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4109499150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1476584 CPUtime=0.52
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 6368 0 0 0 50 2 0 0 16 0 12 0 194452511 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1476584 CPUtime=0.51
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 7602 0 0 0 47 4 0 0 16 0 12 0 194452511 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194452513 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 194452514 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 194452514 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 194452524 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1476584 CPUtime=0.47
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 651 0 0 0 47 0 0 0 15 0 12 0 194452524 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1476584 CPUtime=0.4
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 630 0 0 0 40 0 0 0 16 0 12 0 194452524 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194452524 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1476584 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 194452524 1512022016 46005 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 1476584

[startup+12.7021 s]
/proc/loadavg: 0.94 0.98 0.98 2/77 23833
/proc/meminfo: memFree=1587528/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1479736 CPUtime=15.57
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 57382 0 30 0 1521 36 0 0 18 0 13 0 194452502 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369934 54061 1428 9 0 367277 0
[pid=23820/tid=23822] ppid=23818 vsize=1479736 CPUtime=11.19
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 30989 0 1 0 1100 19 0 0 25 0 13 0 194452510 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4109799016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1479736 CPUtime=0.96
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 9474 0 0 0 92 4 0 0 16 0 13 0 194452511 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1479736 CPUtime=0.97
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 12122 0 0 0 91 6 0 0 16 0 13 0 194452511 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 194452513 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 194452524 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1479736 CPUtime=1.18
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1786 0 0 0 117 1 0 0 16 0 13 0 194452524 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1479736 CPUtime=1.18
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 117 1 0 0 16 0 13 0 194452524 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 194452524 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194452524 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1479736 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 194453202 1515249664 54061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 1479736

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.98 2/77 23833
/proc/meminfo: memFree=1587016/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1478808 CPUtime=28.51
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 57777 0 30 0 2814 37 0 0 18 0 13 0 194452502 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369702 54218 1428 9 0 367045 0
[pid=23820/tid=23822] ppid=23818 vsize=1478808 CPUtime=23.83
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31000 0 1 0 2363 20 0 0 25 0 13 0 194452510 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4109798686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1478808 CPUtime=1.12
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 9671 0 0 0 107 5 0 0 16 0 13 0 194452511 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1478808 CPUtime=1.12
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 12309 0 0 0 106 6 0 0 17 0 13 0 194452511 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1478808 CPUtime=0.01
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 194452513 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1478808 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1478808 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1514299392 54218 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1478808 CPUtime=0

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

/proc/23820/statm: 369694 121930 1432 9 0 367037 0
[pid=23820/tid=23822] ppid=23818 vsize=1478776 CPUtime=1654.95
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31294 0 1 0 165472 23 0 0 22 0 13 0 194452510 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1478776 CPUtime=5.85
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 45199 0 0 0 561 24 0 0 16 0 13 0 194452511 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1478776 CPUtime=5.87
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 44804 0 0 0 566 21 0 0 16 0 13 0 194452511 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1478776 CPUtime=0.06
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 16 0 0 0 4 2 0 0 16 0 13 0 194452513 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 194452524 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1478776 CPUtime=1.35
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1790 0 0 0 134 1 0 0 17 0 13 0 194452524 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1478776 CPUtime=1.19
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 118 1 0 0 16 0 13 0 194452524 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 194452524 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194452524 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 194453202 1514266624 121930 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1669.35
Current children cumulated vsize (KiB) 1478776

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/77 23839
/proc/meminfo: memFree=1305224/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1478776 CPUtime=1729.46
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 128456 0 30 0 172868 78 0 0 18 0 13 0 194452502 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369694 124275 1432 9 0 367037 0
[pid=23820/tid=23822] ppid=23818 vsize=1478776 CPUtime=1714.79
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31301 0 1 0 171456 23 0 0 25 0 13 0 194452510 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1478776 CPUtime=5.98
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 46746 0 0 0 573 25 0 0 17 0 13 0 194452511 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1478776 CPUtime=6.01
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 45607 0 0 0 579 22 0 0 16 0 13 0 194452511 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1478776 CPUtime=0.06
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 16 0 0 0 4 2 0 0 16 0 13 0 194452513 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 194452524 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1478776 CPUtime=1.35
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1790 0 0 0 134 1 0 0 17 0 13 0 194452524 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1478776 CPUtime=1.19
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 118 1 0 0 16 0 13 0 194452524 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 194452524 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194452524 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 194453202 1514266624 124275 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1729.46
Current children cumulated vsize (KiB) 1478776

[startup+1782.3 s]
/proc/loadavg: 1.04 1.00 0.99 2/77 23839
/proc/meminfo: memFree=1298696/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1478776 CPUtime=1789.56
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 130068 0 30 0 178877 79 0 0 18 0 13 0 194452502 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369694 125881 1432 9 0 367037 0
[pid=23820/tid=23822] ppid=23818 vsize=1478776 CPUtime=1774.65
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31307 0 1 0 177442 23 0 0 25 0 13 0 194452510 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4109923533 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1478776 CPUtime=6.11
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 47397 0 0 0 585 26 0 0 16 0 13 0 194452511 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1478776 CPUtime=6.13
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 46561 0 0 0 591 22 0 0 16 0 13 0 194452511 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1478776 CPUtime=0.06
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 17 0 0 0 4 2 0 0 15 0 13 0 194452513 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 194452524 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1478776 CPUtime=1.35
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1790 0 0 0 134 1 0 0 17 0 13 0 194452524 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1478776 CPUtime=1.19
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 118 1 0 0 16 0 13 0 194452524 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 194452524 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194452524 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 194453202 1514266624 125881 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 1478776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 1.03 1.00 0.99 2/77 23839
/proc/meminfo: memFree=1298120/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1478776 CPUtime=1800.08
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 130227 0 30 0 179929 79 0 0 18 0 13 0 194452502 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23820/statm: 369694 126039 1432 9 0 367037 0
[pid=23820/tid=23822] ppid=23818 vsize=1478776 CPUtime=1785.13
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31308 0 1 0 178490 23 0 0 25 0 13 0 194452510 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830302 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1478776 CPUtime=6.12
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 47403 0 0 0 586 26 0 0 16 0 13 0 194452511 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1478776 CPUtime=6.15
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 46713 0 0 0 593 22 0 0 16 0 13 0 194452511 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1478776 CPUtime=0.06
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 17 0 0 0 4 2 0 0 16 0 13 0 194452513 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 194452514 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 194452524 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1478776 CPUtime=1.35
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1790 0 0 0 134 1 0 0 17 0 13 0 194452524 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1478776 CPUtime=1.19
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 118 1 0 0 16 0 13 0 194452524 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 194452524 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 194452524 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1478776 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 13 0 194453202 1514266624 126039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1478776

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

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

[startup+1792.91 s]
/proc/loadavg: 1.03 1.00 0.99 2/79 23842
/proc/meminfo: memFree=1297912/2055920 swapFree=4182292/4192956
[pid=23820] ppid=23818 vsize=1479424 CPUtime=1800.24
/proc/23820/stat : 23820 (java) S 23818 23820 23783 0 -1 0 130249 0 30 0 179945 79 0 0 16 0 14 0 194452502 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23820/statm: 369856 126061 1433 9 0 367199 0
[pid=23820/tid=23822] ppid=23818 vsize=1479424 CPUtime=1785.24
/proc/23820/task/23822/stat : 23822 (java) R 23818 23820 23783 0 -1 64 31308 0 1 0 178501 23 0 0 25 0 14 0 194452510 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4109830576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=1479424 CPUtime=6.12
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 23783 0 -1 64 47403 0 0 0 586 26 0 0 16 0 14 0 194452511 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=1479424 CPUtime=6.15
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 23783 0 -1 64 46713 0 0 0 593 22 0 0 16 0 14 0 194452511 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23825] ppid=23818 vsize=1479424 CPUtime=0.06
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 23783 0 -1 64 17 0 0 0 4 2 0 0 16 0 14 0 194452513 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 23783 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 194452514 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 23783 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 194452514 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 194452524 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23829] ppid=23818 vsize=1479424 CPUtime=1.38
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 23783 0 -1 64 1790 0 0 0 137 1 0 0 17 0 14 0 194452524 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23830] ppid=23818 vsize=1479424 CPUtime=1.19
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 23783 0 -1 64 2278 0 0 0 118 1 0 0 16 0 14 0 194452524 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23820/tid=23831] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 194452524 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 23783 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 194452524 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 23783 0 -1 64 6 0 0 0 0 0 0 0 19 0 14 0 194453202 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23820/tid=23841] ppid=23818 vsize=1479424 CPUtime=0
/proc/23820/task/23841/stat : 23841 (java) S 23818 23820 23783 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 194631784 1514930176 126061 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1479424

Child status: 143
Real time (s): 1793.01
CPU time (s): 1800.35
CPU user time (s): 1799.47
CPU system time (s): 0.878866
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 1480628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130249
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40511
involuntary context switches= 39286

runsolver used 1.9727 second user time and 4.93425 second system time

The end

Launcher Data

Begin job on node70 at 2009-06-17 21:56:25
IDJOB=1885675
IDBENCH=72081
IDSOLVER=681
FILE ID=node70/1885675-1245268584
PBS_JOBID= 9372467
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885675-1245268584/watcher-1885675-1245268584 -o /tmp/evaluation-result-1885675-1245268584/solver-1885675-1245268584 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1885675-1245268584.opb

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

MD5SUM BENCH= b3e3439aa338f8019324c79b0efe0cc7
RANDOM SEED=1999304263

node70.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.241
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.241
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:       1806856 kB
Buffers:         17856 kB
Cached:         160028 kB
SwapCached:       4764 kB
Active:          54188 kB
Inactive:       131308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806856 kB
SwapTotal:     4192956 kB
SwapFree:      4182292 kB
Dirty:           15428 kB
Writeback:           0 kB
Mapped:          13356 kB
Slab:            49660 kB
Committed_AS:    96596 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node70 at 2009-06-17 22:26:20