Trace number 1079334

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+minisatSAT 7.8808 8.01099

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-5_ext.xml
MD5SUMfb3a91b3b0c7c43bd7a8e5807e087c77
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints10
Maximum constraint arity5
Maximum domain size26
Number of constraints which are defined in extension10
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/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:13:59 2008
0.00/0.04	c 0	PID 5975
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1079334-1215209639.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-1079334-1215209639.xml' 'HOME/temp.csp'
0.03/0.24	c 0	1 domains, 25 variables, 0 predicates, 1 relations, 10 constraints
0.03/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.25	c 0	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.21/0.32	c 0	Parsing HOME/temp.csp
0.21/0.41	c 0	parsed 37 expressions
0.21/0.42	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.42	c 0	Converting to clausal form CSP
0.21/0.44	c 0	converted 4 (10%) expressions
0.21/0.44	c 0	converted 8 (20%) expressions
0.21/0.44	c 0	converted 12 (30%) expressions
0.21/0.44	c 0	converted 15 (40%) expressions
0.21/0.44	c 0	converted 19 (50%) expressions
0.21/0.44	c 0	converted 23 (60%) expressions
0.21/0.44	c 0	converted 26 (70%) expressions
0.21/0.51	c 0	converted 30 (80%) expressions
0.21/0.60	c 0	converted 34 (90%) expressions
0.21/0.64	c 0	converted 37 (100%) expressions
0.21/0.64	c 0	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.21/0.64	c 0	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.64	c 0	Propagation in CSP
0.21/0.64	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.64	c 0	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.21/0.64	c 0	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.64	c 0	Simplifing CSP by introducing new Boolean variables
0.21/0.64	c 0	CSP : 25 integers, 0 booleans, 10 clauses, largest domain size 26
0.21/0.64	c 0	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.69	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.21/0.70	c 0	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
0.21/0.70	c 0	5 (20%) CSP integer variables are encoded (120 clauses, 1176 bytes)
0.21/0.71	c 0	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
0.21/0.71	c 0	10 (40%) CSP integer variables are encoded (240 clauses, 2496 bytes)
0.21/0.71	c 0	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
0.21/0.71	c 0	15 (60%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.21/0.71	c 0	18 (70%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.21/0.71	c 0	20 (80%) CSP integer variables are encoded (480 clauses, 5136 bytes)
0.21/0.71	c 0	23 (90%) CSP integer variables are encoded (552 clauses, 5928 bytes)
0.21/0.71	c 0	25 (100%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.13/1.29	c 1	1 (10%) CSP clauses are encoded (12275 clauses, 334734 bytes)
1.74/1.83	c 2	2 (20%) CSP clauses are encoded (23950 clauses, 722516 bytes)
2.34/2.41	c 2	3 (30%) CSP clauses are encoded (35625 clauses, 1120206 bytes)
2.83/2.93	c 3	4 (40%) CSP clauses are encoded (47300 clauses, 1517896 bytes)
3.34/3.46	c 3	5 (50%) CSP clauses are encoded (58975 clauses, 1915735 bytes)
3.84/3.99	c 4	6 (60%) CSP clauses are encoded (70650 clauses, 2335691 bytes)
4.44/4.58	c 4	7 (70%) CSP clauses are encoded (82325 clauses, 2755647 bytes)
5.05/5.10	c 5	8 (80%) CSP clauses are encoded (94000 clauses, 3175603 bytes)
5.54/5.63	c 5	9 (90%) CSP clauses are encoded (105675 clauses, 3595559 bytes)
6.14/6.22	c 6	10 (100%) CSP clauses are encoded (117350 clauses, 4015515 bytes)
6.14/6.22	c 6	10 CSP clauses encoded
6.14/6.22	c 6	Writing map file : HOME/temp.map
6.14/6.22	c 6	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.22	c 6	SAT : 625 SAT variables, 117350 SAT clauses, 4015515 bytes
6.14/6.22	c 6	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.25	c 6	SOLVING HOME/temp.cnf
6.14/6.25	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.14/6.25	c 6	This is MiniSat 2.0 beta
6.14/6.25	c 6	WARNING: for repeatability, setting FPU to use double precision
6.14/6.25	c 6	============================[ Problem Statistics ]=============================
6.14/6.25	c 6	|                                                                             |
6.14/6.25	c 6	|  Number of variables:  625                                                  |
6.14/6.25	c 6	|  Number of clauses:    117350                                               |
6.20/6.34	c 6	|  Parsing time:         0.08         s                                       |
6.20/6.35	c 6	============================[ Search Statistics ]==============================
6.20/6.35	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.20/6.35	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.20/6.35	c 6	===============================================================================
6.20/6.35	c 6	|         0 |     625   117350   877750 |    39116        0    nan |  0.000 % |
6.20/6.35	c 6	|       101 |     625   117350   877750 |    43028      101      5 |  0.000 % |
6.20/6.36	c 6	|       251 |     625   117350   877750 |    47331      251      6 |  0.005 % |
6.20/6.38	c 6	|       476 |     625   117350   877750 |    52064      476      7 |  0.005 % |
6.20/6.47	c 6	|       814 |     625   117350   877750 |    57270      814      9 |  0.004 % |
6.53/6.64	c 6	|      1323 |     625   117350   877750 |    62997     1323     10 |  0.006 % |
6.72/6.89	c 7	|      2084 |     625   117350   877750 |    69297     2084     12 |  0.005 % |
7.01/7.19	c 7	|      3223 |     625   117350   877750 |    76227     3223     11 |  0.006 % |
7.40/7.52	c 7	|      4931 |     625   117350   877750 |    83850     4931     11 |  0.006 % |
7.70/7.84	c 8	===============================================================================
7.70/7.84	c 8	restarts              : 9
7.70/7.84	c 8	conflicts             : 5866           (3815 /sec)
7.70/7.84	c 8	decisions             : 8657           (1.29 % random) (5630 /sec)
7.70/7.84	c 8	propagations          : 207973         (135244 /sec)
7.70/7.84	c 8	conflict literals     : 69026          (23.24 % deleted)
7.70/7.84	c 8	Memory used           : 10.06 MB
7.70/7.84	c 8	CPU time              : 1.53777 s
7.70/7.85	c 8	
7.70/7.85	c 8	SATISFIABLE
7.70/7.85	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.70/7.85	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.75/7.93	c 8	Decoding HOME/temp.out
7.75/7.96	s SATISFIABLE
7.75/7.96	v 18 19 4 4 15 19 20 17 21 24 4 17 17 14 17 4 21 14 10 4 15 24 17 4 23
7.75/7.96	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.75/8.01	c 8	CPU 7.68 (0.03 0.01 7.65 0.17)
7.75/8.01	c 8	END Sat Jul  5 00:14:07 2008

Verifier Data (download as text)

OK

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-1079334-1215209639/watcher-1079334-1215209639 -o /tmp/evaluation-result-1079334-1215209639/solver-1079334-1215209639 -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/minisat -tmp=HOME/temp HOME/instance-1079334-1215209639.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.86 1.32 1.13 4/72 5975
/proc/meminfo: memFree=1049216/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=12272 CPUtime=0
/proc/5975/stat : 5975 (sugar) R 5973 5975 5845 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 132959193 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 1 0 0
/proc/5975/statm: 3068 327 246 3 0 168 0

[startup+0.098975 s]
/proc/loadavg: 1.86 1.32 1.13 4/72 5975
/proc/meminfo: memFree=1049216/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.03
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 132959193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102971 s]
/proc/loadavg: 1.86 1.32 1.13 4/72 5975
/proc/meminfo: memFree=1049216/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.03
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 132959193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30201 s]
/proc/loadavg: 1.86 1.32 1.13 4/72 5975
/proc/meminfo: memFree=1049216/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.21
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 956 4377 0 1 3 0 16 2 17 0 1 0 132959193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5975/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+0.701083 s]
/proc/loadavg: 1.86 1.32 1.13 4/72 5975
/proc/meminfo: memFree=1049216/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.21
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 974 4377 0 1 3 0 16 2 15 0 1 0 132959193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 1.86 1.32 1.13 3/83 5997
/proc/meminfo: memFree=1032992/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.21
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 974 4377 0 1 3 0 16 2 15 0 1 0 132959193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 797 370 3 0 500 0
[pid=5988] ppid=5975 vsize=5356 CPUtime=0
/proc/5988/stat : 5988 (sh) S 5975 5975 5845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132959218 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5988/statm: 1339 233 193 169 0 50 0
[pid=5989] ppid=5988 vsize=864276 CPUtime=1.22
/proc/5989/stat : 5989 (java) S 5988 5975 5845 0 -1 0 7171 0 1 0 119 3 0 0 18 0 9 0 132959219 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5989/statm: 216069 6380 2564 9 0 210616 0
[pid=5989/tid=5990] ppid=5988 vsize=864276 CPUtime=0.94
/proc/5989/task/5990/stat : 5990 (java) R 5988 5975 5845 0 -1 64 2739 0 1 0 93 1 0 0 24 0 9 0 132959220 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5991] ppid=5988 vsize=864276 CPUtime=0.17
/proc/5989/task/5991/stat : 5991 (java) S 5988 5975 5845 0 -1 64 3394 0 0 0 16 1 0 0 16 0 9 0 132959221 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5992] ppid=5988 vsize=864276 CPUtime=0
/proc/5989/task/5992/stat : 5992 (java) S 5988 5975 5845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132959221 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5993] ppid=5988 vsize=864276 CPUtime=0
/proc/5989/task/5993/stat : 5993 (java) S 5988 5975 5845 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 132959221 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5994] ppid=5988 vsize=864276 CPUtime=0
/proc/5989/task/5994/stat : 5994 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 132959223 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5995] ppid=5988 vsize=864276 CPUtime=0.08
/proc/5989/task/5995/stat : 5995 (java) S 5988 5975 5845 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 132959223 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5996] ppid=5988 vsize=864276 CPUtime=0
/proc/5989/task/5996/stat : 5996 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 132959223 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5997] ppid=5988 vsize=864276 CPUtime=0
/proc/5989/task/5997/stat : 5997 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132959223 885018624 6380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883232

