Trace number 1854976

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.23 1778.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565527.opb
MD5SUM2e8fe4d521f8ec7159487f71439b9947
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.280957
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.34	c See www.sat4j.org for details.
0.08/0.35	c version 2.1.1.v20090612
0.08/0.35	c sun.arch.data.model	32
0.08/0.35	c java.version	1.6.0_12
0.08/0.35	c os.name	Linux
0.08/0.35	c os.version	2.6.9-22.EL.rootsmp
0.08/0.35	c os.arch	i386
0.08/0.35	c Free memory 1342000320
0.08/0.35	c Max memory 1344274432
0.08/0.35	c Total memory 1344274432
0.08/0.35	c Number of processors 2
0.23/0.41	c Pseudo Boolean Optimization
0.23/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.41	c --- Begin Solver configuration ---
0.23/0.41	c Stops conflict analysis at the first Unique Implication Point
0.23/0.41	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.41	c Learn all clauses as in MiniSAT
0.23/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.41	c No reason simplification
0.23/0.41	c MiniSAT restarts strategy
0.23/0.41	c Memory based learned constraints deletion strategy
0.23/0.41	c timeout=2147483s
0.23/0.41	c DB Simplification allowed=false
0.23/0.41	c --- End Solver configuration ---
0.23/0.41	c solving HOME/instance-1854976-1244864619.opb
0.23/0.41	c reading problem ... 
0.87/0.88	c ... done. Wall clock time 0.465s.
0.87/0.88	c #vars     231
0.87/0.88	c #constraints  2707
0.87/0.88	c constraints type 
0.87/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.87/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.87/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.87/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1778.31	c starts		: 12
1800.01/1778.31	c conflicts		: 17339
1800.01/1778.31	c decisions		: 37955
1800.01/1778.31	c propagations		: 566774
1800.01/1778.31	c inspects		: 847254407
1800.01/1778.31	c learnt literals	: 0
1800.01/1778.31	c learnt binary clauses	: 0
1800.01/1778.31	c learnt ternary clauses	: 5
1800.01/1778.31	c learnt clauses	: 17339
1800.01/1778.31	c ignored clauses	: 0
1800.01/1778.31	c root simplifications	: 0
1800.01/1778.31	c removed literals (reason simplification)	: 0
1800.01/1778.31	c reason swapping (by a shorter reason)	: 0
1800.01/1778.31	c Calls to reduceDB	: 0
1800.01/1778.31	c speed (assignments/second)	: 318.8713192808975
1800.01/1778.31	c non guided choices	121
1800.01/1778.37	c learnt constraints type 
1800.01/1778.37	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 739
1800.01/1778.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 42
1800.01/1778.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16558
1800.01/1778.37	c constraints type 
1800.01/1778.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.01/1778.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.01/1778.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.01/1778.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1778.37	s UNKNOWN
1800.01/1778.37	c Total wall clock time (in seconds): 1777.963

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-1854976-1244864619/watcher-1854976-1244864619 -o /tmp/evaluation-result-1854976-1244864619/solver-1854976-1244864619 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854976-1244864619.opb 

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


