Trace number 2087835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 180.677 182.529

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-12.xml
MD5SUM753e24394b5b984cc9ba217fd7abb07c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.275
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:21:13 2009
0.00/0.08	c 0	PID 25098
0.06/0.08	c 0	HOST node62.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2087835-1247386867.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087835-1247386867.xml' 'HOME/temp.csp'
19.63/19.88	c 20	1 domains, 23 variables, 0 predicates, 16 relations, 16 constraints
19.70/19.99	c 20	ENCODING HOME/temp.csp TO HOME/temp.cnf
19.70/19.99	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
19.79/20.07	c 20	Parsing HOME/temp.csp
50.41/50.84	c 51	parsed 56 expressions
50.41/50.85	c 51	Heap : 463 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.41/50.85	c 51	Converting to clausal form CSP
50.41/50.87	c 51	converted 6 (10%) expressions
50.41/50.87	c 51	converted 12 (20%) expressions
50.41/50.87	c 51	converted 17 (30%) expressions
50.41/50.87	c 51	converted 23 (40%) expressions
53.79/54.25	c 54	converted 28 (50%) expressions
54.98/55.45	c 56	converted 34 (60%) expressions
55.38/55.84	c 56	converted 40 (70%) expressions
180.44/182.37	c 183	ERROR Exception Java heap space
180.44/182.37	c 183	java.lang.Object.clone(Native Method)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:100)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
180.44/182.37	c 183	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
180.44/182.37	s UNKNOWN
180.53/182.48	c 183	CPU 180.62 (0.05 0.02 175.89 4.66)
180.53/182.49	c 183	END Sun Jul 12 10:24:16 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087835-1247386867/watcher-2087835-1247386867 -o /tmp/evaluation-result-2087835-1247386867/solver-2087835-1247386867 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2087835-1247386867.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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


[startup+0 s]
/proc/loadavg: 2.57 2.34 2.13 4/83 25098
/proc/meminfo: memFree=1104592/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=12268 CPUtime=0
/proc/25098/stat : 25098 (sugar) R 25096 25098 24160 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25751232 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25098/statm: 3067 316 241 3 0 167 0

[startup+0.084276 s]
/proc/loadavg: 2.57 2.34 2.13 4/83 25098
/proc/meminfo: memFree=1104592/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16740 CPUtime=0.06
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25751232 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101533 s]
/proc/loadavg: 2.57 2.34 2.13 4/83 25098
/proc/meminfo: memFree=1104592/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301544 s]
/proc/loadavg: 2.57 2.34 2.13 4/83 25098
/proc/meminfo: memFree=1104592/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701592 s]
/proc/loadavg: 2.57 2.34 2.13 4/83 25098
/proc/meminfo: memFree=1104592/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.57 2.34 2.13 3/94 25110
/proc/meminfo: memFree=1055096/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25101] ppid=25098 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25098 25098 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25751241 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=864628 CPUtime=1.39
/proc/25102/stat : 25102 (java) S 25101 25098 24160 0 -1 0 26257 0 1 0 119 20 0 0 18 0 9 0 25751241 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 216157 25512 2555 9 0 210669 0
[pid=25102/tid=25103] ppid=25101 vsize=864628 CPUtime=0.98
/proc/25102/task/25103/stat : 25103 (java) R 25101 25098 24160 0 -1 64 3873 0 1 0 90 8 0 0 25 0 9 0 25751242 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4126459508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=864628 CPUtime=0.34
/proc/25102/task/25104/stat : 25104 (java) S 25101 25098 24160 0 -1 64 21247 0 0 0 23 11 0 0 16 0 9 0 25751244 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25101 vsize=864628 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25101 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751244 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25106] ppid=25101 vsize=864628 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25101 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25751244 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25107] ppid=25101 vsize=864628 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25101 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25751246 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25108] ppid=25101 vsize=864628 CPUtime=0.05
/proc/25102/task/25108/stat : 25108 (java) S 25101 25098 24160 0 -1 64 435 0 0 0 5 0 0 0 16 0 9 0 25751246 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25109] ppid=25101 vsize=864628 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25751246 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25110] ppid=25101 vsize=864628 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25751246 885379072 25512 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886852

