Trace number 1854939

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 Resolution 2.1.1UNSAT 66.8498 65.5906

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900562192.opb
MD5SUM608a9740e0756eec3b8d3bf2dd1f591f
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 benchmark34.5737
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 765
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.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c MiniSAT restarts strategy
0.23/0.20	c Memory based learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-1854939-1244863631.opb
0.23/0.20	c reading problem ... 
0.88/0.63	c ... done. Wall clock time 0.429s.
0.88/0.63	c #vars     231
0.88/0.63	c #constraints  2707
0.88/0.63	c constraints type 
0.88/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.88/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.88/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.88/0.63	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
66.65/65.44	c starts		: 17
66.65/65.44	c conflicts		: 137792
66.65/65.44	c decisions		: 195833
66.65/65.44	c propagations		: 5828571
66.65/65.44	c inspects		: 238198001
66.65/65.44	c learnt literals	: 10
66.65/65.44	c learnt binary clauses	: 64
66.65/65.44	c learnt ternary clauses	: 350
66.65/65.44	c learnt clauses	: 137781
66.65/65.44	c ignored clauses	: 0
66.65/65.44	c root simplifications	: 0
66.65/65.44	c removed literals (reason simplification)	: 1205602
66.65/65.44	c reason swapping (by a shorter reason)	: 0
66.65/65.44	c Calls to reduceDB	: 0
66.65/65.44	c speed (assignments/second)	: 89937.36787692687
66.65/65.44	c non guided choices	121
66.78/65.52	c learnt constraints type 
66.78/65.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 137717
66.78/65.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
66.78/65.52	c constraints type 
66.78/65.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
66.78/65.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
66.78/65.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
66.78/65.52	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
66.78/65.52	s UNSATISFIABLE
66.78/65.52	c Total wall clock time (in seconds): 65.317

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9543
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=152 CPUtime=0
/proc/9543/stat : 9543 (java6) D 9541 9543 9090 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 153962686 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7017252 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9543/statm: 38 26 19 9 0 4 0

