Trace number 1111639

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.02 3653.8

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg15-19_ext.xml
MD5SUM8ca24c93c4e9b393d1da30cf3d3f224d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints34
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 10:19:13 2008
0.00/0.08	c 0	PID 18436
0.07/0.08	c 0	HOST node28.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1111639-1215850753.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111639-1215850753.xml' 'HOME/temp.csp'
0.75/1.15	c 1	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.75/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.75/1.19	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.80/1.27	c 1	Parsing HOME/temp.csp
0.80/1.64	c 2	parsed 322 expressions
0.80/1.64	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.64	c 2	MAX CSP: 34 constraints
0.80/1.64	c 2	Converting to clausal form CSP
0.80/1.66	c 2	converted 36 (10%) expressions
0.80/1.66	c 2	converted 72 (20%) expressions
0.80/1.66	c 2	converted 108 (30%) expressions
0.80/1.67	c 2	converted 144 (40%) expressions
0.80/1.67	c 2	converted 180 (50%) expressions
0.80/1.67	c 2	converted 216 (60%) expressions
0.80/1.67	c 2	converted 252 (70%) expressions
0.80/1.69	c 2	converted 288 (80%) expressions
10.18/10.80	c 11	converted 324 (90%) expressions
10.69/11.31	c 11	converted 359 (100%) expressions
10.69/11.32	c 11	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 52
10.69/11.32	c 11	Heap : 247 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.69/11.32	c 11	Propagation in CSP
10.69/11.33	c 11	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.69/11.33	c 11	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
10.69/11.33	c 11	Heap : 247 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.69/11.33	c 11	Simplifing CSP by introducing new Boolean variables
10.69/11.33	c 11	CSP : 353 integers, 0 booleans, 101 clauses, largest domain size 35
10.69/11.33	c 11	Heap : 247 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.19/12.83	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.19/12.86	c 13	36 (10%) CSP integer variables are encoded (864 clauses, 9360 bytes)
12.19/12.87	c 13	71 (20%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
12.19/12.87	c 13	106 (30%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
12.19/12.87	c 13	142 (40%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
12.19/12.87	c 13	177 (50%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
12.19/12.87	c 13	212 (60%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
12.19/12.87	c 13	248 (70%) CSP integer variables are encoded (5952 clauses, 75313 bytes)
12.19/12.88	c 13	283 (80%) CSP integer variables are encoded (6792 clauses, 86233 bytes)
12.19/12.88	c 13	318 (90%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
12.19/12.88	c 13	353 (100%) CSP integer variables are encoded (7119 clauses, 90484 bytes)
3600.02/3653.72	c ERROR INTERRUPTED
3600.02/3653.79	s UNKNOWN
3600.02/3653.79	c 3654	CPU 0.72 (0.05 0.02 0.67 0.07)
3600.02/3653.79	c 3654	END Sat Jul 12 11:20:07 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-1111639-1215850753/watcher-1111639-1215850753 -o /tmp/evaluation-result-1111639-1215850753/solver-1111639-1215850753 -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-1111639-1215850753.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.00 2.00 2.00 4/81 18436
/proc/meminfo: memFree=1819532/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=18572 CPUtime=0
/proc/18436/stat : 18436 (runsolver) R 18434 18436 16604 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 41777494 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18436/statm: 4643 292 257 25 0 2626 0

[startup+0.083189 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18436
/proc/meminfo: memFree=1819532/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.07
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 41777494 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101448 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18436
/proc/meminfo: memFree=1819532/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.07
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30141 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18436
/proc/meminfo: memFree=1819532/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.07
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70226 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18436
/proc/meminfo: memFree=1819532/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.07
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50137 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18448
/proc/meminfo: memFree=1803636/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1296 8381 0 1 5 2 67 6 15 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 16740

[startup+3.10154 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18458
/proc/meminfo: memFree=1791476/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1296 8381 0 1 5 2 67 6 15 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864336 CPUtime=1.84
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 15261 0 1 0 175 9 0 0 18 0 9 0 41777614 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216084 14047 2540 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864336 CPUtime=0.68
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 3164 0 1 0 67 1 0 0 21 0 9 0 41777615 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864336 CPUtime=1.04
/proc/18450/task/18452/stat : 18452 (java) R 18449 18436 16604 0 -1 64 11065 0 0 0 99 5 0 0 18 0 9 0 41777616 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 102723040 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41777616 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864336 CPUtime=0.07
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 41777618 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864336 CPUtime=0.01
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 41777618 885080064 14047 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 886432

[startup+6.30291 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18458
/proc/meminfo: memFree=1697340/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1296 8381 0 1 5 2 67 6 15 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864336 CPUtime=4.9
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 35813 0 1 0 470 20 0 0 18 0 9 0 41777614 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216084 34198 2540 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864336 CPUtime=1.56
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 4371 0 1 0 154 2 0 0 16 0 9 0 41777615 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 101444641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864336 CPUtime=3.22
/proc/18450/task/18452/stat : 18452 (java) R 18449 18436 16604 0 -1 64 30410 0 0 0 307 15 0 0 25 0 9 0 41777616 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41777616 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864336 CPUtime=0.07
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 335 0 0 0 7 0 0 0 17 0 9 0 41777618 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864336 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864336 CPUtime=0.01
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 41777618 885080064 34198 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 886432

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18458
/proc/meminfo: memFree=1534596/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 15 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=875088 CPUtime=11.29
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 87018 0 1 0 1080 49 0 0 18 0 9 0 41777614 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 218772 72469 2540 9 0 213347 0
[pid=18450/tid=18451] ppid=18449 vsize=875088 CPUtime=3.2
/proc/18450/task/18451/stat : 18451 (java) S 18449 18436 16604 0 -1 64 5557 0 1 0 317 3 0 0 16 0 9 0 41777615 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=875088 CPUtime=7.96
/proc/18450/task/18452/stat : 18452 (java) R 18449 18436 16604 0 -1 64 80422 0 0 0 753 43 0 0 25 0 9 0 41777616 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 102731907 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=875088 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=875088 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41777616 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=875088 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=875088 CPUtime=0.08
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 41777618 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=875088 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=875088 CPUtime=0.01
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 41777618 896090112 72469 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 897184

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18458
/proc/meminfo: memFree=1527940/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=24.08
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 91443 0 1 0 2357 51 0 0 18 0 9 0 41777614 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 74173 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=15.69
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 6455 0 1 0 1566 3 0 0 25 0 9 0 41777615 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4126647236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=8.22
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 83930 0 0 0 777 45 0 0 16 0 9 0 41777616 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41777616 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.11
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 41777618 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=0.01
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 0 1 0 0 15 0 9 0 41777618 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 886544

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18458
/proc/meminfo: memFree=1527940/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=49.66
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 91443 0 1 0 4914 52 0 0 18 0 9 0 41777614 885194752 74173 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=3467.87
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 157754 0 1 0 346340 447 0 0 18 0 9 0 41777614 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 128548 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=3447.46
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 7064 0 1 0 344546 200 0 0 25 0 9 0 41777615 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4126583521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=18.1
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 149624 0 0 0 1716 94 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.13
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 369 0 0 0 13 0 0 0 16 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=2.16
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 64 152 0 0 15 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3468.67
Current children cumulated vsize (KiB) 886544

[startup+3582.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/85 18531
/proc/meminfo: memFree=1008388/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=3527.84
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 157761 0 1 0 352337 447 0 0 18 0 9 0 41777614 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 128548 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=3507.32
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 7071 0 1 0 350532 200 0 0 25 0 9 0 41777615 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4126647236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=18.21
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 149624 0 0 0 1727 94 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.13
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 369 0 0 0 13 0 0 0 16 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=2.16
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 64 152 0 0 15 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3528.64
Current children cumulated vsize (KiB) 886544

[startup+3642.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/85 18531
/proc/meminfo: memFree=1005572/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=3587.82
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 157772 0 1 0 358334 448 0 0 18 0 9 0 41777614 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 128548 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=3567.12
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 7082 0 1 0 356512 200 0 0 25 0 9 0 41777615 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4126582932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=18.38
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 149624 0 0 0 1744 94 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.13
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 369 0 0 0 13 0 0 0 16 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=2.16
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 64 152 0 0 15 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3588.62
Current children cumulated vsize (KiB) 886544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3653.7 s]
/proc/loadavg: 2.00 2.02 2.01 3/85 18531
/proc/meminfo: memFree=1005188/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=3599.22
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 157772 0 1 0 359474 448 0 0 18 0 9 0 41777614 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 128548 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=3578.51
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 7082 0 1 0 357651 200 0 0 25 0 9 0 41777615 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4126647255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=18.38
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 149624 0 0 0 1744 94 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.13
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 369 0 0 0 13 0 0 0 16 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=2.16
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 64 152 0 0 15 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 886544

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

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

[startup+3653.7 s]
/proc/loadavg: 2.00 2.02 2.01 3/85 18531
/proc/meminfo: memFree=1005188/2055920 swapFree=4180120/4192956
[pid=18436] ppid=18434 vsize=16740 CPUtime=0.8
/proc/18436/stat : 18436 (sugar++) S 18434 18436 16604 0 -1 4194304 1297 8381 0 1 5 2 67 6 16 0 1 0 41777494 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18436/statm: 4185 1104 409 3 0 764 0
[pid=18449] ppid=18436 vsize=5356 CPUtime=0
/proc/18449/stat : 18449 (sh) S 18436 18436 16604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41777613 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18449/statm: 1339 233 193 169 0 50 0
[pid=18450] ppid=18449 vsize=864448 CPUtime=3599.22
/proc/18450/stat : 18450 (java) S 18449 18436 16604 0 -1 0 157772 0 1 0 359474 448 0 0 18 0 9 0 41777614 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18450/statm: 216112 128548 2565 9 0 210659 0
[pid=18450/tid=18451] ppid=18449 vsize=864448 CPUtime=3578.51
/proc/18450/task/18451/stat : 18451 (java) R 18449 18436 16604 0 -1 64 7082 0 1 0 357651 200 0 0 25 0 9 0 41777615 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4126647255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18452] ppid=18449 vsize=864448 CPUtime=18.38
/proc/18450/task/18452/stat : 18452 (java) S 18449 18436 16604 0 -1 64 149624 0 0 0 1744 94 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18453] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18453/stat : 18453 (java) S 18449 18436 16604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18454] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18454/stat : 18454 (java) S 18449 18436 16604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41777616 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18450/tid=18455] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18455/stat : 18455 (java) S 18449 18436 16604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18456] ppid=18449 vsize=864448 CPUtime=0.13
/proc/18450/task/18456/stat : 18456 (java) S 18449 18436 16604 0 -1 64 369 0 0 0 13 0 0 0 16 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18457] ppid=18449 vsize=864448 CPUtime=0
/proc/18450/task/18457/stat : 18457 (java) S 18449 18436 16604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18450/tid=18458] ppid=18449 vsize=864448 CPUtime=2.16
/proc/18450/task/18458/stat : 18458 (java) S 18449 18436 16604 0 -1 64 1 0 0 0 64 152 0 0 15 0 9 0 41777618 885194752 128548 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 886544

Child status: 0

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

Real time (s): 3653.8
CPU time (s): 3600.02
CPU user time (s): 3595.46
CPU system time (s): 4.56
CPU usage (%): 98.5281
Max. virtual memory (cumulated for all children) (KiB): 907428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.731888
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10037
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= 494
involuntary context switches= 295

runsolver used 5.9191 second user time and 14.7748 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 10:19:13
IDJOB=1111639
IDBENCH=61304
IDSOLVER=367
FILE ID=node28/1111639-1215850753
PBS_JOBID= 7903364
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg15-19_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-1111639-1215850753/watcher-1111639-1215850753 -o /tmp/evaluation-result-1111639-1215850753/solver-1111639-1215850753 -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-1111639-1215850753.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ca24c93c4e9b393d1da30cf3d3f224d
RANDOM SEED=1515687282

node28.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.223
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	: 5931.00
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.223
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:       1820012 kB
Buffers:         31932 kB
Cached:          85016 kB
SwapCached:       6064 kB
Active:         130500 kB
Inactive:        62904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820012 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          89436 kB
Slab:            27480 kB
Committed_AS:   309348 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node28 at 2008-07-12 11:20:09