Trace number 1884055

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.4 1797.72

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/others/
QG-gensys-icl003.sat05-2715.reshuffled-07.opb
MD5SUMa2cf12abae22f22f6e09cef43636656a
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 benchmark106.217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1472
Total number of constraints7737
Number of constraints which are clauses7737
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 constraint16
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c MiniSAT restarts strategy
0.21/0.23	c Memory based learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-1884055-1245254147.opb
0.21/0.23	c reading problem ... 
1.49/1.11	c ... done. Wall clock time 0.882s.
1.49/1.11	c #vars     1472
1.49/1.11	c #constraints  7555
1.49/1.11	c constraints type 
1.49/1.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 486
1.49/1.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7035
1800.07/1797.51	c starts		: 19
1800.07/1797.51	c conflicts		: 364966
1800.07/1797.51	c decisions		: 659631
1800.07/1797.51	c propagations		: 13492954
1800.07/1797.51	c inspects		: 4161969767
1800.07/1797.51	c learnt literals	: 0
1800.07/1797.51	c learnt binary clauses	: 0
1800.07/1797.51	c learnt ternary clauses	: 4
1800.07/1797.51	c learnt clauses	: 364966
1800.07/1797.51	c ignored clauses	: 0
1800.07/1797.51	c root simplifications	: 0
1800.07/1797.51	c removed literals (reason simplification)	: 0
1800.07/1797.51	c reason swapping (by a shorter reason)	: 0
1800.07/1797.51	c Calls to reduceDB	: 0
1800.07/1797.51	c speed (assignments/second)	: 7511.099408706959
1800.07/1797.51	c non guided choices	59862
1800.07/1797.61	c learnt constraints type 
1800.28/1797.61	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 364977
1800.28/1797.61	c constraints type 
1800.28/1797.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 486
1800.28/1797.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7035
1800.28/1797.61	s UNKNOWN
1800.28/1797.61	c Total wall clock time (in seconds): 1797.384

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-1884055-1245254147/watcher-1884055-1245254147 -o /tmp/evaluation-result-1884055-1245254147/solver-1884055-1245254147 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884055-1245254147.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.00 0.00 0.00 3/64 3878
/proc/meminfo: memFree=1841544/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=152 CPUtime=0
/proc/3878/stat : 3878 (java6) R 3876 3878 3841 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 193014518 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10027307 0 0 4096 0 0 0 0 17 1 0 0
/proc/3878/statm: 38 26 19 9 0 4 0