[startup+0.076547 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9543
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1470220 CPUtime=0.06
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 3405 0 1 0 4 2 0 0 18 0 7 0 153962686 1505505280 3150 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 367555 3150 1034 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.101545 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9543
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1472584 CPUtime=0.08
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 3606 0 1 0 6 2 0 0 18 0 12 0 153962686 1507926016 3349 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 368146 3349 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301555 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9543
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1475008 CPUtime=0.36
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 5037 0 1 0 33 3 0 0 18 0 12 0 153962686 1510408192 4773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 368752 4773 1355 9 0 366095 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1475008

[startup+0.701583 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9543
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1477284 CPUtime=1.07
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 7146 0 1 0 103 4 0 0 18 0 13 0 153962686 1512738816 6387 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 369321 6387 1402 9 0 366664 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1477284

[startup+1.50163 s]
/proc/loadavg: 0.99 0.98 0.99 4/77 9556
/proc/meminfo: memFree=850040/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480876 CPUtime=2.56
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 9579 0 1 0 251 5 0 0 18 0 13 0 153962686 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370219 7664 1416 9 0 367562 0
[pid=9543/tid=9545] ppid=9541 vsize=1480876 CPUtime=1.31
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 5044 0 1 0 128 3 0 0 19 0 13 0 153962687 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4109275232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480876 CPUtime=0.5
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1879 0 0 0 49 1 0 0 17 0 13 0 153962695 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480876 CPUtime=0.73
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1908 0 0 0 73 0 0 0 17 0 13 0 153962695 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1516417024 7664 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1480876

[startup+3.10274 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=846200/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480876 CPUtime=4.34
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 10971 0 1 0 428 6 0 0 18 0 13 0 153962686 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370219 9054 1420 9 0 367562 0
[pid=9543/tid=9545] ppid=9541 vsize=1480876 CPUtime=2.87
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 6416 0 1 0 283 4 0 0 25 0 13 0 153962687 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4109734602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153962690 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480876 CPUtime=0.55
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1880 0 0 0 54 1 0 0 17 0 13 0 153962695 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480876 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1927 0 0 0 90 0 0 0 16 0 13 0 153962695 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480876 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1516417024 9054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1480876

[startup+6.30295 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=839224/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=7.55
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 12411 0 1 0 747 8 0 0 18 0 13 0 153962686 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 10372 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=6.06
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 7854 0 1 0 600 6 0 0 25 0 13 0 153962687 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4109581719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.57
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1882 0 0 0 56 1 0 0 17 0 13 0 153962695 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1927 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 10372 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1480396

[startup+12.7024 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=829112/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=13.95
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 14747 0 1 0 1385 10 0 0 18 0 13 0 153962686 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 12707 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=12.44
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 10190 0 1 0 1237 7 0 0 25 0 13 0 153962687 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4109734595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153962690 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.58
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1882 0 0 0 57 1 0 0 17 0 13 0 153962695 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1927 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 12707 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 1480396

[startup+25.5022 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=815928/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=26.75
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 17822 0 1 0 2661 14 0 0 18 0 13 0 153962686 1515925504 15782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 15782 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=25.23
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 13263 0 1 0 2512 11 0 0 25 0 13 0 153962687 1515925504 15782 1992294400 134512640 134550932 4294956016 18446744073709551615 4109581719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 15782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 15782 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0

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

/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 20277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 20277 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.75
Current children cumulated vsize (KiB) 1480396

[startup+60.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=796408/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=61.95
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 22692 0 1 0 6176 19 0 0 18 0 13 0 153962686 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 20649 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=60.39
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 18129 0 1 0 6022 17 0 0 25 0 13 0 153962687 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4109734702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.63
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1887 0 0 0 62 1 0 0 17 0 13 0 153962695 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1928 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 20649 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.95
Current children cumulated vsize (KiB) 1480396

[startup+63.9027 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=795448/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=65.14
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 22921 0 1 0 6495 19 0 0 18 0 13 0 153962686 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 20877 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=63.58
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 18358 0 1 0 6341 17 0 0 25 0 13 0 153962687 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4109723726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.63
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1887 0 0 0 62 1 0 0 17 0 13 0 153962695 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1928 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 20877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.14
Current children cumulated vsize (KiB) 1480396

[startup+64.7027 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=795448/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=65.94
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 22984 0 1 0 6575 19 0 0 18 0 13 0 153962686 1515925504 20940 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 20940 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=64.38
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 18421 0 1 0 6421 17 0 0 25 0 13 0 153962687 1515925504 20940 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.63
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1887 0 0 0 62 1 0 0 17 0 13 0 153962695 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1928 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 20941 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.94
Current children cumulated vsize (KiB) 1480396

[startup+65.1028 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=795128/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480396 CPUtime=66.35
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 23031 0 1 0 6615 20 0 0 18 0 13 0 153962686 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370099 20987 1420 9 0 367442 0
[pid=9543/tid=9545] ppid=9541 vsize=1480396 CPUtime=64.78
/proc/9543/task/9545/stat : 9545 (java) R 9541 9543 9090 0 -1 64 18468 0 1 0 6461 17 0 0 25 0 13 0 153962687 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4109589579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153962688 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153962688 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153962690 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153962691 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962691 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153962695 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480396 CPUtime=0.63
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1887 0 0 0 62 1 0 0 17 0 13 0 153962695 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480396 CPUtime=0.9
/proc/9543/task/9553/stat : 9553 (java) S 9541 9543 9090 0 -1 64 1928 0 0 0 90 0 0 0 16 0 13 0 153962695 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153962695 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153962695 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480396 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153962750 1515925504 20987 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.35
Current children cumulated vsize (KiB) 1480396

[startup+65.5028 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 9556
/proc/meminfo: memFree=795128/2055920 swapFree=4192956/4192956
[pid=9543] ppid=9541 vsize=1480720 CPUtime=66.78
/proc/9543/stat : 9543 (java) S 9541 9543 9090 0 -1 0 23099 0 1 0 6658 20 0 0 18 0 14 0 153962686 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9543/statm: 370180 21055 1422 9 0 367523 0
[pid=9543/tid=9545] ppid=9541 vsize=1480720 CPUtime=65.12
/proc/9543/task/9545/stat : 9545 (java) S 9541 9543 9090 0 -1 64 18519 0 1 0 6495 17 0 0 25 0 14 0 153962687 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9546] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9546/stat : 9546 (java) S 9541 9543 9090 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 153962688 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9547] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9547/stat : 9547 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 153962688 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9548] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9548/stat : 9548 (java) S 9541 9543 9090 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 153962690 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9549] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9549/stat : 9549 (java) S 9541 9543 9090 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 153962691 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9550] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9550/stat : 9550 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 153962691 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9551] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9551/stat : 9551 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 153962695 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9552] ppid=9541 vsize=1480720 CPUtime=0.64
/proc/9543/task/9552/stat : 9552 (java) S 9541 9543 9090 0 -1 64 1889 0 0 0 63 1 0 0 16 0 14 0 153962695 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9553] ppid=9541 vsize=1480720 CPUtime=0.93
/proc/9543/task/9553/stat : 9553 (java) R 9541 9543 9090 0 -1 64 1931 0 0 0 93 0 0 0 17 0 14 0 153962695 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 103660976 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9554] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9554/stat : 9554 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 153962695 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9543/tid=9555] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9555/stat : 9555 (java) S 9541 9543 9090 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 153962695 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9543/tid=9556] ppid=9541 vsize=1480720 CPUtime=0
/proc/9543/task/9556/stat : 9556 (java) S 9541 9543 9090 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 153962750 1516257280 21055 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.78
Current children cumulated vsize (KiB) 1480720

Child status: 20
Real time (s): 65.5906
CPU time (s): 66.8498
CPU user time (s): 66.6329
CPU system time (s): 0.216967
CPU usage (%): 101.92
Max. virtual memory (cumulated for all children) (KiB): 1481228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6329
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23109
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= 1689
involuntary context switches= 1659

runsolver used 0.092985 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-13 05:27:11
IDJOB=1854939
IDBENCH=1320
IDSOLVER=682
FILE ID=node30/1854939-1244863631
PBS_JOBID= 9354345
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900562192.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1854939-1244863631/watcher-1854939-1244863631 -o /tmp/evaluation-result-1854939-1244863631/solver-1854939-1244863631 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854939-1244863631.opb

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

MD5SUM BENCH= 608a9740e0756eec3b8d3bf2dd1f591f
RANDOM SEED=445871779

node30.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.230
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.230
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:        874560 kB
Buffers:         77004 kB
Cached:        1002428 kB
SwapCached:          0 kB
Active:         101472 kB
Inactive:       991952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        874560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             372 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            73968 kB
Committed_AS:   125532 kB
PageTables:       1360 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= 66260 MiB
End job on node30 at 2009-06-13 05:28:17