Trace number 1855034

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 1777.76

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
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 benchmark6.87096
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 705
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.1.1.v20090612
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1342000320
0.08/0.14	c Max memory 1344274432
0.08/0.14	c Total memory 1344274432
0.08/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855034-1244865527.opb
0.23/0.21	c reading problem ... 
0.88/0.64	c ... done. Wall clock time 0.43s.
0.88/0.64	c #vars     231
0.88/0.64	c #constraints  2707
0.88/0.64	c constraints type 
0.88/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.88/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.88/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.88/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1777.62	c starts		: 11
1800.09/1777.62	c conflicts		: 17021
1800.09/1777.62	c decisions		: 39286
1800.09/1777.62	c propagations		: 501055
1800.09/1777.62	c inspects		: 863071389
1800.09/1777.62	c learnt literals	: 0
1800.09/1777.62	c learnt binary clauses	: 0
1800.09/1777.62	c learnt ternary clauses	: 3
1800.09/1777.62	c learnt clauses	: 17021
1800.09/1777.62	c ignored clauses	: 0
1800.09/1777.62	c root simplifications	: 0
1800.09/1777.62	c removed literals (reason simplification)	: 0
1800.09/1777.62	c reason swapping (by a shorter reason)	: 0
1800.09/1777.62	c Calls to reduceDB	: 0
1800.09/1777.62	c speed (assignments/second)	: 281.9710822843116
1800.09/1777.62	c non guided choices	121
1800.09/1777.67	c learnt constraints type 
1800.09/1777.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 705
1800.09/1777.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
1800.09/1777.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16289
1800.09/1777.67	c constraints type 
1800.09/1777.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.09/1777.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.09/1777.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.09/1777.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1777.67	s UNKNOWN
1800.09/1777.67	c Total wall clock time (in seconds): 1777.463

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-1855034-1244865527/watcher-1855034-1244865527 -o /tmp/evaluation-result-1855034-1244865527/solver-1855034-1244865527 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855034-1244865527.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 13436
/proc/meminfo: memFree=987352/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=152 CPUtime=0
/proc/13436/stat : 13436 (java6) R 13434 13436 12771 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 154149913 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/13436/statm: 38 26 19 9 0 4 0