[startup+3.10254 s]
/proc/loadavg: 1.86 1.32 1.13 3/83 5997
/proc/meminfo: memFree=1029088/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=0.21
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 974 4377 0 1 3 0 16 2 15 0 1 0 132959193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 797 370 3 0 500 0
[pid=5988] ppid=5975 vsize=5356 CPUtime=0
/proc/5988/stat : 5988 (sh) S 5975 5975 5845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 132959218 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5988/statm: 1339 233 193 169 0 50 0
[pid=5989] ppid=5988 vsize=864352 CPUtime=2.83
/proc/5989/stat : 5989 (java) S 5988 5975 5845 0 -1 0 7827 0 1 0 277 6 0 0 18 0 9 0 132959219 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5989/statm: 216088 6914 2564 9 0 210635 0
[pid=5989/tid=5990] ppid=5988 vsize=864352 CPUtime=2.42
/proc/5989/task/5990/stat : 5990 (java) R 5988 5975 5845 0 -1 64 2859 0 1 0 240 2 0 0 19 0 9 0 132959220 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4126551552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5991] ppid=5988 vsize=864352 CPUtime=0.29
/proc/5989/task/5991/stat : 5991 (java) S 5988 5975 5845 0 -1 64 3929 0 0 0 27 2 0 0 16 0 9 0 132959221 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5992] ppid=5988 vsize=864352 CPUtime=0
/proc/5989/task/5992/stat : 5992 (java) S 5988 5975 5845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 132959221 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5993] ppid=5988 vsize=864352 CPUtime=0
/proc/5989/task/5993/stat : 5993 (java) S 5988 5975 5845 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 132959221 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5994] ppid=5988 vsize=864352 CPUtime=0
/proc/5989/task/5994/stat : 5994 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 132959223 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5995] ppid=5988 vsize=864352 CPUtime=0.08
/proc/5989/task/5995/stat : 5995 (java) S 5988 5975 5845 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 132959223 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5996] ppid=5988 vsize=864352 CPUtime=0
/proc/5989/task/5996/stat : 5996 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 132959223 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5989/tid=5997] ppid=5988 vsize=864352 CPUtime=0
/proc/5989/task/5997/stat : 5997 (java) S 5988 5975 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 132959223 885096448 6914 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883308

