Trace number 1075290

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+minisat? (TO) 1800 1803.1

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-03.xml
MD5SUM6023d8b01905dd6c34bb294891b52766
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.537917
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:09:04 2008
0.00/0.05	c 0	PID 28567
0.04/0.05	c 0	HOST node32.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1075290-1215180544.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075290-1215180544.xml' 'HOME/temp.csp'
1.16/1.26	c 2	1 domains, 189 variables, 6 predicates, 5 relations, 1001 constraints
1.21/1.31	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.21/1.31	c 2	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'
1.21/1.39	c 2	Parsing HOME/temp.csp
2.19/2.36	c 3	parsed 1202 expressions
2.19/2.36	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.36	c 3	Converting to clausal form CSP
2.19/2.38	c 3	converted 121 (10%) expressions
2.79/2.93	c 3	converted 241 (20%) expressions
5.16/5.37	c 6	converted 361 (30%) expressions
6.84/7.09	c 8	converted 481 (40%) expressions
6.94/7.10	c 8	converted 601 (50%) expressions
7.35/7.54	c 8	converted 722 (60%) expressions
8.62/8.86	c 9	converted 842 (70%) expressions
10.90/11.15	c 12	converted 962 (80%) expressions
11.00/11.28	c 12	converted 1082 (90%) expressions
11.00/11.29	c 12	converted 1202 (100%) expressions
11.00/11.30	c 12	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.00/11.30	c 12	Heap : 200 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.00/11.30	c 12	Propagation in CSP
11.10/11.32	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.10/11.32	c 12	CSP : 189 integers, 0 booleans, 1001 clauses, largest domain size 26
11.10/11.32	c 12	Heap : 201 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.10/11.32	c 12	Simplifing CSP by introducing new Boolean variables
11.10/11.37	c 12	CSP : 189 integers, 8032 booleans, 9033 clauses, largest domain size 26
11.10/11.37	c 12	Heap : 204 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.39/12.63	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.39/12.65	c 13	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
12.39/12.65	c 13	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
12.39/12.65	c 13	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
12.39/12.65	c 13	76 (40%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
12.39/12.65	c 13	95 (50%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
12.39/12.65	c 13	114 (60%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
12.39/12.66	c 13	133 (70%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
12.39/12.66	c 13	152 (80%) CSP integer variables are encoded (3648 clauses, 45361 bytes)
12.39/12.66	c 13	171 (90%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
12.39/12.66	c 13	189 (100%) CSP integer variables are encoded (4536 clauses, 56905 bytes)
146.05/147.43	c 148	904 (10%) CSP clauses are encoded (1052932 clauses, 47160500 bytes)
425.66/427.34	c 428	1807 (20%) CSP clauses are encoded (1327493 clauses, 62798500 bytes)
745.24/747.22	c 748	2710 (30%) CSP clauses are encoded (1602079 clauses, 78922762 bytes)
745.24/747.26	c 748	3614 (40%) CSP clauses are encoded (1623083 clauses, 79294344 bytes)
1276.63/1279.19	c 1280	4517 (50%) CSP clauses are encoded (2151277 clauses, 113566764 bytes)
1800.00/1803.02	c ERROR INTERRUPTED
1800.00/1803.09	s UNKNOWN
1800.00/1803.09	c 1804	CPU 1.14 (0.03 0.01 1.11 0.08)
1800.00/1803.09	c 1804	END Fri Jul  4 16:39:08 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-1075290-1215180544/watcher-1075290-1215180544 -o /tmp/evaluation-result-1075290-1215180544/solver-1075290-1215180544 -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/minisat -tmp=HOME/temp HOME/instance-1075290-1215180544.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.97 2.00 1.96 4/82 28567
/proc/meminfo: memFree=1626680/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=4708 CPUtime=0
/proc/28567/stat : 28567 (sugar) R 28565 28567 25002 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1547726625 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 268211127248 0 0 4096 0 0 0 0 17 1 0 0
/proc/28567/statm: 1177 43 33 3 0 8 0

[startup+0.0509 s]
/proc/loadavg: 1.97 2.00 1.96 4/82 28567
/proc/meminfo: memFree=1626680/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=0.04
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1547726625 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102136 s]
/proc/loadavg: 1.97 2.00 1.96 4/82 28567
/proc/meminfo: memFree=1626680/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=0.04
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547726625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30213 s]
/proc/loadavg: 1.97 2.00 1.96 4/82 28567
/proc/meminfo: memFree=1626680/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=0.04
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547726625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702179 s]
/proc/loadavg: 1.97 2.00 1.96 4/82 28567
/proc/meminfo: memFree=1626680/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=0.04
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547726625 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50127 s]
/proc/loadavg: 1.97 2.00 1.96 3/93 28579
/proc/meminfo: memFree=1603040/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 973 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

[startup+3.10145 s]
/proc/loadavg: 1.97 2.00 1.96 4/93 28589
/proc/meminfo: memFree=1603040/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 973 11809 0 1 3 1 111 8 15 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=864892 CPUtime=1.75
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 14840 0 1 0 170 5 0 0 18 0 9 0 1547726757 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 216223 13515 2540 9 0 210798 0
[pid=28581/tid=28582] ppid=28580 vsize=864892 CPUtime=0.89
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 2874 0 1 0 87 2 0 0 20 0 9 0 1547726758 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28583] ppid=28580 vsize=864892 CPUtime=0.78
/proc/28581/task/28583/stat : 28583 (java) R 28580 28567 25002 0 -1 64 10929 0 0 0 75 3 0 0 16 0 9 0 1547726759 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28584] ppid=28580 vsize=864892 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547726759 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28585] ppid=28580 vsize=864892 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=864892 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=864892 CPUtime=0.08
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 340 0 0 0 8 0 0 0 16 0 9 0 1547726761 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28588] ppid=28580 vsize=864892 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=864892 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 885649408 13515 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883848

