Trace number 1076828

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.02 1812.55

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-07.xml
MD5SUM9d8ebef5d3e95d8c2bf8acdb5a217291
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.82042
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 18:51:06 2008
0.00/0.04	c 0	PID 22624
0.03/0.04	c 0	HOST node77.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1076828-1215190265.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076828-1215190265.xml' 'HOME/temp.csp'
0.03/0.94	c 0	1 domains, 446 variables, 10 predicates, 10 relations, 3889 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.07	c 1	Parsing HOME/temp.csp
1.62/1.80	c 1	parsed 4356 expressions
1.72/1.80	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.72/1.80	c 1	Converting to clausal form CSP
1.72/1.83	c 1	converted 436 (10%) expressions
5.29/5.46	c 5	converted 872 (20%) expressions
5.48/5.67	c 5	converted 1307 (30%) expressions
6.38/6.52	c 6	converted 1743 (40%) expressions
6.57/6.78	c 6	converted 2178 (50%) expressions
6.77/6.92	c 6	converted 2614 (60%) expressions
7.26/7.48	c 7	converted 3050 (70%) expressions
7.46/7.61	c 7	converted 3485 (80%) expressions
7.66/7.87	c 7	converted 3921 (90%) expressions
7.96/8.20	c 8	converted 4356 (100%) expressions
8.05/8.20	c 8	CSP : 446 integers, 0 booleans, 3889 clauses, largest domain size 26
8.05/8.20	c 8	Heap : 173 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/8.20	c 8	Propagation in CSP
8.05/8.24	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.05/8.24	c 8	CSP : 446 integers, 0 booleans, 3889 clauses, largest domain size 26
8.05/8.24	c 8	Heap : 177 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.05/8.24	c 8	Simplifing CSP by introducing new Boolean variables
8.15/8.36	c 8	CSP : 446 integers, 33028 booleans, 36917 clauses, largest domain size 26
8.15/8.36	c 8	Heap : 182 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.34/9.56	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.34/9.59	c 9	45 (10%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
9.34/9.59	c 9	90 (20%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
9.34/9.59	c 9	134 (30%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
9.34/9.59	c 9	179 (40%) CSP integer variables are encoded (4296 clauses, 53785 bytes)
9.34/9.60	c 9	223 (50%) CSP integer variables are encoded (5352 clauses, 67513 bytes)
9.34/9.60	c 9	268 (60%) CSP integer variables are encoded (6432 clauses, 81553 bytes)
9.45/9.60	c 9	313 (70%) CSP integer variables are encoded (7512 clauses, 95593 bytes)
9.45/9.60	c 9	357 (80%) CSP integer variables are encoded (8568 clauses, 109321 bytes)
9.45/9.60	c 9	402 (90%) CSP integer variables are encoded (9648 clauses, 123458 bytes)
9.45/9.60	c 9	446 (100%) CSP integer variables are encoded (10704 clauses, 139298 bytes)
169.53/169.86	c 169	3692 (10%) CSP clauses are encoded (1812487 clauses, 81584553 bytes)
201.71/202.01	c 202	7384 (20%) CSP clauses are encoded (2024871 clauses, 91088088 bytes)
201.81/202.16	c 202	11076 (30%) CSP clauses are encoded (2110613 clauses, 92789494 bytes)
217.30/217.61	c 217	14767 (40%) CSP clauses are encoded (2259650 clauses, 98528585 bytes)
274.16/275.55	c 275	18459 (50%) CSP clauses are encoded (2535355 clauses, 112536259 bytes)
375.80/377.23	c 377	22151 (60%) CSP clauses are encoded (2953565 clauses, 136930704 bytes)
392.18/393.60	c 393	25842 (70%) CSP clauses are encoded (3100849 clauses, 143027411 bytes)
428.85/430.34	c 430	29534 (80%) CSP clauses are encoded (3307827 clauses, 153775640 bytes)
447.73/449.25	c 449	33226 (90%) CSP clauses are encoded (3455137 clauses, 160030657 bytes)
514.44/516.21	c 516	36917 (100%) CSP clauses are encoded (3826521 clauses, 184737912 bytes)
514.44/516.21	c 516	36917 CSP clauses encoded
514.44/516.21	c 516	Writing map file : HOME/temp.map
514.44/516.23	c 516	Heap : 303 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
514.44/516.23	c 516	SAT : 44178 SAT variables, 3826521 SAT clauses, 184737912 bytes
514.44/516.23	c 516	Heap : 303 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
514.44/516.29	c 516	SOLVING HOME/temp.cnf
514.44/516.29	c 516	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1812.51	c ERROR INTERRUPTED
1800.02/1812.54	s UNKNOWN
1800.02/1812.54	c 1812	CPU 512.63 (0.03 0.01 512.6 1.9)
1800.02/1812.54	c 1812	END Fri Jul  4 19:21:18 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076828-1215190265/watcher-1076828-1215190265 -o /tmp/evaluation-result-1076828-1215190265/solver-1076828-1215190265 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1076828-1215190265.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.05 4/74 22624
/proc/meminfo: memFree=1371864/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=12268 CPUtime=0
/proc/22624/stat : 22624 (sugar) R 22622 22624 20163 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 632244349 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 0 0 0
/proc/22624/statm: 3067 317 241 3 0 167 0

[startup+0.043736 s]
/proc/loadavg: 2.05 2.04 2.05 4/74 22624
/proc/meminfo: memFree=1371864/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.03
/proc/22624/stat : 22624 (sugar) R 22622 22624 20163 0 -1 4194304 874 127 0 0 3 0 0 0 16 0 1 0 632244349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228043844255 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10175 s]
/proc/loadavg: 2.05 2.04 2.05 4/74 22624
/proc/meminfo: memFree=1371864/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.03
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 632244349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30179 s]
/proc/loadavg: 2.05 2.04 2.05 4/74 22624
/proc/meminfo: memFree=1371864/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.03
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 632244349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701868 s]
/proc/loadavg: 2.05 2.04 2.05 4/74 22624
/proc/meminfo: memFree=1371864/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.03
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 632244349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50417 s]
/proc/loadavg: 2.12 2.05 2.06 3/78 22639
/proc/meminfo: memFree=1367408/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.93
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 973 9649 0 1 3 1 81 8 15 0 1 0 632244349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22624/statm: 3400 797 370 3 0 500 0
[pid=22637] ppid=22624 vsize=5356 CPUtime=0
/proc/22637/stat : 22637 (sh) S 22624 22624 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632244448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22637/statm: 1339 233 193 169 0 50 0
[pid=22638] ppid=22637 vsize=864080 CPUtime=0.49
/proc/22638/stat : 22638 (java) S 22637 22624 20163 0 -1 0 6533 0 1 0 46 3 0 0 18 0 9 0 632244448 884817920 5828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22638/statm: 216020 5828 2532 9 0 210602 0
[pid=22638/tid=22639] ppid=22637 vsize=864080 CPUtime=0.29
/proc/22638/task/22639/stat : 22639 (java) R 22637 22624 20163 0 -1 64 2452 0 1 0 28 1 0 0 22 0 9 0 632244449 884817920 5828 996147200 134512640 134550740 4294955952 18446744073709551615 4126428515 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883036

