Trace number 1068248

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.06 1810.38

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-10_ext.xml
MD5SUM77cf315d85c5b0dc6faca98dd915c7cb
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 variables60
Number of constraints16
Maximum constraint arity10
Maximum domain size26
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:28:43 2008
0.00/0.04	c 0	PID 23525
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1068248-1215152923.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-1068248-1215152923.xml' 'HOME/temp.csp'
0.03/0.86	c 1	1 domains, 60 variables, 0 predicates, 2 relations, 16 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.90	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.83/0.98	c 1	Parsing HOME/temp.csp
1.42/1.59	c 1	parsed 79 expressions
1.42/1.60	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.60	c 1	Converting to clausal form CSP
1.51/1.62	c 1	converted 8 (10%) expressions
1.51/1.62	c 1	converted 16 (20%) expressions
1.51/1.62	c 1	converted 24 (30%) expressions
1.51/1.62	c 1	converted 32 (40%) expressions
1.51/1.62	c 1	converted 40 (50%) expressions
1.51/1.62	c 1	converted 48 (60%) expressions
1.51/1.62	c 1	converted 56 (70%) expressions
1.72/1.86	c 2	converted 64 (80%) expressions
3.10/3.22	c 3	converted 72 (90%) expressions
6.57/6.77	c 7	converted 79 (100%) expressions
6.57/6.77	c 7	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
6.57/6.77	c 7	Heap : 149 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.57/6.77	c 7	Propagation in CSP
6.57/6.77	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.57/6.77	c 7	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
6.57/6.77	c 7	Heap : 149 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.57/6.77	c 7	Simplifing CSP by introducing new Boolean variables
6.57/6.77	c 7	CSP : 60 integers, 0 booleans, 16 clauses, largest domain size 26
6.57/6.77	c 7	Heap : 149 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.65/7.81	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.65/7.82	c 8	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
7.65/7.83	c 8	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
7.65/7.83	c 8	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
7.65/7.83	c 8	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
7.65/7.84	c 8	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
7.65/7.84	c 8	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
7.65/7.84	c 8	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
7.65/7.84	c 8	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
7.65/7.84	c 8	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
7.65/7.84	c 8	60 (100%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
50.34/50.93	c 51	2 (10%) CSP clauses are encoded (154568 clauses, 6592186 bytes)
91.45/92.50	c 92	4 (20%) CSP clauses are encoded (307696 clauses, 13231407 bytes)
110.26/111.48	c 111	5 (30%) CSP clauses are encoded (384260 clauses, 16697400 bytes)
151.65/153.21	c 153	7 (40%) CSP clauses are encoded (537388 clauses, 23629386 bytes)
174.33/176.19	c 176	8 (50%) CSP clauses are encoded (613952 clauses, 27095379 bytes)
215.34/217.51	c 217	10 (60%) CSP clauses are encoded (767080 clauses, 34028497 bytes)
1043.93/1053.84	c 1054	12 (70%) CSP clauses are encoded (1421990 clauses, 74229075 bytes)
1561.47/1571.66	c 1572	13 (80%) CSP clauses are encoded (1749445 clauses, 95711704 bytes)
1800.06/1810.32	c ERROR INTERRUPTED
1800.06/1810.37	s UNKNOWN
1800.06/1810.37	c 1810	CPU 0.78 (0.03 0.01 0.75 0.05)
1800.06/1810.37	c 1810	END Fri Jul  4 08:58:53 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-1068248-1215152923/watcher-1068248-1215152923 -o /tmp/evaluation-result-1068248-1215152923/solver-1068248-1215152923 -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-1068248-1215152923.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.98 1.99 4/81 23525
/proc/meminfo: memFree=1122968/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=12000 CPUtime=0
/proc/23525/stat : 23525 (sugar) R 23523 23525 19871 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 1994261164 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 237947517920 0 0 4224 0 0 0 0 17 1 0 0
/proc/23525/statm: 3000 173 134 3 0 100 0

[startup+0.0576601 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23525
/proc/meminfo: memFree=1122968/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.03
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994261164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10409 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23525
/proc/meminfo: memFree=1122968/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.03
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994261164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301627 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23525
/proc/meminfo: memFree=1122968/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.03
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994261164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7017 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23525
/proc/meminfo: memFree=1122968/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.03
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994261164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 23547
/proc/meminfo: memFree=1115200/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 973 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864076 CPUtime=0.58
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 7218 0 1 0 55 3 0 0 18 0 9 0 1994261255 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216019 6340 2532 9 0 210601 0
[pid=23539/tid=23540] ppid=23538 vsize=864076 CPUtime=0.33
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 2453 0 1 0 32 1 0 0 21 0 9 0 1994261256 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4126426601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864076 CPUtime=0.19
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 3755 0 0 0 18 1 0 0 16 0 9 0 1994261257 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864076 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864076 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864076 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864076 CPUtime=0.03
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 313 0 0 0 3 0 0 0 17 0 9 0 1994261259 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864076 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864076 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 884813824 6340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883032

[startup+3.10208 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 23547
/proc/meminfo: memFree=1089344/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 973 9225 0 1 3 1 75 5 15 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864188 CPUtime=2.17
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 17484 0 1 0 209 8 0 0 18 0 9 0 1994261255 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216047 16293 2540 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864188 CPUtime=0.95
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 3111 0 1 0 94 1 0 0 25 0 9 0 1994261256 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 103568474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864188 CPUtime=1.13
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 13355 0 0 0 108 5 0 0 17 0 9 0 1994261257 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864188 CPUtime=0.05
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1994261259 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 884928512 16293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883144

[startup+6.3026 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 23547
/proc/meminfo: memFree=998784/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 973 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864188 CPUtime=5.33
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 40186 0 1 0 515 18 0 0 18 0 9 0 1994261255 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216047 38313 2540 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864188 CPUtime=2.02
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 4350 0 1 0 200 2 0 0 25 0 9 0 1994261256 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 103215010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864188 CPUtime=3.24
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 34818 0 0 0 309 15 0 0 16 0 9 0 1994261257 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864188 CPUtime=0.05
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1994261259 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864188 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 884928512 38313 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883144

[startup+12.7026 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 23547
/proc/meminfo: memFree=953920/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=11.66
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 56250 0 1 0 1141 25 0 0 18 0 9 0 1994261255 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 43734 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=6.99
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 4428 0 1 0 697 2 0 0 25 0 9 0 1994261256 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=4.56
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 50784 0 0 0 434 22 0 0 16 0 9 0 1994261257 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.08
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 1994261259 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 43734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883256

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23547
/proc/meminfo: memFree=953728/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=24.34
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 56297 0 1 0 2409 25 0 0 18 0 9 0 1994261255 885043200 43773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 43773 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=19.58
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 4436 0 1 0 1956 2 0 0 25 0 9 0 1994261256 885043200 43773 996147200 134512640 134550740 4294955952 18446744073709551615 4126562439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=4.66
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 50823 0 0 0 444 22 0 0 16 0 9 0 1994261257 885043200 43773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 43773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 43773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=1651.28
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 105888 0 1 0 165017 111 0 0 18 0 9 0 1994261255 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 71142 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=1640.58
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 5058 0 1 0 163996 62 0 0 25 0 9 0 1994261256 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4126564992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=10.57
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 99782 0 0 0 1009 48 0 0 16 0 9 0 1994261257 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.1
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 351 0 0 0 10 0 0 0 17 0 9 0 1994261259 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 71142 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.12
Current children cumulated vsize (KiB) 883256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23591
/proc/meminfo: memFree=1451192/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=1711.25
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 107595 0 1 0 171013 112 0 0 18 0 9 0 1994261255 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 72840 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=1700.44
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 5067 0 1 0 169982 62 0 0 25 0 9 0 1994261256 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4126564992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=10.69
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 101480 0 0 0 1020 49 0 0 16 0 9 0 1994261257 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.1
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 351 0 0 0 10 0 0 0 17 0 9 0 1994261259 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 72840 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.09
Current children cumulated vsize (KiB) 883256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23591
/proc/meminfo: memFree=1445816/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=1771.23
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 108943 0 1 0 177010 113 0 0 18 0 9 0 1994261255 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 74181 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=1760.33
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 5074 0 1 0 175971 62 0 0 25 0 9 0 1994261256 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4126564986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=10.77
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 102821 0 0 0 1027 50 0 0 16 0 9 0 1994261257 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.1
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 351 0 0 0 10 0 0 0 17 0 9 0 1994261259 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 74181 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.07
Current children cumulated vsize (KiB) 883256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23591
/proc/meminfo: memFree=1440760/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=1799.22
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 110217 0 1 0 179808 114 0 0 18 0 9 0 1994261255 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 75448 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=1788.25
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 5081 0 1 0 178763 62 0 0 25 0 9 0 1994261256 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=10.85
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 104088 0 0 0 1034 51 0 0 16 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.1
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 351 0 0 0 10 0 0 0 17 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 883256

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

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

[startup+1810.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 23591
/proc/meminfo: memFree=1440760/2055920 swapFree=4179736/4192956
[pid=23525] ppid=23523 vsize=13600 CPUtime=0.84
/proc/23525/stat : 23525 (sugar) S 23523 23525 19871 0 -1 4194304 974 9225 0 1 3 1 75 5 16 0 1 0 1994261164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23525/statm: 3400 797 370 3 0 500 0
[pid=23538] ppid=23525 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23525 23525 19871 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994261254 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 233 193 169 0 50 0
[pid=23539] ppid=23538 vsize=864300 CPUtime=1799.22
/proc/23539/stat : 23539 (java) S 23538 23525 19871 0 -1 0 110217 0 1 0 179808 114 0 0 18 0 9 0 1994261255 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23539/statm: 216075 75448 2564 9 0 210622 0
[pid=23539/tid=23540] ppid=23538 vsize=864300 CPUtime=1788.25
/proc/23539/task/23540/stat : 23540 (java) R 23538 23525 19871 0 -1 64 5081 0 1 0 178763 62 0 0 25 0 9 0 1994261256 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23541] ppid=23538 vsize=864300 CPUtime=10.85
/proc/23539/task/23541/stat : 23541 (java) S 23538 23525 19871 0 -1 64 104088 0 0 0 1034 51 0 0 16 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23539/tid=23542] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23542/stat : 23542 (java) S 23538 23525 19871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23543] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23543/stat : 23543 (java) S 23538 23525 19871 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994261257 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23544] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23544/stat : 23544 (java) S 23538 23525 19871 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23545] ppid=23538 vsize=864300 CPUtime=0.1
/proc/23539/task/23545/stat : 23545 (java) S 23538 23525 19871 0 -1 64 351 0 0 0 10 0 0 0 17 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23546] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23546/stat : 23546 (java) S 23538 23525 19871 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23539/tid=23547] ppid=23538 vsize=864300 CPUtime=0
/proc/23539/task/23547/stat : 23547 (java) S 23538 23525 19871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994261259 885043200 75448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 883256

Child status: 0

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

Real time (s): 1810.38
CPU time (s): 1800.06
CPU user time (s): 1798.86
CPU system time (s): 1.2
CPU usage (%): 99.43
Max. virtual memory (cumulated for all children) (KiB): 905748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.794879
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10530
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= 544
involuntary context switches= 360

runsolver used 2.16167 second user time and 6.12507 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 08:28:43
IDJOB=1068248
IDBENCH=55506
IDSOLVER=345
FILE ID=node69/1068248-1215152923
PBS_JOBID= 7877309
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-10_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-1068248-1215152923/watcher-1068248-1215152923 -o /tmp/evaluation-result-1068248-1215152923/solver-1068248-1215152923 -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-1068248-1215152923.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 77cf315d85c5b0dc6faca98dd915c7cb
RANDOM SEED=1795701791

node69.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.259
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.259
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:       1123512 kB
Buffers:         15168 kB
Cached:          90732 kB
SwapCached:       7048 kB
Active:         842012 kB
Inactive:        29664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123512 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:         781856 kB
Slab:            44372 kB
Committed_AS:  4647908 kB
PageTables:       3512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node69 at 2008-07-04 08:58:55