[startup+0.0785 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13436
/proc/meminfo: memFree=987352/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1470220 CPUtime=0.06
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 3445 0 1 0 4 2 0 0 18 0 7 0 154149913 1505505280 3190 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 367555 3190 1039 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101502 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13436
/proc/meminfo: memFree=987352/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1472584 CPUtime=0.08
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 3639 0 1 0 6 2 0 0 18 0 12 0 154149913 1507926016 3382 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 368146 3382 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301522 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13436
/proc/meminfo: memFree=987352/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1474988 CPUtime=0.36
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 5030 0 1 0 33 3 0 0 18 0 12 0 154149913 1510387712 4767 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 368747 4767 1356 9 0 366090 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1474988

[startup+0.701566 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 13436
/proc/meminfo: memFree=987352/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1476852 CPUtime=1.06
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 6960 0 1 0 102 4 0 0 18 0 13 0 154149913 1512296448 6401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 369213 6401 1404 9 0 366556 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1476852

[startup+1.50266 s]
/proc/loadavg: 1.16 1.03 1.01 3/77 13449
/proc/meminfo: memFree=956144/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1488868 CPUtime=2.62
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 20080 0 1 0 252 10 0 0 18 0 13 0 154149913 1524600832 15728 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 372217 15731 1418 9 0 369560 0
[pid=13436/tid=13438] ppid=13434 vsize=1488868 CPUtime=0.97
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 11352 0 1 0 92 5 0 0 25 0 13 0 154149915 1524600832 15733 1992294400 134512640 134550932 4294956000 18446744073709551615 4109583312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154149916 1524600832 15734 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154149916 1524600832 15734 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154149918 1524600832 15735 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154149918 1524600832 15737 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 154149918 1524600832 15738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1524600832 15738 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1488868 CPUtime=0.91
/proc/13436/task/13445/stat : 13445 (java) R 13434 13436 12771 0 -1 64 4743 0 0 0 90 1 0 0 18 0 13 0 154149922 1524600832 15739 1992294400 134512640 134550932 4294956000 18446744073709551615 102549322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1488868 CPUtime=0.7
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 3245 0 0 0 69 1 0 0 16 0 13 0 154149922 1524600832 15740 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1524600832 15741 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1524600832 15742 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1488868 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1524600832 15743 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1488868

[startup+3.10284 s]
/proc/loadavg: 1.16 1.03 1.01 2/77 13449
/proc/meminfo: memFree=880368/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1487268 CPUtime=4.89
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 43579 0 1 0 470 19 0 0 18 0 13 0 154149913 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 371817 36336 1432 9 0 369160 0
[pid=13436/tid=13438] ppid=13434 vsize=1487268 CPUtime=2.27
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 30987 0 1 0 215 12 0 0 23 0 13 0 154149915 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4109621315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1487268 CPUtime=0.01
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 516 0 0 0 1 0 0 0 16 0 13 0 154149916 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1487268 CPUtime=0.01
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 407 0 0 0 1 0 0 0 16 0 13 0 154149916 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 154149918 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1487268 CPUtime=1.27
/proc/13436/task/13445/stat : 13445 (java) R 13434 13436 12771 0 -1 64 5331 0 0 0 125 2 0 0 17 0 13 0 154149922 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 105581105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1487268 CPUtime=1.28
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 5581 0 0 0 125 3 0 0 16 0 13 0 154149922 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1487268 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1522962432 36336 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1487268

[startup+6.30118 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 13449
/proc/meminfo: memFree=817712/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1484676 CPUtime=8.35
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 53818 0 1 0 812 23 0 0 18 0 13 0 154149913 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 371169 43912 1432 9 0 368512 0
[pid=13436/tid=13438] ppid=13434 vsize=1484676 CPUtime=5.27
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 35826 0 1 0 513 14 0 0 24 0 13 0 154149915 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4109626554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1484676 CPUtime=0.09
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 2372 0 0 0 8 1 0 0 16 0 13 0 154149916 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1484676 CPUtime=0.08
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 2148 0 0 0 8 0 0 0 16 0 13 0 154149916 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154149918 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1484676 CPUtime=1.47
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 145 2 0 0 15 0 13 0 154149922 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1484676 CPUtime=1.38
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6066 0 0 0 135 3 0 0 16 0 13 0 154149922 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1484676 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1520308224 43912 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 1484676

[startup+12.7019 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 13449
/proc/meminfo: memFree=812208/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=14.81
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 55398 0 1 0 1457 24 0 0 18 0 13 0 154149913 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 45017 1432 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=11.61
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 35835 0 1 0 1147 14 0 0 25 0 13 0 154149915 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=0.13
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 3185 0 0 0 12 1 0 0 15 0 13 0 154149916 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=0.14
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 2906 0 0 0 13 1 0 0 16 0 13 0 154149916 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.48
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 146 2 0 0 17 0 13 0 154149922 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.4
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6066 0 0 0 137 3 0 0 16 0 13 0 154149922 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 45017 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 1483432

[startup+25.5023 s]
/proc/loadavg: 1.10 1.03 1.01 2/77 13449
/proc/meminfo: memFree=804784/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=27.71
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 57283 0 1 0 2745 26 0 0 18 0 13 0 154149913 1519034368 46795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 46795 1432 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=24.32
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 36107 0 1 0 2418 14 0 0 25 0 13 0 154149915 1519034368 46795 1992294400 134512640 134550932 4294956000 18446744073709551615 4109702063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=0.22
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 4074 0 0 0 20 2 0 0 16 0 13 0 154149916 1519034368 46795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=0.21
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 3630 0 0 0 20 1 0 0 16 0 13 0 154149916 1519034368 46795 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.01

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

[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.22
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 31 0 0 0 15 7 0 0 16 0 13 0 154149918 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.49
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 147 2 0 0 16 0 13 0 154149922 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.64
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6083 0 0 0 161 3 0 0 17 0 13 0 154149922 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 72851 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1560.79
Current children cumulated vsize (KiB) 1483432

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13455
/proc/meminfo: memFree=697008/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=1621.8
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 85812 0 1 0 162086 94 0 0 18 0 13 0 154149913 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 73598 1436 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=1582.51
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 37105 0 1 0 158229 22 0 0 19 0 13 0 154149915 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4109639487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=17.93
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 17634 0 0 0 1769 24 0 0 17 0 13 0 154149916 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=17.93
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 17582 0 0 0 1762 31 0 0 16 0 13 0 154149916 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.23
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 31 0 0 0 15 8 0 0 16 0 13 0 154149918 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.49
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 147 2 0 0 16 0 13 0 154149922 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.64
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6083 0 0 0 161 3 0 0 17 0 13 0 154149922 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 73598 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.8
Current children cumulated vsize (KiB) 1483432

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13455
/proc/meminfo: memFree=694192/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=1682.78
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 86548 0 1 0 168181 97 0 0 18 0 13 0 154149913 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 74295 1436 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=1641.45
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 37140 0 1 0 164123 22 0 0 25 0 13 0 154149915 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4109601232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=18.95
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 17823 0 0 0 1870 25 0 0 16 0 13 0 154149916 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=18.94
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 18094 0 0 0 1861 33 0 0 17 0 13 0 154149916 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.24
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 31 0 0 0 16 8 0 0 16 0 13 0 154149918 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.49
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 147 2 0 0 16 0 13 0 154149922 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.64
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6083 0 0 0 161 3 0 0 17 0 13 0 154149922 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 74295 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1682.78
Current children cumulated vsize (KiB) 1483432

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13455
/proc/meminfo: memFree=691184/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=1743.81
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 87357 0 1 0 174281 100 0 0 18 0 13 0 154149913 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 75059 1436 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=1700.35
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 37176 0 1 0 170013 22 0 0 25 0 13 0 154149915 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4109701990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=20.01
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 18062 0 0 0 1976 25 0 0 16 0 13 0 154149916 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=19.99
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 18628 0 0 0 1964 35 0 0 16 0 13 0 154149916 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.26
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 31 0 0 0 17 9 0 0 16 0 13 0 154149918 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.49
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 147 2 0 0 16 0 13 0 154149922 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.64
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6083 0 0 0 161 3 0 0 17 0 13 0 154149922 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 75059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1743.81
Current children cumulated vsize (KiB) 1483432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13455
/proc/meminfo: memFree=689072/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=1483432 CPUtime=1800.09
/proc/13436/stat : 13436 (java) S 13434 13436 12771 0 -1 0 87924 0 1 0 179905 104 0 0 18 0 13 0 154149913 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13436/statm: 370858 75576 1436 9 0 368201 0
[pid=13436/tid=13438] ppid=13434 vsize=1483432 CPUtime=1754.65
/proc/13436/task/13438/stat : 13438 (java) R 13434 13436 12771 0 -1 64 37209 0 1 0 175442 23 0 0 25 0 13 0 154149915 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13434 vsize=1483432 CPUtime=21
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12771 0 -1 64 18243 0 0 0 2075 25 0 0 17 0 13 0 154149916 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13440] ppid=13434 vsize=1483432 CPUtime=20.98
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12771 0 -1 64 18981 0 0 0 2060 38 0 0 16 0 13 0 154149916 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=1483432 CPUtime=0.27
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12771 0 -1 64 31 0 0 0 18 9 0 0 16 0 13 0 154149918 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12771 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12771 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154149918 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12771 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 154149922 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=1483432 CPUtime=1.49
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12771 0 -1 64 6633 0 0 0 147 2 0 0 16 0 13 0 154149922 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=1483432 CPUtime=1.64
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12771 0 -1 64 6083 0 0 0 161 3 0 0 17 0 13 0 154149922 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 154149922 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12771 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154149922 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13449] ppid=13434 vsize=1483432 CPUtime=0
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12771 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 154149978 1519034368 75576 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1483432

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

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

[startup+1777.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13455
/proc/meminfo: memFree=689072/2055920 swapFree=4192044/4192956
[pid=13436] ppid=13434 vsize=0 CPUtime=1800.25
/proc/13436/stat : 13436 (java) Z 13434 13436 12771 0 -1 1036 87952 0 1 0 179921 104 0 0 15 0 2 0 154149913 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1777.76
CPU time (s): 1800.3
CPU user time (s): 1799.21
CPU system time (s): 1.08883
CPU usage (%): 101.268
Max. virtual memory (cumulated for all children) (KiB): 1489920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.08883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87952
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= 46270
involuntary context switches= 40783

runsolver used 1.91171 second user time and 4.6133 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-13 05:58:47
IDJOB=1855034
IDBENCH=1368
IDSOLVER=681
FILE ID=node38/1855034-1244865527
PBS_JOBID= 9354336
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 0626939ca6144a564c8e59fb048e3266
RANDOM SEED=1441722103

node38.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.232
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.232
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:        987832 kB
Buffers:         80284 kB
Cached:         882896 kB
SwapCached:        448 kB
Active:         324132 kB
Inactive:       652592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        987832 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:             596 kB
Writeback:           0 kB
Mapped:          22512 kB
Slab:            77328 kB
Committed_AS:   114412 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= 66280 MiB
End job on node38 at 2009-06-13 06:28:27