Trace number 419667

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
sat4jPseudoCP 2007-03-23UNSAT 762.783 751.852

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/hsatv17/hsat_vc11813.opb
MD5SUM4c64c82382c7b131ce007dfba1c1df15
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark35.4386
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables312579
Total number of constraints905106
Number of constraints which are clauses905106
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.14/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14/0.44	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14/0.44	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14/0.45	c no version file found!!!
0.14/0.45	c sun.arch.data.model	32
0.14/0.45	c java.version	1.6.0
0.14/0.45	c os.name	Linux
0.14/0.45	c os.version	2.6.9-22.EL.rootsmp
0.14/0.45	c os.arch	i386
0.14/0.45	c Free memory 1651659224
0.14/0.45	c Max memory 1654456320
0.14/0.45	c Total memory 1654456320
0.14/0.45	c Number of processors 2
0.21/0.51	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.51	--- Begin Solver configuration ---
0.21/0.51	c Stops conflict analysis at the first Unique Implication Point
0.21/0.51	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.51	c Learn all clauses as in MiniSAT
0.21/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.51	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.51	c No reason simplification
0.21/0.51	c --- End Solver configuration ---
0.21/0.51	c solving /tmp/evaluation/419667-1177411442/instance-419667-1177411442.opb
0.21/0.51	c reading problem ... 
19.78/16.45	c ... done. Wall clock time 15.933s.
19.78/16.45	c CPU time (experimental) 12.72s.
19.78/16.45	c #vars     312579
19.78/16.45	c #constraints  869245
762.67/751.74	c starts		: 2
762.67/751.74	c conflicts		: 91786
762.67/751.74	c decisions		: 968361
762.67/751.74	c propagations		: 523084354
762.67/751.74	c inspects		: 1327591949
762.67/751.74	c learnt literals	: 49
762.67/751.74	c learnt binary clauses	: 2001
762.67/751.74	c learnt ternary clauses	: 13450
762.67/751.74	c learnt clauses	: 91736
762.67/751.74	c root simplifications	: 0
762.67/751.74	c removed literals (reason simplification)	: 0
762.67/751.74	c reason swapping (by a shorter reason)	: 0
762.67/751.74	c Calls to reduceDB	: 0
762.67/751.74	c speed (decisions/second)	: 1317.0858098826218
762.67/751.74	c non guided choices	153261
762.67/751.74	s UNSATISFIABLE
762.67/751.74	c Total wall clock time (ms): 751.229

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-419667-1177411442 -o ROOT/results/node25/solver-419667-1177411442 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419667-1177411442/sat4jPseudoCP.jar /tmp/evaluation/419667-1177411442/instance-419667-1177411442.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.78 0.95 0.98 2/64 5599
/proc/meminfo: memFree=1938064/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=152 CPUtime=0
/proc/5599/stat : 5599 (java) R 5597 5599 5534 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 189061487 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10027307 0 0 4096 0 0 0 0 17 1 0 0
/proc/5599/statm: 38 26 19 9 0 4 0