[startup+3.10288 s]
/proc/loadavg: 2.60 2.35 2.13 4/94 25110
/proc/meminfo: memFree=948344/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25101] ppid=25098 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25098 25098 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25751241 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=864776 CPUtime=2.97
/proc/25102/stat : 25102 (java) S 25101 25098 24160 0 -1 0 64744 0 1 0 252 45 0 0 18 0 9 0 25751241 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 216194 63972 2555 9 0 210706 0
[pid=25102/tid=25103] ppid=25101 vsize=864776 CPUtime=2.25
/proc/25102/task/25103/stat : 25103 (java) R 25101 25098 24160 0 -1 64 13934 0 1 0 208 17 0 0 25 0 9 0 25751242 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=864776 CPUtime=0.64
/proc/25102/task/25104/stat : 25104 (java) R 25101 25098 24160 0 -1 64 49661 0 0 0 37 27 0 0 16 0 9 0 25751244 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 102722396 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25101 vsize=864776 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25101 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751244 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25106] ppid=25101 vsize=864776 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25101 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25751244 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25107] ppid=25101 vsize=864776 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25101 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25751246 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25108] ppid=25101 vsize=864776 CPUtime=0.07
/proc/25102/task/25108/stat : 25108 (java) S 25101 25098 24160 0 -1 64 447 0 0 0 7 0 0 0 16 0 9 0 25751246 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25109] ppid=25101 vsize=864776 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25751246 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25110] ppid=25101 vsize=864776 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25751246 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887000

[startup+6.30125 s]
/proc/loadavg: 2.60 2.35 2.13 3/94 25110
/proc/meminfo: memFree=742648/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25101] ppid=25098 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25098 25098 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25751241 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=864740 CPUtime=6.15
/proc/25102/stat : 25102 (java) S 25101 25098 24160 0 -1 0 100864 0 1 0 545 70 0 0 18 0 9 0 25751241 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 216185 99139 2555 9 0 210697 0
[pid=25102/tid=25103] ppid=25101 vsize=864740 CPUtime=4.52
/proc/25102/task/25103/stat : 25103 (java) R 25101 25098 24160 0 -1 64 15363 0 1 0 429 23 0 0 25 0 9 0 25751242 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 8572541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=864740 CPUtime=1.52
/proc/25102/task/25104/stat : 25104 (java) S 25101 25098 24160 0 -1 64 84342 0 0 0 107 45 0 0 16 0 9 0 25751244 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25101 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751244 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25106] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25101 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25751244 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25107] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25101 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25751246 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25108] ppid=25101 vsize=864740 CPUtime=0.08
/proc/25102/task/25108/stat : 25108 (java) S 25101 25098 24160 0 -1 64 457 0 0 0 8 0 0 0 16 0 9 0 25751246 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25109] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25751246 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25110] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25751246 885493760 99139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886964

[startup+12.703 s]
/proc/loadavg: 2.59 2.36 2.13 3/94 25110
/proc/meminfo: memFree=628664/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=0.07
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25101] ppid=25098 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25098 25098 24160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25751241 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=864740 CPUtime=12.51
/proc/25102/stat : 25102 (java) S 25101 25098 24160 0 -1 0 118045 0 1 0 1159 92 0 0 18 0 9 0 25751241 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 216185 113411 2555 9 0 210697 0
[pid=25102/tid=25103] ppid=25101 vsize=864740 CPUtime=9.36
/proc/25102/task/25103/stat : 25103 (java) R 25101 25098 24160 0 -1 64 15880 0 1 0 901 35 0 0 25 0 9 0 25751242 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4126384392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=864740 CPUtime=3.03
/proc/25102/task/25104/stat : 25104 (java) S 25101 25098 24160 0 -1 64 101004 0 0 0 248 55 0 0 16 0 9 0 25751244 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25105] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25105/stat : 25105 (java) S 25101 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751244 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25106] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25106/stat : 25106 (java) S 25101 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25751244 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25107] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25107/stat : 25107 (java) S 25101 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25751246 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25108] ppid=25101 vsize=864740 CPUtime=0.08
/proc/25102/task/25108/stat : 25108 (java) S 25101 25098 24160 0 -1 64 459 0 0 0 8 0 0 0 17 0 9 0 25751246 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25109] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25109/stat : 25109 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25751246 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25110] ppid=25101 vsize=864740 CPUtime=0
/proc/25102/task/25110/stat : 25110 (java) S 25101 25098 24160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25751246 885493760 113411 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886964

