Trace number 1066986

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+picosatUNSAT 21.6917 22.0144

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-16_ext.xml
MD5SUM24ac4d403780cbef16b04fa2e8973bed
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
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 07:34:32 2008
0.00/0.04	c 0	PID 5926
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066986-1215149672.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066986-1215149672.xml' 'HOME/temp.csp'
0.03/0.28	c 1	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	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.03/0.39	c 1	Parsing HOME/temp.csp
0.25/0.50	c 1	parsed 274 expressions
0.25/0.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.51	c 1	Converting to clausal form CSP
0.25/0.53	c 1	converted 28 (10%) expressions
0.25/0.53	c 1	converted 55 (20%) expressions
0.25/0.53	c 1	converted 83 (30%) expressions
0.25/0.53	c 1	converted 110 (40%) expressions
0.25/0.53	c 1	converted 137 (50%) expressions
0.25/0.53	c 1	converted 165 (60%) expressions
0.25/0.53	c 1	converted 192 (70%) expressions
0.25/0.53	c 1	converted 220 (80%) expressions
0.25/0.57	c 1	converted 247 (90%) expressions
0.25/0.76	c 1	converted 274 (100%) expressions
0.25/0.76	c 1	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
0.25/0.76	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.76	c 1	Propagation in CSP
0.25/0.76	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.77	c 1	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
0.25/0.77	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.77	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.77	c 1	CSP : 240 integers, 0 booleans, 31 clauses, largest domain size 26
0.25/0.77	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.83	c 1	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
0.26/0.84	c 1	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
0.26/0.84	c 1	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
0.26/0.84	c 1	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
0.26/0.84	c 1	120 (50%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
0.26/0.84	c 1	144 (60%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
0.26/0.84	c 1	168 (70%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
0.26/0.84	c 1	192 (80%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
0.26/0.85	c 1	216 (90%) CSP integer variables are encoded (5184 clauses, 65329 bytes)
0.26/0.85	c 1	240 (100%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
2.80/2.96	c 3	4 (10%) CSP clauses are encoded (38180 clauses, 2974149 bytes)
4.38/4.57	c 5	7 (20%) CSP clauses are encoded (62495 clauses, 5201961 bytes)
5.96/6.19	c 7	10 (30%) CSP clauses are encoded (86810 clauses, 7460278 bytes)
7.63/7.80	c 8	13 (40%) CSP clauses are encoded (111125 clauses, 9733633 bytes)
9.13/9.33	c 10	16 (50%) CSP clauses are encoded (135440 clauses, 12006988 bytes)
9.73/9.93	c 10	19 (60%) CSP clauses are encoded (145907 clauses, 12852824 bytes)
10.21/10.47	c 11	22 (70%) CSP clauses are encoded (156374 clauses, 13897703 bytes)
10.82/11.01	c 11	25 (80%) CSP clauses are encoded (166841 clauses, 14942582 bytes)
11.31/11.56	c 12	28 (90%) CSP clauses are encoded (177308 clauses, 15987461 bytes)
11.90/12.17	c 13	31 (100%) CSP clauses are encoded (187775 clauses, 17032340 bytes)
11.90/12.17	c 13	31 CSP clauses encoded
11.90/12.17	c 13	Writing map file : HOME/temp.map
11.90/12.18	c 13	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.90/12.18	c 13	SAT : 6000 SAT variables, 187775 SAT clauses, 17032340 bytes
11.90/12.18	c 13	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.98/12.21	c 13	SOLVING HOME/temp.cnf
11.98/12.21	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
21.48/21.82	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.48/21.82	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.58/21.90	c 22	Decoding HOME/temp.out
21.58/21.94	s UNSATISFIABLE
21.58/21.95	c 22	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.58/22.01	c 22	CPU 17.2 (0.03 0.01 17.17 4.45)
21.58/22.01	c 22	END Fri Jul  4 07:34:54 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1066986-1215149672/watcher-1066986-1215149672 -o /tmp/evaluation-result-1066986-1215149672/solver-1066986-1215149672 -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-1066986-1215149672.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.92 1.98 1.99 4/72 5926
/proc/meminfo: memFree=1889704/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=18572 CPUtime=0
/proc/5926/stat : 5926 (runsolver) R 5924 5926 1357 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1993936803 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5926/statm: 4643 292 257 25 0 2626 0

[startup+0.0536569 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5926
/proc/meminfo: memFree=1889704/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.03
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993936803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103898 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5926
/proc/meminfo: memFree=1889704/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.03
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993936803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301926 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5926
/proc/meminfo: memFree=1889704/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.03
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 1993936803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 5926
/proc/meminfo: memFree=1889704/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.25
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 973 4302 0 1 2 1 19 3 15 0 1 0 1993936803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 5948
/proc/meminfo: memFree=1871056/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.26
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 974 4302 0 1 3 1 19 3 15 0 1 0 1993936803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 797 370 3 0 500 0
[pid=5939] ppid=5926 vsize=5356 CPUtime=0
/proc/5939/stat : 5939 (sh) S 5926 5926 1357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993936835 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1339 233 193 169 0 50 0
[pid=5940] ppid=5939 vsize=864280 CPUtime=1.15
/proc/5940/stat : 5940 (java) S 5939 5926 1357 0 -1 0 7764 0 1 0 110 5 0 0 18 0 9 0 1993936836 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5940/statm: 216070 6954 2563 9 0 210617 0
[pid=5940/tid=5941] ppid=5939 vsize=864280 CPUtime=0.79
/proc/5940/task/5941/stat : 5941 (java) R 5939 5926 1357 0 -1 64 2758 0 1 0 77 2 0 0 22 0 9 0 1993936837 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5942] ppid=5939 vsize=864280 CPUtime=0.24
/proc/5940/task/5942/stat : 5942 (java) S 5939 5926 1357 0 -1 64 3972 0 0 0 23 1 0 0 16 0 9 0 1993936838 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5943] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5943/stat : 5943 (java) S 5939 5926 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993936838 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5944] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5944/stat : 5944 (java) S 5939 5926 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993936838 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5945] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5945/stat : 5945 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993936840 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5946] ppid=5939 vsize=864280 CPUtime=0.09
/proc/5940/task/5946/stat : 5946 (java) S 5939 5926 1357 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1993936840 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5947] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5947/stat : 5947 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993936840 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5948] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5948/stat : 5948 (java) S 5939 5926 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993936840 885022720 6954 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883236