[startup+0.0567069 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5599
/proc/meminfo: memFree=1938064/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=12056 CPUtime=0
/proc/5599/stat : 5599 (java) D 5597 5599 5534 0 -1 0 360 0 6 0 0 0 0 0 18 0 1 0 189061487 12345344 175 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 9998623 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/5599/statm: 3014 175 135 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.105663 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5599
/proc/meminfo: memFree=1938064/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=12412 CPUtime=0.01
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 723 0 28 0 0 1 0 0 18 0 2 0 189061487 12709888 539 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 3103 539 232 9 0 1239 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.302708 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5599
/proc/meminfo: memFree=1938064/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1777844 CPUtime=0.09
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 3809 0 41 0 5 4 0 0 18 0 7 0 189061487 1820512256 3593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 444461 3593 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1777844

[startup+0.701766 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5599
/proc/meminfo: memFree=1938064/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1782548 CPUtime=0.46
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 8034 0 41 0 39 7 0 0 18 0 12 0 189061487 1825329152 7814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 445637 7814 1268 9 0 443249 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 1782548

[startup+1.5029 s]
/proc/loadavg: 0.80 0.95 0.98 2/76 5611
/proc/meminfo: memFree=1897208/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1785724 CPUtime=1.74
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 13013 0 41 0 165 9 0 0 18 0 12 0 189061487 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 446431 11593 1302 9 0 444043 0
[pid=5599/tid=5601] ppid=5597 vsize=1785724 CPUtime=0.9
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 9590 0 13 0 84 6 0 0 19 0 12 0 189061497 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 189061507 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 189061507 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189061511 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 189061512 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 189061512 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189061518 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1785724 CPUtime=0.39
/proc/5599/task/5608/stat : 5608 (java) R 5597 5599 5534 0 -1 64 1324 0 0 0 39 0 0 0 17 0 12 0 189061518 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105425076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1785724 CPUtime=0.42
/proc/5599/task/5609/stat : 5609 (java) R 5597 5599 5534 0 -1 64 1406 0 0 0 42 0 0 0 17 0 12 0 189061518 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103162614 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189061518 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1785724 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189061518 1828581376 11593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1785724

[startup+3.10217 s]
/proc/loadavg: 0.80 0.95 0.98 3/76 5611
/proc/meminfo: memFree=1835896/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1787072 CPUtime=3.59
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 46702 0 41 0 333 26 0 0 18 0 12 0 189061487 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 446768 44745 1311 9 0 444380 0
[pid=5599/tid=5601] ppid=5597 vsize=1787072 CPUtime=2.28
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 37678 0 13 0 208 20 0 0 18 0 12 0 189061497 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471306 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1787072 CPUtime=0.09
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 2414 0 0 0 9 0 0 0 16 0 12 0 189061507 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1787072 CPUtime=0.1
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 2573 0 0 0 9 1 0 0 16 0 12 0 189061507 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 189061511 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 189061512 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189061512 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189061518 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1787072 CPUtime=0.49
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 1348 0 0 0 49 0 0 0 16 0 12 0 189061518 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1787072 CPUtime=0.56
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 1993 0 0 0 55 1 0 0 17 0 12 0 189061518 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189061518 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1787072 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189061518 1829961728 44745 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1787072

[startup+6.30291 s]
/proc/loadavg: 0.80 0.95 0.98 2/76 5611
/proc/meminfo: memFree=1714808/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1789284 CPUtime=7.41
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 59450 0 41 0 706 35 0 0 18 0 12 0 189061487 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 447321 56433 1312 9 0 444933 0
[pid=5599/tid=5601] ppid=5597 vsize=1789284 CPUtime=4.86
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 37683 0 13 0 464 22 0 0 17 0 12 0 189061497 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518967 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1789284 CPUtime=0.71
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 8459 0 0 0 67 4 0 0 17 0 12 0 189061507 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1789284 CPUtime=0.71
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 9268 0 0 0 67 4 0 0 16 0 12 0 189061507 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189061511 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 189061512 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189061512 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189061518 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1789284 CPUtime=0.49
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 1348 0 0 0 49 0 0 0 16 0 12 0 189061518 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1789284 CPUtime=0.58
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 1994 0 0 0 57 1 0 0 17 0 12 0 189061518 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189061518 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1789284 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189061518 1832226816 56433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1789284

[startup+12.703 s]
/proc/loadavg: 0.90 0.97 0.99 2/76 5611
/proc/meminfo: memFree=1657784/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1791844 CPUtime=15.49
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 77728 0 41 0 1504 45 0 0 18 0 12 0 189061487 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 447961 71747 1312 9 0 445573 0
[pid=5599/tid=5601] ppid=5597 vsize=1791844 CPUtime=9.56
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 37690 0 13 0 932 24 0 0 15 0 12 0 189061497 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109498143 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1791844 CPUtime=2.4
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 19035 0 0 0 232 8 0 0 16 0 12 0 189061507 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1791844 CPUtime=2.39
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 16963 0 0 0 231 8 0 0 16 0 12 0 189061507 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 189061511 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 189061512 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 189061512 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 189061518 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1791844 CPUtime=0.49
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 1348 0 0 0 49 0 0 0 16 0 12 0 189061518 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1791844 CPUtime=0.58
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 1994 0 0 0 57 1 0 0 16 0 12 0 189061518 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 189061518 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1791844 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 189061518 1834848256 71747 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1791844

[startup+25.5012 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 5612
/proc/meminfo: memFree=1599024/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1794496 CPUtime=29.96
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 91814 0 41 0 2943 53 0 0 18 0 13 0 189061487 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 83521 1326 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=21.28
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 37743 0 13 0 2103 25 0 0 25 0 13 0 189061497 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782794 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=3.18
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 25362 0 0 0 306 12 0 0 16 0 13 0 189061507 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=3.18
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 22336 0 0 0 307 11 0 0 17 0 13 0 189061507 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 189061511 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 83521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5599] ppid=5597 vsize=1794496 CPUtime=759.64
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 100010 0 41 0 75862 102 0 0 18 0 13 0 189061487 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 90492 1333 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=735.47
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 38663 0 13 0 73520 27 0 0 25 0 13 0 189061497 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805524 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=10.81
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 29095 0 0 0 1046 35 0 0 17 0 13 0 189061507 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=10.93
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 25857 0 0 0 1061 32 0 0 16 0 13 0 189061507 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0.04
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 25 0 0 0 2 2 0 0 16 0 13 0 189061511 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1794496 CPUtime=1.34
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 3413 0 0 0 133 1 0 0 16 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1794496 CPUtime=0.98
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 2263 0 0 0 97 1 0 0 17 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5612] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5612/stat : 5612 (java) S 5597 5599 5534 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189063144 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.64
Current children cumulated vsize (KiB) 1794496

[startup+750.301 s]
/proc/loadavg: 1.08 1.03 1.01 2/77 5612
/proc/meminfo: memFree=1571056/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1794496 CPUtime=761.24
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 100010 0 41 0 76022 102 0 0 18 0 13 0 189061487 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 90492 1333 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=737.07
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 38663 0 13 0 73680 27 0 0 25 0 13 0 189061497 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109782690 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=10.81
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 29095 0 0 0 1046 35 0 0 17 0 13 0 189061507 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=10.93
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 25857 0 0 0 1061 32 0 0 16 0 13 0 189061507 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0.04
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 25 0 0 0 2 2 0 0 16 0 13 0 189061511 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1794496 CPUtime=1.34
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 3413 0 0 0 133 1 0 0 16 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1794496 CPUtime=0.98
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 2263 0 0 0 97 1 0 0 17 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189061518 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5612] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5612/stat : 5612 (java) S 5597 5599 5534 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189063144 1837563904 90492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.24
Current children cumulated vsize (KiB) 1794496

