Trace number 1076511

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.04 1817.19

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg11-15_ext.xml
MD5SUMf7fc3b1025b177c0882a8beb40cdee9d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.23
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 18:12:00 2008
0.00/0.05	c 0	PID 21539
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076511-1215187920.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-1076511-1215187920.xml' 'HOME/temp.csp'
1.15/1.25	c 1	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
1.15/1.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.28	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'
1.23/1.37	c 2	Parsing HOME/temp.csp
2.51/2.65	c 3	parsed 194 expressions
2.51/2.66	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.51/2.66	c 3	Converting to clausal form CSP
2.51/2.69	c 3	converted 20 (10%) expressions
2.51/2.69	c 3	converted 39 (20%) expressions
2.51/2.69	c 3	converted 59 (30%) expressions
2.51/2.69	c 3	converted 78 (40%) expressions
2.51/2.69	c 3	converted 97 (50%) expressions
2.51/2.69	c 3	converted 117 (60%) expressions
2.51/2.69	c 3	converted 136 (70%) expressions
2.51/2.69	c 3	converted 156 (80%) expressions
11.63/11.90	c 12	converted 175 (90%) expressions
27.08/27.41	c 28	converted 194 (100%) expressions
27.08/27.42	c 28	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
27.08/27.42	c 28	Heap : 607 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.08/27.42	c 28	Propagation in CSP
27.08/27.42	c 28	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
27.08/27.42	c 28	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
27.08/27.42	c 28	Heap : 607 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.08/27.42	c 28	Simplifing CSP by introducing new Boolean variables
27.08/27.42	c 28	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
27.08/27.42	c 28	Heap : 607 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.04/30.43	c 31	Encoding CSP to SAT : HOME/temp.cnf
30.04/30.44	c 31	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
30.04/30.45	c 31	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
30.04/30.45	c 31	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
30.04/30.45	c 31	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
30.04/30.45	c 31	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
30.04/30.46	c 31	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
30.04/30.46	c 31	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
30.04/30.46	c 31	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
30.04/30.46	c 31	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
30.04/30.46	c 31	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
1800.02/1817.02	c ERROR INTERRUPTED
1.23/1817.19	s UNKNOWN
1.23/1817.19	c 1817	CPU 1.13 (0.03 0 1.1 0.1)
1.23/1817.19	c 1817	END Fri Jul  4 18:42:17 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-1076511-1215187920/watcher-1076511-1215187920 -o /tmp/evaluation-result-1076511-1215187920/solver-1076511-1215187920 -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-1076511-1215187920.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.99 2.01 2.00 4/81 21539
/proc/meminfo: memFree=1785472/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=12000 CPUtime=0
/proc/21539/stat : 21539 (sugar) R 21537 21539 18998 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 1997767639 12288000 172 996147200 4194304 4206940 548682068560 18446744073709551615 259353148384 0 0 4224 0 0 0 0 17 1 0 0
/proc/21539/statm: 3000 172 133 3 0 100 0

[startup+0.0577761 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 21539
/proc/meminfo: memFree=1785472/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=0.03
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997767639 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102773 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 21539
/proc/meminfo: memFree=1785472/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=0.03
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997767639 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301819 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 21539
/proc/meminfo: memFree=1785472/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=0.03
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997767639 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70189 s]
/proc/loadavg: 1.99 2.01 2.00 4/81 21539
/proc/meminfo: memFree=1785472/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=0.03
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997767639 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50105 s]
/proc/loadavg: 1.99 2.01 2.00 3/92 21551
/proc/meminfo: memFree=1752168/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 972 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

[startup+3.10236 s]
/proc/loadavg: 1.99 2.01 2.00 3/92 21561
/proc/meminfo: memFree=1761512/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 972 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864732 CPUtime=1.78
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 14871 0 1 0 171 7 0 0 18 0 9 0 1997767768 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216183 13691 2540 9 0 210758 0
[pid=21553/tid=21554] ppid=21552 vsize=864732 CPUtime=0.91
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 2849 0 1 0 90 1 0 0 25 0 9 0 1997767769 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864732 CPUtime=0.79
/proc/21553/task/21555/stat : 21555 (java) R 21552 21539 18998 0 -1 64 10994 0 0 0 74 5 0 0 16 0 9 0 1997767770 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864732 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864732 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997767770 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864732 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864732 CPUtime=0.07
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1997767772 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864732 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 885485568 13691 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864732 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 885485568 13691 996147200 134512640 134550740 4294955904 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) 883688

