Trace number 1111607

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.1 3617.9

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-16_ext.xml
MD5SUM1ee509f538fed315d26e452307dacb03
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Sat Jul 12 10:06:27 2008
0.05/0.07	c 0	PID 14255
0.05/0.07	c 0	HOST node80.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1111607-1215849987.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111607-1215849987.xml' 'HOME/temp.csp'
0.06/0.91	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.01	c 1	Parsing HOME/temp.csp
1.52/1.62	c 1	parsed 240 expressions
1.52/1.63	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.63	c 1	MAX CSP: 29 constraints
1.52/1.63	c 1	Converting to clausal form CSP
1.52/1.65	c 2	converted 28 (10%) expressions
1.52/1.65	c 2	converted 55 (20%) expressions
1.52/1.65	c 2	converted 82 (30%) expressions
1.52/1.65	c 2	converted 109 (40%) expressions
1.52/1.66	c 2	converted 136 (50%) expressions
1.52/1.66	c 2	converted 164 (60%) expressions
1.52/1.66	c 2	converted 191 (70%) expressions
4.20/4.40	c 4	converted 218 (80%) expressions
16.13/16.35	c 16	converted 245 (90%) expressions
16.93/17.12	c 17	converted 272 (100%) expressions
16.93/17.12	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 44
16.93/17.12	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.93/17.12	c 17	Propagation in CSP
16.93/17.13	c 17	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.93/17.13	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
16.93/17.13	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.93/17.13	c 17	Simplifing CSP by introducing new Boolean variables
16.93/17.13	c 17	CSP : 266 integers, 0 booleans, 86 clauses, largest domain size 30
16.93/17.13	c 17	Heap : 445 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.12/19.31	c 19	Encoding CSP to SAT : HOME/temp.cnf
19.12/19.34	c 19	27 (10%) CSP integer variables are encoded (648 clauses, 6984 bytes)
19.12/19.35	c 19	54 (20%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
19.12/19.35	c 19	80 (30%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
19.12/19.35	c 19	107 (40%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
19.12/19.35	c 19	133 (50%) CSP integer variables are encoded (3192 clauses, 39433 bytes)
19.12/19.35	c 19	160 (60%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
19.12/19.35	c 19	187 (70%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
19.12/19.35	c 19	213 (80%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
19.12/19.35	c 19	240 (90%) CSP integer variables are encoded (5022 clauses, 63223 bytes)
19.12/19.35	c 19	266 (100%) CSP integer variables are encoded (5197 clauses, 65498 bytes)
3600.07/3617.73	c ERROR INTERRUPTED
0.87/3617.89	s UNKNOWN
0.87/3617.89	c 3618	CPU 0.81 (0.05 0.01 0.76 0.06)
0.87/3617.89	c 3618	END Sat Jul 12 11:06:45 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111607-1215849987/watcher-1111607-1215849987 -o /tmp/evaluation-result-1111607-1215849987/solver-1111607-1215849987 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111607-1215849987.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.42 2.31 2.35 5/99 14255
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=12268 CPUtime=0
/proc/14255/stat : 14255 (sugar++) R 14253 14255 14016 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 41695284 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 226687154789 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14255/statm: 3067 316 241 3 0 167 0

[startup+0.0657159 s]
/proc/loadavg: 2.42 2.31 2.35 5/99 14255
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16344 CPUtime=0.05
/proc/14255/stat : 14255 (sugar++) R 14253 14255 14016 0 -1 4194304 998 0 0 0 4 1 0 0 18 0 1 0 41695284 16736256 966 996147200 4194304 4206940 548682068528 18446744073709551615 226686864560 0 0 4224 0 0 0 0 17 1 0 0
/proc/14255/statm: 4086 966 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101739 s]
/proc/loadavg: 2.42 2.31 2.35 5/99 14255
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.06
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301741 s]
/proc/loadavg: 2.42 2.31 2.35 5/99 14255
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.06
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701795 s]
/proc/loadavg: 2.42 2.31 2.35 5/99 14255
/proc/meminfo: memFree=1730608/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.06
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50289 s]
/proc/loadavg: 2.42 2.31 2.35 3/110 14277
/proc/meminfo: memFree=1721816/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1296 12020 0 1 5 1 75 6 15 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864076 CPUtime=0.55
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 7192 0 1 0 52 3 0 0 18 0 9 0 41695377 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216019 6369 2532 9 0 210601 0
[pid=14269/tid=14270] ppid=14268 vsize=864076 CPUtime=0.33
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 2453 0 1 0 32 1 0 0 22 0 9 0 41695378 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4126428515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864076 CPUtime=0.16
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 3720 0 0 0 15 1 0 0 16 0 9 0 41695379 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864076 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864076 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864076 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864076 CPUtime=0.04
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 322 0 0 0 4 0 0 0 17 0 9 0 41695381 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864076 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864076 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 884813824 6369 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886172

[startup+3.10209 s]
/proc/loadavg: 2.42 2.31 2.35 4/110 14277
/proc/meminfo: memFree=1694296/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1296 12020 0 1 5 1 75 6 15 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864228 CPUtime=2.14
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 19866 0 1 0 206 8 0 0 18 0 9 0 41695377 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216057 18118 2540 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864228 CPUtime=0.94
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 3163 0 1 0 93 1 0 0 25 0 9 0 41695378 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864228 CPUtime=1.11
/proc/14269/task/14271/stat : 14271 (java) R 14268 14255 14016 0 -1 64 15671 0 0 0 105 6 0 0 16 0 9 0 41695379 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864228 CPUtime=0.06
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 41695381 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 884969472 18118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 884969472 18118 996147200 134512640 134550740 4294955920 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) 886324

[startup+6.30149 s]
/proc/loadavg: 2.55 2.34 2.36 4/110 14277
/proc/meminfo: memFree=1598424/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1296 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864228 CPUtime=5.32
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 42990 0 1 0 513 19 0 0 18 0 9 0 41695377 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216057 40310 2540 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864228 CPUtime=1.94
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 4465 0 1 0 192 2 0 0 25 0 9 0 41695378 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864228 CPUtime=3.3
/proc/14269/task/14271/stat : 14271 (java) R 14268 14255 14016 0 -1 64 37493 0 0 0 314 16 0 0 16 0 9 0 41695379 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 104178028 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864228 CPUtime=0.06
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 41695381 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864228 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 884969472 40310 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886324

[startup+12.7013 s]
/proc/loadavg: 2.50 2.34 2.35 5/110 14277
/proc/meminfo: memFree=1406488/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1296 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=865232 CPUtime=11.68
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 100817 0 1 0 1126 42 0 0 18 0 9 0 41695377 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216308 87313 2540 9 0 210883 0
[pid=14269/tid=14270] ppid=14268 vsize=865232 CPUtime=4.26
/proc/14269/task/14270/stat : 14270 (java) S 14268 14255 14016 0 -1 64 5702 0 1 0 423 3 0 0 17 0 9 0 41695378 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14268 vsize=865232 CPUtime=7.34
/proc/14269/task/14271/stat : 14271 (java) R 14268 14255 14016 0 -1 64 94083 0 0 0 696 38 0 0 25 0 9 0 41695379 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 103736169 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14268 vsize=865232 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=865232 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=865232 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=865232 CPUtime=0.06
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 41695381 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14276] ppid=14268 vsize=865232 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=865232 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 885997568 87313 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887328