[startup+3.10134 s]
/proc/loadavg: 2.12 2.05 2.06 3/85 22646
/proc/meminfo: memFree=1342200/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.93
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 974 9649 0 1 3 1 81 8 15 0 1 0 632244349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22624/statm: 3400 797 370 3 0 500 0
[pid=22637] ppid=22624 vsize=5356 CPUtime=0
/proc/22637/stat : 22637 (sh) S 22624 22624 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632244448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22637/statm: 1339 233 193 169 0 50 0
[pid=22638] ppid=22637 vsize=864180 CPUtime=2.08
/proc/22638/stat : 22638 (java) S 22637 22624 20163 0 -1 0 15727 0 1 0 199 9 0 0 18 0 9 0 632244448 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22638/statm: 216045 14923 2540 9 0 210620 0
[pid=22638/tid=22639] ppid=22637 vsize=864180 CPUtime=0.93
/proc/22638/task/22639/stat : 22639 (java) R 22637 22624 20163 0 -1 64 3188 0 1 0 91 2 0 0 25 0 9 0 632244449 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22640] ppid=22637 vsize=864180 CPUtime=1.03
/proc/22638/task/22640/stat : 22640 (java) R 22637 22624 20163 0 -1 64 11498 0 0 0 98 5 0 0 18 0 9 0 632244450 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22641] ppid=22637 vsize=864180 CPUtime=0
/proc/22638/task/22641/stat : 22641 (java) S 22637 22624 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632244451 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22642] ppid=22637 vsize=864180 CPUtime=0
/proc/22638/task/22642/stat : 22642 (java) S 22637 22624 20163 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 632244451 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22643] ppid=22637 vsize=864180 CPUtime=0
/proc/22638/task/22643/stat : 22643 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632244453 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22644] ppid=22637 vsize=864180 CPUtime=0.08
/proc/22638/task/22644/stat : 22644 (java) S 22637 22624 20163 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 632244453 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22645] ppid=22637 vsize=864180 CPUtime=0
/proc/22638/task/22645/stat : 22645 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632244453 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22646] ppid=22637 vsize=864180 CPUtime=0
/proc/22638/task/22646/stat : 22646 (java) S 22637 22624 20163 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 632244453 884920320 14923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883136

