Trace number 350270

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 58.8381 58.0829

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900574864.opb
MD5SUM58a39490a0f04cc377ab2aa6882fd7a1
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 benchmark37.6673
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 671
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350270-1176492948/instance-350270-1176492948.opb
0.20/0.20	c reading problem ... 
1.05/0.90	c ... done. Wall clock time 0.692s.
1.05/0.90	c CPU time (experimental) 0.59s.
1.05/0.90	c #vars     231
1.05/0.90	c #constraints  2707
58.76/58.05	c starts		: 17
58.76/58.05	c conflicts		: 132741
58.76/58.05	c decisions		: 194379
58.76/58.05	c propagations		: 4728087
58.76/58.05	c inspects		: 219224320
58.76/58.05	c learnt literals	: 14
58.76/58.05	c learnt binary clauses	: 19
58.76/58.05	c learnt ternary clauses	: 166
58.76/58.05	c learnt clauses	: 132726
58.76/58.05	c root simplifications	: 0
58.76/58.05	c removed literals (reason simplification)	: 0
58.76/58.05	c reason swapping (by a shorter reason)	: 0
58.76/58.05	c Calls to reduceDB	: 0
58.76/58.05	c speed (decisions/second)	: 3400.850304429981
58.76/58.05	c non guided choices	121
58.76/58.05	s UNSATISFIABLE
58.76/58.05	c Total wall clock time (ms): 57.852

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/node3/watcher-350270-1176492948 -o ROOT/results/node3/solver-350270-1176492948 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350270-1176492948/sat4jPseudoResolution.jar /tmp/evaluation/350270-1176492948/instance-350270-1176492948.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.00 0.22 0.17 2/77 18444
/proc/meminfo: memFree=1702168/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1476 CPUtime=0
/proc/18444/stat : 18444 (java) R 18442 18444 18381 0 -1 0 131 0 0 0 0 0 0 0 20 0 1 0 125332527 1511424 104 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11358526 0 0 4096 0 0 0 0 17 1 0 0
/proc/18444/statm: 450 108 83 9 0 92 0

[startup+0.016579 s]
/proc/loadavg: 0.00 0.22 0.17 2/77 18444
/proc/meminfo: memFree=1702168/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=12652 CPUtime=0
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 879 0 1 0 0 0 0 0 18 0 2 0 125332527 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.102148 s]
/proc/loadavg: 0.00 0.22 0.17 2/77 18444
/proc/meminfo: memFree=1702168/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1780108 CPUtime=0.09
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 3982 0 1 0 6 3 0 0 18 0 12 0 125332527 1822830592 3723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 445027 3723 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302177 s]
/proc/loadavg: 0.00 0.22 0.17 2/77 18444
/proc/meminfo: memFree=1702168/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1781424 CPUtime=0.31
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 5118 0 1 0 27 4 0 0 18 0 12 0 125332527 1824178176 4856 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 445356 4856 1263 9 0 442968 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781424

[startup+0.702241 s]
/proc/loadavg: 0.00 0.22 0.17 2/77 18444
/proc/meminfo: memFree=1702168/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1782444 CPUtime=0.89
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 6716 0 1 0 84 5 0 0 18 0 12 0 125332527 1825222656 6262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 445611 6262 1301 9 0 443223 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782444

[startup+1.50138 s]
/proc/loadavg: 0.00 0.22 0.17 3/90 18457
/proc/meminfo: memFree=1677552/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785744 CPUtime=2.14
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 9121 0 1 0 208 6 0 0 18 0 13 0 125332527 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446436 7701 1314 9 0 444048 0
[pid=18444/tid=18446] ppid=18442 vsize=1785744 CPUtime=1
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 5839 0 1 0 96 4 0 0 22 0 13 0 125332528 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109147564 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1828601856 7701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785744 CPUtime=0.57
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1565 0 0 0 56 1 0 0 16 0 13 0 125332537 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785744 CPUtime=0.56
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 992 0 0 0 56 0 0 0 16 0 13 0 125332537 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1828601856 7702 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1785744

