Trace number 1066365

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 28.0197 28.4065

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-15_ext.xml
MD5SUM9e3de5ef0bb4f45d51435215e5fec983
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
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.05	c 0	BEGIN Fri Jul  4 07:02:20 2008
0.00/0.05	c 0	PID 9086
0.04/0.05	c 0	HOST node67.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1066365-1215147740.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-1066365-1215147740.xml' 'HOME/temp.csp'
0.04/0.29	c 1	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.04/0.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/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.04/0.39	c 1	Parsing HOME/temp.csp
0.29/0.49	c 1	parsed 257 expressions
0.29/0.49	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.49	c 1	Converting to clausal form CSP
0.29/0.52	c 1	converted 26 (10%) expressions
0.29/0.52	c 1	converted 52 (20%) expressions
0.29/0.52	c 1	converted 78 (30%) expressions
0.29/0.52	c 1	converted 103 (40%) expressions
0.29/0.52	c 1	converted 129 (50%) expressions
0.29/0.52	c 1	converted 155 (60%) expressions
0.29/0.52	c 1	converted 180 (70%) expressions
0.29/0.52	c 1	converted 206 (80%) expressions
0.29/0.56	c 1	converted 232 (90%) expressions
0.29/0.81	c 1	converted 257 (100%) expressions
0.29/0.81	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.81	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.81	c 1	Propagation in CSP
0.29/0.81	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.29/0.81	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.81	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.81	c 1	Simplifing CSP by introducing new Boolean variables
0.29/0.81	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
0.29/0.81	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.29/0.89	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
0.29/0.89	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
0.29/0.89	c 1	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
0.29/0.89	c 1	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
0.29/0.89	c 1	113 (50%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
0.29/0.90	c 1	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
0.29/0.90	c 1	158 (70%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
0.29/0.90	c 1	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
0.29/0.90	c 1	203 (90%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
0.29/0.90	c 1	225 (100%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
2.33/2.50	c 3	3 (10%) CSP clauses are encoded (29715 clauses, 2095232 bytes)
4.02/4.10	c 5	6 (20%) CSP clauses are encoded (54030 clauses, 4292370 bytes)
5.50/5.64	c 6	9 (30%) CSP clauses are encoded (78345 clauses, 6520182 bytes)
7.08/7.25	c 8	12 (40%) CSP clauses are encoded (102660 clauses, 8763318 bytes)
8.56/8.78	c 9	15 (50%) CSP clauses are encoded (126975 clauses, 11036673 bytes)
10.14/10.37	c 11	18 (60%) CSP clauses are encoded (151290 clauses, 13108789 bytes)
11.73/11.90	c 12	21 (70%) CSP clauses are encoded (175605 clauses, 15475234 bytes)
13.30/13.51	c 14	24 (80%) CSP clauses are encoded (199920 clauses, 17841679 bytes)
14.79/15.05	c 15	27 (90%) CSP clauses are encoded (224235 clauses, 20208124 bytes)
16.37/16.68	c 17	30 (100%) CSP clauses are encoded (248550 clauses, 22574569 bytes)
16.37/16.68	c 17	30 CSP clauses encoded
16.37/16.68	c 17	Writing map file : HOME/temp.map
16.37/16.68	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.37/16.68	c 17	SAT : 5625 SAT variables, 248550 SAT clauses, 22574569 bytes
16.37/16.69	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.45/16.73	c 17	SOLVING HOME/temp.cnf
16.45/16.73	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
27.82/28.22	c 29	DECODING HOME/temp.out WITH HOME/temp.map
27.82/28.22	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.82/28.29	c 29	Decoding HOME/temp.out
27.85/28.33	s UNSATISFIABLE
27.85/28.34	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.85/28.40	c 29	CPU 21.99 (0.03 0.01 21.96 5.99)
27.85/28.40	c 29	END Fri Jul  4 07:02:49 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-1066365-1215147740/watcher-1066365-1215147740 -o /tmp/evaluation-result-1066365-1215147740/solver-1066365-1215147740 -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-1066365-1215147740.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.84 1.94 1.96 4/81 9086
/proc/meminfo: memFree=1485616/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=18572 CPUtime=0
/proc/9086/stat : 9086 (runsolver) R 9084 9086 5936 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1993743585 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9086/statm: 4643 292 257 25 0 2626 0

[startup+0.0507339 s]
/proc/loadavg: 1.84 1.94 1.96 4/81 9086
/proc/meminfo: memFree=1485616/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.04
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1993743585 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101859 s]
/proc/loadavg: 1.84 1.94 1.96 4/81 9086
/proc/meminfo: memFree=1485616/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.04
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993743585 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301895 s]
/proc/loadavg: 1.84 1.94 1.96 4/81 9086
/proc/meminfo: memFree=1485616/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.04
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1993743585 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701974 s]
/proc/loadavg: 1.84 1.94 1.96 4/81 9086
/proc/meminfo: memFree=1485616/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.29
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 973 4305 0 1 3 1 22 3 15 0 1 0 1993743585 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 1.84 1.94 1.96 3/92 9108
/proc/meminfo: memFree=1464024/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.29
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 974 4305 0 1 3 1 22 3 15 0 1 0 1993743585 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 797 370 3 0 500 0
[pid=9099] ppid=9086 vsize=5356 CPUtime=0
/proc/9099/stat : 9099 (sh) S 9086 9086 5936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993743617 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9099/statm: 1339 233 193 169 0 50 0
[pid=9100] ppid=9099 vsize=864280 CPUtime=1.16
/proc/9100/stat : 9100 (java) S 9099 9086 5936 0 -1 0 8475 0 1 0 111 5 0 0 18 0 9 0 1993743617 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9100/statm: 216070 7686 2563 9 0 210617 0
[pid=9100/tid=9101] ppid=9099 vsize=864280 CPUtime=0.78
/proc/9100/task/9101/stat : 9101 (java) R 9099 9086 5936 0 -1 64 2801 0 1 0 76 2 0 0 22 0 9 0 1993743618 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4126572668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9102] ppid=9099 vsize=864280 CPUtime=0.27
/proc/9100/task/9102/stat : 9102 (java) S 9099 9086 5936 0 -1 64 4641 0 0 0 25 2 0 0 16 0 9 0 1993743619 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9103] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9103/stat : 9103 (java) S 9099 9086 5936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993743619 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9104] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9104/stat : 9104 (java) S 9099 9086 5936 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993743619 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9105] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9105/stat : 9105 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993743621 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9106] ppid=9099 vsize=864280 CPUtime=0.09
/proc/9100/task/9106/stat : 9106 (java) S 9099 9086 5936 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 1993743621 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9107] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9107/stat : 9107 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993743621 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9108] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9108/stat : 9108 (java) S 9099 9086 5936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993743621 885022720 7686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883236