[startup+6.30298 s]
/proc/loadavg: 2.19 2.07 2.06 3/85 22646
/proc/meminfo: memFree=1249912/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.93
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 974 9649 0 1 3 1 81 8 15 0 1 0 632244349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22624/statm: 3400 797 370 3 0 500 0
[pid=22637] ppid=22624 vsize=5356 CPUtime=0
/proc/22637/stat : 22637 (sh) S 22624 22624 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632244448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22637/statm: 1339 233 193 169 0 50 0
[pid=22638] ppid=22637 vsize=889092 CPUtime=5.25
/proc/22638/stat : 22638 (java) S 22637 22624 20163 0 -1 0 46402 0 1 0 499 26 0 0 18 0 9 0 632244448 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22638/statm: 222273 40482 2540 9 0 216848 0
[pid=22638/tid=22639] ppid=22637 vsize=889092 CPUtime=2
/proc/22638/task/22639/stat : 22639 (java) S 22637 22624 20163 0 -1 64 3724 0 1 0 198 2 0 0 25 0 9 0 632244449 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22640] ppid=22637 vsize=889092 CPUtime=3.03
/proc/22638/task/22640/stat : 22640 (java) R 22637 22624 20163 0 -1 64 40511 0 0 0 282 21 0 0 20 0 9 0 632244450 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22641] ppid=22637 vsize=889092 CPUtime=0
/proc/22638/task/22641/stat : 22641 (java) S 22637 22624 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632244451 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22642] ppid=22637 vsize=889092 CPUtime=0
/proc/22638/task/22642/stat : 22642 (java) S 22637 22624 20163 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 632244451 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22643] ppid=22637 vsize=889092 CPUtime=0
/proc/22638/task/22643/stat : 22643 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632244453 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22644] ppid=22637 vsize=889092 CPUtime=0.19
/proc/22638/task/22644/stat : 22644 (java) S 22637 22624 20163 0 -1 64 1471 0 0 0 18 1 0 0 16 0 9 0 632244453 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22645] ppid=22637 vsize=889092 CPUtime=0
/proc/22638/task/22645/stat : 22645 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632244453 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22646] ppid=22637 vsize=889092 CPUtime=0
/proc/22638/task/22646/stat : 22646 (java) S 22637 22624 20163 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 632244453 910430208 40482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908048

[startup+12.7012 s]
/proc/loadavg: 2.18 2.07 2.06 3/85 22646
/proc/meminfo: memFree=1164800/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.93
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 974 9649 0 1 3 1 81 8 16 0 1 0 632244349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 797 370 3 0 500 0
[pid=22637] ppid=22624 vsize=5356 CPUtime=0
/proc/22637/stat : 22637 (sh) S 22624 22624 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632244448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22637/statm: 1339 233 193 169 0 50 0
[pid=22638] ppid=22637 vsize=868528 CPUtime=11.61
/proc/22638/stat : 22638 (java) S 22637 22624 20163 0 -1 0 72619 0 1 0 1117 44 0 0 18 0 9 0 632244448 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22638/statm: 217132 52189 2567 9 0 211679 0
[pid=22638/tid=22639] ppid=22637 vsize=868528 CPUtime=5.94
/proc/22638/task/22639/stat : 22639 (java) R 22637 22624 20163 0 -1 64 5253 0 1 0 587 7 0 0 25 0 9 0 632244449 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22640] ppid=22637 vsize=868528 CPUtime=5.4
/proc/22638/task/22640/stat : 22640 (java) S 22637 22624 20163 0 -1 64 65156 0 0 0 505 35 0 0 16 0 9 0 632244450 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22641] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22641/stat : 22641 (java) S 22637 22624 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632244451 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22642] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22642/stat : 22642 (java) S 22637 22624 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 632244451 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22643] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22643/stat : 22643 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632244453 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22644] ppid=22637 vsize=868528 CPUtime=0.25
/proc/22638/task/22644/stat : 22644 (java) S 22637 22624 20163 0 -1 64 1514 0 0 0 24 1 0 0 17 0 9 0 632244453 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22645] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22645/stat : 22645 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632244453 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22646] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22646/stat : 22646 (java) S 22637 22624 20163 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 632244453 889372672 52189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887484