[startup+0 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 6940
/proc/meminfo: memFree=1257784/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=0 CPUtime=0
/proc/6940/stat : 6940 (java6) R 6938 6940 6443 0 -1 64 16 0 0 0 0 0 0 0 20 0 1 0 154058568 0 0 1992294400 0 0 0 18446744073709551615 264840473895 0 0 4096 0 0 0 0 17 1 0 0
/proc/6940/statm: 35 3 0 0 0 1 0

[startup+0.090088 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 6940
/proc/meminfo: memFree=1257784/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1467816 CPUtime=0.01
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 2436 0 1 0 0 1 0 0 18 0 4 0 154058568 1503043584 2183 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 366954 2183 512 9 0 364706 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1467816

[startup+0.101082 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 6940
/proc/meminfo: memFree=1257784/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1467816 CPUtime=0.01
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 2436 0 1 0 0 1 0 0 18 0 4 0 154058568 1503043584 2183 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 366954 2183 512 9 0 364706 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1467816

[startup+0.301125 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 6940
/proc/meminfo: memFree=1257784/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1473452 CPUtime=0.08
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 3577 0 1 0 6 2 0 0 18 0 12 0 154058568 1508814848 3320 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 368363 3320 1063 9 0 365711 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473452

[startup+0.701202 s]
/proc/loadavg: 1.06 1.03 1.00 3/64 6940
/proc/meminfo: memFree=1257784/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1476168 CPUtime=0.7
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 6110 0 1 0 66 4 0 0 18 0 12 0 154058568 1511596032 5555 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 369042 5555 1383 9 0 366385 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1476168

[startup+1.50234 s]
/proc/loadavg: 1.06 1.03 1.00 5/77 6953
/proc/meminfo: memFree=1237008/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1486692 CPUtime=2.08
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 16265 0 1 0 199 9 0 0 18 0 13 0 154058568 1522372608 13947 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 371673 13948 1417 9 0 369016 0
[pid=6940/tid=6942] ppid=6938 vsize=1486692 CPUtime=0.91
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 10254 0 1 0 85 6 0 0 18 0 13 0 154058569 1522372608 13948 1992294400 134512640 134550932 4294956000 18446744073709551615 4109162276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 154058570 1522372608 13948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154058570 1522372608 13948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154058593 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 154058593 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 154058593 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1486692 CPUtime=0.53
/proc/6940/task/6949/stat : 6949 (java) R 6938 6940 6443 0 -1 64 1996 0 0 0 52 1 0 0 17 0 13 0 154058597 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 106797859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1486692 CPUtime=0.62
/proc/6940/task/6950/stat : 6950 (java) R 6938 6940 6443 0 -1 64 3269 0 0 0 61 1 0 0 18 0 13 0 154058597 1522372608 13949 1992294400 134512640 134550932 4294956000 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1522372608 13950 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1522372608 13951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1486692 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1522372608 13951 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1486692

[startup+3.10163 s]
/proc/loadavg: 1.29 1.07 1.02 4/77 6953
/proc/meminfo: memFree=1168848/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1495620 CPUtime=4.63
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 44906 0 1 0 440 23 0 0 18 0 13 0 154058568 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 373905 38312 1432 9 0 371248 0
[pid=6940/tid=6942] ppid=6938 vsize=1495620 CPUtime=2.05
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 31005 0 1 0 190 15 0 0 17 0 13 0 154058569 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 106834380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1495620 CPUtime=0.01
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 533 0 0 0 1 0 0 0 16 0 13 0 154058570 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1495620 CPUtime=0.01
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 443 0 0 0 1 0 0 0 16 0 13 0 154058570 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 154058593 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1495620 CPUtime=1.2
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5430 0 0 0 117 3 0 0 15 0 13 0 154058597 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1495620 CPUtime=1.33
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 6737 0 0 0 130 3 0 0 16 0 13 0 154058597 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1495620 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1531514880 38312 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1495620

[startup+6.30221 s]
/proc/loadavg: 1.29 1.07 1.02 2/77 6953
/proc/meminfo: memFree=1100560/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=8.15
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 53911 0 1 0 788 27 0 0 18 0 13 0 154058568 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 45280 1432 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=4.99
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 35519 0 1 0 482 17 0 0 25 0 13 0 154058569 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4109760222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=0.08
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 2285 0 0 0 8 0 0 0 16 0 13 0 154058570 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=0.07
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 2159 0 0 0 6 1 0 0 16 0 13 0 154058570 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.47
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5474 0 0 0 144 3 0 0 17 0 13 0 154058597 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.49
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7700 0 0 0 146 3 0 0 17 0 13 0 154058597 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 45280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1491396

[startup+12.7014 s]
/proc/loadavg: 1.40 1.10 1.03 2/77 6953
/proc/meminfo: memFree=1074520/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=14.64
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 56206 0 1 0 1434 30 0 0 18 0 13 0 154058568 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 47093 1432 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=11.29
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 35527 0 1 0 1112 17 0 0 25 0 13 0 154058569 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=0.15
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 3552 0 0 0 13 2 0 0 16 0 13 0 154058570 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=0.14
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 3177 0 0 0 12 2 0 0 16 0 13 0 154058570 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 154058593 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.51
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 148 3 0 0 16 0 13 0 154058597 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.49
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7700 0 0 0 146 3 0 0 17 0 13 0 154058597 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 47093 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1491396

[startup+25.5027 s]
/proc/loadavg: 1.41 1.12 1.03 2/77 6953
/proc/meminfo: memFree=1067800/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=27.58
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 58027 0 1 0 2726 32 0 0 18 0 13 0 154058568 1527189504 48696 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 48696 1432 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=23.97
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 35694 0 1 0 2380 17 0 0 18 0 13 0 154058569 1527189504 48696 1992294400 134512640 134550932 4294956000 18446744073709551615 4109576856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=0.23
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 4450 0 0 0 21 2 0 0 16 0 13 0 154058570 1527189504 48696 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=0.22
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 3932 0 0 0 19 3 0 0 16 0 13 0 154058570 1527189504 48696 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0

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

[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0.22
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 33 0 0 0 15 7 0 0 16 0 13 0 154058593 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.55
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 152 3 0 0 16 0 13 0 154058597 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.78
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7715 0 0 0 175 3 0 0 17 0 13 0 154058597 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 75339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1560.25
Current children cumulated vsize (KiB) 1491396

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6961
/proc/meminfo: memFree=957720/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=1621.16
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 87726 0 1 0 162018 98 0 0 18 0 13 0 154058568 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 75981 1436 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=1582
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 36780 0 1 0 158180 20 0 0 25 0 13 0 154058569 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4109622849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=17.8
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 18662 0 0 0 1750 30 0 0 17 0 13 0 154058570 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=17.75
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 18316 0 0 0 1743 32 0 0 17 0 13 0 154058570 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0.22
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 33 0 0 0 15 7 0 0 16 0 13 0 154058593 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.55
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 152 3 0 0 16 0 13 0 154058597 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.78
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7715 0 0 0 175 3 0 0 17 0 13 0 154058597 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 75981 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1621.16
Current children cumulated vsize (KiB) 1491396

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6961
/proc/meminfo: memFree=955288/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=1682.11
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 88358 0 1 0 168110 101 0 0 18 0 13 0 154058568 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 76574 1436 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=1640.96
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 36814 0 1 0 164076 20 0 0 25 0 13 0 154058569 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4109601618 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=18.79
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 18999 0 0 0 1848 31 0 0 17 0 13 0 154058570 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=18.73
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 18577 0 0 0 1840 33 0 0 16 0 13 0 154058570 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0.23
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 33 0 0 0 16 7 0 0 16 0 13 0 154058593 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.55
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 152 3 0 0 16 0 13 0 154058597 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.78
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7715 0 0 0 175 3 0 0 17 0 13 0 154058597 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 76574 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1682.11
Current children cumulated vsize (KiB) 1491396

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/77 6961
/proc/meminfo: memFree=952856/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=1743.1
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 89038 0 1 0 174206 104 0 0 18 0 13 0 154058568 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 77198 1436 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=1699.91
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 36848 0 1 0 169971 20 0 0 23 0 13 0 154058569 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4109566567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=19.8
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 19278 0 0 0 1948 32 0 0 17 0 13 0 154058570 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=19.75
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 18944 0 0 0 1940 35 0 0 16 0 13 0 154058570 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0.23
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 33 0 0 0 16 7 0 0 15 0 13 0 154058593 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.55
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 152 3 0 0 16 0 13 0 154058597 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.78
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7715 0 0 0 175 3 0 0 17 0 13 0 154058597 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 77198 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1743.1
Current children cumulated vsize (KiB) 1491396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 6961
/proc/meminfo: memFree=950040/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=1491396 CPUtime=1800.01
/proc/6940/stat : 6940 (java) S 6938 6940 6443 0 -1 0 89737 0 1 0 179894 107 0 0 18 0 13 0 154058568 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6940/statm: 372849 77851 1436 9 0 370192 0
[pid=6940/tid=6942] ppid=6938 vsize=1491396 CPUtime=1754.95
/proc/6940/task/6942/stat : 6942 (java) R 6938 6940 6443 0 -1 64 36879 0 1 0 175474 21 0 0 25 0 13 0 154058569 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6943] ppid=6938 vsize=1491396 CPUtime=20.73
/proc/6940/task/6943/stat : 6943 (java) S 6938 6940 6443 0 -1 64 19610 0 0 0 2040 33 0 0 17 0 13 0 154058570 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6944] ppid=6938 vsize=1491396 CPUtime=20.69
/proc/6940/task/6944/stat : 6944 (java) S 6938 6940 6443 0 -1 64 19280 0 0 0 2033 36 0 0 16 0 13 0 154058570 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6945] ppid=6938 vsize=1491396 CPUtime=0.24
/proc/6940/task/6945/stat : 6945 (java) S 6938 6940 6443 0 -1 64 33 0 0 0 17 7 0 0 16 0 13 0 154058593 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6946] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6946/stat : 6946 (java) S 6938 6940 6443 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6947] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6947/stat : 6947 (java) S 6938 6940 6443 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154058593 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6948] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6948/stat : 6948 (java) S 6938 6940 6443 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 154058597 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6949] ppid=6938 vsize=1491396 CPUtime=1.55
/proc/6940/task/6949/stat : 6949 (java) S 6938 6940 6443 0 -1 64 5476 0 0 0 152 3 0 0 16 0 13 0 154058597 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6950] ppid=6938 vsize=1491396 CPUtime=1.78
/proc/6940/task/6950/stat : 6950 (java) S 6938 6940 6443 0 -1 64 7715 0 0 0 175 3 0 0 17 0 13 0 154058597 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6951] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6951/stat : 6951 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 154058597 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6940/tid=6952] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6952/stat : 6952 (java) S 6938 6940 6443 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154058597 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6940/tid=6953] ppid=6938 vsize=1491396 CPUtime=0
/proc/6940/task/6953/stat : 6953 (java) S 6938 6940 6443 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154058656 1527189504 77851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1491396

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

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