[startup+6.30199 s]
/proc/loadavg: 1.99 2.01 2.00 4/92 21561
/proc/meminfo: memFree=1674152/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 972 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=886720 CPUtime=4.95
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 45393 0 1 0 472 23 0 0 18 0 9 0 1997767768 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 221680 37579 2540 9 0 216255 0
[pid=21553/tid=21554] ppid=21552 vsize=886720 CPUtime=1.94
/proc/21553/task/21554/stat : 21554 (java) S 21552 21539 18998 0 -1 64 3614 0 1 0 193 1 0 0 25 0 9 0 1997767769 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=886720 CPUtime=2.91
/proc/21553/task/21555/stat : 21555 (java) R 21552 21539 18998 0 -1 64 40750 0 0 0 271 20 0 0 20 0 9 0 1997767770 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 103736814 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=886720 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=886720 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=886720 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=886720 CPUtime=0.07
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 332 0 0 0 7 0 0 0 17 0 9 0 1997767772 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=886720 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=886720 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 908001280 37579 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 905676

[startup+12.7022 s]
/proc/loadavg: 1.99 2.01 2.00 4/92 21561
/proc/meminfo: memFree=1532072/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 972 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864228 CPUtime=11.29
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 95240 0 1 0 1082 47 0 0 18 0 9 0 1997767768 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216057 70657 2540 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864228 CPUtime=4.31
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 5557 0 1 0 429 2 0 0 16 0 9 0 1997767769 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4126547960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864228 CPUtime=6.88
/proc/21553/task/21555/stat : 21555 (java) R 21552 21539 18998 0 -1 64 88654 0 0 0 644 44 0 0 25 0 9 0 1997767770 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864228 CPUtime=0.07
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 332 0 0 0 7 0 0 0 17 0 9 0 1997767772 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 884969472 70657 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883184

[startup+25.5027 s]
/proc/loadavg: 1.99 2.01 2.00 3/92 21561
/proc/meminfo: memFree=1245032/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 972 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864228 CPUtime=23.97
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 182885 0 1 0 2308 89 0 0 18 0 9 0 1997767768 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216057 136052 2540 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864228 CPUtime=8.38
/proc/21553/task/21554/stat : 21554 (java) S 21552 21539 18998 0 -1 64 8728 0 1 0 835 3 0 0 18 0 9 0 1997767769 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864228 CPUtime=15.49
/proc/21553/task/21555/stat : 21555 (java) R 21552 21539 18998 0 -1 64 173128 0 0 0 1465 84 0 0 25 0 9 0 1997767770 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 102723105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864228 CPUtime=0.07
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 332 0 0 0 7 0 0 0 17 0 9 0 1997767772 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864228 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 884969472 136052 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 883184

