Trace number 1854849

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 197.852 196.817

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
MD5SUMfb1b2fb5676286fc8681e7e6d0d2728f
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 benchmark112.264
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 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1854849-1244862448.opb
0.22/0.21	c reading problem ... 
0.82/0.68	c ... done. Wall clock time 0.464s.
0.82/0.68	c #vars     231
0.82/0.68	c #constraints  2707
0.82/0.68	c constraints type 
0.82/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.82/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.82/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.82/0.68	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
197.59/196.67	c starts		: 18
197.59/196.67	c conflicts		: 266404
197.59/196.67	c decisions		: 398800
197.59/196.67	c propagations		: 9384773
197.59/196.67	c inspects		: 631817517
197.59/196.67	c learnt literals	: 20
197.59/196.67	c learnt binary clauses	: 163
197.59/196.67	c learnt ternary clauses	: 995
197.59/196.67	c learnt clauses	: 266383
197.59/196.67	c ignored clauses	: 0
197.59/196.67	c root simplifications	: 0
197.59/196.67	c removed literals (reason simplification)	: 2426059
197.59/196.67	c reason swapping (by a shorter reason)	: 0
197.59/196.67	c Calls to reduceDB	: 0
197.59/196.67	c speed (assignments/second)	: 47883.20501242392
197.59/196.67	c non guided choices	121
197.69/196.77	c learnt constraints type 
197.69/196.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 266220
197.69/196.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 163
197.69/196.77	c constraints type 
197.69/196.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
197.69/196.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
197.69/196.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
197.69/196.77	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2442
197.69/196.77	s UNSATISFIABLE
197.69/196.77	c Total wall clock time (in seconds): 196.553

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

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


[startup+0 s]
/proc/loadavg: 1.02 1.03 1.00 2/64 9708
/proc/meminfo: memFree=1019816/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1472 CPUtime=0
/proc/9708/stat : 9708 (java6) R 9706 9708 9169 0 -1 0 117 0 0 0 0 0 0 0 18 0 1 0 153841142 1507328 90 1992294400 134512640 134550932 4294956176 18446744073709551615 134530560 0 0 4096 0 0 0 0 17 1 0 0
/proc/9708/statm: 369 100 77 9 0 11 0

[startup+0.018607 s]
/proc/loadavg: 1.02 1.03 1.00 2/64 9708
/proc/meminfo: memFree=1019816/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=13724 CPUtime=0
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 925 0 1 0 0 0 0 0 18 0 2 0 153841142 14053376 680 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 3431 680 346 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13724

[startup+0.102486 s]
/proc/loadavg: 1.02 1.03 1.00 2/64 9708
/proc/meminfo: memFree=1019816/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1472584 CPUtime=0.08
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 3614 0 1 0 6 2 0 0 18 0 12 0 153841142 1507926016 3357 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 368146 3357 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301518 s]
/proc/loadavg: 1.02 1.03 1.00 2/64 9708
/proc/meminfo: memFree=1019816/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1474876 CPUtime=0.33
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 4996 0 1 0 30 3 0 0 18 0 12 0 153841142 1510273024 4734 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 368719 4734 1355 9 0 366062 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1474876

[startup+0.701587 s]
/proc/loadavg: 1.02 1.03 1.00 2/64 9708
/proc/meminfo: memFree=1019816/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476384 CPUtime=0.98
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 7032 0 1 0 94 4 0 0 18 0 13 0 153841142 1511817216 6321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369096 6321 1404 9 0 366439 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1476384

[startup+1.50272 s]
/proc/loadavg: 1.10 1.04 1.01 3/77 9721
/proc/meminfo: memFree=997888/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1478368 CPUtime=2.21
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 9186 0 1 0 215 6 0 0 18 0 13 0 153841142 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369592 7268 1416 9 0 366935 0
[pid=9708/tid=9710] ppid=9706 vsize=1478368 CPUtime=1.11
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 5264 0 1 0 108 3 0 0 21 0 13 0 153841143 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153841145 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153841145 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153841147 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153841147 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 153841147 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1478368 CPUtime=0.53
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1191 0 0 0 53 0 0 0 16 0 13 0 153841151 1513848832 7268 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1478368 CPUtime=0.53
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1985 0 0 0 53 0 0 0 16 0 13 0 153841151 1513848832 7269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1513848832 7269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1513848832 7269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1513848832 7269 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 1478368