[startup+3.1024 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 5948
/proc/meminfo: memFree=1866448/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.26
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 974 4302 0 1 3 1 19 3 16 0 1 0 1993936803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 797 370 3 0 500 0
[pid=5939] ppid=5926 vsize=5356 CPUtime=0
/proc/5939/stat : 5939 (sh) S 5926 5926 1357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993936835 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1339 233 193 169 0 50 0
[pid=5940] ppid=5939 vsize=864280 CPUtime=2.73
/proc/5940/stat : 5940 (java) S 5939 5926 1357 0 -1 0 9041 0 1 0 266 7 0 0 18 0 9 0 1993936836 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5940/statm: 216070 8043 2563 9 0 210617 0
[pid=5940/tid=5941] ppid=5939 vsize=864280 CPUtime=2.23
/proc/5940/task/5941/stat : 5941 (java) R 5939 5926 1357 0 -1 64 2941 0 1 0 219 4 0 0 25 0 9 0 1993936837 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5942] ppid=5939 vsize=864280 CPUtime=0.39
/proc/5940/task/5942/stat : 5942 (java) S 5939 5926 1357 0 -1 64 5066 0 0 0 37 2 0 0 16 0 9 0 1993936838 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5943] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5943/stat : 5943 (java) S 5939 5926 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993936838 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5944] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5944/stat : 5944 (java) S 5939 5926 1357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993936838 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5945] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5945/stat : 5945 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993936840 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5946] ppid=5939 vsize=864280 CPUtime=0.09
/proc/5940/task/5946/stat : 5946 (java) S 5939 5926 1357 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1993936840 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5947] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5947/stat : 5947 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993936840 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5948] ppid=5939 vsize=864280 CPUtime=0
/proc/5940/task/5948/stat : 5948 (java) S 5939 5926 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993936840 885022720 8043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883236