[startup+6.30115 s]
/proc/loadavg: 1.87 1.33 1.13 4/84 6025
/proc/meminfo: memFree=990808/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=6.2
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 1031 13735 0 2 3 1 603 13 16 0 1 0 132959193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 13600

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

[startup+7.10131 s]
/proc/loadavg: 1.87 1.33 1.13 3/71 6031
/proc/meminfo: memFree=1035200/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=6.2
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 1031 13735 0 2 3 1 603 13 15 0 1 0 132959193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5975/statm: 3400 798 370 3 0 500 0
[pid=6026] ppid=5975 vsize=5356 CPUtime=0
/proc/6026/stat : 6026 (sh) S 5975 5975 5845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132959818 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6026/statm: 1339 232 193 169 0 50 0
[pid=6027] ppid=6026 vsize=10032 CPUtime=0.81
/proc/6027/stat : 6027 (minisat) R 6026 5975 5845 0 -1 4194304 2394 0 0 0 80 1 0 0 25 0 1 0 132959818 10272768 2380 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/6027/statm: 2508 2380 75 150 0 2355 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 28988

[startup+7.50138 s]
/proc/loadavg: 1.87 1.33 1.13 3/71 6031
/proc/meminfo: memFree=1035200/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=6.2
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 1031 13735 0 2 3 1 603 13 15 0 1 0 132959193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 798 370 3 0 500 0
[pid=6026] ppid=5975 vsize=5356 CPUtime=0
/proc/6026/stat : 6026 (sh) S 5975 5975 5845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 132959818 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6026/statm: 1339 232 193 169 0 50 0
[pid=6027] ppid=6026 vsize=10164 CPUtime=1.2
/proc/6027/stat : 6027 (minisat) R 6026 5975 5845 0 -1 4194304 2444 0 0 0 119 1 0 0 25 0 1 0 132959818 10407936 2430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6027/statm: 2541 2430 75 150 0 2388 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 29120

