Trace number 1077143

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.07 1816.35

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-03.xml
MD5SUMfc37dfa444febe2e6079955929ce69f4
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 benchmark22.0686
Satisfiable
(Un)Satisfiability was proved
Number of variables440
Number of constraints3345
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3171
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 19:16:48 2008
0.00/0.05	c 0	PID 14996
0.04/0.05	c 0	HOST node17.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1077143-1215191808.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077143-1215191808.xml' 'HOME/temp.csp'
1.16/1.20	c 2	1 domains, 440 variables, 11 predicates, 11 relations, 3345 constraints
1.16/1.26	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.26	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.17/1.35	c 2	Parsing HOME/temp.csp
2.19/2.31	c 3	parsed 3808 expressions
2.19/2.31	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.31	c 3	Converting to clausal form CSP
2.19/2.34	c 3	converted 381 (10%) expressions
5.06/5.24	c 6	converted 762 (20%) expressions
7.43/7.64	c 8	converted 1143 (30%) expressions
7.53/7.74	c 8	converted 1524 (40%) expressions
7.53/7.77	c 8	converted 1904 (50%) expressions
7.72/7.90	c 8	converted 2285 (60%) expressions
7.92/8.20	c 9	converted 2666 (70%) expressions
8.02/8.26	c 9	converted 3047 (80%) expressions
8.32/8.51	c 9	converted 3428 (90%) expressions
8.62/8.82	c 9	converted 3808 (100%) expressions
8.62/8.82	c 9	CSP : 440 integers, 0 booleans, 3345 clauses, largest domain size 26
8.62/8.82	c 9	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.62/8.82	c 9	Propagation in CSP
8.62/8.86	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.62/8.86	c 9	CSP : 440 integers, 0 booleans, 3345 clauses, largest domain size 26
8.62/8.86	c 9	Heap : 169 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.62/8.86	c 9	Simplifing CSP by introducing new Boolean variables
8.71/9.00	c 9	CSP : 440 integers, 27900 booleans, 31245 clauses, largest domain size 26
8.71/9.00	c 9	Heap : 173 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.00/10.23	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.00/10.27	c 11	44 (10%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
10.00/10.27	c 11	88 (20%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
10.00/10.27	c 11	132 (30%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
10.00/10.27	c 11	176 (40%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
10.00/10.28	c 11	220 (50%) CSP integer variables are encoded (5280 clauses, 66577 bytes)
10.00/10.28	c 11	264 (60%) CSP integer variables are encoded (6336 clauses, 80305 bytes)
10.00/10.28	c 11	308 (70%) CSP integer variables are encoded (7392 clauses, 94033 bytes)
10.00/10.28	c 11	352 (80%) CSP integer variables are encoded (8448 clauses, 107761 bytes)
10.00/10.28	c 11	396 (90%) CSP integer variables are encoded (9504 clauses, 121489 bytes)
10.00/10.28	c 11	440 (100%) CSP integer variables are encoded (10560 clauses, 137138 bytes)
250.62/253.88	c 254	3125 (10%) CSP clauses are encoded (2164592 clauses, 102418642 bytes)
250.82/254.02	c 254	6249 (20%) CSP clauses are encoded (2237141 clauses, 103811035 bytes)
250.92/254.15	c 254	9374 (30%) CSP clauses are encoded (2309716 clauses, 105249587 bytes)
269.91/273.18	c 273	12498 (40%) CSP clauses are encoded (2445586 clauses, 110724420 bytes)
270.11/273.31	c 274	15623 (50%) CSP clauses are encoded (2518161 clauses, 112168372 bytes)
334.58/337.87	c 338	18747 (60%) CSP clauses are encoded (2788642 clauses, 126978517 bytes)
348.78/352.04	c 352	21872 (70%) CSP clauses are encoded (2922485 clauses, 132916468 bytes)
376.66/379.95	c 380	24996 (80%) CSP clauses are encoded (3115995 clauses, 143399078 bytes)
417.34/420.63	c 421	28121 (90%) CSP clauses are encoded (3345239 clauses, 156882209 bytes)
434.03/437.31	c 438	31245 (100%) CSP clauses are encoded (3537201 clauses, 168457958 bytes)
434.03/437.31	c 438	31245 CSP clauses encoded
434.03/437.31	c 438	Writing map file : HOME/temp.map
434.03/437.33	c 438	Heap : 291 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
434.03/437.33	c 438	SAT : 38900 SAT variables, 3537201 SAT clauses, 168457958 bytes
434.03/437.33	c 438	Heap : 291 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
434.11/437.40	c 438	SOLVING HOME/temp.cnf
434.11/437.40	c 438	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1816.31	c ERROR INTERRUPTED
1800.07/1816.34	s UNKNOWN
1800.07/1816.34	c 1817	CPU 432.34 (0.03 0.01 432.31 1.78)
1800.07/1816.34	c 1817	END Fri Jul  4 19:47:05 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-1077143-1215191808/watcher-1077143-1215191808 -o /tmp/evaluation-result-1077143-1215191808/solver-1077143-1215191808 -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-1077143-1215191808.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 2.02 2.00 4/72 14996
/proc/meminfo: memFree=1548824/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=12268 CPUtime=0
/proc/14996/stat : 14996 (sugar) R 14994 14996 10764 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 640370111 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14996/statm: 3067 316 241 3 0 167 0

[startup+0.0509849 s]
/proc/loadavg: 1.94 2.02 2.00 4/72 14996
/proc/meminfo: memFree=1548824/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=0.04
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 640370111 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103336 s]
/proc/loadavg: 1.94 2.02 2.00 4/72 14996
/proc/meminfo: memFree=1548824/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=0.04
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 640370111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301464 s]
/proc/loadavg: 1.94 2.02 2.00 4/72 14996
/proc/meminfo: memFree=1548824/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=0.04
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 640370111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701507 s]
/proc/loadavg: 1.94 2.02 2.00 4/72 14996
/proc/meminfo: memFree=1548824/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=0.04
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 640370111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 1.94 2.02 2.00 3/83 15008
/proc/meminfo: memFree=1525696/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 973 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 13600

[startup+3.10275 s]
/proc/loadavg: 1.94 2.02 2.00 4/83 15018
/proc/meminfo: memFree=1531328/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 974 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640370238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=864260 CPUtime=1.81
/proc/15010/stat : 15010 (java) S 15009 14996 10764 0 -1 0 12879 0 1 0 173 8 0 0 19 0 9 0 640370238 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 216065 12112 2540 9 0 210640 0
[pid=15010/tid=15011] ppid=15009 vsize=864260 CPUtime=1.01
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 10764 0 -1 64 2908 0 1 0 99 2 0 0 25 0 9 0 640370239 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4126577297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=864260 CPUtime=0.69
/proc/15010/task/15012/stat : 15012 (java) S 15009 14996 10764 0 -1 64 8927 0 0 0 65 4 0 0 16 0 9 0 640370241 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=864260 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640370241 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=864260 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 10764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 640370241 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=864260 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 10764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 640370243 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=864260 CPUtime=0.08
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 10764 0 -1 64 347 0 0 0 8 0 0 0 16 0 9 0 640370243 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=864260 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 10764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 640370243 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=864260 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640370243 885002240 12112 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883216

[startup+6.30208 s]
/proc/loadavg: 2.02 2.04 2.01 4/83 15018
/proc/meminfo: memFree=1449216/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 974 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640370238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868632 CPUtime=4.97
/proc/15010/stat : 15010 (java) S 15009 14996 10764 0 -1 0 34650 0 1 0 475 22 0 0 19 0 9 0 640370238 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217158 33820 2540 9 0 211733 0
[pid=15010/tid=15011] ppid=15009 vsize=868632 CPUtime=2.21
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 10764 0 -1 64 3722 0 1 0 219 2 0 0 25 0 9 0 640370239 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868632 CPUtime=2.54
/proc/15010/task/15012/stat : 15012 (java) R 15009 14996 10764 0 -1 64 28769 0 0 0 236 18 0 0 16 0 9 0 640370241 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 103828999 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868632 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640370241 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868632 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 10764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 640370241 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868632 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 10764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 640370243 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868632 CPUtime=0.19
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 10764 0 -1 64 1462 0 0 0 18 1 0 0 16 0 9 0 640370243 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868632 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 10764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 640370243 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868632 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640370243 889479168 33820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887588

[startup+12.7027 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 15018
/proc/meminfo: memFree=1353472/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 974 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640370238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868556 CPUtime=11.31
/proc/15010/stat : 15010 (java) S 15009 14996 10764 0 -1 0 69939 0 1 0 1086 45 0 0 19 0 9 0 640370238 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217139 49545 2567 9 0 211686 0
[pid=15010/tid=15011] ppid=15009 vsize=868556 CPUtime=5.5
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 10764 0 -1 64 5118 0 1 0 543 7 0 0 25 0 9 0 640370239 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868556 CPUtime=5.51
/proc/15010/task/15012/stat : 15012 (java) S 15009 14996 10764 0 -1 64 62616 0 0 0 516 35 0 0 16 0 9 0 640370241 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640370241 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 10764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 640370241 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 10764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 640370243 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868556 CPUtime=0.26
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 10764 0 -1 64 1508 0 0 0 25 1 0 0 17 0 9 0 640370243 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 10764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 640370243 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640370243 889401344 49545 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887512

[startup+25.502 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 15018
/proc/meminfo: memFree=1339136/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 974 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640370238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868556 CPUtime=23.97
/proc/15010/stat : 15010 (java) S 15009 14996 10764 0 -1 0 70437 0 1 0 2344 53 0 0 19 0 9 0 640370238 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15010/statm: 217139 49991 2567 9 0 211686 0
[pid=15010/tid=15011] ppid=15009 vsize=868556 CPUtime=17.9
/proc/15010/task/15011/stat : 15011 (java) R 15009 14996 10764 0 -1 64 5172 0 1 0 1775 15 0 0 25 0 9 0 640370239 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4126991303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15012] ppid=15009 vsize=868556 CPUtime=5.77
/proc/15010/task/15012/stat : 15012 (java) S 15009 14996 10764 0 -1 64 63057 0 0 0 541 36 0 0 16 0 9 0 640370241 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15013] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15013/stat : 15013 (java) S 15009 14996 10764 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 640370241 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15014] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15014/stat : 15014 (java) S 15009 14996 10764 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 640370241 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15015] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15015/stat : 15015 (java) S 15009 14996 10764 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 640370243 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15016] ppid=15009 vsize=868556 CPUtime=0.27
/proc/15010/task/15016/stat : 15016 (java) S 15009 14996 10764 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 640370243 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15017] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15017/stat : 15017 (java) S 15009 14996 10764 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 640370243 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15010/tid=15018] ppid=15009 vsize=868556 CPUtime=0
/proc/15010/task/15018/stat : 15018 (java) S 15009 14996 10764 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 640370243 889401344 49991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887512

