Trace number 233747

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
sat4jCSP 1.7 RC BF3SAT 997.766 1001.44

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-100-9.xml
MD5SUMc8447009f795ef7e4fc3e22f2417f8c2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.637902
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size398
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/233747-1168327806/unknown.xml
0.26	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.72	c reading variables
c reading variables (49) done.
0.97	c reading predicates 
c reading relations (2) done.
1.21	c reading constraints
c reading constraints done.
107.69	c ... done. Wall clock time 107.431s.
107.69	c CPU time (experimental) 103.81s.
107.69	c #vars     17107
107.69	c #constraints  205382
299.21	c cleaning 18995 clauses out of 38000 for limit 8.54405068586472E11
392.47	c cleaning 19226 clauses out of 38504 for limit 2.505654330466039
495.39	c cleaning 19630 clauses out of 39278 for limit 1.2036857540837092E9
497.79	c cleaning 10064 clauses out of 20148 for limit 3.8697813851842527E9
499.30	c cleaning 5269 clauses out of 10584 for limit 1.214854954553708E10
501.70	c cleaning 2888 clauses out of 5815 for limit 3.6465353525871025E10
504.15	c cleaning 1708 clauses out of 3428 for limit 1.0211269370948734E11
627.38	c cleaning 13861 clauses out of 27729 for limit 25.258239029942178
630.13	c cleaning 7171 clauses out of 14358 for limit 79.64418947440535
633.79	c cleaning 3832 clauses out of 7687 for limit 245.32796242819666
734.28	c cleaning 12650 clauses out of 25355 for limit 1.6347203137308685E11
780.95	c cleaning 10502 clauses out of 21205 for limit 9.647590842711538E-6
782.85	c cleaning 5577 clauses out of 11203 for limit 3.011471132571874E-5
841.12	c cleaning 7299 clauses out of 14626 for limit 0.18775583274581406
843.79	c cleaning 3890 clauses out of 7827 for limit 0.5786015060937819
911.67	c cleaning 7918 clauses out of 15937 for limit 46527.488362709424
941.53	c cleaning 6758 clauses out of 13532 for limit 1.3621270040060887E7
945.06	c cleaning 3591 clauses out of 7261 for limit 4.132286164408445E7
1001.30	c starts		: 17
1001.30	c conflicts		: 174682
1001.30	c decisions		: 571438
1001.30	c propagations		: 34060370
1001.30	c inspects		: 864936124
1001.30	c learnt literals	: 1
1001.30	c learnt binary clauses	: 0
1001.30	c learnt ternary clauses	: 0
1001.30	c learnt clauses	: 174681
1001.30	c root simplifications	: 0
1001.30	c removed literals (reason simplification)	: 0
1001.30	c reason swapping (by a shorter reason)	: 0
1001.30	c Calls to reduceDB	: 18
1001.30	c speed (decisions/second)	: 639.5135812057733
1001.30	c non guided choices	2117
1001.30	s SATISFIABLE
1001.31	v 0 150 68 250 122 19 336 179 183 356 0 158 244 68 210 0 148 68 64 321 229 236 339 187 19 287 396 118 183 21 293 27 232 343 119 27 120 162 315 249 0 67 0 293 21 179 114 228 314 
1001.31	c Total wall clock time (in seconds) : 1001.04
1001.31	c Total CPU time (experimental, in seconds) : 971.35

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-233747-1168327806 -o ROOT/results/node22/solver-233747-1168327806 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233747-1168327806/sat4jCSP-bf3.jar /tmp/evaluation/233747-1168327806/unknown.xml 

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

/proc/loadavg: 2.06 2.14 2.04 4/94 30092
/proc/meminfo: memFree=698720/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=14072 CPUtime=0
/proc/30091/stat : 30091 (java) D 30089 30091 29722 0 -1 0 922 0 1 0 0 0 0 0 17 0 1 0 181175035 14409728 688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4678436 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/30091/statm: 3518 688 530 14 0 1602 0