[startup+6.30282 s]
/proc/loadavg: 2.13 2.03 1.97 3/93 28589
/proc/meminfo: memFree=1520736/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 973 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=889888 CPUtime=4.93
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 44260 0 1 0 473 20 0 0 18 0 9 0 1547726757 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 222472 37304 2540 9 0 217047 0
[pid=28581/tid=28582] ppid=28580 vsize=889888 CPUtime=2.08
/proc/28581/task/28582/stat : 28582 (java) S 28580 28567 25002 0 -1 64 3623 0 1 0 206 2 0 0 25 0 9 0 1547726758 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28583] ppid=28580 vsize=889888 CPUtime=2.64
/proc/28581/task/28583/stat : 28583 (java) R 28580 28567 25002 0 -1 64 38531 0 0 0 248 16 0 0 19 0 9 0 1547726759 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 104181494 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28584] ppid=28580 vsize=889888 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547726759 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28585] ppid=28580 vsize=889888 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=889888 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=889888 CPUtime=0.18
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1409 0 0 0 17 1 0 0 16 0 9 0 1547726761 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28588] ppid=28580 vsize=889888 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=889888 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 911245312 37304 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 908844

[startup+12.7025 s]
/proc/loadavg: 2.20 2.05 1.97 3/93 28589
/proc/meminfo: memFree=1376480/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=11.25
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 90384 0 1 0 1087 38 0 0 18 0 9 0 1547726757 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 58797 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=3.89
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 5732 0 1 0 386 3 0 0 17 0 9 0 1547726758 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=7.12
/proc/28581/task/28583/stat : 28583 (java) R 28580 28567 25002 0 -1 64 82473 0 0 0 679 33 0 0 23 0 9 0 1547726759 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.22
/proc/28581/task/28587/stat : 28587 (java) R 28580 28567 25002 0 -1 64 1482 0 0 0 21 1 0 0 16 0 9 0 1547726761 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 102015730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 58797 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 888488

[startup+25.503 s]
/proc/loadavg: 2.16 2.04 1.97 3/93 28589
/proc/meminfo: memFree=1386592/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=23.93
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 90466 0 1 0 2349 44 0 0 18 0 9 0 1547726757 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 58838 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=16.33
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 5773 0 1 0 1625 8 0 0 25 0 9 0 1547726758 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4126591930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=7.35
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 82505 0 0 0 701 34 0 0 16 0 9 0 1547726759 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.23
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1491 0 0 0 22 1 0 0 17 0 9 0 1547726761 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 58838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 888488