[startup+51.1026 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 15018
/proc/meminfo: memFree=1319744/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=1.17
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 974 9592 0 1 3 1 105 8 16 0 1 0 640370111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14996/statm: 3400 797 370 3 0 500 0
[pid=15009] ppid=14996 vsize=5356 CPUtime=0
/proc/15009/stat : 15009 (sh) S 14996 14996 10764 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 640370238 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15009/statm: 1339 233 193 169 0 50 0
[pid=15010] ppid=15009 vsize=868556 CPUtime=49.32
/proc/15010/stat : 15010 (java) S 15009 14996 10764 0 -1 0 70644 0 1 0 4866 66 0 0 19 0 9 0 640370238 889401344 50115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=1111992/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=210020 CPUtime=916.19
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 51947 0 0 0 87639 3980 0 0 25 0 1 0 640413853 215060480 51300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52505 51300 48 102 0 52400 0
Current children cumulated CPU time (s) 1350.32
Current children cumulated vsize (KiB) 228976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15108
/proc/meminfo: memFree=1110968/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=210944 CPUtime=975.64
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52319 0 0 0 93583 3981 0 0 25 0 1 0 640413853 216006656 51530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52736 51530 48 102 0 52631 0
Current children cumulated CPU time (s) 1409.77
Current children cumulated vsize (KiB) 229900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15108
/proc/meminfo: memFree=1110968/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=210944 CPUtime=1035.07
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52319 0 0 0 99526 3981 0 0 25 0 1 0 640413853 216006656 51530 996147200 134512640 134931368 4294956256 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52736 51530 48 102 0 52631 0
Current children cumulated CPU time (s) 1469.2
Current children cumulated vsize (KiB) 229900

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15108
/proc/meminfo: memFree=1110968/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=210944 CPUtime=1094.51
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52319 0 0 0 105470 3981 0 0 25 0 1 0 640413853 216006656 51530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52736 51530 48 102 0 52631 0
Current children cumulated CPU time (s) 1528.64
Current children cumulated vsize (KiB) 229900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15108
/proc/meminfo: memFree=1110776/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211208 CPUtime=1153.95
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52400 0 0 0 111414 3981 0 0 25 0 1 0 640413853 216276992 51611 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52802 51611 48 102 0 52697 0
Current children cumulated CPU time (s) 1588.08
Current children cumulated vsize (KiB) 230164

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15110
/proc/meminfo: memFree=1110264/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211604 CPUtime=1213.38
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52633 0 0 0 117357 3981 0 0 25 0 1 0 640413853 216682496 51695 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52901 51695 48 102 0 52796 0
Current children cumulated CPU time (s) 1647.51
Current children cumulated vsize (KiB) 230560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15110
/proc/meminfo: memFree=1110264/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211604 CPUtime=1272.82
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52633 0 0 0 123300 3982 0 0 25 0 1 0 640413853 216682496 51695 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52901 51695 48 102 0 52796 0
Current children cumulated CPU time (s) 1706.95
Current children cumulated vsize (KiB) 230560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15110
/proc/meminfo: memFree=1110008/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211736 CPUtime=1332.26
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52846 0 0 0 129244 3982 0 0 25 0 1 0 640413853 216817664 51752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52934 51752 48 102 0 52829 0
Current children cumulated CPU time (s) 1766.39
Current children cumulated vsize (KiB) 230692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15110
/proc/meminfo: memFree=1110008/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211736 CPUtime=1365.94
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52846 0 0 0 132612 3982 0 0 25 0 1 0 640413853 216817664 51752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52934 51752 48 102 0 52829 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 230692

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

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

[startup+1816.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15110
/proc/meminfo: memFree=1110008/2055920 swapFree=4179840/4192956
[pid=14996] ppid=14994 vsize=13600 CPUtime=434.13
/proc/14996/stat : 14996 (sugar) S 14994 14996 10764 0 -1 4194304 1022 118429 0 2 3 1 43231 178 16 0 1 0 640370111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14996/statm: 3400 799 370 3 0 500 0
[pid=15107] ppid=14996 vsize=5356 CPUtime=0
/proc/15107/stat : 15107 (sh) S 14996 14996 10764 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 640413852 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15107/statm: 1339 232 193 169 0 50 0
[pid=15108] ppid=15107 vsize=211736 CPUtime=1365.94
/proc/15108/stat : 15108 (picosat) R 15107 14996 10764 0 -1 4194304 52846 0 0 0 132612 3982 0 0 25 0 1 0 640413853 216817664 51752 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15108/statm: 52934 51752 48 102 0 52829 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 230692

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14996 and gives
#  childrusage.ru_utime.tv_sec=432
#  childrusage.ru_utime.tv_usec=347273
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=799726
# CPU time returned by wait4() is 434.147
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.35
CPU time (s): 1800.07
CPU user time (s): 1758.46
CPU system time (s): 41.61
CPU usage (%): 99.104
Max. virtual memory (cumulated for all children) (KiB): 908076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 432.347
system time used= 1.79973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119806
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= 16356
involuntary context switches= 16300

runsolver used 2.29065 second user time and 6.00309 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-04 19:16:48
IDJOB=1077143
IDBENCH=56649
IDSOLVER=345
FILE ID=node17/1077143-1215191808
PBS_JOBID= 7881605
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-03.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-1077143-1215191808/watcher-1077143-1215191808 -o /tmp/evaluation-result-1077143-1215191808/solver-1077143-1215191808 -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-1077143-1215191808.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc37dfa444febe2e6079955929ce69f4
RANDOM SEED=543489177

node17.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.234
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.234
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:       1549304 kB
Buffers:         71536 kB
Cached:         347820 kB
SwapCached:       6936 kB
Active:         191832 kB
Inactive:       251088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549304 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          31292 kB
Slab:            48080 kB
Committed_AS:  1059752 kB
PageTables:       2852 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= 66404 MiB
End job on node17 at 2008-07-04 19:47:07