Trace number 1068708

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.13+picosat? (TO) 1800.05 1810.32

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg9-12_ext.xml
MD5SUMaf9fba65f94315c031e586102b196bb0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 09:24:39 2008
0.00/0.05	c 0	PID 25085
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068708-1215156279.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068708-1215156279.xml' 'HOME/temp.csp'
0.04/0.92	c 1	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.03	c 1	Parsing HOME/temp.csp
1.72/1.85	c 2	parsed 132 expressions
1.72/1.85	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.72/1.85	c 2	Converting to clausal form CSP
1.72/1.87	c 2	converted 14 (10%) expressions
1.72/1.87	c 2	converted 27 (20%) expressions
1.72/1.87	c 2	converted 40 (30%) expressions
1.72/1.87	c 2	converted 53 (40%) expressions
1.72/1.87	c 2	converted 66 (50%) expressions
1.72/1.87	c 2	converted 80 (60%) expressions
1.72/1.87	c 2	converted 93 (70%) expressions
1.72/1.87	c 2	converted 106 (80%) expressions
6.68/6.87	c 7	converted 119 (90%) expressions
12.32/12.57	c 12	converted 132 (100%) expressions
12.32/12.57	c 12	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
12.32/12.57	c 12	Heap : 295 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.32/12.57	c 12	Propagation in CSP
12.32/12.57	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.32/12.57	c 12	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
12.32/12.57	c 12	Heap : 295 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.32/12.57	c 12	Simplifing CSP by introducing new Boolean variables
12.32/12.57	c 12	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
12.32/12.57	c 12	Heap : 295 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.20/14.47	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.20/14.49	c 14	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
14.20/14.49	c 14	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
14.30/14.51	c 14	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
14.30/14.51	c 14	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
14.30/14.51	c 14	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
14.30/14.51	c 14	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
14.30/14.51	c 14	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
14.30/14.51	c 14	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
14.30/14.51	c 14	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
14.30/14.51	c 14	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1302.86/1312.55	c 1312	3 (10%) CSP clauses are encoded (907032 clauses, 57486759 bytes)
1800.05/1810.22	c ERROR INTERRUPTED
1800.05/1810.31	s UNKNOWN
1800.05/1810.31	c 1810	CPU 0.84 (0.03 0.01 0.81 0.05)
1800.05/1810.31	c 1810	END Fri Jul  4 09:54:49 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068708-1215156279/watcher-1068708-1215156279 -o /tmp/evaluation-result-1068708-1215156279/solver-1068708-1215156279 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1068708-1215156279.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 25085
/proc/meminfo: memFree=1737856/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=4708 CPUtime=0
/proc/25085/stat : 25085 (sugar) R 25083 25085 25048 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 1545300059 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 268211091805 0 0 4096 0 0 0 0 17 1 0 0
/proc/25085/statm: 1177 43 33 3 0 8 0