[startup+6.30354 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 5948
/proc/meminfo: memFree=1858896/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=0.26
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 974 4302 0 1 3 1 19 3 16 0 1 0 1993936803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 797 370 3 0 500 0
[pid=5939] ppid=5926 vsize=5356 CPUtime=0
/proc/5939/stat : 5939 (sh) S 5926 5926 1357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993936835 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5939/statm: 1339 233 193 169 0 50 0
[pid=5940] ppid=5939 vsize=864364 CPUtime=5.9
/proc/5940/stat : 5940 (java) S 5939 5926 1357 0 -1 0 10029 0 1 0 577 13 0 0 18 0 9 0 1993936836 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5940/statm: 216091 8084 2563 9 0 210638 0
[pid=5940/tid=5941] ppid=5939 vsize=864364 CPUtime=5.12
/proc/5940/task/5941/stat : 5941 (java) R 5939 5926 1357 0 -1 64 3306 0 1 0 505 7 0 0 25 0 9 0 1993936837 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5942] ppid=5939 vsize=864364 CPUtime=0.65
/proc/5940/task/5942/stat : 5942 (java) S 5939 5926 1357 0 -1 64 5686 0 0 0 61 4 0 0 15 0 9 0 1993936838 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5943] ppid=5939 vsize=864364 CPUtime=0
/proc/5940/task/5943/stat : 5943 (java) S 5939 5926 1357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993936838 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5944] ppid=5939 vsize=864364 CPUtime=0
/proc/5940/task/5944/stat : 5944 (java) S 5939 5926 1357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993936838 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5945] ppid=5939 vsize=864364 CPUtime=0
/proc/5940/task/5945/stat : 5945 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993936840 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5946] ppid=5939 vsize=864364 CPUtime=0.1
/proc/5940/task/5946/stat : 5946 (java) S 5939 5926 1357 0 -1 64 345 0 0 0 10 0 0 0 16 0 9 0 1993936840 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5947] ppid=5939 vsize=864364 CPUtime=0
/proc/5940/task/5947/stat : 5947 (java) S 5939 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993936840 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5940/tid=5948] ppid=5939 vsize=864364 CPUtime=0
/proc/5940/task/5948/stat : 5948 (java) S 5939 5926 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993936840 885108736 8084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883320

[startup+12.702 s]
/proc/loadavg: 1.94 1.98 1.99 3/83 5948
/proc/meminfo: memFree=1847184/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=11.99
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1022 17303 0 2 3 1 1166 29 16 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 13600

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

