Trace number 1854948

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 1777.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900566263.opb
MD5SUMf4c214ee809fe2c6dba5a2a6d8bf156c
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.099983
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 613
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1854948-1244864103.opb
0.21/0.22	c reading problem ... 
0.85/0.69	c ... done. Wall clock time 0.473s.
0.85/0.69	c #vars     231
0.85/0.69	c #constraints  2707
0.85/0.69	c constraints type 
0.85/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.85/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.85/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.85/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1777.21	c starts		: 12
1800.01/1777.21	c conflicts		: 17385
1800.01/1777.21	c decisions		: 43163
1800.01/1777.21	c propagations		: 568868
1800.01/1777.21	c inspects		: 866601570
1800.01/1777.21	c learnt literals	: 0
1800.01/1777.21	c learnt binary clauses	: 2
1800.01/1777.21	c learnt ternary clauses	: 1
1800.01/1777.21	c learnt clauses	: 17384
1800.01/1777.21	c ignored clauses	: 0
1800.01/1777.21	c root simplifications	: 0
1800.01/1777.21	c removed literals (reason simplification)	: 0
1800.01/1777.21	c reason swapping (by a shorter reason)	: 0
1800.01/1777.21	c Calls to reduceDB	: 0
1800.01/1777.21	c speed (assignments/second)	: 320.2155229674261
1800.01/1777.21	c non guided choices	121
1800.01/1777.27	c learnt constraints type 
1800.01/1777.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 959
1800.01/1777.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
1800.01/1777.27	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
1800.01/1777.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16363
1800.01/1777.27	c constraints type 
1800.01/1777.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.01/1777.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.01/1777.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.01/1777.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1777.27	s UNKNOWN
1800.01/1777.27	c Total wall clock time (in seconds): 1777.053

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-1854948-1244864103/watcher-1854948-1244864103 -o /tmp/evaluation-result-1854948-1244864103/solver-1854948-1244864103 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1854948-1244864103.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.01 1.01 1.00 3/64 16172
/proc/meminfo: memFree=797440/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=308 CPUtime=0
/proc/16172/stat : 16172 (java6) R 16170 16172 15837 0 -1 0 55 0 0 0 0 0 0 0 18 0 1 0 154011089 315392 39 1992294400 134512640 134550932 4294956160 18446744073709551615 2188068 0 0 4096 0 0 0 0 17 1 0 0
/proc/16172/statm: 77 39 29 9 0 6 0

