Trace number 359625

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, and are wall clock time (not CPU 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
SAT4JPseudoResolution 2007-03-23UNSAT 205.59 204.913

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900563250.opb
MD5SUM86b039bb4205441cb6ccb47b538994bc
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark107.81
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 665
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 (download as text)

0.12/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.33	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.33	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.34	c no version file found!!!
0.12/0.34	c sun.arch.data.model	32
0.12/0.34	c java.version	1.6.0
0.12/0.34	c os.name	Linux
0.12/0.34	c os.version	2.6.9-22.EL.rootsmp
0.12/0.34	c os.arch	i386
0.12/0.34	c Free memory 1651659224
0.12/0.34	c Max memory 1654456320
0.12/0.34	c Total memory 1654456320
0.12/0.34	c Number of processors 2
0.23/0.40	--- Begin Solver configuration ---
0.23/0.40	c Stops conflict analysis at the first Unique Implication Point
0.23/0.40	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.23/0.40	c Learn all clauses as in MiniSAT
0.23/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.40	c VSIDS like heuristics from MiniSAT using a heap
0.23/0.40	c No reason simplification
0.23/0.40	c --- End Solver configuration ---
0.23/0.40	c solving /tmp/evaluation/359625-1176938084/instance-359625-1176938084.opb
0.23/0.40	c reading problem ... 
1.25/1.10	c ... done. Wall clock time 0.701s.
1.25/1.10	c CPU time (experimental) 0.61s.
1.25/1.10	c #vars     231
1.25/1.10	c #constraints  2707
205.52/204.82	c starts		: 18
205.52/204.82	c conflicts		: 244669
205.52/204.82	c decisions		: 321915
205.52/204.82	c propagations		: 9340993
205.52/204.82	c inspects		: 723590983
205.52/204.82	c learnt literals	: 9
205.52/204.82	c learnt binary clauses	: 15
205.52/204.82	c learnt ternary clauses	: 205
205.52/204.82	c learnt clauses	: 244659
205.52/204.82	c root simplifications	: 0
205.52/204.82	c removed literals (reason simplification)	: 0
205.52/204.82	c reason swapping (by a shorter reason)	: 0
205.52/204.82	c Calls to reduceDB	: 0
205.52/204.82	c speed (decisions/second)	: 1580.237883689308
205.52/204.82	c non guided choices	121
205.52/204.82	s UNSATISFIABLE
205.52/204.82	c Total wall clock time (ms): 204.418

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node18/watcher-359625-1176938084 -o ROOT/results/node18/solver-359625-1176938084 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359625-1176938084/sat4jPseudoResolution.jar /tmp/evaluation/359625-1176938084/instance-359625-1176938084.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 9215
/proc/meminfo: memFree=1847808/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=152 CPUtime=0
/proc/9215/stat : 9215 (java) D 9213 9215 8196 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 141725806 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7861028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9215/statm: 38 26 19 9 0 4 0

[startup+0.066217 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 9215
/proc/meminfo: memFree=1847808/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=12056 CPUtime=0.01
/proc/9215/stat : 9215 (java) R 9213 9215 8196 0 -1 0 371 0 15 0 0 1 0 0 18 0 1 0 141725806 12345344 194 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 7832362 0 0 4096 0 0 0 0 17 0 0 0
/proc/9215/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.103176 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 9215
/proc/meminfo: memFree=1847808/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=12496 CPUtime=0.02
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 753 0 25 0 0 2 0 0 18 0 2 0 141725806 12795904 561 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 3124 561 250 9 0 1241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12496

[startup+0.301196 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 9215
/proc/meminfo: memFree=1847808/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1781280 CPUtime=0.12
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 4033 0 36 0 7 5 0 0 18 0 12 0 141725806 1824030720 3810 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 445320 3810 1124 9 0 442939 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1781280

[startup+0.70123 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 9215
/proc/meminfo: memFree=1847808/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1782828 CPUtime=0.63
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 5859 0 36 0 56 7 0 0 18 0 12 0 141725806 1825615872 5496 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 445707 5496 1284 9 0 443319 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 1782828

[startup+1.5013 s]
/proc/loadavg: 0.91 0.95 0.98 4/89 9227
/proc/meminfo: memFree=1816672/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1785972 CPUtime=1.91
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 8859 0 36 0 182 9 0 0 18 0 13 0 141725806 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446493 7509 1313 9 0 444105 0
[pid=9215/tid=9217] ppid=9213 vsize=1785972 CPUtime=0.85
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 5631 0 12 0 80 5 0 0 20 0 13 0 141725814 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105880172 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 141725819 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 141725819 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 141725823 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 141725824 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141725824 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1785972 CPUtime=0.47
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1446 0 0 0 47 0 0 0 16 0 13 0 141725831 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1785972 CPUtime=0.53
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1078 0 0 0 53 0 0 0 16 0 13 0 141725831 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1828835328 7509 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1785972

[startup+3.10246 s]
/proc/loadavg: 0.91 0.95 0.98 2/90 9228
/proc/meminfo: memFree=1810904/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1785972 CPUtime=3.66
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 10477 0 36 0 357 9 0 0 18 0 13 0 141725806 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446493 9090 1316 9 0 444105 0
[pid=9215/tid=9217] ppid=9213 vsize=1785972 CPUtime=2.39
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 7191 0 12 0 233 6 0 0 25 0 13 0 141725814 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109641790 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 141725819 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 141725819 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 141725823 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 141725824 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141725824 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1785972 CPUtime=0.56
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 56 0 0 0 17 0 13 0 141725831 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1785972 CPUtime=0.67
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 67 0 0 0 16 0 13 0 141725831 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1785972 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1828835328 9090 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1785972

[startup+6.30276 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1800088/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1785940 CPUtime=6.86
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 12483 0 36 0 675 11 0 0 18 0 13 0 141725806 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446485 11038 1316 9 0 444097 0
[pid=9215/tid=9217] ppid=9213 vsize=1785940 CPUtime=5.58
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 9197 0 12 0 551 7 0 0 25 0 13 0 141725814 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109641790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 141725819 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 141725819 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 141725823 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 141725824 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141725824 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1785940 CPUtime=0.56
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 56 0 0 0 17 0 13 0 141725831 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1785940 CPUtime=0.67
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 67 0 0 0 16 0 13 0 141725831 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1828802560 11038 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1785940

[startup+12.7024 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1790744/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1785940 CPUtime=13.26
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 14871 0 36 0 1314 12 0 0 18 0 13 0 141725806 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446485 13418 1316 9 0 444097 0
[pid=9215/tid=9217] ppid=9213 vsize=1785940 CPUtime=11.96
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 11585 0 12 0 1188 8 0 0 25 0 13 0 141725814 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109651140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 141725819 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 141725819 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 141725823 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 141725824 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 141725824 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1785940 CPUtime=0.57
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 57 0 0 0 17 0 13 0 141725831 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1785940 CPUtime=0.67
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 67 0 0 0 16 0 13 0 141725831 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1828802560 13418 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 1785940

[startup+25.5026 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1775512/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1785940 CPUtime=26.05
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 18399 0 36 0 2590 15 0 0 18 0 13 0 141725806 1828802560 16946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446485 16946 1316 9 0 444097 0
[pid=9215/tid=9217] ppid=9213 vsize=1785940 CPUtime=24.77
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 15113 0 12 0 2465 12 0 0 25 0 13 0 141725814 1828802560 16946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109651140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 141725819 1828802560 16946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 141725819 1828802560 16946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1785940 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 141725823 1828802560 16946 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=9215] ppid=9213 vsize=1787224 CPUtime=199.02
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 58968 0 36 0 19853 49 0 0 18 0 13 0 141725806 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446806 55841 1325 9 0 444418 0
[pid=9215/tid=9217] ppid=9213 vsize=1787224 CPUtime=197.3
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 37671 0 12 0 19692 38 0 0 24 0 13 0 141725814 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109651140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 7759 0 0 0 18 2 0 0 19 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 10250 0 0 0 16 4 0 0 18 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 141725823 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1787224 CPUtime=0.58
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 58 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1787224 CPUtime=0.68
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 68 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.02
Current children cumulated vsize (KiB) 1787224

[startup+201.503 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1619288/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1787224 CPUtime=202.22
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 58968 0 36 0 20173 49 0 0 18 0 13 0 141725806 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446806 55841 1325 9 0 444418 0
[pid=9215/tid=9217] ppid=9213 vsize=1787224 CPUtime=200.49
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 37671 0 12 0 20011 38 0 0 25 0 13 0 141725814 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109651140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 7759 0 0 0 18 2 0 0 19 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 10250 0 0 0 16 4 0 0 18 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 141725823 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1787224 CPUtime=0.58
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 58 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1787224 CPUtime=0.68
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 68 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.22
Current children cumulated vsize (KiB) 1787224

[startup+203.103 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1619288/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1787224 CPUtime=203.82
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 58968 0 36 0 20333 49 0 0 18 0 13 0 141725806 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446806 55841 1325 9 0 444418 0
[pid=9215/tid=9217] ppid=9213 vsize=1787224 CPUtime=202.09
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 37671 0 12 0 20171 38 0 0 25 0 13 0 141725814 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109641697 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 7759 0 0 0 18 2 0 0 19 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 10250 0 0 0 16 4 0 0 18 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 141725823 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1787224 CPUtime=0.58
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 58 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1787224 CPUtime=0.68
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 68 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 1787224

[startup+203.903 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1619288/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1787224 CPUtime=204.62
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 58968 0 36 0 20413 49 0 0 18 0 13 0 141725806 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446806 55841 1325 9 0 444418 0
[pid=9215/tid=9217] ppid=9213 vsize=1787224 CPUtime=202.89
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 37671 0 12 0 20251 38 0 0 25 0 13 0 141725814 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109641414 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 7759 0 0 0 18 2 0 0 19 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 10250 0 0 0 16 4 0 0 18 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 141725823 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1787224 CPUtime=0.58
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 58 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1787224 CPUtime=0.68
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 68 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 1787224

[startup+204.703 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1619288/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=1787224 CPUtime=205.42
/proc/9215/stat : 9215 (java) S 9213 9215 8196 0 -1 0 58968 0 36 0 20493 49 0 0 18 0 13 0 141725806 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 446806 55841 1325 9 0 444418 0
[pid=9215/tid=9217] ppid=9213 vsize=1787224 CPUtime=203.69
/proc/9215/task/9217/stat : 9217 (java) R 9213 9215 8196 0 -1 64 37671 0 12 0 20331 38 0 0 25 0 13 0 141725814 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109798610 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9218] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9218/stat : 9218 (java) S 9213 9215 8196 0 -1 64 7759 0 0 0 18 2 0 0 19 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9219] ppid=9213 vsize=1787224 CPUtime=0.2
/proc/9215/task/9219/stat : 9219 (java) S 9213 9215 8196 0 -1 64 10250 0 0 0 16 4 0 0 18 0 13 0 141725819 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9220] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9220/stat : 9220 (java) S 9213 9215 8196 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 141725823 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9221] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9221/stat : 9221 (java) S 9213 9215 8196 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9222] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9222/stat : 9222 (java) S 9213 9215 8196 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 141725824 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9223] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9223/stat : 9223 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9224] ppid=9213 vsize=1787224 CPUtime=0.58
/proc/9215/task/9224/stat : 9224 (java) S 9213 9215 8196 0 -1 64 1453 0 0 0 58 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9215/tid=9225] ppid=9213 vsize=1787224 CPUtime=0.68
/proc/9215/task/9225/stat : 9225 (java) S 9213 9215 8196 0 -1 64 1129 0 0 0 68 0 0 0 17 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9226] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9226/stat : 9226 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 141725831 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9227] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9227/stat : 9227 (java) S 9213 9215 8196 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 141725832 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9215/tid=9228] ppid=9213 vsize=1787224 CPUtime=0
/proc/9215/task/9228/stat : 9228 (java) S 9213 9215 8196 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 141725917 1830117376 55841 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.42
Current children cumulated vsize (KiB) 1787224

