Trace number 1854857

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 88.6115 87.2082

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670234.opb
MD5SUM92f66beef1a16468af1cdeb8f0308249
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 benchmark88.6115
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 641
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.1.1.v20090612
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1342000320
0.09/0.14	c Max memory 1344274432
0.09/0.14	c Total memory 1344274432
0.09/0.14	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
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.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
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 Expensive 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-1854857-1244862607.opb
0.23/0.21	c reading problem ... 
0.83/0.64	c ... done. Wall clock time 0.434s.
0.83/0.64	c #vars     231
0.83/0.64	c #constraints  2707
0.83/0.64	c constraints type 
0.83/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.83/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.83/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.83/0.64	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
88.37/87.06	c starts		: 17
88.37/87.06	c conflicts		: 195984
88.37/87.06	c decisions		: 301491
88.37/87.06	c propagations		: 7024321
88.37/87.06	c inspects		: 303822399
88.37/87.06	c learnt literals	: 18
88.37/87.06	c learnt binary clauses	: 135
88.37/87.06	c learnt ternary clauses	: 772
88.37/87.06	c learnt clauses	: 195965
88.37/87.06	c ignored clauses	: 0
88.37/87.06	c root simplifications	: 0
88.37/87.06	c removed literals (reason simplification)	: 1393890
88.37/87.06	c reason swapping (by a shorter reason)	: 0
88.37/87.06	c Calls to reduceDB	: 0
88.37/87.06	c speed (assignments/second)	: 81282.13703005126
88.37/87.06	c non guided choices	121
88.48/87.16	c learnt constraints type 
88.48/87.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 195830
88.48/87.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135
88.48/87.16	c constraints type 
88.48/87.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
88.48/87.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
88.48/87.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
88.48/87.16	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
88.48/87.16	s UNSATISFIABLE
88.48/87.16	c Total wall clock time (in seconds): 86.948

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-1854857-1244862607/watcher-1854857-1244862607 -o /tmp/evaluation-result-1854857-1244862607/solver-1854857-1244862607 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1854857-1244862607.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.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=861416/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=152 CPUtime=0
/proc/10407/stat : 10407 (java6) R 10405 10407 9994 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 153860970 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 2859307 0 0 4096 0 0 0 0 17 1 0 0
/proc/10407/statm: 38 26 19 9 0 4 0