[startup+7.90146 s]
/proc/loadavg: 1.87 1.33 1.13 4/84 6075
/proc/meminfo: memFree=1003416/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=7.75
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 1070 16507 0 2 3 1 757 14 16 0 1 0 132959193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5975/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 13600

[startup+8.00147 s]
/proc/loadavg: 1.87 1.33 1.13 4/84 6075
/proc/meminfo: memFree=1003416/2055920 swapFree=4191676/4192956
[pid=5975] ppid=5973 vsize=13600 CPUtime=7.75
/proc/5975/stat : 5975 (sugar) S 5973 5975 5845 0 -1 4194304 1090 16507 0 2 3 1 757 14 15 0 1 0 132959193 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5975/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 8.01099
CPU time (s): 7.8808
CPU user time (s): 7.68783
CPU system time (s): 0.19297
CPU usage (%): 98.3749
Max. virtual memory (cumulated for all children) (KiB): 883424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.68783
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21341
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= 3973
involuntary context switches= 3811

runsolver used 0.018997 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 00:13:59
IDJOB=1079334
IDBENCH=56877
IDSOLVER=346
FILE ID=node63/1079334-1215209639
PBS_JOBID= 7881777
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-5_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079334-1215209639/watcher-1079334-1215209639 -o /tmp/evaluation-result-1079334-1215209639/solver-1079334-1215209639 -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/minisat" -tmp="HOME/temp" HOME/instance-1079334-1215209639.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb3a91b3b0c7c43bd7a8e5807e087c77
RANDOM SEED=469788859

node63.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.256
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1049760 kB
Buffers:         92440 kB
Cached:         817344 kB
SwapCached:        260 kB
Active:         474848 kB
Inactive:       453112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1049760 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          30676 kB
Slab:            63768 kB
Committed_AS:   347860 kB
PageTables:       1576 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node63 at 2008-07-05 00:14:07