[startup+751.101 s]
/proc/loadavg: 1.08 1.03 1.01 2/77 5612
/proc/meminfo: memFree=1571056/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1794496 CPUtime=762.07
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 100028 0 41 0 76105 102 0 0 18 0 13 0 189061487 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 90509 1333 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=737.83
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 38664 0 13 0 73756 27 0 0 25 0 13 0 189061497 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109887828 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=10.83
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 29112 0 0 0 1048 35 0 0 16 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=10.96
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 25857 0 0 0 1064 32 0 0 17 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0.04
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 25 0 0 0 2 2 0 0 16 0 13 0 189061511 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1794496 CPUtime=1.34
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 3413 0 0 0 133 1 0 0 16 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1794496 CPUtime=0.98
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 2263 0 0 0 97 1 0 0 17 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5612] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5612/stat : 5612 (java) S 5597 5599 5534 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189063144 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 1794496

[startup+751.501 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 5612
/proc/meminfo: memFree=1570992/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1794496 CPUtime=762.47
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 100028 0 41 0 76145 102 0 0 18 0 13 0 189061487 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 90509 1333 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=738.23
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 38664 0 13 0 73796 27 0 0 25 0 13 0 189061497 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805376 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=10.83
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 29112 0 0 0 1048 35 0 0 16 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=10.96
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 25857 0 0 0 1064 32 0 0 17 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0.04
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 25 0 0 0 2 2 0 0 16 0 13 0 189061511 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1794496 CPUtime=1.34
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 3413 0 0 0 133 1 0 0 16 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1794496 CPUtime=0.98
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 2263 0 0 0 97 1 0 0 17 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5612] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5612/stat : 5612 (java) S 5597 5599 5534 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189063144 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 1794496

