Trace number 1854896

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.3 1778.28

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554072.opb
MD5SUM6281627dc4c435fe3011d1036bb94900
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark8.10877
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 695
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c MiniSAT restarts strategy
0.22/0.22	c Memory based learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-1854896-1244862986.opb
0.22/0.22	c reading problem ... 
0.86/0.66	c ... done. Wall clock time 0.438s.
0.86/0.66	c #vars     231
0.86/0.66	c #constraints  2707
0.86/0.66	c constraints type 
0.86/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.86/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.86/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.86/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/1778.11	c starts		: 12
1800.07/1778.11	c conflicts		: 17232
1800.07/1778.11	c decisions		: 39153
1800.07/1778.11	c propagations		: 480888
1800.07/1778.11	c inspects		: 836648531
1800.07/1778.11	c learnt literals	: 0
1800.07/1778.11	c learnt binary clauses	: 0
1800.07/1778.11	c learnt ternary clauses	: 1
1800.07/1778.11	c learnt clauses	: 17231
1800.07/1778.11	c ignored clauses	: 0
1800.07/1778.11	c root simplifications	: 0
1800.07/1778.11	c removed literals (reason simplification)	: 0
1800.07/1778.11	c reason swapping (by a shorter reason)	: 0
1800.07/1778.11	c Calls to reduceDB	: 0
1800.07/1778.11	c speed (assignments/second)	: 270.5487736954093
1800.07/1778.11	c non guided choices	121
1800.07/1778.17	c learnt constraints type 
1800.07/1778.17	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 846
1800.07/1778.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
1800.07/1778.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16345
1800.07/1778.17	c constraints type 
1800.07/1778.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.07/1778.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.07/1778.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.07/1778.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/1778.17	s UNKNOWN
1800.07/1778.17	c Total wall clock time (in seconds): 1777.952

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16833
/proc/meminfo: memFree=935400/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=148 CPUtime=0
/proc/16833/stat : 16833 (java6) R 16831 16833 16620 0 -1 0 35 0 0 0 0 0 0 0 20 0 1 0 39031547 151552 20 1992294400 134512640 134550932 4294956160 18446744073709551615 10935359 0 0 4096 0 0 0 0 17 1 0 0
/proc/16833/statm: 38 21 14 9 0 4 0