[startup+25.5029 s]
/proc/loadavg: 2.61 2.37 2.36 5/110 14277
/proc/meminfo: memFree=1235544/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1297 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864340 CPUtime=24.41
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 154148 0 1 0 2376 65 0 0 18 0 9 0 41695377 885084160 124691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216085 124691 2565 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864340 CPUtime=11.71
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 8377 0 1 0 1166 5 0 0 25 0 9 0 41695378 885084160 124691 996147200 134512640 134550740 4294955920 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864340 CPUtime=12.58
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 144714 0 0 0 1199 59 0 0 16 0 9 0 41695379 885084160 124691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885084160 124691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885084160 124691 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/112 14336
/proc/meminfo: memFree=245896/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1297 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864340 CPUtime=3504.36
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 208188 0 1 0 350282 154 0 0 18 0 9 0 41695377 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216085 178539 2565 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864340 CPUtime=3488.12
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 8570 0 1 0 348743 69 0 0 25 0 9 0 41695378 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4126621127 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864340 CPUtime=16.1
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 198553 0 0 0 1526 84 0 0 16 0 9 0 41695379 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864340 CPUtime=0.11
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 368 0 0 0 11 0 0 0 16 0 9 0 41695381 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 885084160 178539 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3505.23
Current children cumulated vsize (KiB) 886436

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/112 14336
/proc/meminfo: memFree=234056/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1297 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864340 CPUtime=3564
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 211117 0 1 0 356244 156 0 0 18 0 9 0 41695377 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216085 181461 2565 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864340 CPUtime=3547.58
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 8577 0 1 0 354689 69 0 0 25 0 9 0 41695378 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4126640350 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864340 CPUtime=16.28
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 201475 0 0 0 1543 85 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864340 CPUtime=0.11
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 368 0 0 0 11 0 0 0 16 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3564.87
Current children cumulated vsize (KiB) 886436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/112 14336
/proc/meminfo: memFree=234056/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1297 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864340 CPUtime=3599.2
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 211117 0 1 0 359764 156 0 0 18 0 9 0 41695377 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216085 181461 2565 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864340 CPUtime=3582.78
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 8577 0 1 0 358209 69 0 0 25 0 9 0 41695378 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864340 CPUtime=16.28
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 201475 0 0 0 1543 85 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864340 CPUtime=0.11
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 368 0 0 0 11 0 0 0 16 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 886436

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