[startup+751.701 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 5612
/proc/meminfo: memFree=1570992/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=1794496 CPUtime=762.67
/proc/5599/stat : 5599 (java) S 5597 5599 5534 0 -1 0 100028 0 41 0 76165 102 0 0 18 0 13 0 189061487 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 448624 90509 1333 9 0 446236 0
[pid=5599/tid=5601] ppid=5597 vsize=1794496 CPUtime=738.43
/proc/5599/task/5601/stat : 5601 (java) R 5597 5599 5534 0 -1 64 38664 0 13 0 73816 27 0 0 25 0 13 0 189061497 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109798525 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5602] ppid=5597 vsize=1794496 CPUtime=10.83
/proc/5599/task/5602/stat : 5602 (java) S 5597 5599 5534 0 -1 64 29112 0 0 0 1048 35 0 0 16 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5603] ppid=5597 vsize=1794496 CPUtime=10.96
/proc/5599/task/5603/stat : 5603 (java) S 5597 5599 5534 0 -1 64 25857 0 0 0 1064 32 0 0 17 0 13 0 189061507 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5604] ppid=5597 vsize=1794496 CPUtime=0.04
/proc/5599/task/5604/stat : 5604 (java) S 5597 5599 5534 0 -1 64 25 0 0 0 2 2 0 0 16 0 13 0 189061511 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5605] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5605/stat : 5605 (java) S 5597 5599 5534 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5606] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5606/stat : 5606 (java) S 5597 5599 5534 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 189061512 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5607] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5607/stat : 5607 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5608] ppid=5597 vsize=1794496 CPUtime=1.34
/proc/5599/task/5608/stat : 5608 (java) S 5597 5599 5534 0 -1 64 3413 0 0 0 133 1 0 0 16 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5599/tid=5609] ppid=5597 vsize=1794496 CPUtime=0.98
/proc/5599/task/5609/stat : 5609 (java) S 5597 5599 5534 0 -1 64 2263 0 0 0 97 1 0 0 17 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5610] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5610/stat : 5610 (java) S 5597 5599 5534 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5611] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5611/stat : 5611 (java) S 5597 5599 5534 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 189061518 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5599/tid=5612] ppid=5597 vsize=1794496 CPUtime=0
/proc/5599/task/5612/stat : 5612 (java) S 5597 5599 5534 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189063144 1837563904 90509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 762.67
Current children cumulated vsize (KiB) 1794496

[startup+751.801 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 5612
/proc/meminfo: memFree=1570992/2055920 swapFree=4182892/4192956
[pid=5599] ppid=5597 vsize=0 CPUtime=762.72
/proc/5599/stat : 5599 (java) Z 5597 5599 5534 0 -1 1036 100039 0 41 0 76169 103 0 0 16 0 2 0 189061487 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5599/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 751.852
CPU time (s): 762.783
CPU user time (s): 761.699
CPU system time (s): 1.08383
CPU usage (%): 101.454
Max. virtual memory (cumulated for all children) (KiB): 1796076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 761.699
system time used= 1.08384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100039
page faults= 41
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19954
involuntary context switches= 17211

runsolver used 0.752885 second user time and 2.02069 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Apr 24 10:44:04 UTC 2007

IDJOB= 419667
IDBENCH= 47790
IDSOLVER= 160
FILE ID= node25/419667-1177411442

PBS_JOBID= 4675658

Free space on /tmp= 66336 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/hsatv17/hsat_vc11813.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419667-1177411442/sat4jPseudoCP.jar /tmp/evaluation/419667-1177411442/instance-419667-1177411442.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-419667-1177411442 -o ROOT/results/node25/solver-419667-1177411442 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419667-1177411442/sat4jPseudoCP.jar /tmp/evaluation/419667-1177411442/instance-419667-1177411442.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4c64c82382c7b131ce007dfba1c1df15

RANDOM SEED= 915546852

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1938408 kB
Buffers:          2884 kB
Cached:          67956 kB
SwapCached:       3620 kB
Active:          49772 kB
Inactive:        30144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938408 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:           34488 kB
Writeback:           0 kB
Mapped:          15044 kB
Slab:            23544 kB
Committed_AS:  4163500 kB
PageTables:       1472 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= 66336 MiB

End job on node25 on Tue Apr 24 10:56:36 UTC 2007