[startup+0.077907 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16833
/proc/meminfo: memFree=935400/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1470220 CPUtime=0.06
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 3408 0 1 0 4 2 0 0 18 0 7 0 39031547 1505505280 3153 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 367555 3153 1034 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101911 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16833
/proc/meminfo: memFree=935400/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1472584 CPUtime=0.08
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 39031547 1507926016 3345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 368146 3345 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301952 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16833
/proc/meminfo: memFree=935400/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1475000 CPUtime=0.34
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 5016 0 1 0 31 3 0 0 18 0 12 0 39031547 1510400000 4753 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 368750 4753 1353 9 0 366093 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1475000

[startup+0.702034 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16833
/proc/meminfo: memFree=935400/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1476824 CPUtime=1.03
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 7074 0 1 0 99 4 0 0 18 0 13 0 39031547 1512267776 6351 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 369206 6351 1404 9 0 366549 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1476824

[startup+1.50219 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 16846
/proc/meminfo: memFree=904896/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1489568 CPUtime=2.54
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 20644 0 1 0 243 11 0 0 18 0 13 0 39031547 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372392 17068 1417 9 0 369735 0
[pid=16833/tid=16835] ppid=16831 vsize=1489568 CPUtime=0.99
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 12469 0 1 0 92 7 0 0 18 0 13 0 39031548 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4109159377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39031549 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 39031549 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 39031551 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 39031552 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031552 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1489568 CPUtime=0.86
/proc/16833/task/16842/stat : 16842 (java) R 16831 16833 16620 0 -1 64 4199 0 0 0 85 1 0 0 18 0 13 0 39031556 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1489568 CPUtime=0.66
/proc/16833/task/16843/stat : 16843 (java) D 16831 16833 16620 0 -1 64 3232 0 0 0 65 1 0 0 17 0 13 0 39031556 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 103861475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1489568 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1525317632 17068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1489568

[startup+3.10151 s]
/proc/loadavg: 1.08 1.02 1.01 4/77 16846
/proc/meminfo: memFree=824000/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1490984 CPUtime=4.66
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 43041 0 1 0 446 20 0 0 18 0 13 0 39031547 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372746 37234 1431 9 0 370089 0
[pid=16833/tid=16835] ppid=16831 vsize=1490984 CPUtime=2.31
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 30989 0 1 0 216 15 0 0 19 0 13 0 39031548 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4109556026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1490984 CPUtime=0.01
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 470 0 0 0 1 0 0 0 16 0 13 0 39031549 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1490984 CPUtime=0.01
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 480 0 0 0 1 0 0 0 15 0 13 0 39031549 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 39031551 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1490984 CPUtime=1.25
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 5338 0 0 0 123 2 0 0 16 0 13 0 39031556 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1490984 CPUtime=1.05
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5008 0 0 0 104 1 0 0 17 0 13 0 39031556 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1490984 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1526767616 37234 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1490984

[startup+6.30214 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 16846
/proc/meminfo: memFree=776256/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=8.16
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 53252 0 1 0 792 24 0 0 18 0 13 0 39031547 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 45624 1432 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=5.27
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 35546 0 1 0 510 17 0 0 25 0 13 0 39031548 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4109567738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=0.08
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 2390 0 0 0 8 0 0 0 16 0 13 0 39031549 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=0.09
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 2416 0 0 0 9 0 0 0 16 0 13 0 39031549 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 39031551 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.37
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 135 2 0 0 17 0 13 0 39031556 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.29
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5934 0 0 0 127 2 0 0 17 0 13 0 39031556 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 45624 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1491912

[startup+12.7014 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 16846
/proc/meminfo: memFree=751360/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=14.62
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 55093 0 1 0 1437 25 0 0 18 0 13 0 39031547 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 47154 1432 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=11.6
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 35554 0 1 0 1143 17 0 0 23 0 13 0 39031548 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4109559355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=0.13
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 3399 0 0 0 13 0 0 0 16 0 13 0 39031549 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=0.15
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 3240 0 0 0 14 1 0 0 16 0 13 0 39031549 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 39031551 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.38
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 136 2 0 0 16 0 13 0 39031556 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.31
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5934 0 0 0 129 2 0 0 16 0 13 0 39031556 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 47154 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 1491912

[startup+25.503 s]
/proc/loadavg: 1.12 1.03 1.01 2/77 16846
/proc/meminfo: memFree=743424/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=27.54
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 57322 0 1 0 2728 26 0 0 18 0 13 0 39031547 1527717888 49149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 49149 1432 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=24.3
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 35651 0 1 0 2413 17 0 0 22 0 13 0 39031548 1527717888 49149 1992294400 134512640 134550932 4294956000 18446744073709551615 4109608210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=0.22
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 4492 0 0 0 21 1 0 0 16 0 13 0 39031549 1527717888 49149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=0.23
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 4279 0 0 0 22 1 0 0 16 0 13 0 39031549 1527717888 49149 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0

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

[pid=16833] ppid=16831 vsize=1491912 CPUtime=1621.42
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 86747 0 1 0 162051 91 0 0 18 0 13 0 39031547 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 76318 1436 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=1582.14
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 36660 0 1 0 158192 22 0 0 21 0 13 0 39031548 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=18.05
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 19112 0 0 0 1779 26 0 0 17 0 13 0 39031549 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=18.01
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 18061 0 0 0 1774 27 0 0 17 0 13 0 39031549 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0.24
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 30 0 0 0 15 9 0 0 15 0 13 0 39031551 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.4
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 138 2 0 0 15 0 13 0 39031556 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.52
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5947 0 0 0 150 2 0 0 16 0 13 0 39031556 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 76318 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1621.42
Current children cumulated vsize (KiB) 1491912

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16846
/proc/meminfo: memFree=631368/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=1682.38
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 87458 0 1 0 168143 95 0 0 18 0 13 0 39031547 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 76988 1436 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=1641.09
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 36694 0 1 0 164087 22 0 0 18 0 13 0 39031548 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=19.04
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 19488 0 0 0 1876 28 0 0 16 0 13 0 39031549 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=19.01
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 18362 0 0 0 1873 28 0 0 17 0 13 0 39031549 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0.24
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 30 0 0 0 15 9 0 0 16 0 13 0 39031551 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.4
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 138 2 0 0 15 0 13 0 39031556 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.52
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5947 0 0 0 150 2 0 0 16 0 13 0 39031556 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 76988 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1682.38
Current children cumulated vsize (KiB) 1491912

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16846
/proc/meminfo: memFree=629128/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=1743.33
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 88013 0 1 0 174236 97 0 0 18 0 13 0 39031547 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 77510 1436 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=1700.08
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 36727 0 1 0 169985 23 0 0 25 0 13 0 39031548 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4109563199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=20.03
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 19674 0 0 0 1974 29 0 0 16 0 13 0 39031549 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=20
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 18698 0 0 0 1971 29 0 0 17 0 13 0 39031549 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0.25
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 30 0 0 0 16 9 0 0 16 0 13 0 39031551 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.4
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 138 2 0 0 15 0 13 0 39031556 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.52
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5947 0 0 0 150 2 0 0 16 0 13 0 39031556 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 77510 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1743.33
Current children cumulated vsize (KiB) 1491912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16846
/proc/meminfo: memFree=627080/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1491912 CPUtime=1800.07
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 88570 0 1 0 179907 100 0 0 18 0 13 0 39031547 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16833/statm: 372978 78028 1436 9 0 370321 0
[pid=16833/tid=16835] ppid=16831 vsize=1491912 CPUtime=1754.87
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 36759 0 1 0 175464 23 0 0 25 0 13 0 39031548 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4109696483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1491912 CPUtime=21
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 19934 0 0 0 2069 31 0 0 16 0 13 0 39031549 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1491912 CPUtime=20.96
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 18963 0 0 0 2067 29 0 0 17 0 13 0 39031549 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1491912 CPUtime=0.26
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 30 0 0 0 16 10 0 0 16 0 13 0 39031551 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 39031552 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 39031556 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1491912 CPUtime=1.4
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 138 2 0 0 15 0 13 0 39031556 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1491912 CPUtime=1.52
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5947 0 0 0 150 2 0 0 16 0 13 0 39031556 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 39031556 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 39031556 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1491912 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 39031613 1527717888 78028 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1491912

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

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

[startup+1778.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16846
/proc/meminfo: memFree=627080/2055920 swapFree=4192956/4192956
[pid=16833] ppid=16831 vsize=1492560 CPUtime=1800.23
/proc/16833/stat : 16833 (java) S 16831 16833 16620 0 -1 0 88596 0 1 0 179923 100 0 0 16 0 14 0 39031547 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16833/statm: 373140 78054 1439 9 0 370483 0
[pid=16833/tid=16835] ppid=16831 vsize=1492560 CPUtime=1754.98
/proc/16833/task/16835/stat : 16835 (java) R 16831 16833 16620 0 -1 64 36759 0 1 0 175475 23 0 0 25 0 14 0 39031548 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4109596367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16836] ppid=16831 vsize=1492560 CPUtime=21
/proc/16833/task/16836/stat : 16836 (java) S 16831 16833 16620 0 -1 64 19934 0 0 0 2069 31 0 0 16 0 14 0 39031549 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16837] ppid=16831 vsize=1492560 CPUtime=20.96
/proc/16833/task/16837/stat : 16837 (java) S 16831 16833 16620 0 -1 64 18963 0 0 0 2067 29 0 0 17 0 14 0 39031549 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16838] ppid=16831 vsize=1492560 CPUtime=0.26
/proc/16833/task/16838/stat : 16838 (java) S 16831 16833 16620 0 -1 64 30 0 0 0 16 10 0 0 16 0 14 0 39031551 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16839] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16839/stat : 16839 (java) S 16831 16833 16620 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 39031552 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16840] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16840/stat : 16840 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 39031552 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16841] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16841/stat : 16841 (java) S 16831 16833 16620 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 39031556 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16842] ppid=16831 vsize=1492560 CPUtime=1.4
/proc/16833/task/16842/stat : 16842 (java) S 16831 16833 16620 0 -1 64 6194 0 0 0 138 2 0 0 15 0 14 0 39031556 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16843] ppid=16831 vsize=1492560 CPUtime=1.55
/proc/16833/task/16843/stat : 16843 (java) S 16831 16833 16620 0 -1 64 5950 0 0 0 153 2 0 0 17 0 14 0 39031556 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16844] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16844/stat : 16844 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 39031556 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16833/tid=16845] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16845/stat : 16845 (java) S 16831 16833 16620 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 39031556 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16833/tid=16846] ppid=16831 vsize=1492560 CPUtime=0
/proc/16833/task/16846/stat : 16846 (java) S 16831 16833 16620 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 39031613 1528381440 78054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1492560

Child status: 143
Real time (s): 1778.28
CPU time (s): 1800.3
CPU user time (s): 1799.25
CPU system time (s): 1.05084
CPU usage (%): 101.238
Max. virtual memory (cumulated for all children) (KiB): 1494760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 1.05084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88597
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= 45212
involuntary context switches= 40946

runsolver used 1.9537 second user time and 4.5663 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-13 05:16:26
IDJOB=1854896
IDBENCH=1299
IDSOLVER=681
FILE ID=node33/1854896-1244862986
PBS_JOBID= 9354359
Free space on /tmp= 66040 MiB

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

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

MD5SUM BENCH= 6281627dc4c435fe3011d1036bb94900
RANDOM SEED=174990310

node33.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.261
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.261
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:        935880 kB
Buffers:         57388 kB
Cached:         975668 kB
SwapCached:          0 kB
Active:          85672 kB
Inactive:       961360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             376 kB
Writeback:           0 kB
Mapped:          23752 kB
Slab:            59060 kB
Committed_AS:    85944 kB
PageTables:       1392 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= 66040 MiB
End job on node33 at 2009-06-13 05:46:06