[startup+25.5025 s]
/proc/loadavg: 2.50 2.34 2.13 3/94 25120
/proc/meminfo: memFree=938488/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1309 134116 0 1 5 2 1850 122 16 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=862284 CPUtime=5.45
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 29939 0 1 0 527 18 0 0 18 0 9 0 25753232 882978816 25996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 215571 25996 2158 9 0 210484 0
[pid=25112/tid=25113] ppid=25111 vsize=862284 CPUtime=3.52
/proc/25112/task/25113/stat : 25113 (java) R 25111 25098 24160 0 -1 64 3097 0 1 0 349 3 0 0 25 0 9 0 25753233 882978816 25996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25114] ppid=25111 vsize=862284 CPUtime=1.86
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 25828 0 0 0 173 13 0 0 16 0 9 0 25753234 882978816 25996 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25115] ppid=25111 vsize=862284 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 882978816 25996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=862284 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25753234 882978816 25996 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=862284 CPUtime=0

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

[pid=25112/tid=25119] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.45
Current children cumulated vsize (KiB) 890380

[startup+172.707 s]
/proc/loadavg: 2.16 2.28 2.13 3/94 25159
/proc/meminfo: memFree=186616/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1310 134116 0 1 5 2 1850 122 15 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=888644 CPUtime=151.06
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 578642 0 1 0 14789 317 0 0 18 0 9 0 25753232 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 222161 189883 2568 9 0 216666 0
[pid=25112/tid=25113] ppid=25111 vsize=888644 CPUtime=22.61
/proc/25112/task/25113/stat : 25113 (java) S 25111 25098 24160 0 -1 64 8703 0 1 0 2247 14 0 0 17 0 9 0 25753233 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25114] ppid=25111 vsize=888644 CPUtime=128.37
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 568917 0 0 0 12536 301 0 0 25 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25115] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=888644 CPUtime=0.05
/proc/25112/task/25118/stat : 25118 (java) S 25111 25098 24160 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 170.85
Current children cumulated vsize (KiB) 910868

[startup+179.102 s]
/proc/loadavg: 2.15 2.27 2.13 3/94 25159
/proc/meminfo: memFree=207096/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1310 134116 0 1 5 2 1850 122 15 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=868156 CPUtime=157.45
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 592701 0 1 0 15419 326 0 0 18 0 9 0 25753232 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 217039 184761 2568 9 0 211544 0
[pid=25112/tid=25113] ppid=25111 vsize=868156 CPUtime=22.61
/proc/25112/task/25113/stat : 25113 (java) S 25111 25098 24160 0 -1 64 8704 0 1 0 2247 14 0 0 17 0 9 0 25753233 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25114] ppid=25111 vsize=868156 CPUtime=134.77
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 582975 0 0 0 13166 311 0 0 25 0 9 0 25753234 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 103731821 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25115] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25753234 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=868156 CPUtime=0.05
/proc/25112/task/25118/stat : 25118 (java) S 25111 25098 24160 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=868156 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 888991744 184761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 177.24
Current children cumulated vsize (KiB) 890380

[startup+180.702 s]
/proc/loadavg: 2.15 2.27 2.13 3/94 25159
/proc/meminfo: memFree=186488/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1310 134116 0 1 5 2 1850 122 15 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=888644 CPUtime=159.05
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 602875 0 1 0 15572 333 0 0 18 0 9 0 25753232 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 222161 189883 2568 9 0 216666 0
[pid=25112/tid=25113] ppid=25111 vsize=888644 CPUtime=22.61
/proc/25112/task/25113/stat : 25113 (java) S 25111 25098 24160 0 -1 64 8704 0 1 0 2247 14 0 0 17 0 9 0 25753233 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25114] ppid=25111 vsize=888644 CPUtime=136.36
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 593149 0 0 0 13319 317 0 0 25 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 102768217 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25115] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=888644 CPUtime=0.05
/proc/25112/task/25118/stat : 25118 (java) S 25111 25098 24160 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.84
Current children cumulated vsize (KiB) 910868

[startup+181.507 s]
/proc/loadavg: 2.15 2.27 2.13 3/94 25159
/proc/meminfo: memFree=186616/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1310 134116 0 1 5 2 1850 122 15 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=888644 CPUtime=159.85
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 602875 0 1 0 15652 333 0 0 18 0 9 0 25753232 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 222161 189883 2568 9 0 216666 0
[pid=25112/tid=25113] ppid=25111 vsize=888644 CPUtime=22.61
/proc/25112/task/25113/stat : 25113 (java) S 25111 25098 24160 0 -1 64 8704 0 1 0 2247 14 0 0 17 0 9 0 25753233 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25114] ppid=25111 vsize=888644 CPUtime=137.17
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 593149 0 0 0 13400 317 0 0 25 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25115] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25753234 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=888644 CPUtime=0.05
/proc/25112/task/25118/stat : 25118 (java) S 25111 25098 24160 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=888644 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 909971456 189883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 179.64
Current children cumulated vsize (KiB) 910868