[startup+3.10163 s]
/proc/loadavg: 0.24 0.26 0.19 2/90 18457
/proc/meminfo: memFree=1673072/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785744 CPUtime=3.86
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 10881 0 1 0 379 7 0 0 18 0 13 0 125332527 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446436 9393 1316 9 0 444048 0
[pid=18444/tid=18446] ppid=18442 vsize=1785744 CPUtime=2.58
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 7520 0 1 0 254 4 0 0 17 0 13 0 125332528 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677823 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785744 CPUtime=0.61
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 60 1 0 0 16 0 13 0 125332537 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785744 CPUtime=0.64
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 64 0 0 0 16 0 13 0 125332537 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785744 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1828601856 9393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1785744

[startup+6.30115 s]
/proc/loadavg: 0.24 0.26 0.19 2/90 18457
/proc/meminfo: memFree=1663024/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785084 CPUtime=7.05
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 12997 0 1 0 697 8 0 0 18 0 13 0 125332527 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446271 11364 1316 9 0 443883 0
[pid=18444/tid=18446] ppid=18442 vsize=1785084 CPUtime=5.78
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 9636 0 1 0 572 6 0 0 25 0 13 0 125332528 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109646152 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785084 CPUtime=0.61
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 60 1 0 0 16 0 13 0 125332537 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785084 CPUtime=0.64
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 64 0 0 0 16 0 13 0 125332537 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827926016 11364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1785084

[startup+12.7012 s]
/proc/loadavg: 0.36 0.29 0.20 2/90 18457
/proc/meminfo: memFree=1651888/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785084 CPUtime=13.46
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 15399 0 1 0 1337 9 0 0 18 0 13 0 125332527 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446271 13766 1316 9 0 443883 0
[pid=18444/tid=18446] ppid=18442 vsize=1785084 CPUtime=12.18
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 12038 0 1 0 1211 7 0 0 25 0 13 0 125332528 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109336829 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785084 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785084 CPUtime=0.64
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 64 0 0 0 16 0 13 0 125332537 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827926016 13766 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 1785084

[startup+25.5023 s]
/proc/loadavg: 0.46 0.31 0.21 2/90 18457
/proc/meminfo: memFree=1639728/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785084 CPUtime=26.25
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 18339 0 1 0 2613 12 0 0 18 0 13 0 125332527 1827926016 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446271 16706 1316 9 0 443883 0
[pid=18444/tid=18446] ppid=18442 vsize=1785084 CPUtime=24.97
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 14978 0 1 0 2487 10 0 0 25 0 13 0 125332528 1827926016 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827926016 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785084 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827926016 16706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 21606 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 21607 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.06
Current children cumulated vsize (KiB) 1785052

[startup+55.9022 s]
/proc/loadavg: 0.67 0.38 0.23 2/90 18457
/proc/meminfo: memFree=1619312/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785052 CPUtime=56.65
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 23620 0 1 0 5648 17 0 0 18 0 13 0 125332527 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446263 21979 1316 9 0 443875 0
[pid=18444/tid=18446] ppid=18442 vsize=1785052 CPUtime=55.36
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 20259 0 1 0 5521 15 0 0 25 0 13 0 125332528 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639074 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785052 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785052 CPUtime=0.65
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 65 0 0 0 16 0 13 0 125332537 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 21979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.65
Current children cumulated vsize (KiB) 1785052

[startup+56.7024 s]
/proc/loadavg: 0.67 0.38 0.23 2/90 18457
/proc/meminfo: memFree=1618352/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785052 CPUtime=57.46
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 23846 0 1 0 5728 18 0 0 18 0 13 0 125332527 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446263 22205 1316 9 0 443875 0
[pid=18444/tid=18446] ppid=18442 vsize=1785052 CPUtime=56.16
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 20485 0 1 0 5601 15 0 0 25 0 13 0 125332528 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109646152 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785052 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785052 CPUtime=0.65
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 65 0 0 0 16 0 13 0 125332537 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 22205 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.46
Current children cumulated vsize (KiB) 1785052

[startup+57.5015 s]
/proc/loadavg: 0.70 0.39 0.23 2/90 18457
/proc/meminfo: memFree=1617200/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785052 CPUtime=58.26
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 23972 0 1 0 5808 18 0 0 18 0 13 0 125332527 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446263 22331 1316 9 0 443875 0
[pid=18444/tid=18446] ppid=18442 vsize=1785052 CPUtime=56.96
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 20611 0 1 0 5681 15 0 0 25 0 13 0 125332528 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109638662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785052 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785052 CPUtime=0.65
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 65 0 0 0 16 0 13 0 125332537 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 22331 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 1785052

