Trace number 1077059

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.06 1801.52

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-01.xml
MD5SUMd641e6d421915b203052ef4c4deb4c35
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 benchmark45.2021
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2303
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension138
Number of constraints which are defined in intension2165
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 19:10:55 2008
0.00/0.04	c 0	PID 12377
0.00/0.04	c 0	HOST node59.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077059-1215191455.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077059-1215191455.xml' 'HOME/temp.csp'
0.03/0.73	c 1	1 domains, 373 variables, 10 predicates, 10 relations, 2303 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	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.86/0.84	c 1	Parsing HOME/temp.csp
1.54/1.45	c 1	parsed 2697 expressions
1.54/1.45	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/1.45	c 1	Converting to clausal form CSP
1.54/1.47	c 1	converted 270 (10%) expressions
3.97/3.82	c 4	converted 540 (20%) expressions
5.05/4.80	c 5	converted 810 (30%) expressions
5.16/4.97	c 5	converted 1079 (40%) expressions
6.15/5.98	c 6	converted 1349 (50%) expressions
6.56/6.36	c 6	converted 1619 (60%) expressions
6.76/6.52	c 6	converted 1888 (70%) expressions
6.86/6.61	c 7	converted 2158 (80%) expressions
6.86/6.63	c 7	converted 2428 (90%) expressions
7.26/7.05	c 7	converted 2697 (100%) expressions
7.26/7.05	c 7	CSP : 373 integers, 0 booleans, 2303 clauses, largest domain size 26
7.26/7.05	c 7	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.26/7.05	c 7	Propagation in CSP
7.26/7.07	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.26/7.07	c 7	CSP : 373 integers, 0 booleans, 2303 clauses, largest domain size 26
7.26/7.07	c 7	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.26/7.07	c 7	Simplifing CSP by introducing new Boolean variables
7.38/7.11	c 7	CSP : 373 integers, 20328 booleans, 22631 clauses, largest domain size 26
7.38/7.11	c 7	Heap : 163 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.37/8.10	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.37/8.13	c 8	38 (10%) CSP integer variables are encoded (912 clauses, 9888 bytes)
8.37/8.13	c 8	75 (20%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
8.37/8.13	c 8	112 (30%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
8.37/8.13	c 8	150 (40%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
8.37/8.13	c 8	187 (50%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
8.37/8.13	c 8	224 (60%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
8.37/8.13	c 8	262 (70%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
8.37/8.14	c 8	299 (80%) CSP integer variables are encoded (7176 clauses, 91225 bytes)
8.37/8.14	c 8	336 (90%) CSP integer variables are encoded (8064 clauses, 102769 bytes)
8.37/8.14	c 8	373 (100%) CSP integer variables are encoded (8952 clauses, 114313 bytes)
180.28/180.55	c 180	2264 (10%) CSP clauses are encoded (1698164 clauses, 78678455 bytes)
195.94/196.27	c 196	4527 (20%) CSP clauses are encoded (1814023 clauses, 83719644 bytes)
264.80/265.25	c 265	6790 (30%) CSP clauses are encoded (2119870 clauses, 100899862 bytes)
339.36/339.95	c 340	9053 (40%) CSP clauses are encoded (2433636 clauses, 119333722 bytes)
369.78/370.45	c 370	11316 (50%) CSP clauses are encoded (2606735 clauses, 128908723 bytes)
369.89/370.55	c 370	13579 (60%) CSP clauses are encoded (2660423 clauses, 129968508 bytes)
369.98/370.66	c 371	15842 (70%) CSP clauses are encoded (2714111 clauses, 131028293 bytes)
370.09/370.75	c 371	18105 (80%) CSP clauses are encoded (2767824 clauses, 132088525 bytes)
370.18/370.86	c 371	20368 (90%) CSP clauses are encoded (2821512 clauses, 133148310 bytes)
457.64/458.59	c 459	22631 (100%) CSP clauses are encoded (3253819 clauses, 164351916 bytes)
457.64/458.59	c 459	22631 CSP clauses encoded
457.64/458.59	c 459	Writing map file : HOME/temp.map
457.75/458.61	c 459	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
457.75/458.61	c 459	SAT : 29653 SAT variables, 3253819 SAT clauses, 164351916 bytes
457.75/458.61	c 459	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
457.75/458.70	c 459	SOLVING HOME/temp.cnf
457.75/458.70	c 459	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1801.41	c ERROR INTERRUPTED
1800.04/1801.44	s UNKNOWN
1800.04/1801.44	c 1801	CPU 456.12 (0.03 0.01 456.09 1.68)
1800.04/1801.44	c 1801	END Fri Jul  4 19:40:56 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-1077059-1215191455/watcher-1077059-1215191455 -o /tmp/evaluation-result-1077059-1215191455/solver-1077059-1215191455 -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-1077059-1215191455.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.04 1.03 1.00 3/64 12377
/proc/meminfo: memFree=1749080/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=12268 CPUtime=0
/proc/12377/stat : 12377 (sugar) R 12375 12377 9449 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998116873 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 0 4224 0 0 0 0 17 0 0 0
/proc/12377/statm: 3067 316 241 3 0 167 0

[startup+0.0455041 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 12377
/proc/meminfo: memFree=1749080/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.03
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998116873 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10168 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 12377
/proc/meminfo: memFree=1749080/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.03
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998116873 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301718 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 12377
/proc/meminfo: memFree=1749080/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.03
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998116873 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702796 s]
/proc/loadavg: 1.04 1.03 1.00 3/64 12377
/proc/meminfo: memFree=1749080/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.03
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1998116873 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 1.04 1.03 1.00 2/75 12399
/proc/meminfo: memFree=1738368/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.86
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 974 8866 0 1 3 0 77 6 16 0 1 0 1998116873 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 797 370 3 0 500 0
[pid=12390] ppid=12377 vsize=5356 CPUtime=0
/proc/12390/stat : 12390 (sh) S 12377 12377 9449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998116950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12390/statm: 1339 233 193 169 0 50 0
[pid=12391] ppid=12390 vsize=864700 CPUtime=0.8
/proc/12391/stat : 12391 (java) S 12390 12377 9449 0 -1 0 8024 0 1 0 76 4 0 0 18 0 9 0 1998116950 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12391/statm: 216175 7264 2540 9 0 210750 0
[pid=12391/tid=12392] ppid=12390 vsize=864700 CPUtime=0.49
/proc/12391/task/12392/stat : 12392 (java) R 12390 12377 9449 0 -1 64 2584 0 1 0 48 1 0 0 16 0 9 0 1998116951 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4126574960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12393] ppid=12390 vsize=864700 CPUtime=0.2
/proc/12391/task/12393/stat : 12393 (java) S 12390 12377 9449 0 -1 64 4393 0 0 0 19 1 0 0 16 0 9 0 1998116952 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12394] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12394/stat : 12394 (java) S 12390 12377 9449 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998116953 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12395] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12395/stat : 12395 (java) S 12390 12377 9449 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998116953 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12396] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12396/stat : 12396 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998116954 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12397] ppid=12390 vsize=864700 CPUtime=0.08
/proc/12391/task/12397/stat : 12397 (java) S 12390 12377 9449 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 1998116954 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12398] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12398/stat : 12398 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998116955 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12399] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12399/stat : 12399 (java) S 12390 12377 9449 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998116955 885452800 7264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 883656