[startup+3.10201 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 9721
/proc/meminfo: memFree=993664/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1478368 CPUtime=3.93
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 10648 0 1 0 386 7 0 0 18 0 13 0 153841142 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369592 8336 1420 9 0 366935 0
[pid=9708/tid=9710] ppid=9706 vsize=1478368 CPUtime=2.68
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 6315 0 1 0 264 4 0 0 25 0 13 0 153841143 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4109627057 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153841145 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153841145 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 153841147 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153841147 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 153841147 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1478368 CPUtime=0.65
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1597 0 0 0 65 0 0 0 15 0 13 0 153841151 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1478368 CPUtime=0.55
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 55 0 0 0 16 0 13 0 153841151 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1478368 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1513848832 8336 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1478368

[startup+6.30255 s]
/proc/loadavg: 1.10 1.04 1.01 2/77 9721
/proc/meminfo: memFree=987264/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1477536 CPUtime=7.14
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 12116 0 1 0 707 7 0 0 18 0 13 0 153841142 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369384 9594 1420 9 0 366727 0
[pid=9708/tid=9710] ppid=9706 vsize=1477536 CPUtime=5.87
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 7782 0 1 0 583 4 0 0 25 0 13 0 153841143 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4109595836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153841145 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153841145 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153841147 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153841147 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 153841147 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1477536 CPUtime=0.68
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1598 0 0 0 68 0 0 0 15 0 13 0 153841151 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1477536 CPUtime=0.55
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 55 0 0 0 16 0 13 0 153841151 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1512996864 9594 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1477536

[startup+12.7027 s]
/proc/loadavg: 1.09 1.04 1.00 2/77 9721
/proc/meminfo: memFree=977984/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1477536 CPUtime=13.56
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 14373 0 1 0 1348 8 0 0 18 0 13 0 153841142 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369384 11850 1420 9 0 366727 0
[pid=9708/tid=9710] ppid=9706 vsize=1477536 CPUtime=12.27
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 10037 0 1 0 1222 5 0 0 25 0 13 0 153841143 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4109585452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153841145 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153841145 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 153841147 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 153841147 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 153841147 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1477536 CPUtime=0.7
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1600 0 0 0 70 0 0 0 16 0 13 0 153841151 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1477536 CPUtime=0.55
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 55 0 0 0 16 0 13 0 153841151 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1477536 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1512996864 11850 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1477536

[startup+25.5029 s]
/proc/loadavg: 1.07 1.04 1.00 2/77 9721
/proc/meminfo: memFree=965504/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476224 CPUtime=26.35
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 17694 0 1 0 2625 10 0 0 18 0 13 0 153841142 1511653376 14843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369056 14843 1420 9 0 366399 0
[pid=9708/tid=9710] ppid=9706 vsize=1476224 CPUtime=25.07
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 13358 0 1 0 2499 8 0 0 25 0 13 0 153841143 1511653376 14843 1992294400 134512640 134550932 4294956016 18446744073709551615 4109585452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 153841145 1511653376 14843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 153841145 1511653376 14843 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476224 CPUtime=0

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

[pid=9708] ppid=9706 vsize=1476224 CPUtime=192.88
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 46180 0 1 0 19251 37 0 0 18 0 13 0 153841142 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369056 42809 1429 9 0 366399 0
[pid=9708/tid=9710] ppid=9706 vsize=1476224 CPUtime=191.25
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 30946 0 1 0 19096 29 0 0 25 0 13 0 153841143 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109584012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476224 CPUtime=0.14
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 5170 0 0 0 12 2 0 0 16 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476224 CPUtime=0.13
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 5711 0 0 0 11 2 0 0 18 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1476224 CPUtime=0.73
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1611 0 0 0 73 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1476224 CPUtime=0.57
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 57 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.88
Current children cumulated vsize (KiB) 1476224

[startup+195.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 9721
/proc/meminfo: memFree=852992/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476224 CPUtime=196.08
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 46180 0 1 0 19571 37 0 0 18 0 13 0 153841142 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369056 42809 1429 9 0 366399 0
[pid=9708/tid=9710] ppid=9706 vsize=1476224 CPUtime=194.45
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 30946 0 1 0 19416 29 0 0 25 0 13 0 153841143 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109583084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476224 CPUtime=0.14
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 5170 0 0 0 12 2 0 0 16 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476224 CPUtime=0.13
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 5711 0 0 0 11 2 0 0 18 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1476224 CPUtime=0.73
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1611 0 0 0 73 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1476224 CPUtime=0.57
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 57 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.08
Current children cumulated vsize (KiB) 1476224

[startup+195.901 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 9721
/proc/meminfo: memFree=852992/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476224 CPUtime=196.88
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 46180 0 1 0 19651 37 0 0 18 0 13 0 153841142 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369056 42809 1429 9 0 366399 0
[pid=9708/tid=9710] ppid=9706 vsize=1476224 CPUtime=195.25
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 30946 0 1 0 19496 29 0 0 25 0 13 0 153841143 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109579007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476224 CPUtime=0.14
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 5170 0 0 0 12 2 0 0 16 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476224 CPUtime=0.13
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 5711 0 0 0 11 2 0 0 18 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1476224 CPUtime=0.73
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1611 0 0 0 73 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1476224 CPUtime=0.57
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 57 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.88
Current children cumulated vsize (KiB) 1476224

[startup+196.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 9721
/proc/meminfo: memFree=852992/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476224 CPUtime=197.29
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 46180 0 1 0 19692 37 0 0 18 0 13 0 153841142 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369056 42809 1429 9 0 366399 0
[pid=9708/tid=9710] ppid=9706 vsize=1476224 CPUtime=195.65
/proc/9708/task/9710/stat : 9710 (java) R 9706 9708 9169 0 -1 64 30946 0 1 0 19536 29 0 0 25 0 13 0 153841143 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4109552736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476224 CPUtime=0.14
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 5170 0 0 0 12 2 0 0 16 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476224 CPUtime=0.13
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 5711 0 0 0 11 2 0 0 18 0 13 0 153841145 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 153841147 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1476224 CPUtime=0.73
/proc/9708/task/9717/stat : 9717 (java) S 9706 9708 9169 0 -1 64 1611 0 0 0 73 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1476224 CPUtime=0.58
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1990 0 0 0 58 0 0 0 16 0 13 0 153841151 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 153841152 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1476224 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 153841211 1511653376 42809 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.29
Current children cumulated vsize (KiB) 1476224

[startup+196.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 9721
/proc/meminfo: memFree=852992/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=1476548 CPUtime=197.69
/proc/9708/stat : 9708 (java) S 9706 9708 9169 0 -1 0 46192 0 1 0 19732 37 0 0 18 0 14 0 153841142 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 369137 42821 1431 9 0 366480 0
[pid=9708/tid=9710] ppid=9706 vsize=1476548 CPUtime=196.03
/proc/9708/task/9710/stat : 9710 (java) S 9706 9708 9169 0 -1 64 30949 0 1 0 19574 29 0 0 25 0 14 0 153841143 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9711] ppid=9706 vsize=1476548 CPUtime=0.14
/proc/9708/task/9711/stat : 9711 (java) S 9706 9708 9169 0 -1 64 5170 0 0 0 12 2 0 0 16 0 14 0 153841145 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9712] ppid=9706 vsize=1476548 CPUtime=0.13
/proc/9708/task/9712/stat : 9712 (java) S 9706 9708 9169 0 -1 64 5711 0 0 0 11 2 0 0 18 0 14 0 153841145 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9713] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9713/stat : 9713 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 153841147 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9714] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9714/stat : 9714 (java) S 9706 9708 9169 0 -1 64 11 0 0 0 0 0 0 0 17 0 14 0 153841147 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9715] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9715/stat : 9715 (java) S 9706 9708 9169 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 153841147 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9716] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9716/stat : 9716 (java) S 9706 9708 9169 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 153841151 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9717] ppid=9706 vsize=1476548 CPUtime=0.73
/proc/9708/task/9717/stat : 9717 (java) R 9706 9708 9169 0 -1 64 1611 0 0 0 73 0 0 0 16 0 14 0 153841151 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 105749693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9718] ppid=9706 vsize=1476548 CPUtime=0.58
/proc/9708/task/9718/stat : 9718 (java) S 9706 9708 9169 0 -1 64 1992 0 0 0 58 0 0 0 17 0 14 0 153841151 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9719] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9719/stat : 9719 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 153841152 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9708/tid=9720] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9720/stat : 9720 (java) S 9706 9708 9169 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 153841152 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9708/tid=9721] ppid=9706 vsize=1476548 CPUtime=0
/proc/9708/task/9721/stat : 9721 (java) S 9706 9708 9169 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 153841211 1511985152 42821 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.69
Current children cumulated vsize (KiB) 1476548