[startup+3.10141 s]
/proc/loadavg: 1.84 1.94 1.96 3/92 9108
/proc/meminfo: memFree=1459352/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.29
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 974 4305 0 1 3 1 22 3 16 0 1 0 1993743585 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 797 370 3 0 500 0
[pid=9099] ppid=9086 vsize=5356 CPUtime=0
/proc/9099/stat : 9099 (sh) S 9086 9086 5936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993743617 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9099/statm: 1339 233 193 169 0 50 0
[pid=9100] ppid=9099 vsize=864280 CPUtime=2.74
/proc/9100/stat : 9100 (java) S 9099 9086 5936 0 -1 0 9769 0 1 0 266 8 0 0 18 0 9 0 1993743617 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9100/statm: 216070 8843 2563 9 0 210617 0
[pid=9100/tid=9101] ppid=9099 vsize=864280 CPUtime=2.26
/proc/9100/task/9101/stat : 9101 (java) R 9099 9086 5936 0 -1 64 2938 0 1 0 223 3 0 0 25 0 9 0 1993743618 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 102109824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9102] ppid=9099 vsize=864280 CPUtime=0.37
/proc/9100/task/9102/stat : 9102 (java) S 9099 9086 5936 0 -1 64 5798 0 0 0 34 3 0 0 16 0 9 0 1993743619 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9103] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9103/stat : 9103 (java) S 9099 9086 5936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993743619 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9104] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9104/stat : 9104 (java) S 9099 9086 5936 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993743619 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9105] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9105/stat : 9105 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993743621 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9106] ppid=9099 vsize=864280 CPUtime=0.09
/proc/9100/task/9106/stat : 9106 (java) S 9099 9086 5936 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 1993743621 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9107] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9107/stat : 9107 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993743621 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9108] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9108/stat : 9108 (java) S 9099 9086 5936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993743621 885022720 8843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883236