[startup+51.1029 s]
/proc/loadavg: 2.10 2.04 1.97 3/93 28589
/proc/meminfo: memFree=1373088/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=49.28
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 90580 0 1 0 4877 51 0 0 18 0 9 0 1547726757 890400768 58901 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=1598.26
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 136380 0 1 0 159686 140 0 0 18 0 9 0 1547726757 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 94849 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=1585.28
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 6227 0 1 0 158448 80 0 0 25 0 9 0 1547726758 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4126955840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=12.71
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 127892 0 0 0 1213 58 0 0 16 0 9 0 1547726759 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1547726759 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.25
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1564 0 0 0 24 1 0 0 16 0 9 0 1547726761 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 94849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.49
Current children cumulated vsize (KiB) 888488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28718
/proc/meminfo: memFree=1144872/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=1658.2
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 137955 0 1 0 165679 141 0 0 18 0 9 0 1547726757 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 96418 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=1645.12
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 6233 0 1 0 164432 80 0 0 25 0 9 0 1547726758 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4126955877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=12.8
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 129461 0 0 0 1222 58 0 0 16 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.25
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1564 0 0 0 24 1 0 0 16 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.43
Current children cumulated vsize (KiB) 888488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28718
/proc/meminfo: memFree=1144808/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=1718.15
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 137955 0 1 0 171674 141 0 0 18 0 9 0 1547726757 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 96418 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=1705.06
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 6233 0 1 0 170426 80 0 0 25 0 9 0 1547726758 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4126955840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=12.8
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 129461 0 0 0 1222 58 0 0 16 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.25
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1564 0 0 0 24 1 0 0 16 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 96418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.38
Current children cumulated vsize (KiB) 888488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 28718
/proc/meminfo: memFree=1137512/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=1778.09
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 139777 0 1 0 177667 142 0 0 18 0 9 0 1547726757 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 98233 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=1764.89
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 6240 0 1 0 176409 80 0 0 25 0 9 0 1547726758 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=12.91
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 131276 0 0 0 1232 59 0 0 16 0 9 0 1547726759 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1547726759 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.25
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1564 0 0 0 24 1 0 0 16 0 9 0 1547726761 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 98233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.32
Current children cumulated vsize (KiB) 888488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28718
/proc/meminfo: memFree=1133096/2055920 swapFree=4097928/4192956
[pid=28567] ppid=28565 vsize=13600 CPUtime=1.23
/proc/28567/stat : 28567 (sugar) S 28565 28567 25002 0 -1 4194304 974 11809 0 1 3 1 111 8 16 0 1 0 1547726625 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28567/statm: 3400 797 370 3 0 500 0
[pid=28580] ppid=28567 vsize=5356 CPUtime=0
/proc/28580/stat : 28580 (sh) S 28567 28567 25002 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547726756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28580/statm: 1339 233 193 169 0 50 0
[pid=28581] ppid=28580 vsize=869532 CPUtime=1798.77
/proc/28581/stat : 28581 (java) S 28580 28567 25002 0 -1 0 140872 0 1 0 179734 143 0 0 18 0 9 0 1547726757 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28581/statm: 217383 99324 2565 9 0 211930 0
[pid=28581/tid=28582] ppid=28580 vsize=869532 CPUtime=1785.51
/proc/28581/task/28582/stat : 28582 (java) R 28580 28567 25002 0 -1 64 6244 0 1 0 178471 80 0 0 25 0 9 0 1547726758 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4126958340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28583] ppid=28580 vsize=869532 CPUtime=12.98
/proc/28581/task/28583/stat : 28583 (java) S 28580 28567 25002 0 -1 64 132367 0 0 0 1238 60 0 0 16 0 9 0 1547726759 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28584] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28584/stat : 28584 (java) S 28580 28567 25002 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 1547726759 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28585] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28585/stat : 28585 (java) S 28580 28567 25002 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547726759 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28586] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28586/stat : 28586 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547726761 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28587] ppid=28580 vsize=869532 CPUtime=0.25
/proc/28581/task/28587/stat : 28587 (java) S 28580 28567 25002 0 -1 64 1564 0 0 0 24 1 0 0 16 0 9 0 1547726761 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28581/tid=28588] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28588/stat : 28588 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547726761 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28581/tid=28589] ppid=28580 vsize=869532 CPUtime=0
/proc/28581/task/28589/stat : 28589 (java) S 28580 28567 25002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547726761 890400768 99324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 888488

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 28567 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=148825
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100984
# CPU time returned by wait4() is 1.24981
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.1
CPU time (s): 1800
CPU user time (s): 1798.48
CPU system time (s): 1.52
CPU usage (%): 99.8282
Max. virtual memory (cumulated for all children) (KiB): 908976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.14882
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13114
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= 991
involuntary context switches= 828

runsolver used 2.15067 second user time and 6.12407 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 16:09:04
IDJOB=1075290
IDBENCH=56498
IDSOLVER=346
FILE ID=node32/1075290-1215180544
PBS_JOBID= 7881402
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-03.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075290-1215180544/watcher-1075290-1215180544 -o /tmp/evaluation-result-1075290-1215180544/solver-1075290-1215180544 -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/minisat" -tmp="HOME/temp" HOME/instance-1075290-1215180544.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6023d8b01905dd6c34bb294891b52766
RANDOM SEED=35032499

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:       1627160 kB
Buffers:         46812 kB
Cached:         131368 kB
SwapCached:      88312 kB
Active:         313448 kB
Inactive:        61708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627160 kB
SwapTotal:     4192956 kB
SwapFree:      4097928 kB
Dirty:            2856 kB
Writeback:           0 kB
Mapped:         210492 kB
Slab:            38036 kB
Committed_AS:  4012672 kB
PageTables:       2348 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= 66544 MiB
End job on node32 at 2008-07-04 16:39:09