[startup+182.302 s]
/proc/loadavg: 2.15 2.27 2.13 3/94 25159
/proc/meminfo: memFree=186616/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=19.79
/proc/25098/stat : 25098 (sugar) S 25096 25098 24160 0 -1 4194304 1310 134116 0 1 5 2 1850 122 15 0 1 0 25751232 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25098/statm: 4217 1111 409 3 0 796 0
[pid=25111] ppid=25098 vsize=5356 CPUtime=0
/proc/25111/stat : 25111 (sh) S 25098 25098 24160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25753232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25111/statm: 1339 233 193 169 0 50 0
[pid=25112] ppid=25111 vsize=864152 CPUtime=160.65
/proc/25112/stat : 25112 (java) S 25111 25098 24160 0 -1 0 602876 0 1 0 15732 333 0 0 18 0 9 0 25753232 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25112/statm: 216038 183760 2568 9 0 210543 0
[pid=25112/tid=25113] ppid=25111 vsize=864152 CPUtime=22.61
/proc/25112/task/25113/stat : 25113 (java) S 25111 25098 24160 0 -1 64 8705 0 1 0 2247 14 0 0 17 0 9 0 25753233 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25114] ppid=25111 vsize=864152 CPUtime=137.97
/proc/25112/task/25114/stat : 25114 (java) R 25111 25098 24160 0 -1 64 593149 0 0 0 13479 318 0 0 25 0 9 0 25753234 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 104190321 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25112/tid=25115] ppid=25111 vsize=864152 CPUtime=0
/proc/25112/task/25115/stat : 25115 (java) S 25111 25098 24160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25753234 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25116] ppid=25111 vsize=864152 CPUtime=0
/proc/25112/task/25116/stat : 25116 (java) S 25111 25098 24160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25753234 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25117] ppid=25111 vsize=864152 CPUtime=0
/proc/25112/task/25117/stat : 25117 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25753237 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25118] ppid=25111 vsize=864152 CPUtime=0.05
/proc/25112/task/25118/stat : 25118 (java) S 25111 25098 24160 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 25753237 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25119] ppid=25111 vsize=864152 CPUtime=0
/proc/25112/task/25119/stat : 25119 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25753237 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25112/tid=25120] ppid=25111 vsize=864152 CPUtime=0
/proc/25112/task/25120/stat : 25120 (java) S 25111 25098 24160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25753237 884891648 183760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.44
Current children cumulated vsize (KiB) 886376

[startup+182.503 s]
/proc/loadavg: 2.14 2.27 2.13 3/84 25159
/proc/meminfo: memFree=968072/2055920 swapFree=4192812/4192956
[pid=25098] ppid=25096 vsize=16868 CPUtime=180.63
/proc/25098/stat : 25098 (sugar) R 25096 25098 24160 0 -1 4194304 1336 737291 0 2 5 3 17589 466 16 0 1 0 25751232 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25098/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 180.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 182.529
CPU time (s): 180.677
CPU user time (s): 175.95
CPU system time (s): 4.72628
CPU usage (%): 98.9853
Max. virtual memory (cumulated for all children) (KiB): 915992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.95
system time used= 4.72628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 738688
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6784
involuntary context switches= 9495

runsolver used 0.274958 second user time and 0.632903 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 10:21:13
IDJOB=2087835
IDBENCH=58808
IDSOLVER=739
FILE ID=node62/2087835-1247386867
PBS_JOBID= 9507309
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-12.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087835-1247386867/watcher-2087835-1247386867 -o /tmp/evaluation-result-2087835-1247386867/solver-2087835-1247386867 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2087835-1247386867.xml

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

MD5SUM BENCH= 753e24394b5b984cc9ba217fd7abb07c
RANDOM SEED=1381749639

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
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.220
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:       1105072 kB
Buffers:         16972 kB
Cached:         177780 kB
SwapCached:          0 kB
Active:         824660 kB
Inactive:        69436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71804 kB
Writeback:           0 kB
Mapped:         714920 kB
Slab:            40524 kB
Committed_AS:   891268 kB
PageTables:       3204 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node62 at 2009-07-12 10:24:16