[startup+6.303 s]
/proc/loadavg: 1.85 1.94 1.96 3/92 9108
/proc/meminfo: memFree=1449880/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.29
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 974 4305 0 1 3 1 22 3 16 0 1 0 1993743585 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 797 370 3 0 500 0
[pid=9099] ppid=9086 vsize=5356 CPUtime=0
/proc/9099/stat : 9099 (sh) S 9086 9086 5936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993743617 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9099/statm: 1339 233 193 169 0 50 0
[pid=9100] ppid=9099 vsize=864280 CPUtime=5.9
/proc/9100/stat : 9100 (java) S 9099 9086 5936 0 -1 0 10515 0 1 0 576 14 0 0 18 0 9 0 1993743617 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9100/statm: 216070 9328 2563 9 0 210617 0
[pid=9100/tid=9101] ppid=9099 vsize=864280 CPUtime=5.18
/proc/9100/task/9101/stat : 9101 (java) R 9099 9086 5936 0 -1 64 3197 0 1 0 511 7 0 0 25 0 9 0 1993743618 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4126565450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9102] ppid=9099 vsize=864280 CPUtime=0.59
/proc/9100/task/9102/stat : 9102 (java) S 9099 9086 5936 0 -1 64 6279 0 0 0 54 5 0 0 16 0 9 0 1993743619 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9103] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9103/stat : 9103 (java) S 9099 9086 5936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993743619 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9104] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9104/stat : 9104 (java) S 9099 9086 5936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993743619 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9105] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9105/stat : 9105 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993743621 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9106] ppid=9099 vsize=864280 CPUtime=0.1
/proc/9100/task/9106/stat : 9106 (java) S 9099 9086 5936 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 1993743621 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9107] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9107/stat : 9107 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993743621 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9108] ppid=9099 vsize=864280 CPUtime=0
/proc/9100/task/9108/stat : 9108 (java) S 9099 9086 5936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993743621 885022720 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883236

[startup+12.7012 s]
/proc/loadavg: 1.87 1.94 1.96 3/92 9108
/proc/meminfo: memFree=1439576/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=0.29
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 974 4305 0 1 3 1 22 3 16 0 1 0 1993743585 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 797 370 3 0 500 0
[pid=9099] ppid=9086 vsize=5356 CPUtime=0
/proc/9099/stat : 9099 (sh) S 9086 9086 5936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993743617 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9099/statm: 1339 233 193 169 0 50 0
[pid=9100] ppid=9099 vsize=864364 CPUtime=12.23
/proc/9100/stat : 9100 (java) S 9099 9086 5936 0 -1 0 13673 0 1 0 1197 26 0 0 18 0 9 0 1993743617 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9100/statm: 216091 9531 2563 9 0 210638 0
[pid=9100/tid=9101] ppid=9099 vsize=864364 CPUtime=11
/proc/9100/task/9101/stat : 9101 (java) R 9099 9086 5936 0 -1 64 3715 0 1 0 1086 14 0 0 25 0 9 0 1993743618 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4126559496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9102] ppid=9099 vsize=864364 CPUtime=1.1
/proc/9100/task/9102/stat : 9102 (java) S 9099 9086 5936 0 -1 64 8919 0 0 0 100 10 0 0 16 0 9 0 1993743619 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9103] ppid=9099 vsize=864364 CPUtime=0
/proc/9100/task/9103/stat : 9103 (java) S 9099 9086 5936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993743619 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9104] ppid=9099 vsize=864364 CPUtime=0
/proc/9100/task/9104/stat : 9104 (java) S 9099 9086 5936 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993743619 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9105] ppid=9099 vsize=864364 CPUtime=0
/proc/9100/task/9105/stat : 9105 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993743621 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9106] ppid=9099 vsize=864364 CPUtime=0.1
/proc/9100/task/9106/stat : 9106 (java) S 9099 9086 5936 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 1993743621 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9107] ppid=9099 vsize=864364 CPUtime=0
/proc/9100/task/9107/stat : 9107 (java) S 9099 9086 5936 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993743621 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9100/tid=9108] ppid=9099 vsize=864364 CPUtime=0
/proc/9100/task/9108/stat : 9108 (java) S 9099 9086 5936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993743621 885108736 9531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883320