[startup+0.0390499 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 16172
/proc/meminfo: memFree=797440/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1469776 CPUtime=0.02
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 2973 0 1 0 1 1 0 0 18 0 4 0 154011089 1505050624 2720 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 367444 2720 938 9 0 364795 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1469776

[startup+0.101062 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 16172
/proc/meminfo: memFree=797440/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1473608 CPUtime=0.08
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 3602 0 1 0 6 2 0 0 18 0 12 0 154011089 1508974592 3345 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 368402 3345 1066 9 0 365750 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1473608

[startup+0.3011 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 16172
/proc/meminfo: memFree=797440/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1474580 CPUtime=0.34
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 5004 0 1 0 31 3 0 0 18 0 12 0 154011089 1509969920 4739 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 368645 4739 1353 9 0 365988 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1474580

[startup+0.701179 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 16172
/proc/meminfo: memFree=797440/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1476792 CPUtime=1
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 6893 0 1 0 97 3 0 0 18 0 12 0 154011089 1512235008 6351 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 369198 6352 1405 9 0 366541 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476792

[startup+1.50234 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 16185
/proc/meminfo: memFree=770584/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1489064 CPUtime=2.47
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 19346 0 1 0 237 10 0 0 18 0 13 0 154011089 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372266 15682 1418 9 0 369609 0
[pid=16172/tid=16174] ppid=16170 vsize=1489064 CPUtime=0.95
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 11329 0 1 0 89 6 0 0 22 0 13 0 154011090 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4109154267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154011091 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 154011091 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154011093 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154011094 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 154011094 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1489064 CPUtime=0.71
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 3466 0 0 0 70 1 0 0 16 0 13 0 154011098 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1489064 CPUtime=0.78
/proc/16172/task/16182/stat : 16182 (java) R 16170 16172 15837 0 -1 64 3804 0 0 0 77 1 0 0 18 0 13 0 154011098 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 104140916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1489064 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1524801536 15682 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1489064

[startup+3.10265 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 16185
/proc/meminfo: memFree=697944/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488636 CPUtime=4.67
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 43356 0 1 0 447 20 0 0 18 0 13 0 154011089 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372159 36730 1432 9 0 369502 0
[pid=16172/tid=16174] ppid=16170 vsize=1488636 CPUtime=2.22
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 30984 0 1 0 208 14 0 0 18 0 13 0 154011090 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4109596643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488636 CPUtime=0.01
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 525 0 0 0 1 0 0 0 16 0 13 0 154011091 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488636 CPUtime=0.01
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 476 0 0 0 1 0 0 0 16 0 13 0 154011091 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 154011093 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488636 CPUtime=1.12
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 4853 0 0 0 110 2 0 0 16 0 13 0 154011098 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488636 CPUtime=1.27
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 5761 0 0 0 125 2 0 0 16 0 13 0 154011098 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488636 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1524363264 36730 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1488636

[startup+6.30127 s]
/proc/loadavg: 1.09 1.02 1.01 2/77 16185
/proc/meminfo: memFree=647384/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=8.4
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 55469 0 1 0 815 25 0 0 18 0 13 0 154011089 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 44823 1432 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=5.06
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 35714 0 1 0 490 16 0 0 25 0 13 0 154011090 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4109564132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=0.07
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 2306 0 0 0 7 0 0 0 16 0 13 0 154011091 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=0.08
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 2199 0 0 0 8 0 0 0 16 0 13 0 154011091 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 29 0 0 0 0 0 0 0 17 0 13 0 154011093 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.42
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6424 0 0 0 139 3 0 0 16 0 13 0 154011098 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=1.71
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 8053 0 0 0 168 3 0 0 15 0 13 0 154011098 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 44823 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 1488216

[startup+12.7025 s]
/proc/loadavg: 1.08 1.02 1.00 2/77 16185
/proc/meminfo: memFree=614176/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=14.91
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 58001 0 1 0 1465 26 0 0 18 0 13 0 154011089 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 47063 1432 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=11.39
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 35723 0 1 0 1123 16 0 0 25 0 13 0 154011090 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4109629431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=0.15
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 3645 0 0 0 14 1 0 0 16 0 13 0 154011091 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=0.16
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 3383 0 0 0 15 1 0 0 16 0 13 0 154011091 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154011093 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.43
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6424 0 0 0 140 3 0 0 15 0 13 0 154011098 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=1.74
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 8053 0 0 0 171 3 0 0 16 0 13 0 154011098 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 47063 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 1488216

[startup+25.501 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 16185
/proc/meminfo: memFree=607464/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=27.88
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 59755 0 1 0 2762 26 0 0 18 0 13 0 154011089 1523933184 48648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 48648 1436 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=24.08
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 35737 0 1 0 2392 16 0 0 25 0 13 0 154011090 1523933184 48648 1992294400 134512640 134550932 4294956000 18446744073709551615 4109623873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=0.24
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 4561 0 0 0 23 1 0 0 16 0 13 0 154011091 1523933184 48648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=0.24
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 4200 0 0 0 23 1 0 0 16 0 13 0 154011091 1523933184 48648 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0

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

[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0.24
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 33 0 0 0 14 10 0 0 15 0 13 0 154011093 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.53
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6431 0 0 0 150 3 0 0 15 0 13 0 154011098 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=2.08
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 9583 0 0 0 204 4 0 0 17 0 13 0 154011098 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 74604 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1561.24
Current children cumulated vsize (KiB) 1488216

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16193
/proc/meminfo: memFree=499880/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=1622.18
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 90090 0 1 0 162125 93 0 0 18 0 13 0 154011089 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 75384 1436 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=1581.63
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 36754 0 1 0 158141 22 0 0 25 0 13 0 154011090 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4109683128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=18.33
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 19305 0 0 0 1802 31 0 0 16 0 13 0 154011091 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=18.31
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 17239 0 0 0 1811 20 0 0 16 0 13 0 154011091 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0.24
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 34 0 0 0 14 10 0 0 16 0 13 0 154011093 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.53
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6431 0 0 0 150 3 0 0 15 0 13 0 154011098 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=2.08
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 9583 0 0 0 204 4 0 0 17 0 13 0 154011098 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 75384 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.18
Current children cumulated vsize (KiB) 1488216

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16193
/proc/meminfo: memFree=497512/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=1683.17
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 90731 0 1 0 168221 96 0 0 18 0 13 0 154011089 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 75966 1436 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=1640.55
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 36789 0 1 0 164033 22 0 0 25 0 13 0 154011090 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4109683128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=19.36
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 19561 0 0 0 1905 31 0 0 16 0 13 0 154011091 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=19.34
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 17589 0 0 0 1912 22 0 0 17 0 13 0 154011091 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0.25
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 34 0 0 0 15 10 0 0 16 0 13 0 154011093 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.53
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6431 0 0 0 150 3 0 0 15 0 13 0 154011098 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=2.08
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 9583 0 0 0 204 4 0 0 17 0 13 0 154011098 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 75966 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1683.17
Current children cumulated vsize (KiB) 1488216

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16193
/proc/meminfo: memFree=495080/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=1744.16
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 91356 0 1 0 174316 100 0 0 18 0 13 0 154011089 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 76556 1436 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=1699.49
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 36823 0 1 0 169927 22 0 0 25 0 13 0 154011090 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4109563973 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=20.4
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 19932 0 0 0 2006 34 0 0 16 0 13 0 154011091 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=20.36
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 17809 0 0 0 2013 23 0 0 17 0 13 0 154011091 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0.25
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 34 0 0 0 15 10 0 0 16 0 13 0 154011093 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.53
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6431 0 0 0 150 3 0 0 15 0 13 0 154011098 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=2.08
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 9583 0 0 0 204 4 0 0 17 0 13 0 154011098 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 76556 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1744.16
Current children cumulated vsize (KiB) 1488216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.2 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16193
/proc/meminfo: memFree=493096/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=1488216 CPUtime=1800.01
/proc/16172/stat : 16172 (java) S 16170 16172 15837 0 -1 0 91902 0 1 0 179899 102 0 0 18 0 13 0 154011089 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 372054 77055 1436 9 0 369397 0
[pid=16172/tid=16174] ppid=16170 vsize=1488216 CPUtime=1753.38
/proc/16172/task/16174/stat : 16174 (java) R 16170 16172 15837 0 -1 64 36855 0 1 0 175316 22 0 0 25 0 13 0 154011090 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4109683206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16175] ppid=16170 vsize=1488216 CPUtime=21.36
/proc/16172/task/16175/stat : 16175 (java) S 16170 16172 15837 0 -1 64 20223 0 0 0 2101 35 0 0 16 0 13 0 154011091 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16176] ppid=16170 vsize=1488216 CPUtime=21.32
/proc/16172/task/16176/stat : 16176 (java) S 16170 16172 15837 0 -1 64 18032 0 0 0 2109 23 0 0 16 0 13 0 154011091 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16177] ppid=16170 vsize=1488216 CPUtime=0.27
/proc/16172/task/16177/stat : 16177 (java) S 16170 16172 15837 0 -1 64 34 0 0 0 16 11 0 0 16 0 13 0 154011093 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16178] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16178/stat : 16178 (java) S 16170 16172 15837 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16179] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16179/stat : 16179 (java) S 16170 16172 15837 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154011094 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16180] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16180/stat : 16180 (java) S 16170 16172 15837 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154011098 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16181] ppid=16170 vsize=1488216 CPUtime=1.53
/proc/16172/task/16181/stat : 16181 (java) S 16170 16172 15837 0 -1 64 6431 0 0 0 150 3 0 0 15 0 13 0 154011098 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16182] ppid=16170 vsize=1488216 CPUtime=2.08
/proc/16172/task/16182/stat : 16182 (java) S 16170 16172 15837 0 -1 64 9583 0 0 0 204 4 0 0 17 0 13 0 154011098 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16183] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16183/stat : 16183 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154011098 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16172/tid=16184] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16184/stat : 16184 (java) S 16170 16172 15837 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154011098 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16172/tid=16185] ppid=16170 vsize=1488216 CPUtime=0
/proc/16172/task/16185/stat : 16185 (java) S 16170 16172 15837 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 154011159 1523933184 77055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1488216

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

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