[startup+0.105247 s]
/proc/loadavg: 2.06 2.14 2.04 4/94 30092
/proc/meminfo: memFree=698720/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=901540 CPUtime=0.09
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 3299 0 1 0 7 2 0 0 22 0 12 0 181175035 923176960 3059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 225385 3059 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.514303 s]
/proc/loadavg: 2.06 2.14 2.04 4/94 30092
/proc/meminfo: memFree=698720/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=905236 CPUtime=0.49
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 5799 0 1 0 46 3 0 0 19 0 12 0 181175035 926961664 5394 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226309 5394 2249 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33643 s]
/proc/loadavg: 2.06 2.14 2.04 3/105 30103
/proc/meminfo: memFree=677960/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=906360 CPUtime=1.3
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 8902 0 1 0 125 5 0 0 19 0 12 0 181175035 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226590 7877 2450 14 0 213027 0
[pid=30091/tid=30093] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181175038 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181175038 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 181175041 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 181175041 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181175042 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=906360 CPUtime=0.31
/proc/30091/task/30100/stat : 30100 (java) R 30089 30091 29722 0 -1 64 1111 0 0 0 31 0 0 0 16 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154372803 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30101] ppid=30089 vsize=906360 CPUtime=0.24
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 689 0 0 0 24 0 0 0 16 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30102] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=906360 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181175045 928112640 7877 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906360

[startup+2.98368 s]
/proc/loadavg: 2.05 2.14 2.04 3/105 30103
/proc/meminfo: memFree=640072/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907152 CPUtime=2.93
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 23847 0 1 0 278 15 0 0 25 0 12 0 181175035 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054221767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226788 22374 2478 14 0 213225 0
[pid=30091/tid=30093] ppid=30089 vsize=907152 CPUtime=0.01
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 990 0 0 0 1 0 0 0 17 0 12 0 181175038 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907152 CPUtime=0.01
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 330 0 0 0 1 0 0 0 17 0 12 0 181175038 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181175041 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181175041 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181175042 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907152 CPUtime=0.57
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1743 0 0 0 57 0 0 0 16 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907152 CPUtime=0.4
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 713 0 0 0 40 0 0 0 16 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907152 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181175045 928923648 22374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 907152

[startup+6.22118 s]
/proc/loadavg: 2.05 2.14 2.04 3/105 30103
/proc/meminfo: memFree=593096/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907092 CPUtime=6.13
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 27929 0 1 0 595 18 0 0 25 0 12 0 181175035 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054230521 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226773 26418 2478 14 0 213210 0
[pid=30091/tid=30093] ppid=30089 vsize=907092 CPUtime=0.09
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 2872 0 0 0 7 2 0 0 16 0 12 0 181175038 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907092 CPUtime=0.09
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 2506 0 0 0 8 1 0 0 16 0 12 0 181175038 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 181175041 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181175041 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181175042 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907092 CPUtime=0.58
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1744 0 0 0 58 0 0 0 16 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907092 CPUtime=0.42
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 713 0 0 0 42 0 0 0 17 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907092 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181175045 928862208 26418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 907092

[startup+12.7202 s]
/proc/loadavg: 2.04 2.13 2.04 3/105 30103
/proc/meminfo: memFree=557576/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907044 CPUtime=12.57
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 34171 0 1 0 1235 22 0 0 25 0 12 0 181175035 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054281318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226761 32463 2478 14 0 213198 0
[pid=30091/tid=30093] ppid=30089 vsize=907044 CPUtime=0.18
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 5672 0 0 0 15 3 0 0 17 0 12 0 181175038 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907044 CPUtime=0.19
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 5929 0 0 0 16 3 0 0 16 0 12 0 181175038 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 181175041 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181175041 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181175042 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907044 CPUtime=0.64
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1749 0 0 0 64 0 0 0 17 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907044 CPUtime=0.46
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 716 0 0 0 46 0 0 0 17 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181175045 928813056 32463 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 907044

[startup+25.529 s]
/proc/loadavg: 2.04 2.13 2.04 3/105 30103
/proc/meminfo: memFree=508104/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907044 CPUtime=25.27
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 41835 0 1 0 2501 26 0 0 25 0 12 0 181175035 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835947 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226761 39873 2478 14 0 213198 0
[pid=30091/tid=30093] ppid=30089 vsize=907044 CPUtime=0.29
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 9940 0 0 0 23 6 0 0 16 0 12 0 181175038 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907044 CPUtime=0.29
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 9305 0 0 0 24 5 0 0 16 0 12 0 181175038 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907044 CPUtime=0.01
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 181175041 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181175041 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181175042 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907044 CPUtime=0.64
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1749 0 0 0 64 0 0 0 17 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907044 CPUtime=0.48
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 716 0 0 0 48 0 0 0 17 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907044 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181175045 928813056 39873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 907044