[startup+25.5015 s]
/proc/loadavg: 1.89 1.94 1.96 3/84 9110
/proc/meminfo: memFree=1442840/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=16.47
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 1022 21037 0 2 3 1 1606 37 16 0 1 0 1993743585 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 799 370 3 0 500 0
[pid=9109] ppid=9086 vsize=5356 CPUtime=0
/proc/9109/stat : 9109 (sh) S 9086 9086 5936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993745258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9109/statm: 1339 232 193 169 0 50 0
[pid=9110] ppid=9109 vsize=19336 CPUtime=8.68
/proc/9110/stat : 9110 (picosat) R 9109 9086 5936 0 -1 4194304 4699 0 0 0 408 460 0 0 25 0 1 0 1993745259 19800064 4685 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9110/statm: 4834 4685 40 102 0 4729 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 38292

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

[startup+27.1028 s]
/proc/loadavg: 1.89 1.94 1.96 3/84 9110
/proc/meminfo: memFree=1440600/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=16.47
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 1022 21037 0 2 3 1 1606 37 16 0 1 0 1993743585 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 799 370 3 0 500 0
[pid=9109] ppid=9086 vsize=5356 CPUtime=0
/proc/9109/stat : 9109 (sh) S 9086 9086 5936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993745258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9109/statm: 1339 232 193 169 0 50 0
[pid=9110] ppid=9109 vsize=22504 CPUtime=10.26
/proc/9110/stat : 9110 (picosat) R 9109 9086 5936 0 -1 4194304 5525 0 0 0 480 546 0 0 25 0 1 0 1993745259 23044096 5511 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/9110/statm: 5626 5511 40 102 0 5521 0
Current children cumulated CPU time (s) 26.73
Current children cumulated vsize (KiB) 41460

[startup+27.902 s]
/proc/loadavg: 1.89 1.94 1.96 3/84 9110
/proc/meminfo: memFree=1438424/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=16.47
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 1022 21037 0 2 3 1 1606 37 16 0 1 0 1993743585 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 799 370 3 0 500 0
[pid=9109] ppid=9086 vsize=5356 CPUtime=0
/proc/9109/stat : 9109 (sh) S 9086 9086 5936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993745258 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9109/statm: 1339 232 193 169 0 50 0
[pid=9110] ppid=9109 vsize=23168 CPUtime=11.05
/proc/9110/stat : 9110 (picosat) R 9109 9086 5936 0 -1 4194304 5687 0 0 0 547 558 0 0 25 0 1 0 1993745259 23724032 5671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/9110/statm: 5792 5671 42 102 0 5687 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 42124

[startup+28.301 s]
/proc/loadavg: 1.89 1.94 1.96 3/84 9110
/proc/meminfo: memFree=1438424/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=27.85
/proc/9086/stat : 9086 (sugar) S 9084 9086 5936 0 -1 4194304 1092 27012 0 2 3 1 2185 596 16 0 1 0 1993743585 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9086/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 13600

[startup+28.4022 s]
/proc/loadavg: 1.89 1.94 1.96 3/84 9110
/proc/meminfo: memFree=1438424/2055920 swapFree=4181480/4192956
[pid=9086] ppid=9084 vsize=13600 CPUtime=28
/proc/9086/stat : 9086 (sugar) R 9084 9086 5936 0 -1 4194304 1119 30696 0 3 3 2 2196 599 16 0 1 0 1993743585 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9086/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 28.4065
CPU time (s): 28.0197
CPU user time (s): 21.9987
CPU system time (s): 6.02108
CPU usage (%): 98.6384
Max. virtual memory (cumulated for all children) (KiB): 885892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9987
system time used= 6.02108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31845
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= 10337
involuntary context switches= 11292

runsolver used 0.051992 second user time and 0.100984 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 07:02:20
IDJOB=1066365
IDBENCH=55119
IDSOLVER=345
FILE ID=node67/1066365-1215147740
PBS_JOBID= 7877367
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9e3de5ef0bb4f45d51435215e5fec983
RANDOM SEED=1962624432

node67.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.281
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.281
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:       1486096 kB
Buffers:         81808 kB
Cached:         396612 kB
SwapCached:       5332 kB
Active:         276144 kB
Inactive:       225600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486096 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          39392 kB
Slab:            53060 kB
Committed_AS:  4078836 kB
PageTables:       1904 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= 66552 MiB
End job on node67 at 2008-07-04 07:02:49