[startup+3.10226 s]
/proc/loadavg: 1.04 1.03 1.00 2/75 12399
/proc/meminfo: memFree=1710784/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.86
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 974 8866 0 1 3 0 77 6 16 0 1 0 1998116873 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 797 370 3 0 500 0
[pid=12390] ppid=12377 vsize=5356 CPUtime=0
/proc/12390/stat : 12390 (sh) S 12377 12377 9449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998116950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12390/statm: 1339 233 193 169 0 50 0
[pid=12391] ppid=12390 vsize=864700 CPUtime=2.4
/proc/12391/stat : 12391 (java) S 12390 12377 9449 0 -1 0 19340 0 1 0 232 8 0 0 18 0 9 0 1998116950 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12391/statm: 216175 18546 2540 9 0 210750 0
[pid=12391/tid=12392] ppid=12390 vsize=864700 CPUtime=1.1
/proc/12391/task/12392/stat : 12392 (java) S 12390 12377 9449 0 -1 64 3196 0 1 0 109 1 0 0 16 0 9 0 1998116951 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12393] ppid=12390 vsize=864700 CPUtime=1.19
/proc/12391/task/12393/stat : 12393 (java) R 12390 12377 9449 0 -1 64 15092 0 0 0 114 5 0 0 17 0 9 0 1998116952 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 102722968 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12394] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12394/stat : 12394 (java) S 12390 12377 9449 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998116953 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12395] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12395/stat : 12395 (java) S 12390 12377 9449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998116953 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12396] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12396/stat : 12396 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998116954 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12397] ppid=12390 vsize=864700 CPUtime=0.09
/proc/12391/task/12397/stat : 12397 (java) S 12390 12377 9449 0 -1 64 356 0 0 0 9 0 0 0 16 0 9 0 1998116954 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12398] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12398/stat : 12398 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998116955 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12399] ppid=12390 vsize=864700 CPUtime=0
/proc/12391/task/12399/stat : 12399 (java) S 12390 12377 9449 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998116955 885452800 18546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 883656