[startup+51.2009 s]
/proc/loadavg: 2.02 2.12 2.04 3/105 30103
/proc/meminfo: memFree=403144/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907044 CPUtime=50.82
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 58277 0 1 0 5048 34 0 0 25 0 12 0 181175035 928813056 56244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054294076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226761 56244 2478 14 0 213198 0
[pid=30091/tid=30093] ppid=30089 vsize=907044 CPUtime=0.52
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 18377 0 0 0 42 10 0 0 16 0 12 0 181175038 928813056 56244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907044 CPUtime=0.5
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 17274 0 0 0 42 8 0 0 16 0 12 0 181175038 928813056 56244 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907044 CPUtime=0.02

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

/proc/30091/task/30103/stat : 30103 (java) R 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.64
Current children cumulated vsize (KiB) 907560

[startup+703.017 s]
/proc/loadavg: 2.00 2.02 2.00 3/105 30860
/proc/meminfo: memFree=405456/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907560 CPUtime=700.37
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 191794 0 1 0 69927 110 0 0 25 0 13 0 181175035 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054456827 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30091/statm: 226890 185442 2487 14 0 213327 0
[pid=30091/tid=30093] ppid=30089 vsize=907560 CPUtime=3.57
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 78836 0 0 0 319 38 0 0 17 0 13 0 181175038 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907560 CPUtime=3.32
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 78920 0 0 0 297 35 0 0 17 0 13 0 181175038 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907560 CPUtime=7.36
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 11223 0 0 0 731 5 0 0 16 0 13 0 181175041 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181175041 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181175042 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907560 CPUtime=1.1
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1773 0 0 0 109 1 0 0 16 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907560 CPUtime=1.08
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 763 0 0 0 108 0 0 0 17 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.37
Current children cumulated vsize (KiB) 907560

[startup+763.08 s]
/proc/loadavg: 2.14 2.05 2.01 3/105 30860
/proc/meminfo: memFree=405392/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907560 CPUtime=760.24
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 192402 0 1 0 75913 111 0 0 25 0 13 0 181175035 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054456827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226890 185442 2487 14 0 213327 0
[pid=30091/tid=30093] ppid=30089 vsize=907560 CPUtime=3.91
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 78836 0 0 0 353 38 0 0 17 0 13 0 181175038 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907560 CPUtime=3.66
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 78920 0 0 0 331 35 0 0 15 0 13 0 181175038 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907560 CPUtime=8.84
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 11825 0 0 0 879 5 0 0 16 0 13 0 181175041 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181175041 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181175042 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907560 CPUtime=1.1
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1773 0 0 0 109 1 0 0 16 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907560 CPUtime=1.08
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 763 0 0 0 108 0 0 0 17 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185442 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.24
Current children cumulated vsize (KiB) 907560

[startup+823.136 s]
/proc/loadavg: 2.05 2.03 2.00 3/105 30860
/proc/meminfo: memFree=405392/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907560 CPUtime=820.02
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 193016 0 1 0 81890 112 0 0 25 0 13 0 181175035 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054133337 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226890 185444 2489 14 0 213327 0
[pid=30091/tid=30093] ppid=30089 vsize=907560 CPUtime=4.13
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 78836 0 0 0 375 38 0 0 17 0 13 0 181175038 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907560 CPUtime=3.84
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 78920 0 0 0 349 35 0 0 17 0 13 0 181175038 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907560 CPUtime=10.55
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 12430 0 0 0 1050 5 0 0 16 0 13 0 181175041 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181175041 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181175042 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907560 CPUtime=1.1
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1773 0 0 0 109 1 0 0 16 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907560 CPUtime=1.08
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 763 0 0 0 108 0 0 0 17 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185444 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.02
Current children cumulated vsize (KiB) 907560