[startup+196.802 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9722
/proc/meminfo: memFree=950080/2055920 swapFree=4172160/4192956
[pid=9708] ppid=9706 vsize=0 CPUtime=197.83
/proc/9708/stat : 9708 (java) Z 9706 9708 9169 0 -1 1036 46205 0 1 0 19744 39 0 0 16 0 2 0 153841142 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9708/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.83
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 196.817
CPU time (s): 197.852
CPU user time (s): 197.45
CPU system time (s): 0.401938
CPU usage (%): 100.526
Max. virtual memory (cumulated for all children) (KiB): 1478716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.45
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46205
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= 4552
involuntary context switches= 4420

runsolver used 0.274958 second user time and 0.45893 second system time

The end

Launcher Data

Begin job on node48 at 2009-06-13 05:07:28
IDJOB=1854849
IDBENCH=1275
IDSOLVER=682
FILE ID=node48/1854849-1244862448
PBS_JOBID= 9354327
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= fb1b2fb5676286fc8681e7e6d0d2728f
RANDOM SEED=1208475058

node48.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.270
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.270
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:       1020232 kB
Buffers:         60196 kB
Cached:         883336 kB
SwapCached:      14588 kB
Active:          97796 kB
Inactive:       863808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1020232 kB
SwapTotal:     4192956 kB
SwapFree:      4172160 kB
Dirty:             364 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            60020 kB
Committed_AS:   118976 kB
PageTables:       1372 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= 66264 MiB
End job on node48 at 2009-06-13 05:10:45