[startup+6.30287 s]
/proc/loadavg: 1.03 1.03 1.00 2/75 12399
/proc/meminfo: memFree=1601216/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.86
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 974 8866 0 1 3 0 77 6 16 0 1 0 1998116873 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12377/statm: 3400 797 370 3 0 500 0
[pid=12390] ppid=12377 vsize=5356 CPUtime=0
/proc/12390/stat : 12390 (sh) S 12377 12377 9449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998116950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12390/statm: 1339 233 193 169 0 50 0
[pid=12391] ppid=12390 vsize=868812 CPUtime=5.7
/proc/12391/stat : 12391 (java) S 12390 12377 9449 0 -1 0 49594 0 1 0 549 21 0 0 18 0 9 0 1998116950 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12391/statm: 217203 38495 2540 9 0 211778 0
[pid=12391/tid=12392] ppid=12390 vsize=868812 CPUtime=2.07
/proc/12391/task/12392/stat : 12392 (java) S 12390 12377 9449 0 -1 64 4623 0 1 0 206 1 0 0 16 0 9 0 1998116951 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12393] ppid=12390 vsize=868812 CPUtime=3.4
/proc/12391/task/12393/stat : 12393 (java) R 12390 12377 9449 0 -1 64 42763 0 0 0 322 18 0 0 18 0 9 0 1998116952 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12394] ppid=12390 vsize=868812 CPUtime=0
/proc/12391/task/12394/stat : 12394 (java) S 12390 12377 9449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998116953 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12395] ppid=12390 vsize=868812 CPUtime=0
/proc/12391/task/12395/stat : 12395 (java) S 12390 12377 9449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998116953 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12396] ppid=12390 vsize=868812 CPUtime=0
/proc/12391/task/12396/stat : 12396 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998116954 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12397] ppid=12390 vsize=868812 CPUtime=0.19
/proc/12391/task/12397/stat : 12397 (java) S 12390 12377 9449 0 -1 64 1512 0 0 0 19 0 0 0 16 0 9 0 1998116954 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12398] ppid=12390 vsize=868812 CPUtime=0
/proc/12391/task/12398/stat : 12398 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998116955 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12399] ppid=12390 vsize=868812 CPUtime=0
/proc/12391/task/12399/stat : 12399 (java) S 12390 12377 9449 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998116955 889663488 38495 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 887768