[startup+0.0672791 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 25085
/proc/meminfo: memFree=1737856/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.04
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545300059 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102267 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 25085
/proc/meminfo: memFree=1737856/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.04
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545300059 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301289 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 25085
/proc/meminfo: memFree=1737856/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.04
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545300059 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702343 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 25085
/proc/meminfo: memFree=1737856/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.04
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545300059 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.92 1.95 1.98 4/84 25107
/proc/meminfo: memFree=1730984/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 973 9597 0 1 3 1 81 5 15 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864076 CPUtime=0.53
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 6198 0 1 0 51 2 0 0 18 0 9 0 1545300154 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216019 5470 2532 9 0 210601 0
[pid=25099/tid=25100] ppid=25098 vsize=864076 CPUtime=0.38
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 2447 0 1 0 37 1 0 0 20 0 9 0 1545300155 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4126431913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864076 CPUtime=0.1
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 2741 0 0 0 9 1 0 0 16 0 9 0 1545300156 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864076 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864076 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864076 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864076 CPUtime=0.04
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 313 0 0 0 4 0 0 0 17 0 9 0 1545300158 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864076 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864076 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 884813824 5470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883032

[startup+3.10161 s]
/proc/loadavg: 1.92 1.95 1.98 4/84 25107
/proc/meminfo: memFree=1707688/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 973 9597 0 1 3 1 81 5 15 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864236 CPUtime=2.12
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 16755 0 1 0 204 8 0 0 18 0 9 0 1545300154 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216059 15022 2540 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864236 CPUtime=0.95
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 3124 0 1 0 94 1 0 0 25 0 9 0 1545300155 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4126540280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864236 CPUtime=1.07
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 12606 0 0 0 102 5 0 0 18 0 9 0 1545300156 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864236 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864236 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864236 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864236 CPUtime=0.06
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 1545300158 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864236 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864236 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 884977664 15022 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883192

[startup+6.30298 s]
/proc/loadavg: 2.01 1.97 1.99 3/84 25107
/proc/meminfo: memFree=1616552/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 973 9597 0 1 3 1 81 5 15 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=875484 CPUtime=5.28
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 45542 0 1 0 506 22 0 0 18 0 9 0 1545300154 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 218871 35528 2540 9 0 213446 0
[pid=25099/tid=25100] ppid=25098 vsize=875484 CPUtime=1.88
/proc/25099/task/25100/stat : 25100 (java) S 25098 25085 25048 0 -1 64 3594 0 1 0 186 2 0 0 25 0 9 0 1545300155 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=875484 CPUtime=3.31
/proc/25099/task/25101/stat : 25101 (java) R 25098 25085 25048 0 -1 64 40923 0 0 0 312 19 0 0 23 0 9 0 1545300156 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 102517089 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=875484 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=875484 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=875484 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=875484 CPUtime=0.06
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 1545300158 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=875484 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=875484 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 896495616 35528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 894440

[startup+12.7017 s]
/proc/loadavg: 2.01 1.97 1.99 4/84 25107
/proc/meminfo: memFree=1446696/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864740 CPUtime=11.62
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 103401 0 1 0 1110 52 0 0 18 0 9 0 1545300154 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216185 79877 2540 9 0 210760 0
[pid=25099/tid=25100] ppid=25098 vsize=864740 CPUtime=4.22
/proc/25099/task/25100/stat : 25100 (java) S 25098 25085 25048 0 -1 64 5679 0 1 0 419 3 0 0 16 0 9 0 1545300155 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864740 CPUtime=7.31
/proc/25099/task/25101/stat : 25101 (java) R 25098 25085 25048 0 -1 64 96697 0 0 0 683 48 0 0 25 0 9 0 1545300156 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 102469680 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864740 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864740 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864740 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864740 CPUtime=0.06
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 1545300158 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864740 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864740 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885493760 79877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883696

[startup+25.5021 s]
/proc/loadavg: 2.00 1.97 1.99 3/84 25107
/proc/meminfo: memFree=1401960/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=24.3
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 119358 0 1 0 2370 60 0 0 18 0 9 0 1545300154 885092352 85253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 85253 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=14.98
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7405 0 1 0 1495 3 0 0 25 0 9 0 1545300155 885092352 85253 996147200 134512640 134550740 4294955952 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=9.18
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 110907 0 0 0 863 55 0 0 16 0 9 0 1545300156 885092352 85253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 85253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 85253 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=1591.47
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 156339 0 1 0 159031 116 0 0 18 0 9 0 1545300154 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 122050 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=1579.65
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7589 0 1 0 157920 45 0 0 25 0 9 0 1545300155 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4126614129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=11.67
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 147695 0 0 0 1097 70 0 0 16 0 9 0 1545300156 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864348 CPUtime=0.11
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545300158 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885092352 122050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.37
Current children cumulated vsize (KiB) 883304

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 25181
/proc/meminfo: memFree=1113320/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=1651.41
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 157863 0 1 0 165024 117 0 0 18 0 9 0 1545300154 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 123569 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=1639.5
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7594 0 1 0 163905 45 0 0 25 0 9 0 1545300155 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4126614026 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=11.77
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 149214 0 0 0 1106 71 0 0 16 0 9 0 1545300156 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864348 CPUtime=0.11
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545300158 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885092352 123569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.31
Current children cumulated vsize (KiB) 883304

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 25181
/proc/meminfo: memFree=1113192/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=1711.36
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 159150 0 1 0 171013 123 0 0 18 0 9 0 1545300154 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 124847 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=1699.39
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7603 0 1 0 169889 50 0 0 25 0 9 0 1545300155 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=11.82
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 150492 0 0 0 1110 72 0 0 16 0 9 0 1545300156 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864348 CPUtime=0.11
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545300158 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885092352 124847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.26
Current children cumulated vsize (KiB) 883304

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 25181
/proc/meminfo: memFree=1078632/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=1771.28
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 161673 0 1 0 177000 128 0 0 18 0 9 0 1545300154 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 127346 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=1759.12
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7627 0 1 0 175857 55 0 0 25 0 9 0 1545300155 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4126592832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=12.02
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 152991 0 0 0 1130 72 0 0 16 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864348 CPUtime=0.11
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.18
Current children cumulated vsize (KiB) 883304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.2 s]
/proc/loadavg: 2.00 1.99 1.99 4/92 25181
/proc/meminfo: memFree=1078632/2055920 swapFree=4097924/4192956
[pid=25085] ppid=25083 vsize=13600 CPUtime=0.9
/proc/25085/stat : 25085 (sugar) S 25083 25085 25048 0 -1 4194304 974 9597 0 1 3 1 81 5 16 0 1 0 1545300059 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25085/statm: 3400 797 370 3 0 500 0
[pid=25098] ppid=25085 vsize=5356 CPUtime=0
/proc/25098/stat : 25098 (sh) S 25085 25085 25048 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545300154 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25098/statm: 1339 233 193 169 0 50 0
[pid=25099] ppid=25098 vsize=864348 CPUtime=1799.15
/proc/25099/stat : 25099 (java) S 25098 25085 25048 0 -1 0 161673 0 1 0 179787 128 0 0 18 0 9 0 1545300154 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25099/statm: 216087 127346 2564 9 0 210634 0
[pid=25099/tid=25100] ppid=25098 vsize=864348 CPUtime=1787
/proc/25099/task/25100/stat : 25100 (java) R 25098 25085 25048 0 -1 64 7627 0 1 0 178645 55 0 0 25 0 9 0 1545300155 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25101] ppid=25098 vsize=864348 CPUtime=12.02
/proc/25099/task/25101/stat : 25101 (java) S 25098 25085 25048 0 -1 64 152991 0 0 0 1130 72 0 0 16 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25099/tid=25102] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25102/stat : 25102 (java) S 25098 25085 25048 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25103] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25103/stat : 25103 (java) S 25098 25085 25048 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545300156 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25104] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25104/stat : 25104 (java) S 25098 25085 25048 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25105] ppid=25098 vsize=864348 CPUtime=0.11
/proc/25099/task/25105/stat : 25105 (java) S 25098 25085 25048 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25106] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25106/stat : 25106 (java) S 25098 25085 25048 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25099/tid=25107] ppid=25098 vsize=864348 CPUtime=0
/proc/25099/task/25107/stat : 25107 (java) S 25098 25085 25048 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545300158 885092352 127346 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 883304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25085 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=846871
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=72988
# CPU time returned by wait4() is 0.919859
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.32
CPU time (s): 1800.05
CPU user time (s): 1798.71
CPU system time (s): 1.34
CPU usage (%): 99.4328
Max. virtual memory (cumulated for all children) (KiB): 904684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.846871
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10902
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= 486
involuntary context switches= 328

runsolver used 2.6116 second user time and 7.08092 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 09:24:39
IDJOB=1068708
IDBENCH=55540
IDSOLVER=345
FILE ID=node32/1068708-1215156279
PBS_JOBID= 7881417
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg9-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068708-1215156279/watcher-1068708-1215156279 -o /tmp/evaluation-result-1068708-1215156279/solver-1068708-1215156279 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1068708-1215156279.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af9fba65f94315c031e586102b196bb0
RANDOM SEED=1920673185

node32.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.218
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.218
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:       1738336 kB
Buffers:         22336 kB
Cached:         113408 kB
SwapCached:      88316 kB
Active:         221700 kB
Inactive:        43900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738336 kB
SwapTotal:     4192956 kB
SwapFree:      4097924 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:         136940 kB
Slab:            36972 kB
Committed_AS:  3237620 kB
PageTables:       2080 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= 66540 MiB
End job on node32 at 2008-07-04 09:54:51