[startup+1778.41 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 6961
/proc/meminfo: memFree=950040/2055920 swapFree=4191900/4192956
[pid=6940] ppid=6938 vsize=0 CPUtime=1800.18
/proc/6940/stat : 6940 (java) Z 6938 6940 6443 0 -1 1036 89762 0 1 0 179910 108 0 0 15 0 2 0 154058568 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.46
CPU time (s): 1800.23
CPU user time (s): 1799.11
CPU system time (s): 1.12583
CPU usage (%): 101.224
Max. virtual memory (cumulated for all children) (KiB): 1497184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.12583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89762
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= 46699
involuntary context switches= 37932

runsolver used 1.9797 second user time and 4.52631 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-13 05:43:39
IDJOB=1854976
IDBENCH=1339
IDSOLVER=681
FILE ID=node44/1854976-1244864619
PBS_JOBID= 9354351
Free space on /tmp= 65988 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900565527.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-1854976-1244864619/watcher-1854976-1244864619 -o /tmp/evaluation-result-1854976-1244864619/solver-1854976-1244864619 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854976-1244864619.opb

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

MD5SUM BENCH= 2e8fe4d521f8ec7159487f71439b9947
RANDOM SEED=1245999381

node44.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.263
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.263
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:       1258200 kB
Buffers:         50868 kB
Cached:         672052 kB
SwapCached:        260 kB
Active:          59212 kB
Inactive:       677008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1258200 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             376 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            47476 kB
Committed_AS:   127896 kB
PageTables:       1384 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= 65988 MiB
End job on node44 at 2009-06-13 06:13:19