[startup+25.5028 s]
/proc/loadavg: 2.30 2.10 2.07 3/85 22646
/proc/meminfo: memFree=1149632/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=0.93
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 974 9649 0 1 3 1 81 8 16 0 1 0 632244349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 797 370 3 0 500 0
[pid=22637] ppid=22624 vsize=5356 CPUtime=0
/proc/22637/stat : 22637 (sh) S 22624 22624 20163 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 632244448 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22637/statm: 1339 233 193 169 0 50 0
[pid=22638] ppid=22637 vsize=868528 CPUtime=24.38
/proc/22638/stat : 22638 (java) S 22637 22624 20163 0 -1 0 73118 0 1 0 2387 51 0 0 18 0 9 0 632244448 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22638/statm: 217132 52636 2567 9 0 211679 0
[pid=22638/tid=22639] ppid=22637 vsize=868528 CPUtime=18.46
/proc/22638/task/22639/stat : 22639 (java) R 22637 22624 20163 0 -1 64 5306 0 1 0 1832 14 0 0 25 0 9 0 632244449 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4126979904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22640] ppid=22637 vsize=868528 CPUtime=5.65
/proc/22638/task/22640/stat : 22640 (java) S 22637 22624 20163 0 -1 64 65598 0 0 0 530 35 0 0 16 0 9 0 632244450 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22641] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22641/stat : 22641 (java) S 22637 22624 20163 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 632244451 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22642] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22642/stat : 22642 (java) S 22637 22624 20163 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 632244451 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22643] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22643/stat : 22643 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 632244453 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22644] ppid=22637 vsize=868528 CPUtime=0.26
/proc/22638/task/22644/stat : 22644 (java) S 22637 22624 20163 0 -1 64 1518 0 0 0 25 1 0 0 16 0 9 0 632244453 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22638/tid=22645] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22645/stat : 22645 (java) S 22637 22624 20163 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 632244453 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22638/tid=22646] ppid=22637 vsize=868528 CPUtime=0
/proc/22638/task/22646/stat : 22646 (java) S 22637 22624 20163 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 632244453 889372672 52636 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887484

[startup+51.1031 s]
/proc/loadavg: 2.66 2.20 2.11 3/85 22646
/proc/meminfo: memFree=1127552/2055920 swapFree=4166000/4192956

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