[startup+1777.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16193
/proc/meminfo: memFree=493096/2055924 swapFree=4191900/4192956
[pid=16172] ppid=16170 vsize=0 CPUtime=1800.17
/proc/16172/stat : 16172 (java) Z 16170 16172 15837 0 -1 1036 91927 0 1 0 179915 102 0 0 15 0 2 0 154011089 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.36
CPU time (s): 1800.23
CPU user time (s): 1799.16
CPU system time (s): 1.07084
CPU usage (%): 101.287
Max. virtual memory (cumulated for all children) (KiB): 1494772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.16
system time used= 1.07084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91927
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= 49751
involuntary context switches= 17755

runsolver used 2.30265 second user time and 5.22221 second system time

The end

Launcher Data

Begin job on node6 at 2009-06-13 05:35:03
IDJOB=1854948
IDBENCH=1325
IDSOLVER=681
FILE ID=node6/1854948-1244864103
PBS_JOBID= 9354332
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= f4c214ee809fe2c6dba5a2a6d8bf156c
RANDOM SEED=1627959561

node6.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.265
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.265
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:      2055924 kB
MemFree:        797920 kB
Buffers:         65764 kB
Cached:        1099368 kB
SwapCached:        524 kB
Active:          78408 kB
Inactive:      1100228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        797920 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             360 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            65472 kB
Committed_AS:   125328 kB
PageTables:       1456 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= 66352 MiB
End job on node6 at 2009-06-13 06:04:42