[startup+51.1017 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 21561
/proc/meminfo: memFree=1132008/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 973 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864340 CPUtime=49.3
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 214519 0 1 0 4827 103 0 0 18 0 9 0 1997767768 885084160 164219 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.04 2.13 3/92 21561
/proc/meminfo: memFree=1056368/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 973 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864340 CPUtime=1704.7
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 232223 0 1 0 170358 112 0 0 18 0 9 0 1997767768 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216085 181883 2564 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864340 CPUtime=1683.81
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 8852 0 1 0 168375 6 0 0 25 0 9 0 1997767769 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864340 CPUtime=20.75
/proc/21553/task/21555/stat : 21555 (java) S 21552 21539 18998 0 -1 64 222321 0 0 0 1971 104 0 0 16 0 9 0 1997767770 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864340 CPUtime=0.1
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1997767772 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 885084160 181883 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 883296

[startup+1782.3 s]
/proc/loadavg: 1.95 2.01 2.11 3/83 21591
/proc/meminfo: memFree=1082304/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 973 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864340 CPUtime=1764.26
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 240494 0 1 0 176282 144 0 0 18 0 9 0 1997767768 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216085 183671 2564 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864340 CPUtime=1739.18
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 8901 0 1 0 173883 35 0 0 25 0 9 0 1997767769 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4126621364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864340 CPUtime=24.94
/proc/21553/task/21555/stat : 21555 (java) S 21552 21539 18998 0 -1 64 230534 0 0 0 2386 108 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864340 CPUtime=0.12
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.49
Current children cumulated vsize (KiB) 883296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 1.97 2.01 2.10 3/83 21591
/proc/meminfo: memFree=1081536/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 973 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864340 CPUtime=1798.79
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 240496 0 1 0 179734 145 0 0 18 0 9 0 1997767768 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216085 183671 2564 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864340 CPUtime=1773.65
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 8903 0 1 0 177330 35 0 0 25 0 9 0 1997767769 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4126602573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864340 CPUtime=24.99
/proc/21553/task/21555/stat : 21555 (java) S 21552 21539 18998 0 -1 64 230534 0 0 0 2391 108 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864340 CPUtime=0.12
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 883296

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

[startup+1817 s]
/proc/loadavg: 1.97 2.01 2.10 3/83 21591
/proc/meminfo: memFree=1081536/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 973 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=5356 CPUtime=0
/proc/21552/stat : 21552 (sh) S 21539 21539 18998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997767768 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21552/statm: 1339 233 193 169 0 50 0
[pid=21553] ppid=21552 vsize=864340 CPUtime=1798.79
/proc/21553/stat : 21553 (java) S 21552 21539 18998 0 -1 0 240496 0 1 0 179734 145 0 0 18 0 9 0 1997767768 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21553/statm: 216085 183671 2564 9 0 210632 0
[pid=21553/tid=21554] ppid=21552 vsize=864340 CPUtime=1773.65
/proc/21553/task/21554/stat : 21554 (java) R 21552 21539 18998 0 -1 64 8903 0 1 0 177330 35 0 0 25 0 9 0 1997767769 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4126602573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21555] ppid=21552 vsize=864340 CPUtime=24.99
/proc/21553/task/21555/stat : 21555 (java) S 21552 21539 18998 0 -1 64 230534 0 0 0 2391 108 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21556] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21556/stat : 21556 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21557] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21557/stat : 21557 (java) S 21552 21539 18998 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997767770 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21558] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21558/stat : 21558 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21559] ppid=21552 vsize=864340 CPUtime=0.12
/proc/21553/task/21559/stat : 21559 (java) S 21552 21539 18998 0 -1 64 362 0 0 0 12 0 0 0 16 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21560] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21560/stat : 21560 (java) S 21552 21539 18998 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21553/tid=21561] ppid=21552 vsize=864340 CPUtime=0
/proc/21553/task/21561/stat : 21561 (java) S 21552 21539 18998 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997767772 885084160 183671 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 883296

# WARNING:
# current cumulated CPU time (1.23 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1798.79 s) to the 'lost time'.

[startup+1817.13 s]
/proc/loadavg: 1.97 2.01 2.10 3/77 21594
/proc/meminfo: memFree=1457784/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 981 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=0 CPUtime=0
/proc/21552/stat : 21552 (sh) Z 21539 21539 18998 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997767768 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21552/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

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

[startup+1817.13 s]
/proc/loadavg: 1.97 2.01 2.10 3/77 21594
/proc/meminfo: memFree=1457784/2055920 swapFree=4179472/4192956
[pid=21539] ppid=21537 vsize=13600 CPUtime=1.23
/proc/21539/stat : 21539 (sugar) S 21537 21539 18998 0 -1 4194304 981 15264 0 1 3 0 110 10 16 0 1 0 1997767639 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 259362173026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21539/statm: 3400 797 370 3 0 500 0
[pid=21552] ppid=21539 vsize=0 CPUtime=0
/proc/21552/stat : 21552 (sh) Z 21539 21539 18998 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997767768 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21552/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.79
#  lost CPU user time (s): 1797.34
#  lost CPU system time (s): 1.45

Real time (s): 1817.19
CPU time (s): 1800.04
CPU user time (s): 1798.48
CPU system time (s): 1.56298
CPU usage (%): 99.0563
Max. virtual memory (cumulated for all children) (KiB): 910800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.13783
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16571
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= 564
involuntary context switches= 410

runsolver used 2.18667 second user time and 6.12407 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 18:12:00
IDJOB=1076511
IDBENCH=56590
IDSOLVER=346
FILE ID=node1/1076511-1215187920
PBS_JOBID= 7881518
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg11-15_ext.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-1076511-1215187920/watcher-1076511-1215187920 -o /tmp/evaluation-result-1076511-1215187920/solver-1076511-1215187920 -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-1076511-1215187920.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f7fc3b1025b177c0882a8beb40cdee9d
RANDOM SEED=596973696

node1.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.265
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.265
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:       1786016 kB
Buffers:          6616 kB
Cached:         105704 kB
SwapCached:       7496 kB
Active:         150720 kB
Inactive:        68228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786016 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:           22920 kB
Writeback:           0 kB
Mapped:         122864 kB
Slab:            36048 kB
Committed_AS:  3325344 kB
PageTables:       2084 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= 66520 MiB
End job on node1 at 2008-07-04 18:42:19