/proc/meminfo: memFree=1001344/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=227924 CPUtime=838.73
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 57444 0 0 0 79787 4086 0 0 25 0 1 0 632295979 233394176 56184 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 56981 56184 48 102 0 56876 0
Current children cumulated CPU time (s) 1353.27
Current children cumulated vsize (KiB) 246880

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/77 22685
/proc/meminfo: memFree=1001280/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=227924 CPUtime=898.27
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 57623 0 0 0 85741 4086 0 0 25 0 1 0 632295979 233394176 56193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 56981 56193 48 102 0 56876 0
Current children cumulated CPU time (s) 1412.81
Current children cumulated vsize (KiB) 246880

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 22685
/proc/meminfo: memFree=1001152/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=227924 CPUtime=957.81
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 57623 0 0 0 91695 4086 0 0 25 0 1 0 632295979 233394176 56193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 56981 56193 48 102 0 56876 0
Current children cumulated CPU time (s) 1472.35
Current children cumulated vsize (KiB) 246880

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 22685
/proc/meminfo: memFree=999872/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=228980 CPUtime=1017.34
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58105 0 0 0 97648 4086 0 0 25 0 1 0 632295979 234475520 56494 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57245 56494 48 102 0 57140 0
Current children cumulated CPU time (s) 1531.88
Current children cumulated vsize (KiB) 247936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 22685
/proc/meminfo: memFree=999872/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=228980 CPUtime=1076.88
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58105 0 0 0 103602 4086 0 0 25 0 1 0 632295979 234475520 56494 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57245 56494 48 102 0 57140 0
Current children cumulated CPU time (s) 1591.42
Current children cumulated vsize (KiB) 247936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22685
/proc/meminfo: memFree=998976/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=229904 CPUtime=1136.43
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58512 0 0 0 109557 4086 0 0 25 0 1 0 632295979 235421696 56713 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57476 56713 48 102 0 57371 0
Current children cumulated CPU time (s) 1650.97
Current children cumulated vsize (KiB) 248860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22685
/proc/meminfo: memFree=998976/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=229904 CPUtime=1195.97
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58512 0 0 0 115511 4086 0 0 25 0 1 0 632295979 235421696 56713 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57476 56713 48 102 0 57371 0
Current children cumulated CPU time (s) 1710.51
Current children cumulated vsize (KiB) 248860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22685
/proc/meminfo: memFree=998528/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=230036 CPUtime=1255.51
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58774 0 0 0 121464 4087 0 0 25 0 1 0 632295979 235556864 56782 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57509 56782 48 102 0 57404 0
Current children cumulated CPU time (s) 1770.05
Current children cumulated vsize (KiB) 248992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22685
/proc/meminfo: memFree=998528/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=230036 CPUtime=1285.48
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58774 0 0 0 124461 4087 0 0 25 0 1 0 632295979 235556864 56782 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57509 56782 48 102 0 57404 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 248992

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

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

[startup+1812.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22685
/proc/meminfo: memFree=998528/2055920 swapFree=4166000/4192956
[pid=22624] ppid=22622 vsize=13600 CPUtime=514.54
/proc/22624/stat : 22624 (sugar) S 22622 22624 20163 0 -1 4194304 1022 122470 0 2 3 1 51260 190 16 0 1 0 632244349 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22624/statm: 3400 799 370 3 0 500 0
[pid=22647] ppid=22624 vsize=5356 CPUtime=0
/proc/22647/stat : 22647 (sh) S 22624 22624 20163 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 632295979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22647/statm: 1339 232 193 169 0 50 0
[pid=22648] ppid=22647 vsize=230036 CPUtime=1285.48
/proc/22648/stat : 22648 (picosat) R 22647 22624 20163 0 -1 4194304 58774 0 0 0 124461 4087 0 0 25 0 1 0 632295979 235556864 56782 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22648/statm: 57509 56782 48 102 0 57404 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 248992

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22624 and gives
#  childrusage.ru_utime.tv_sec=512
#  childrusage.ru_utime.tv_usec=647065
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=917708
# CPU time returned by wait4() is 514.565
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.55
CPU time (s): 1800.02
CPU user time (s): 1757.24
CPU system time (s): 42.78
CPU usage (%): 99.3089
Max. virtual memory (cumulated for all children) (KiB): 913096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 512.647
system time used= 1.91771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123847
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18544
involuntary context switches= 10510

runsolver used 2.15567 second user time and 5.72913 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 18:51:06
IDJOB=1076828
IDBENCH=56609
IDSOLVER=345
FILE ID=node77/1076828-1215190265
PBS_JOBID= 7881563
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-07.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076828-1215190265/watcher-1076828-1215190265 -o /tmp/evaluation-result-1076828-1215190265/solver-1076828-1215190265 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1076828-1215190265.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d8ebef5d3e95d8c2bf8acdb5a217291
RANDOM SEED=934646119

node77.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.274
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.274
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:       1372408 kB
Buffers:         42152 kB
Cached:         223376 kB
SwapCached:      20616 kB
Active:         570004 kB
Inactive:        56496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372408 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:         367588 kB
Slab:            41560 kB
Committed_AS:  1435696 kB
PageTables:       2644 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= 66532 MiB
End job on node77 at 2008-07-04 19:21:20