[startup+204.904 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 9228
/proc/meminfo: memFree=1619288/2055920 swapFree=4147128/4192956
[pid=9215] ppid=9213 vsize=0 CPUtime=205.57
/proc/9215/stat : 9215 (java) Z 9213 9215 8196 0 -1 1036 58975 0 36 0 20505 52 0 0 16 0 2 0 141725806 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9215/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.57
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 204.913
CPU time (s): 205.59
CPU user time (s): 205.059
CPU system time (s): 0.530919
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 1787224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.059
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58975
page faults= 36
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5102
involuntary context switches= 4705

runsolver used 0.19497 second user time and 0.570913 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Wed Apr 18 23:14:44 UTC 2007

IDJOB= 359625
IDBENCH= 1307
IDSOLVER= 159
FILE ID= node18/359625-1176938084

PBS_JOBID= 4605667

Free space on /tmp= 66482 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563250.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359625-1176938084/sat4jPseudoResolution.jar /tmp/evaluation/359625-1176938084/instance-359625-1176938084.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-359625-1176938084 -o ROOT/results/node18/solver-359625-1176938084 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/359625-1176938084/sat4jPseudoResolution.jar /tmp/evaluation/359625-1176938084/instance-359625-1176938084.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  86b039bb4205441cb6ccb47b538994bc

RANDOM SEED= 314745610

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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.234
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:       1848216 kB
Buffers:         28044 kB
Cached:          98252 kB
SwapCached:      14192 kB
Active:          43484 kB
Inactive:       105656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848216 kB
SwapTotal:     4192956 kB
SwapFree:      4147128 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          29812 kB
Slab:            44104 kB
Committed_AS:  4381700 kB
PageTables:       1776 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= 66482 MiB

End job on node18 on Wed Apr 18 23:18:09 UTC 2007