[startup+57.9016 s]
/proc/loadavg: 0.70 0.39 0.23 2/90 18457
/proc/meminfo: memFree=1617200/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785052 CPUtime=58.66
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 24026 0 1 0 5848 18 0 0 18 0 13 0 125332527 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446263 22385 1316 9 0 443875 0
[pid=18444/tid=18446] ppid=18442 vsize=1785052 CPUtime=57.36
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 20665 0 1 0 5721 15 0 0 25 0 13 0 125332528 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109639033 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785052 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785052 CPUtime=0.65
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 65 0 0 0 16 0 13 0 125332537 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 22385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.66
Current children cumulated vsize (KiB) 1785052

[startup+58.0016 s]
/proc/loadavg: 0.70 0.39 0.23 2/90 18457
/proc/meminfo: memFree=1617200/2055920 swapFree=4191880/4192956
[pid=18444] ppid=18442 vsize=1785052 CPUtime=58.76
/proc/18444/stat : 18444 (java) S 18442 18444 18381 0 -1 0 24037 0 1 0 5858 18 0 0 18 0 13 0 125332527 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18444/statm: 446263 22396 1316 9 0 443875 0
[pid=18444/tid=18446] ppid=18442 vsize=1785052 CPUtime=57.46
/proc/18444/task/18446/stat : 18446 (java) R 18442 18444 18381 0 -1 64 20676 0 1 0 5731 15 0 0 25 0 13 0 125332528 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109672707 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18447] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18447/stat : 18447 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 125332530 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18448] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18448/stat : 18448 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 125332530 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18449] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18449/stat : 18449 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 125332532 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18450] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18450/stat : 18450 (java) S 18442 18444 18381 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 125332533 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18451] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18451/stat : 18451 (java) S 18442 18444 18381 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 125332533 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18452] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18452/stat : 18452 (java) S 18442 18444 18381 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 125332537 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18453] ppid=18442 vsize=1785052 CPUtime=0.62
/proc/18444/task/18453/stat : 18453 (java) S 18442 18444 18381 0 -1 64 1570 0 0 0 61 1 0 0 16 0 13 0 125332537 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18454] ppid=18442 vsize=1785052 CPUtime=0.65
/proc/18444/task/18454/stat : 18454 (java) S 18442 18444 18381 0 -1 64 1066 0 0 0 65 0 0 0 16 0 13 0 125332537 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18455] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18455/stat : 18455 (java) S 18442 18444 18381 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 125332537 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18444/tid=18456] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18456/stat : 18456 (java) S 18442 18444 18381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 125332537 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18444/tid=18457] ppid=18442 vsize=1785052 CPUtime=0
/proc/18444/task/18457/stat : 18457 (java) S 18442 18444 18381 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 125332618 1827893248 22396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.76
Current children cumulated vsize (KiB) 1785052

Child status: 20
Real time (s): 58.0829
CPU time (s): 58.8381
CPU user time (s): 58.6441
CPU system time (s): 0.19397
CPU usage (%): 101.3
Max. virtual memory (cumulated for all children) (KiB): 1785744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6441
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24063
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= 1710
involuntary context switches= 2722

runsolver used 0.078987 second user time and 0.146977 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 13 19:35:48 UTC 2007

IDJOB= 350270
IDBENCH= 1272
IDSOLVER= 159
FILE ID= node3/350270-1176492948

PBS_JOBID= 4556689

Free space on /tmp= 66555 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.1900574864.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350270-1176492948/sat4jPseudoResolution.jar /tmp/evaluation/350270-1176492948/instance-350270-1176492948.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-350270-1176492948 -o ROOT/results/node3/solver-350270-1176492948 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350270-1176492948/sat4jPseudoResolution.jar /tmp/evaluation/350270-1176492948/instance-350270-1176492948.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  58a39490a0f04cc377ab2aa6882fd7a1

RANDOM SEED= 454989810

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.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:       1702576 kB
Buffers:         38508 kB
Cached:         197016 kB
SwapCached:        504 kB
Active:         211248 kB
Inactive:        83272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702576 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          75984 kB
Slab:            44340 kB
Committed_AS:  4863180 kB
PageTables:       1780 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= 66555 MiB

End job on node3 on Fri Apr 13 19:36:46 UTC 2007