[startup+15.9016 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 5950
/proc/meminfo: memFree=1863440/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=11.99
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1022 17303 0 2 3 1 1166 29 16 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
[pid=5949] ppid=5926 vsize=5356 CPUtime=0
/proc/5949/stat : 5949 (sh) S 5926 5926 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993938025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5949/statm: 1339 232 193 169 0 50 0
[pid=5950] ppid=5949 vsize=8924 CPUtime=3.65
/proc/5950/stat : 5950 (picosat) R 5949 5926 1357 0 -1 4194304 2097 0 0 0 174 191 0 0 25 0 1 0 1993938026 9138176 2083 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5950/statm: 2231 2083 40 102 0 2126 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 27880

[startup+19.1021 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 5950
/proc/meminfo: memFree=1856592/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=11.99
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1022 17303 0 2 3 1 1166 29 16 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
[pid=5949] ppid=5926 vsize=5356 CPUtime=0
/proc/5949/stat : 5949 (sh) S 5926 5926 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993938025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5949/statm: 1339 232 193 169 0 50 0
[pid=5950] ppid=5949 vsize=15772 CPUtime=6.81
/proc/5950/stat : 5950 (picosat) R 5949 5926 1357 0 -1 4194304 3750 0 0 0 325 356 0 0 25 0 1 0 1993938026 16150528 3736 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5950/statm: 3943 3736 40 102 0 3838 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 34728

[startup+20.7014 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 5950
/proc/meminfo: memFree=1854352/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=11.99
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1022 17303 0 2 3 1 1166 29 16 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
[pid=5949] ppid=5926 vsize=5356 CPUtime=0
/proc/5949/stat : 5949 (sh) S 5926 5926 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993938025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5949/statm: 1339 232 193 169 0 50 0
[pid=5950] ppid=5949 vsize=18016 CPUtime=8.4
/proc/5950/stat : 5950 (picosat) R 5949 5926 1357 0 -1 4194304 4334 0 0 0 428 412 0 0 25 0 1 0 1993938026 18448384 4318 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/5950/statm: 4504 4318 42 102 0 4399 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 36972

[startup+21.5015 s]
/proc/loadavg: 1.94 1.98 1.99 3/75 5950
/proc/meminfo: memFree=1853264/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=11.99
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1022 17303 0 2 3 1 1166 29 16 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
[pid=5949] ppid=5926 vsize=5356 CPUtime=0
/proc/5949/stat : 5949 (sh) S 5926 5926 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993938025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5949/statm: 1339 232 193 169 0 50 0
[pid=5950] ppid=5949 vsize=18280 CPUtime=9.19
/proc/5950/stat : 5950 (picosat) R 5949 5926 1357 0 -1 4194304 4396 0 0 0 507 412 0 0 25 0 1 0 1993938026 18718720 4380 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5950/statm: 4570 4380 42 102 0 4465 0
Current children cumulated CPU time (s) 21.18
Current children cumulated vsize (KiB) 37236

[startup+21.9016 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 5960
/proc/meminfo: memFree=1866128/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=13600 CPUtime=21.52
/proc/5926/stat : 5926 (sugar) S 5924 5926 1357 0 -1 4194304 1072 22018 0 2 3 1 1706 442 17 0 1 0 1993936803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5926/statm: 3400 799 370 3 0 500 0
[pid=5951] ppid=5926 vsize=5356 CPUtime=0
/proc/5951/stat : 5951 (sh) S 5926 5926 1357 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 1993938986 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5951/statm: 1339 233 193 169 0 50 0
[pid=5952] ppid=5951 vsize=863720 CPUtime=0.06
/proc/5952/stat : 5952 (java) S 5951 5926 1357 0 -1 0 3123 0 1 0 5 1 0 0 18 0 9 0 1993938986 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5952/statm: 215930 2610 1600 9 0 210512 0
[pid=5952/tid=5953] ppid=5951 vsize=863720 CPUtime=0.05
/proc/5952/task/5953/stat : 5953 (java) R 5951 5926 1357 0 -1 64 2225 0 1 0 4 1 0 0 18 0 9 0 1993938987 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4159706471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5954] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5954/stat : 5954 (java) S 5951 5926 1357 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1993938988 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5955] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5955/stat : 5955 (java) S 5951 5926 1357 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1993938988 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5956] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5956/stat : 5956 (java) S 5951 5926 1357 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993938988 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5957] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5957/stat : 5957 (java) S 5951 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993938990 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5958] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5958/stat : 5958 (java) R 5951 5926 1357 0 -1 64 203 0 0 0 0 0 0 0 19 0 9 0 1993938990 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 103774175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5959] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5959/stat : 5959 (java) S 5951 5926 1357 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993938990 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5952/tid=5960] ppid=5951 vsize=863720 CPUtime=0
/proc/5952/task/5960/stat : 5960 (java) S 5951 5926 1357 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1993938990 884449280 2610 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 882676

[startup+22.0139 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 5960
/proc/meminfo: memFree=1866128/2055920 swapFree=4180444/4192956
[pid=5926] ppid=5924 vsize=0 CPUtime=21.67
/proc/5926/stat : 5926 (sugar) R 5924 5926 1357 0 -1 4194308 1149 25705 0 3 3 2 1717 445 16 0 1 0 1993936803 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.0144
CPU time (s): 21.6917
CPU user time (s): 17.2124
CPU system time (s): 4.47932
CPU usage (%): 98.5344
Max. virtual memory (cumulated for all children) (KiB): 884608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2124
system time used= 4.47932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26854
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10625
involuntary context switches= 10872

runsolver used 0.024996 second user time and 0.089986 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 07:34:32
IDJOB=1066986
IDBENCH=55156
IDSOLVER=345
FILE ID=node68/1066986-1215149672
PBS_JOBID= 7877358
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-16_ext.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-1066986-1215149672/watcher-1066986-1215149672 -o /tmp/evaluation-result-1066986-1215149672/solver-1066986-1215149672 -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-1066986-1215149672.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 24ac4d403780cbef16b04fa2e8973bed
RANDOM SEED=52469658

node68.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:       1890184 kB
Buffers:         10740 kB
Cached:          92420 kB
SwapCached:       6728 kB
Active:          86876 kB
Inactive:        27448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890184 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          18132 kB
Slab:            36884 kB
Committed_AS:  4177292 kB
PageTables:       1676 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= 66556 MiB
End job on node68 at 2008-07-04 07:34:55