[startup+0.0700111 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3878
/proc/meminfo: memFree=1841544/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1470788 CPUtime=0.04
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 3313 0 1 0 2 2 0 0 18 0 7 0 193014518 1506086912 3058 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 367697 3058 1029 9 0 365048 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470788

[startup+0.101012 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3878
/proc/meminfo: memFree=1841544/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1472984 CPUtime=0.08
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 3557 0 1 0 5 3 0 0 18 0 12 0 193014518 1508335616 3300 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 368246 3300 1056 9 0 365597 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472984

[startup+0.30103 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3878
/proc/meminfo: memFree=1841544/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1474240 CPUtime=0.34
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 4998 0 1 0 30 4 0 0 18 0 12 0 193014518 1509621760 4735 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 368560 4735 1353 9 0 365903 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474240

[startup+0.701067 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 3878
/proc/meminfo: memFree=1841544/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1478340 CPUtime=1.03
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 7898 0 1 0 98 5 0 0 18 0 12 0 193014518 1513820160 6845 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369585 6845 1397 9 0 366928 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1478340

[startup+1.50214 s]
/proc/loadavg: 0.00 0.00 0.00 2/76 3890
/proc/meminfo: memFree=1800488/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479292 CPUtime=2.16
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 16660 0 1 0 207 9 0 0 18 0 13 0 193014518 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369823 14875 1417 9 0 367166 0
[pid=3878/tid=3880] ppid=3876 vsize=1479292 CPUtime=1.13
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 12579 0 1 0 105 8 0 0 19 0 13 0 193014520 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 193014521 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 193014521 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193014523 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 193014524 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 193014524 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479292 CPUtime=0.56
/proc/3878/task/3887/stat : 3887 (java) R 3876 3878 3841 0 -1 64 1714 0 0 0 56 0 0 0 16 0 13 0 193014528 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 105495949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479292 CPUtime=0.45
/proc/3878/task/3888/stat : 3888 (java) R 3876 3878 3841 0 -1 64 1617 0 0 0 45 0 0 0 16 0 13 0 193014528 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 103147942 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514795008 14875 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1479292

[startup+3.10229 s]
/proc/loadavg: 0.00 0.00 0.00 2/77 3891
/proc/meminfo: memFree=1748192/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479292 CPUtime=4.25
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 35758 0 1 0 407 18 0 0 18 0 13 0 193014518 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369823 33789 1430 9 0 367166 0
[pid=3878/tid=3880] ppid=3876 vsize=1479292 CPUtime=2.61
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 30941 0 1 0 245 16 0 0 22 0 13 0 193014520 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608230 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 273 0 0 0 0 0 0 0 16 0 13 0 193014521 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 210 0 0 0 0 0 0 0 16 0 13 0 193014521 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 193014523 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479292 CPUtime=0.9
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 1920 0 0 0 89 1 0 0 16 0 13 0 193014528 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479292 CPUtime=0.7
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1657 0 0 0 70 0 0 0 17 0 13 0 193014528 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479292 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514795008 33789 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1479292

[startup+6.30258 s]
/proc/loadavg: 0.08 0.02 0.01 2/77 3891
/proc/meminfo: memFree=1706208/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479228 CPUtime=7.55
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 37536 0 1 0 735 20 0 0 18 0 13 0 193014518 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369807 35525 1430 9 0 367150 0
[pid=3878/tid=3880] ppid=3876 vsize=1479228 CPUtime=5.7
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 30948 0 1 0 554 16 0 0 22 0 13 0 193014520 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608131 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479228 CPUtime=0.03
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 1145 0 0 0 3 0 0 0 16 0 13 0 193014521 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479228 CPUtime=0.03
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 1085 0 0 0 3 0 0 0 16 0 13 0 193014521 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 193014523 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479228 CPUtime=0.96
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 1923 0 0 0 95 1 0 0 17 0 13 0 193014528 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479228 CPUtime=0.77
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1664 0 0 0 77 0 0 0 17 0 13 0 193014528 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479228 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514729472 35525 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1479228

[startup+12.7021 s]
/proc/loadavg: 0.15 0.03 0.01 2/77 3891
/proc/meminfo: memFree=1677280/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479196 CPUtime=14.08
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 45402 0 1 0 1385 23 0 0 18 0 13 0 193014518 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369799 43039 1430 9 0 367142 0
[pid=3878/tid=3880] ppid=3876 vsize=1479196 CPUtime=11.97
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34043 0 1 0 1180 17 0 0 25 0 13 0 193014520 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479196 CPUtime=0.11
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 3289 0 0 0 10 1 0 0 16 0 13 0 193014521 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479196 CPUtime=0.1
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 3489 0 0 0 8 2 0 0 16 0 13 0 193014521 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 193014523 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479196 CPUtime=1.05
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2132 0 0 0 104 1 0 0 17 0 13 0 193014528 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479196 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 13 0 193014528 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514696704 43039 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 1479196

[startup+25.5013 s]
/proc/loadavg: 0.34 0.08 0.02 2/77 3891
/proc/meminfo: memFree=1663648/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479196 CPUtime=26.94
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 48366 0 1 0 2669 25 0 0 18 0 13 0 193014518 1514696704 45623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369799 45623 1430 9 0 367142 0
[pid=3878/tid=3880] ppid=3876 vsize=1479196 CPUtime=24.71
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34048 0 1 0 2453 18 0 0 25 0 13 0 193014520 1514696704 45623 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479196 CPUtime=0.15
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 4680 0 0 0 14 1 0 0 16 0 13 0 193014521 1514696704 45623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479196 CPUtime=0.15
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 5057 0 0 0 13 2 0 0 16 0 13 0 193014521 1514696704 45623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 193014523 1514696704 45623 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0

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

[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0.03
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 2 1 0 0 16 0 13 0 193014523 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479196 CPUtime=1.06
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2132 0 0 0 105 1 0 0 17 0 13 0 193014528 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479196 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 13 0 193014528 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514696704 83469 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.81
Current children cumulated vsize (KiB) 1479196

[startup+1722.3 s]
/proc/loadavg: 1.00 0.98 0.82 2/77 3897
/proc/meminfo: memFree=1508448/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479196 CPUtime=1724.83
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 89191 0 1 0 172430 53 0 0 18 0 13 0 193014518 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369799 84047 1430 9 0 367142 0
[pid=3878/tid=3880] ppid=3876 vsize=1479196 CPUtime=1719.27
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34161 0 1 0 171904 23 0 0 25 0 13 0 193014520 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479196 CPUtime=1.84
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 24402 0 0 0 171 13 0 0 16 0 13 0 193014521 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479196 CPUtime=1.78
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 26047 0 0 0 165 13 0 0 16 0 13 0 193014521 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0.03
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 2 1 0 0 16 0 13 0 193014523 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479196 CPUtime=1.06
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2132 0 0 0 105 1 0 0 17 0 13 0 193014528 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479196 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 13 0 193014528 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514696704 84047 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.83
Current children cumulated vsize (KiB) 1479196

[startup+1782.3 s]
/proc/loadavg: 1.00 0.98 0.83 2/77 3897
/proc/meminfo: memFree=1505184/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479196 CPUtime=1784.87
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 90335 0 1 0 178433 54 0 0 18 0 13 0 193014518 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369799 85175 1430 9 0 367142 0
[pid=3878/tid=3880] ppid=3876 vsize=1479196 CPUtime=1779.19
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34164 0 1 0 177895 24 0 0 25 0 13 0 193014520 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479196 CPUtime=1.9
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 24832 0 0 0 177 13 0 0 16 0 13 0 193014521 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479196 CPUtime=1.84
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 26758 0 0 0 171 13 0 0 16 0 13 0 193014521 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0.03
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 2 1 0 0 16 0 13 0 193014523 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479196 CPUtime=1.06
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2132 0 0 0 105 1 0 0 17 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479196 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 1479196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.00 0.98 0.83 2/77 3897
/proc/meminfo: memFree=1503840/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479196 CPUtime=1800.07
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 90335 0 1 0 179953 54 0 0 18 0 13 0 193014518 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369799 85175 1430 9 0 367142 0
[pid=3878/tid=3880] ppid=3876 vsize=1479196 CPUtime=1794.39
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34164 0 1 0 179415 24 0 0 25 0 13 0 193014520 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4109609596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479196 CPUtime=1.9
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 24832 0 0 0 177 13 0 0 16 0 13 0 193014521 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479196 CPUtime=1.84
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 26758 0 0 0 171 13 0 0 16 0 13 0 193014521 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479196 CPUtime=0.03
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 2 1 0 0 16 0 13 0 193014523 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 193014524 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193014524 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479196 CPUtime=1.06
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2132 0 0 0 105 1 0 0 17 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479196 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) R 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193014528 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479196 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 193014630 1514696704 85175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1479196

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

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

[startup+1797.61 s]
/proc/loadavg: 1.00 0.98 0.83 2/77 3897
/proc/meminfo: memFree=1503840/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=1479844 CPUtime=1800.28
/proc/3878/stat : 3878 (java) S 3876 3878 3841 0 -1 0 90356 0 1 0 179974 54 0 0 16 0 15 0 193014518 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 369961 85196 1432 9 0 367304 0
[pid=3878/tid=3880] ppid=3876 vsize=1479844 CPUtime=1794.5
/proc/3878/task/3880/stat : 3880 (java) R 3876 3878 3841 0 -1 64 34164 0 1 0 179426 24 0 0 25 0 15 0 193014520 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4109597055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3876 vsize=1479844 CPUtime=1.9
/proc/3878/task/3881/stat : 3881 (java) S 3876 3878 3841 0 -1 64 24832 0 0 0 177 13 0 0 16 0 15 0 193014521 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3876 vsize=1479844 CPUtime=1.84
/proc/3878/task/3882/stat : 3882 (java) S 3876 3878 3841 0 -1 64 26758 0 0 0 171 13 0 0 16 0 15 0 193014521 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3883] ppid=3876 vsize=1479844 CPUtime=0.03
/proc/3878/task/3883/stat : 3883 (java) S 3876 3878 3841 0 -1 64 35 0 0 0 2 1 0 0 16 0 15 0 193014523 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3884] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3884/stat : 3884 (java) S 3876 3878 3841 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 193014524 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3876 3878 3841 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 193014524 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3876 3878 3841 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 193014528 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3887] ppid=3876 vsize=1479844 CPUtime=1.09
/proc/3878/task/3887/stat : 3887 (java) S 3876 3878 3841 0 -1 64 2134 0 0 0 108 1 0 0 17 0 15 0 193014528 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3888] ppid=3876 vsize=1479844 CPUtime=0.81
/proc/3878/task/3888/stat : 3888 (java) S 3876 3878 3841 0 -1 64 1669 0 0 0 81 0 0 0 17 0 15 0 193014528 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3889] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3889/stat : 3889 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 193014528 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3890] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3890/stat : 3890 (java) S 3876 3878 3841 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 193014528 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3891] ppid=3876 vsize=1479844 CPUtime=0
/proc/3878/task/3891/stat : 3891 (java) S 3876 3878 3841 0 -1 64 4 0 0 0 0 0 0 0 18 0 15 0 193014630 1515360256 85196 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1479844