[startup+12.7011 s]
/proc/loadavg: 1.03 1.03 1.00 2/75 12399
/proc/meminfo: memFree=1563712/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.87
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 974 8866 0 1 3 1 77 6 16 0 1 0 1998116873 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 797 370 3 0 500 0
[pid=12390] ppid=12377 vsize=5356 CPUtime=0
/proc/12390/stat : 12390 (sh) S 12377 12377 9449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998116950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12390/statm: 1339 233 193 169 0 50 0
[pid=12391] ppid=12390 vsize=868924 CPUtime=12.15
/proc/12391/stat : 12391 (java) S 12390 12377 9449 0 -1 0 68028 0 1 0 1182 33 0 0 18 0 9 0 1998116950 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12391/statm: 217231 46632 2566 9 0 211778 0
[pid=12391/tid=12392] ppid=12390 vsize=868924 CPUtime=7.01
/proc/12391/task/12392/stat : 12392 (java) R 12390 12377 9449 0 -1 64 4732 0 1 0 696 5 0 0 17 0 9 0 1998116951 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4126641506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12393] ppid=12390 vsize=868924 CPUtime=4.85
/proc/12391/task/12393/stat : 12393 (java) S 12390 12377 9449 0 -1 64 61045 0 0 0 459 26 0 0 16 0 9 0 1998116952 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12394] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12394/stat : 12394 (java) S 12390 12377 9449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998116953 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12395] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12395/stat : 12395 (java) S 12390 12377 9449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998116953 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12396] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12396/stat : 12396 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998116954 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12397] ppid=12390 vsize=868924 CPUtime=0.26
/proc/12391/task/12397/stat : 12397 (java) S 12390 12377 9449 0 -1 64 1555 0 0 0 26 0 0 0 16 0 9 0 1998116954 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12398] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12398/stat : 12398 (java) S 12390 12377 9449 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998116955 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12399] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12399/stat : 12399 (java) S 12390 12377 9449 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998116955 889778176 46632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 887880