[startup+0.00758396 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=861416/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1612 CPUtime=0
/proc/10407/stat : 10407 (java6) D 10405 10407 9994 0 -1 0 179 0 0 0 0 0 0 0 20 0 1 0 153860970 1650688 150 1992294400 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10407/statm: 403 150 114 9 0 45 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1612

[startup+0.101601 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=861416/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1472584 CPUtime=0.09
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 3640 0 1 0 7 2 0 0 18 0 12 0 153860970 1507926016 3383 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 368146 3383 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301618 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=861416/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1475132 CPUtime=0.35
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 5044 0 1 0 32 3 0 0 18 0 12 0 153860970 1510535168 4781 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 368783 4781 1355 9 0 366126 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1475132

[startup+0.701658 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10407
/proc/meminfo: memFree=861416/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1476944 CPUtime=1
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 7033 0 1 0 97 3 0 0 18 0 13 0 153860970 1512390656 6312 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 369236 6312 1403 9 0 366579 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1476944

[startup+1.50274 s]
/proc/loadavg: 0.93 0.98 0.99 4/77 10420
/proc/meminfo: memFree=837184/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1481060 CPUtime=2.61
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 9964 0 1 0 256 5 0 0 18 0 13 0 153860970 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370265 7546 1415 9 0 367608 0
[pid=10407/tid=10409] ppid=10405 vsize=1481060 CPUtime=1.38
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 4928 0 1 0 136 2 0 0 25 0 13 0 153860971 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4109159405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153860974 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1481060 CPUtime=0.59
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 2727 0 0 0 58 1 0 0 20 0 13 0 153860979 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1481060 CPUtime=0.6
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1558 0 0 0 60 0 0 0 20 0 13 0 153860979 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1516605440 7546 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1481060

[startup+3.1029 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10420
/proc/meminfo: memFree=833600/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1481060 CPUtime=4.43
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 11702 0 1 0 438 5 0 0 18 0 13 0 153860970 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370265 8880 1420 9 0 367608 0
[pid=10407/tid=10409] ppid=10405 vsize=1481060 CPUtime=2.95
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 6234 0 1 0 292 3 0 0 25 0 13 0 153860971 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4109574423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153860974 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1481060 CPUtime=0.77
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3158 0 0 0 76 1 0 0 17 0 13 0 153860979 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1481060 CPUtime=0.68
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1559 0 0 0 68 0 0 0 16 0 13 0 153860979 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1516605440 8880 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 1481060

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 10420
/proc/meminfo: memFree=825664/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1481060 CPUtime=7.61
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 13356 0 1 0 755 6 0 0 18 0 13 0 153860970 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370265 10533 1420 9 0 367608 0
[pid=10407/tid=10409] ppid=10405 vsize=1481060 CPUtime=6.14
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 7888 0 1 0 610 4 0 0 25 0 13 0 153860971 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4109714742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1481060 CPUtime=0.77
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3158 0 0 0 76 1 0 0 17 0 13 0 153860979 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1481060 CPUtime=0.68
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1559 0 0 0 68 0 0 0 16 0 13 0 153860979 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1481060 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1516605440 10533 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 1481060

[startup+12.7029 s]
/proc/loadavg: 0.94 0.98 0.99 2/77 10420
/proc/meminfo: memFree=816392/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480136 CPUtime=14.05
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 15809 0 1 0 1396 9 0 0 18 0 13 0 153860970 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 12754 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=12.54
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 10339 0 1 0 1247 7 0 0 18 0 13 0 153860971 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4109574423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480136 CPUtime=0.77
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3158 0 0 0 76 1 0 0 17 0 13 0 153860979 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480136 CPUtime=0.72
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1561 0 0 0 72 0 0 0 16 0 13 0 153860979 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1515659264 12754 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 1480136

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 10420
/proc/meminfo: memFree=804808/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480136 CPUtime=26.88
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 18483 0 1 0 2676 12 0 0 18 0 13 0 153860970 1515659264 15425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 15425 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=25.32
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 13008 0 1 0 2522 10 0 0 25 0 13 0 153860971 1515659264 15425 1992294400 134512640 134550932 4294956016 18446744073709551615 4109586925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 15425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 15425 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0

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

[pid=10407] ppid=10405 vsize=1480136 CPUtime=84.47
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 28662 0 1 0 8425 22 0 0 18 0 13 0 153860970 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 25602 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=82.89
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 23183 0 1 0 8270 19 0 0 25 0 13 0 153860971 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4109714616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480136 CPUtime=0.79
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3164 0 0 0 78 1 0 0 16 0 13 0 153860979 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480136 CPUtime=0.75
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1564 0 0 0 75 0 0 0 16 0 13 0 153860979 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1515659264 25602 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.47
Current children cumulated vsize (KiB) 1480136

[startup+84.7052 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 10420
/proc/meminfo: memFree=762696/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480136 CPUtime=86.07
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 28927 0 1 0 8585 22 0 0 18 0 13 0 153860970 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 25867 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=84.5
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 23448 0 1 0 8430 20 0 0 25 0 13 0 153860971 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480136 CPUtime=0.79
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3164 0 0 0 78 1 0 0 16 0 13 0 153860979 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480136 CPUtime=0.75
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1564 0 0 0 75 0 0 0 16 0 13 0 153860979 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1515659264 25867 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.07
Current children cumulated vsize (KiB) 1480136

[startup+86.3023 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 10420
/proc/meminfo: memFree=762056/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480136 CPUtime=87.67
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 29114 0 1 0 8745 22 0 0 18 0 13 0 153860970 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 26054 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=86.1
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 23635 0 1 0 8590 20 0 0 25 0 13 0 153860971 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4109714536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480136 CPUtime=0.79
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3164 0 0 0 78 1 0 0 16 0 13 0 153860979 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480136 CPUtime=0.75
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1564 0 0 0 75 0 0 0 16 0 13 0 153860979 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1515659264 26054 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.67
Current children cumulated vsize (KiB) 1480136

[startup+86.7024 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 10420
/proc/meminfo: memFree=762056/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480136 CPUtime=88.07
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 29162 0 1 0 8785 22 0 0 18 0 13 0 153860970 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370034 26102 1420 9 0 367377 0
[pid=10407/tid=10409] ppid=10405 vsize=1480136 CPUtime=86.5
/proc/10407/task/10409/stat : 10409 (java) R 10405 10407 9994 0 -1 64 23683 0 1 0 8630 20 0 0 25 0 13 0 153860971 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4109716021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153860972 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153860972 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153860974 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153860974 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 153860974 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 153860979 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480136 CPUtime=0.79
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3164 0 0 0 78 1 0 0 16 0 13 0 153860979 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480136 CPUtime=0.75
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 9994 0 -1 64 1564 0 0 0 75 0 0 0 16 0 13 0 153860979 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153860979 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153860979 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480136 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 13 0 153861035 1515659264 26102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 1480136

[startup+87.1024 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 10420
/proc/meminfo: memFree=761608/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=1480460 CPUtime=88.48
/proc/10407/stat : 10407 (java) S 10405 10407 9994 0 -1 0 29235 0 1 0 8826 22 0 0 18 0 14 0 153860970 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 370115 26175 1422 9 0 367458 0
[pid=10407/tid=10409] ppid=10405 vsize=1480460 CPUtime=86.86
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 9994 0 -1 64 23732 0 1 0 8666 20 0 0 25 0 14 0 153860971 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 9994 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 153860972 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 153860972 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 9994 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 153860974 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 9994 0 -1 64 10 0 0 0 0 0 0 0 22 0 14 0 153860974 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 9994 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 153860974 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 153860979 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1480460 CPUtime=0.81
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 9994 0 -1 64 3174 0 0 0 80 1 0 0 16 0 14 0 153860979 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1480460 CPUtime=0.77
/proc/10407/task/10417/stat : 10417 (java) R 10405 10407 9994 0 -1 64 1567 0 0 0 77 0 0 0 16 0 14 0 153860979 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 103675951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 153860979 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 9994 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 153860979 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1480460 CPUtime=0
/proc/10407/task/10420/stat : 10420 (java) S 10405 10407 9994 0 -1 64 7 0 0 0 0 0 0 0 25 0 14 0 153861035 1515991040 26175 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.48
Current children cumulated vsize (KiB) 1480460

[startup+87.2027 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 10420
/proc/meminfo: memFree=761608/2055920 swapFree=4182548/4192956
[pid=10407] ppid=10405 vsize=0 CPUtime=88.59
/proc/10407/stat : 10407 (java) Z 10405 10407 9994 0 -1 1036 29249 0 1 0 8836 23 0 0 16 0 2 0 153860970 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 87.2082
CPU time (s): 88.6115
CPU user time (s): 88.3676
CPU system time (s): 0.243962
CPU usage (%): 101.609
Max. virtual memory (cumulated for all children) (KiB): 1481544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.3676
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29249
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= 2075
involuntary context switches= 489

runsolver used 0.135979 second user time and 0.197969 second system time

The end

Launcher Data

Begin job on node17 at 2009-06-13 05:10:07
IDJOB=1854857
IDBENCH=1279
IDSOLVER=682
FILE ID=node17/1854857-1244862607
PBS_JOBID= 9354343
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= 92f66beef1a16468af1cdeb8f0308249
RANDOM SEED=665877675

node17.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.214
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.214
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:        861896 kB
Buffers:         72360 kB
Cached:        1038964 kB
SwapCached:       6052 kB
Active:         266608 kB
Inactive:       854512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861896 kB
SwapTotal:     4192956 kB
SwapFree:      4182548 kB
Dirty:             480 kB
Writeback:           0 kB
Mapped:          13704 kB
Slab:            58936 kB
Committed_AS:   134268 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= 66468 MiB
End job on node17 at 2009-06-13 05:11:34