[startup+883.198 s]
/proc/loadavg: 2.10 2.05 2.01 3/105 30860
/proc/meminfo: memFree=405328/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907560 CPUtime=879.86
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 193428 0 1 0 87874 112 0 0 25 0 13 0 181175035 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054456877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30091/statm: 226890 185445 2489 14 0 213327 0
[pid=30091/tid=30093] ppid=30089 vsize=907560 CPUtime=4.49
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 78837 0 0 0 411 38 0 0 17 0 13 0 181175038 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907560 CPUtime=4.22
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 78920 0 0 0 387 35 0 0 17 0 13 0 181175038 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907560 CPUtime=11.89
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 12834 0 0 0 1183 6 0 0 16 0 13 0 181175041 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181175041 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181175042 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907560 CPUtime=1.1
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1773 0 0 0 109 1 0 0 16 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907560 CPUtime=1.08
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 763 0 0 0 108 0 0 0 17 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.86
Current children cumulated vsize (KiB) 907560

[startup+943.272 s]
/proc/loadavg: 2.16 2.07 2.01 3/105 30860
/proc/meminfo: memFree=405264/2055920 swapFree=4157544/4192956
[pid=30091] ppid=30089 vsize=907560 CPUtime=939.74
/proc/30091/stat : 30091 (java) R 30089 30091 29722 0 -1 0 193835 0 1 0 93861 113 0 0 25 0 13 0 181175035 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054545846 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30091/statm: 226890 185445 2489 14 0 213327 0
[pid=30091/tid=30093] ppid=30089 vsize=907560 CPUtime=4.79
/proc/30091/task/30093/stat : 30093 (java) S 30089 30091 29722 0 -1 64 78837 0 0 0 441 38 0 0 17 0 13 0 181175038 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30094] ppid=30089 vsize=907560 CPUtime=4.56
/proc/30091/task/30094/stat : 30094 (java) S 30089 30091 29722 0 -1 64 78920 0 0 0 421 35 0 0 15 0 13 0 181175038 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30095] ppid=30089 vsize=907560 CPUtime=13.19
/proc/30091/task/30095/stat : 30095 (java) S 30089 30091 29722 0 -1 64 13235 0 0 0 1313 6 0 0 16 0 13 0 181175041 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30096] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30096/stat : 30096 (java) S 30089 30091 29722 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 181175041 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30097] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30097/stat : 30097 (java) S 30089 30091 29722 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181175042 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30098] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30098/stat : 30098 (java) S 30089 30091 29722 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30099] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30099/stat : 30099 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30100] ppid=30089 vsize=907560 CPUtime=1.1
/proc/30091/task/30100/stat : 30100 (java) S 30089 30091 29722 0 -1 64 1773 0 0 0 109 1 0 0 16 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30101] ppid=30089 vsize=907560 CPUtime=1.08
/proc/30091/task/30101/stat : 30101 (java) S 30089 30091 29722 0 -1 64 763 0 0 0 108 0 0 0 17 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30102] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30102/stat : 30102 (java) S 30089 30091 29722 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30091/tid=30103] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30103/stat : 30103 (java) S 30089 30091 29722 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181175045 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30091/tid=30104] ppid=30089 vsize=907560 CPUtime=0
/proc/30091/task/30104/stat : 30104 (java) S 30089 30091 29722 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 181185811 929341440 185445 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 939.74
Current children cumulated vsize (KiB) 907560

Child status: 0
Real time (s): 1001.44
CPU time (s): 997.766
CPU user time (s): 996.505
CPU system time (s): 1.26181
CPU usage (%): 99.633
Max. virtual memory (cumulated for all children) (KiB): 908564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 996.505
system time used= 1.26181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194050
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= 23783
involuntary context switches= 39210

runsolver used 1.21281 s user time and 3.24451 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue Jan  9 07:30:06 UTC 2007


IDJOB= 233747
IDBENCH= 6630
FILE ID= node22/233747-1168327806

PBS_JOBID= 3503019

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-100-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233747-1168327806/sat4jCSP-bf3.jar /tmp/evaluation/233747-1168327806/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-233747-1168327806 -o ROOT/results/node22/solver-233747-1168327806 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233747-1168327806/sat4jCSP-bf3.jar /tmp/evaluation/233747-1168327806/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c8447009f795ef7e4fc3e22f2417f8c2

RANDOM SEED= 291603619

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:        699136 kB
Buffers:         12196 kB
Cached:         885916 kB
SwapCached:      11252 kB
Active:         748888 kB
Inactive:       554096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        699136 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:         431580 kB
Slab:            37748 kB
Committed_AS:  4207928 kB
PageTables:       3080 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= 66560 MiB



End job on node22 on Tue Jan  9 07:46:48 UTC 2007