[startup+25.5025 s]
/proc/loadavg: 1.09 1.04 1.00 2/75 12399
/proc/meminfo: memFree=1551744/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=0.87
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 974 8866 0 1 3 1 77 6 16 0 1 0 1998116873 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 797 370 3 0 500 0
[pid=12390] ppid=12377 vsize=5356 CPUtime=0
/proc/12390/stat : 12390 (sh) S 12377 12377 9449 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998116950 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12390/statm: 1339 233 193 169 0 50 0
[pid=12391] ppid=12390 vsize=868924 CPUtime=24.91
/proc/12391/stat : 12391 (java) S 12390 12377 9449 0 -1 0 68185 0 1 0 2452 39 0 0 18 0 9 0 1998116950 889778176 46741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12391/statm: 217231 46741 2566 9 0 211778 0
[pid=12391/tid=12392] ppid=12390 vsize=868924 CPUtime=19.52
/proc/12391/task/12392/stat : 12392 (java) R 12390 12377 9449 0 -1 64 4780 0 1 0 1941 11 0 0 17 0 9 0 1998116951 889778176 46741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12393] ppid=12390 vsize=868924 CPUtime=5.12
/proc/12391/task/12393/stat : 12393 (java) S 12390 12377 9449 0 -1 64 61154 0 0 0 485 27 0 0 15 0 9 0 1998116952 889778176 46741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12391/tid=12394] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12394/stat : 12394 (java) S 12390 12377 9449 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998116953 889778176 46741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12391/tid=12395] ppid=12390 vsize=868924 CPUtime=0
/proc/12391/task/12395/stat : 12395 (java) S 12390 12377 9449 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998116953 889778176 46741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=204496 CPUtime=963.26
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 51706 0 0 0 92682 3644 0 0 25 0 1 0 1998162744 209403904 50094 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51124 50094 48 102 0 51019 0
Current children cumulated CPU time (s) 1421.07
Current children cumulated vsize (KiB) 223452

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1379584/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=204496 CPUtime=1023.23
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 51706 0 0 0 98679 3644 0 0 25 0 1 0 1998162744 209403904 50094 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51124 50094 48 102 0 51019 0
Current children cumulated CPU time (s) 1481.04
Current children cumulated vsize (KiB) 223452

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1378688/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=205420 CPUtime=1083.21
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 52123 0 0 0 104677 3644 0 0 25 0 1 0 1998162744 210350080 50324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51355 50324 48 102 0 51250 0
Current children cumulated CPU time (s) 1541.02
Current children cumulated vsize (KiB) 224376

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1378688/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=205420 CPUtime=1143.19
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 52123 0 0 0 110675 3644 0 0 25 0 1 0 1998162744 210350080 50324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51355 50324 48 102 0 51250 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 224376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1377856/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=206080 CPUtime=1203.17
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 52507 0 0 0 116673 3644 0 0 25 0 1 0 1998162744 211025920 50513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51520 50513 48 102 0 51415 0
Current children cumulated CPU time (s) 1660.98
Current children cumulated vsize (KiB) 225036

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1377856/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=206080 CPUtime=1263.15
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 52507 0 0 0 122671 3644 0 0 25 0 1 0 1998162744 211025920 50513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51520 50513 48 102 0 51415 0
Current children cumulated CPU time (s) 1720.96
Current children cumulated vsize (KiB) 225036

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1376320/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=207532 CPUtime=1323.13
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 53102 0 0 0 128668 3645 0 0 25 0 1 0 1998162744 212512768 50902 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51883 50902 48 102 0 51778 0
Current children cumulated CPU time (s) 1780.94
Current children cumulated vsize (KiB) 226488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1376256/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=207532 CPUtime=1342.23
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 53102 0 0 0 130578 3645 0 0 25 0 1 0 1998162744 212512768 50902 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51883 50902 48 102 0 51778 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 226488

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1376256/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.81
/proc/12377/stat : 12377 (sugar) S 12375 12377 9449 0 -1 4194304 1022 128390 0 2 3 1 45609 168 17 0 1 0 1998116873 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12377/statm: 3400 799 370 3 0 500 0
[pid=12400] ppid=12377 vsize=5356 CPUtime=0
/proc/12400/stat : 12400 (sh) S 12377 12377 9449 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998162743 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12400/statm: 1339 232 193 169 0 50 0
[pid=12401] ppid=12400 vsize=207532 CPUtime=1342.23
/proc/12401/stat : 12401 (picosat) R 12400 12377 9449 0 -1 4194304 53102 0 0 0 130578 3645 0 0 25 0 1 0 1998162744 212512768 50902 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 51883 50902 48 102 0 51778 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 226488

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

[startup+1801.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1376256/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.89
/proc/12377/stat : 12377 (sugar) R 12375 12377 9449 0 -1 4194304 1069 128667 0 2 3 9 45609 168 17 0 1 0 1998116873 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12377/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 13600

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

[startup+1801.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12401
/proc/meminfo: memFree=1376256/2055920 swapFree=4180500/4192956
[pid=12377] ppid=12375 vsize=13600 CPUtime=457.89
/proc/12377/stat : 12377 (sugar) R 12375 12377 9449 0 -1 4194304 1069 128667 0 2 3 9 45609 168 17 0 1 0 1998116873 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12377/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 457.89
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1801.52
CPU time (s): 1800.06
CPU user time (s): 1761.91
CPU system time (s): 38.1517
CPU usage (%): 99.919
Max. virtual memory (cumulated for all children) (KiB): 908872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 456.133
system time used= 1.78173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129767
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= 13196
involuntary context switches= 8977

runsolver used 1.84072 second user time and 4.97324 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 19:10:55
IDJOB=1077059
IDBENCH=56631
IDSOLVER=345
FILE ID=node59/1077059-1215191455
PBS_JOBID= 7881548
Free space on /tmp= 66504 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d641e6d421915b203052ef4c4deb4c35
RANDOM SEED=36247865

node59.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.261
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.261
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:       1749624 kB
Buffers:         39764 kB
Cached:         199336 kB
SwapCached:       6176 kB
Active:          95392 kB
Inactive:       151568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749624 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          13752 kB
Slab:            45324 kB
Committed_AS:  4003544 kB
PageTables:       1456 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= 66500 MiB
End job on node59 at 2008-07-04 19:40:58