[startup+3617.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/112 14336
/proc/meminfo: memFree=234056/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1297 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=5356 CPUtime=0
/proc/14268/stat : 14268 (sh) S 14255 14255 14016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41695377 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14268/statm: 1339 233 193 169 0 50 0
[pid=14269] ppid=14268 vsize=864340 CPUtime=3599.2
/proc/14269/stat : 14269 (java) S 14268 14255 14016 0 -1 0 211117 0 1 0 359764 156 0 0 18 0 9 0 41695377 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14269/statm: 216085 181461 2565 9 0 210632 0
[pid=14269/tid=14270] ppid=14268 vsize=864340 CPUtime=3582.78
/proc/14269/task/14270/stat : 14270 (java) R 14268 14255 14016 0 -1 64 8577 0 1 0 358209 69 0 0 25 0 9 0 41695378 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14271] ppid=14268 vsize=864340 CPUtime=16.28
/proc/14269/task/14271/stat : 14271 (java) S 14268 14255 14016 0 -1 64 201475 0 0 0 1543 85 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14272] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14272/stat : 14272 (java) S 14268 14255 14016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14273] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14273/stat : 14273 (java) S 14268 14255 14016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41695379 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14274] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14274/stat : 14274 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14275] ppid=14268 vsize=864340 CPUtime=0.11
/proc/14269/task/14275/stat : 14275 (java) S 14268 14255 14016 0 -1 64 368 0 0 0 11 0 0 0 16 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14269/tid=14276] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14276/stat : 14276 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14269/tid=14277] ppid=14268 vsize=864340 CPUtime=0
/proc/14269/task/14277/stat : 14277 (java) S 14268 14255 14016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41695381 885084160 181461 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 886436

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

[startup+3617.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/106 14339
/proc/meminfo: memFree=504832/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1306 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=0 CPUtime=0
/proc/14268/stat : 14268 (sh) Z 14255 14255 14016 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41695377 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 16740

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

[startup+3617.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/106 14339
/proc/meminfo: memFree=504832/2055920 swapFree=4192812/4192956
[pid=14255] ppid=14253 vsize=16740 CPUtime=0.87
/proc/14255/stat : 14255 (sugar++) S 14253 14255 14016 0 -1 4194304 1306 12020 0 1 5 1 75 6 16 0 1 0 41695284 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226695884898 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14255/statm: 4185 1104 409 3 0 764 0
[pid=14268] ppid=14255 vsize=0 CPUtime=0
/proc/14268/stat : 14268 (sh) Z 14255 14255 14016 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41695377 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14268/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 16740

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): 3599.2
#  lost CPU user time (s): 3597.64
#  lost CPU system time (s): 1.56

Real time (s): 3617.9
CPU time (s): 3600.1
CPU user time (s): 3598.46
CPU system time (s): 1.64199
CPU usage (%): 99.508
Max. virtual memory (cumulated for all children) (KiB): 907816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.816875
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13676
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= 464
involuntary context switches= 322

runsolver used 5.2802 second user time and 14.6828 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-12 10:06:27
IDJOB=1111607
IDBENCH=61300
IDSOLVER=367
FILE ID=node80/1111607-1215849987
PBS_JOBID= 7903434
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg13-16_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111607-1215849987/watcher-1111607-1215849987 -o /tmp/evaluation-result-1111607-1215849987/solver-1111607-1215849987 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111607-1215849987.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ee509f538fed315d26e452307dacb03
RANDOM SEED=1545963465

node80.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731344 kB
Buffers:         25892 kB
Cached:         100248 kB
SwapCached:          0 kB
Active:         188984 kB
Inactive:        67180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:         151636 kB
Slab:            51520 kB
Committed_AS:  1070156 kB
PageTables:       3532 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= 66504 MiB
End job on node80 at 2008-07-12 11:06:47