[startup+1797.7 s]
/proc/loadavg: 1.00 0.98 0.83 2/77 3897
/proc/meminfo: memFree=1503840/2055920 swapFree=4181500/4192956
[pid=3878] ppid=3876 vsize=0 CPUtime=1800.37
/proc/3878/stat : 3878 (java) Z 3876 3878 3841 0 -1 1036 90360 0 1 0 179979 58 0 0 15 0 2 0 193014518 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3878/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.72
CPU time (s): 1800.4
CPU user time (s): 1799.8
CPU system time (s): 0.600908
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 1479844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90360
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= 38463
involuntary context switches= 4872

runsolver used 2.33864 second user time and 4.22136 second system time

The end

Launcher Data

Begin job on node25 at 2009-06-17 17:55:48
IDJOB=1884055
IDBENCH=71919
IDSOLVER=681
FILE ID=node25/1884055-1245254147
PBS_JOBID= 9372428
Free space on /tmp= 66312 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/others/QG-gensys-icl003.sat05-2715.reshuffled-07.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-1884055-1245254147/watcher-1884055-1245254147 -o /tmp/evaluation-result-1884055-1245254147/solver-1884055-1245254147 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1884055-1245254147.opb

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

MD5SUM BENCH= a2cf12abae22f22f6e09cef43636656a
RANDOM SEED=420185018

node25.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.238
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.238
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:       1841960 kB
Buffers:         36364 kB
Cached:         100144 kB
SwapCached:       5884 kB
Active:          59704 kB
Inactive:        85220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841960 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            54992 kB
Committed_AS:   230092 kB
PageTables:       1464 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= 66312 MiB
End job on node25 at 2009-06-17 18:25:47