Trace number 1108966

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM4 0.770882 2.8202

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-4_all.xml
MD5SUM324a0aaffb9a9be0d42964e4c83bfb54
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark0.738887
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Maximum constraint arity4
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(16)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.20	c 0	Sugar v1-13 + HOME/minisat
0.03/0.20	c 0	BEGIN Thu Aug  7 20:17:39 2008
0.03/0.20	c 0	PID 18162
0.03/0.20	c 0	HOST node80.alineos.net
0.03/0.20	c 0	CONVERTING HOME/instance-1108966-1218133058.xml TO HOME/temp.csp
0.03/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108966-1218133058.xml' 'HOME/temp.csp'
0.19/1.65	c 1	1 domains, 16 variables, 0 predicates, 0 relations, 16 constraints
0.19/1.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.19/1.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.20/1.83	c 2	Parsing HOME/temp.csp
0.20/1.86	c 2	parsed 33 expressions
0.20/1.93	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/1.93	c 2	MAX CSP: 16 constraints
0.20/1.93	c 2	Converting to clausal form CSP
0.20/1.95	c 2	converted 6 (10%) expressions
0.20/1.95	c 2	converted 11 (20%) expressions
0.20/1.95	c 2	converted 16 (30%) expressions
0.20/1.99	c 2	converted 21 (40%) expressions
0.20/2.00	c 2	converted 26 (50%) expressions
0.20/2.01	c 2	converted 32 (60%) expressions
0.20/2.02	c 2	converted 37 (70%) expressions
0.20/2.02	c 2	converted 42 (80%) expressions
0.20/2.03	c 2	converted 47 (90%) expressions
0.20/2.05	c 2	converted 52 (100%) expressions
0.20/2.05	c 2	CSP : 48 integers, 16 booleans, 175 clauses, largest domain size 25
0.20/2.05	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/2.05	c 2	Propagation in CSP
0.20/2.06	c 2	15 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.20/2.06	c 2	CSP : 48 integers, 16 booleans, 175 clauses, largest domain size 17
0.20/2.06	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/2.06	c 2	Simplifing CSP by introducing new Boolean variables
0.20/2.06	c 2	CSP : 48 integers, 208 booleans, 367 clauses, largest domain size 17
0.20/2.06	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/2.14	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.42/2.23	c 2	5 (10%) CSP integer variables are encoded (10 clauses, 142 bytes)
0.42/2.23	c 2	10 (20%) CSP integer variables are encoded (20 clauses, 232 bytes)
0.42/2.23	c 2	15 (30%) CSP integer variables are encoded (30 clauses, 322 bytes)
0.42/2.23	c 2	20 (40%) CSP integer variables are encoded (32 clauses, 340 bytes)
0.42/2.23	c 2	24 (50%) CSP integer variables are encoded (32 clauses, 340 bytes)
0.42/2.23	c 2	29 (60%) CSP integer variables are encoded (32 clauses, 340 bytes)
0.42/2.23	c 2	34 (70%) CSP integer variables are encoded (62 clauses, 610 bytes)
0.42/2.23	c 2	39 (80%) CSP integer variables are encoded (95 clauses, 968 bytes)
0.42/2.23	c 2	44 (90%) CSP integer variables are encoded (118 clauses, 1221 bytes)
0.42/2.23	c 2	48 (100%) CSP integer variables are encoded (130 clauses, 1353 bytes)
0.42/2.24	c 2	37 (10%) CSP clauses are encoded (233 clauses, 2580 bytes)
0.42/2.24	c 2	74 (20%) CSP clauses are encoded (333 clauses, 3823 bytes)
0.42/2.24	c 2	111 (30%) CSP clauses are encoded (433 clauses, 5072 bytes)
0.42/2.24	c 2	147 (40%) CSP clauses are encoded (529 clauses, 6283 bytes)
0.42/2.24	c 2	184 (50%) CSP clauses are encoded (632 clauses, 7550 bytes)
0.42/2.25	c 2	221 (60%) CSP clauses are encoded (732 clauses, 8811 bytes)
0.42/2.25	c 2	257 (70%) CSP clauses are encoded (828 clauses, 10045 bytes)
0.42/2.25	c 2	294 (80%) CSP clauses are encoded (928 clauses, 11333 bytes)
0.42/2.25	c 2	331 (90%) CSP clauses are encoded (1031 clauses, 12638 bytes)
0.42/2.26	c 2	367 (100%) CSP clauses are encoded (1558 clauses, 19486 bytes)
0.42/2.26	c 2	367 CSP clauses encoded
0.42/2.26	c 2	Writing map file : HOME/temp.map
0.42/2.26	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/2.26	c 2	SAT : 386 SAT variables, 1558 SAT clauses, 19486 bytes
0.42/2.26	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/2.31	c 2	OBJECTIVE minimize _COST
0.47/2.32	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
0.47/2.32	c 2	SEARCHING: _COST <= 8
0.47/2.32	c 2	SOLVING HOME/temp.cnf
0.47/2.32	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.47/2.32	c 2	This is MiniSat 2.0 beta
0.47/2.32	c 2	WARNING: for repeatability, setting FPU to use double precision
0.47/2.32	c 2	============================[ Problem Statistics ]=============================
0.47/2.32	c 2	|                                                                             |
0.47/2.32	c 2	|  Number of variables:  386                                                  |
0.47/2.32	c 2	|  Number of clauses:    1559                                                 |
0.47/2.32	c 2	|  Parsing time:         0.00         s                                       |
0.47/2.32	c 2	============================[ Search Statistics ]==============================
0.47/2.32	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.47/2.32	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.47/2.32	c 2	===============================================================================
0.47/2.32	c 2	|         0 |     346     1333     3433 |      444        0    nan |  0.000 % |
0.47/2.33	c 2	===============================================================================
0.47/2.33	c 2	restarts              : 1
0.47/2.33	c 2	conflicts             : 66             (22007 /sec)
0.47/2.33	c 2	decisions             : 204            (0.98 % random) (68023 /sec)
0.47/2.33	c 2	propagations          : 3947           (1316105 /sec)
0.47/2.33	c 2	conflict literals     : 541            (8.15 % deleted)
0.47/2.33	c 2	Memory used           : 1.77 MB
0.47/2.33	c 2	CPU time              : 0.002999 s
0.47/2.33	c 2	
0.47/2.33	c 2	SATISFIABLE
0.47/2.33	c 2	FOUND: _COST <= 8
0.47/2.33	s SATISFIABLE
0.47/2.33	c 2	DECODING HOME/temp.out WITH HOME/temp.map
0.47/2.33	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.50/2.47	c 2	Decoding HOME/temp.out
0.50/2.49	c 2	OBJECTIVE _COST 8
0.50/2.49	o 8
0.50/2.49	v 3 3 3 3 0 0 0 0 1 1 1 1 2 2 2 2
0.50/2.50	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/2.55	c 2	OBJECTIVE BOUND: 0 <= _COST <= 8
0.50/2.55	c 2	SEARCHING: _COST <= 4
0.50/2.55	c 2	SOLVING HOME/temp.cnf
0.50/2.55	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.50/2.55	c 2	This is MiniSat 2.0 beta
0.50/2.55	c 2	WARNING: for repeatability, setting FPU to use double precision
0.50/2.55	c 2	============================[ Problem Statistics ]=============================
0.50/2.55	c 2	|                                                                             |
0.50/2.55	c 2	|  Number of variables:  386                                                  |
0.50/2.55	c 2	|  Number of clauses:    1559                                                 |
0.50/2.55	c 2	|  Parsing time:         0.00         s                                       |
0.50/2.55	c 2	============================[ Search Statistics ]==============================
0.50/2.55	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.50/2.55	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.50/2.55	c 2	===============================================================================
0.50/2.55	c 2	|         0 |     322     1195     3087 |      398        0    nan |  0.000 % |
0.50/2.55	c 2	===============================================================================
0.50/2.55	c 2	restarts              : 1
0.50/2.55	c 2	conflicts             : 5              (2501 /sec)
0.50/2.55	c 2	decisions             : 66             (0.00 % random) (33017 /sec)
0.50/2.55	c 2	propagations          : 691            (345673 /sec)
0.50/2.55	c 2	conflict literals     : 37             (17.78 % deleted)
0.50/2.55	c 2	Memory used           : 1.77 MB
0.50/2.55	c 2	CPU time              : 0.001999 s
0.50/2.55	c 2	
0.50/2.55	c 2	SATISFIABLE
0.50/2.55	c 2	FOUND: _COST <= 4
0.50/2.55	c 2	DECODING HOME/temp.out WITH HOME/temp.map
0.50/2.55	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.61/2.70	c 2	Decoding HOME/temp.out
0.61/2.72	c 2	OBJECTIVE _COST 4
0.61/2.72	o 4
0.61/2.72	v 3 3 3 3 2 1 2 1 0 0 0 0 1 2 1 2
0.61/2.74	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/2.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 4
0.61/2.79	c 2	SEARCHING: _COST <= 2
0.61/2.79	c 2	SOLVING HOME/temp.cnf
0.61/2.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.61/2.80	c 2	This is MiniSat 2.0 beta
0.61/2.80	c 2	WARNING: for repeatability, setting FPU to use double precision
0.61/2.80	c 2	============================[ Problem Statistics ]=============================
0.61/2.80	c 2	|                                                                             |
0.61/2.80	c 2	|  Number of variables:  386                                                  |
0.61/2.80	c 2	|  Number of clauses:    1559                                                 |
0.73/2.80	c 2	|  Parsing time:         0.00         s                                       |
0.73/2.80	c 2	============================[ Search Statistics ]==============================
0.73/2.80	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.73/2.80	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.73/2.80	c 2	===============================================================================
0.73/2.80	c 2	|         0 |     304     1086     2812 |      362        0    nan |  0.000 % |
0.73/2.80	c 2	===============================================================================
0.73/2.80	c 2	restarts              : 1
0.73/2.80	c 2	conflicts             : 90             (30010 /sec)
0.73/2.80	c 2	decisions             : 121            (0.83 % random) (40347 /sec)
0.73/2.80	c 2	propagations          : 5929           (1976992 /sec)
0.73/2.80	c 2	conflict literals     : 398            (21.81 % deleted)
0.73/2.80	c 2	Memory used           : 1.77 MB
0.73/2.80	c 2	CPU time              : 0.002999 s
0.73/2.80	c 2	
0.73/2.80	c 2	UNSATISFIABLE
0.73/2.80	c 2	NOT FOUND: _COST <= 2
0.73/2.80	c 2	OBJECTIVE BOUND: 3 <= _COST <= 4
0.73/2.80	c 2	SEARCHING: _COST <= 3
0.73/2.80	c 2	SOLVING HOME/temp.cnf
0.73/2.80	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.73/2.81	c 2	This is MiniSat 2.0 beta
0.73/2.81	c 2	WARNING: for repeatability, setting FPU to use double precision
0.73/2.81	c 2	============================[ Problem Statistics ]=============================
0.73/2.81	c 2	|                                                                             |
0.73/2.81	c 2	|  Number of variables:  386                                                  |
0.73/2.81	c 2	|  Number of clauses:    1559                                                 |
0.73/2.81	c 2	|  Parsing time:         0.00         s                                       |
0.73/2.81	c 2	============================[ Search Statistics ]==============================
0.73/2.81	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.73/2.81	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.73/2.81	c 2	===============================================================================
0.73/2.81	c 2	|         0 |     313     1139     2945 |      379        0    nan |  0.000 % |
0.73/2.81	c 2	|       101 |     310     1130     2924 |      417       76      8 | 19.699 % |
0.73/2.81	c 2	|       251 |     309     1117     2898 |      459      201      8 | 20.466 % |
0.73/2.81	c 2	===============================================================================
0.73/2.81	c 2	restarts              : 3
0.73/2.81	c 2	conflicts             : 300            (37509 /sec)
0.73/2.81	c 2	decisions             : 361            (1.39 % random) (45136 /sec)
0.73/2.81	c 2	propagations          : 19386          (2423856 /sec)
0.73/2.81	c 2	conflict literals     : 2042           (24.06 % deleted)
0.73/2.81	c 2	Memory used           : 1.77 MB
0.73/2.81	c 2	CPU time              : 0.007998 s
0.73/2.81	c 2	
0.73/2.81	c 2	UNSATISFIABLE
0.73/2.81	c 2	NOT FOUND: _COST <= 3
0.73/2.81	c 2	OBJECTIVE _COST 4
0.73/2.81	s OPTIMUM FOUND
0.73/2.81	c 2	CPU 0.6 (0.04 0.01 0.56 0.14)
0.73/2.81	c 2	END Thu Aug  7 20:17:41 2008

Verifier Data (download as text)

OK	4	12
4 unsatisfied constraints, 12 satisfied constraints

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-1108966-1218133058/watcher-1108966-1218133058 -o /tmp/evaluation-result-1108966-1218133058/solver-1108966-1218133058 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108966-1218133058.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.18 0.21 0.13 4/73 18162
/proc/meminfo: memFree=344760/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=12268 CPUtime=0
/proc/18162/stat : 18162 (sugar) D 18160 18162 18086 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140391388 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 1 0 0
/proc/18162/statm: 3067 316 241 3 0 167 0

[startup+0.0773021 s]
/proc/loadavg: 0.18 0.21 0.13 4/73 18162
/proc/meminfo: memFree=344760/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=12272 CPUtime=0
/proc/18162/stat : 18162 (sugar) D 18160 18162 18086 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 140391388 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/18162/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101305 s]
/proc/loadavg: 0.18 0.21 0.13 4/73 18162
/proc/meminfo: memFree=344760/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=12272 CPUtime=0
/proc/18162/stat : 18162 (sugar) D 18160 18162 18086 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 140391388 12566528 377 996147200 4194304 4206940 548682068592 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/18162/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301355 s]
/proc/loadavg: 0.18 0.21 0.13 4/73 18162
/proc/meminfo: memFree=344760/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.04
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 897 127 1 0 3 1 0 0 16 0 1 0 140391388 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18162/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701505 s]
/proc/loadavg: 0.18 0.21 0.13 4/73 18162
/proc/meminfo: memFree=344760/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.04
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 897 127 1 0 3 1 0 0 16 0 1 0 140391388 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18162/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 0.18 0.21 0.13 1/94 18185
/proc/meminfo: memFree=321168/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.04
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 897 127 1 0 3 1 0 0 16 0 1 0 140391388 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18162/statm: 3400 796 370 3 0 500 0
[pid=18165] ppid=18162 vsize=5356 CPUtime=0
/proc/18165/stat : 18165 (sh) S 18162 18162 18086 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140391409 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18165/statm: 1339 233 193 169 0 50 0
[pid=18166] ppid=18165 vsize=863720 CPUtime=0.12
/proc/18166/stat : 18166 (java) S 18165 18162 18086 0 -1 0 3290 0 103 0 8 4 0 0 18 0 9 0 140391410 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18166/statm: 215930 2872 1688 9 0 210512 0
[pid=18166/tid=18170] ppid=18165 vsize=863720 CPUtime=0.1
/proc/18166/task/18170/stat : 18170 (java) D 18165 18162 18086 0 -1 64 2406 0 71 0 7 3 0 0 18 0 9 0 140391440 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
[pid=18166/tid=18173] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18173/stat : 18173 (java) S 18165 18162 18086 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140391462 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18166/tid=18175] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18175/stat : 18175 (java) S 18165 18162 18086 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140391468 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18166/tid=18177] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18177/stat : 18177 (java) S 18165 18162 18086 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140391468 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18166/tid=18178] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18178/stat : 18178 (java) S 18165 18162 18086 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140391482 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18179] ppid=18165 vsize=863720 CPUtime=0.01
/proc/18166/task/18179/stat : 18179 (java) S 18165 18162 18086 0 -1 64 221 0 1 0 1 0 0 0 16 0 9 0 140391482 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18166/tid=18182] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18182/stat : 18182 (java) S 18165 18162 18086 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 140391482 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18166/tid=18183] ppid=18165 vsize=863720 CPUtime=0
/proc/18166/task/18183/stat : 18183 (java) S 18165 18162 18086 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140391482 884449280 2872 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 882676

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

[startup+2.30175 s]
/proc/loadavg: 0.18 0.21 0.13 4/94 18205
/proc/meminfo: memFree=304144/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.2
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 973 3984 1 103 3 1 12 4 16 0 1 0 140391388 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18162/statm: 3400 797 370 3 0 500 0
[pid=18186] ppid=18162 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (sh) S 18162 18162 18086 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140391556 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 233 193 169 0 50 0
[pid=18188] ppid=18186 vsize=864272 CPUtime=0.27
/proc/18188/stat : 18188 (java) S 18186 18162 18086 0 -1 0 4913 0 12 0 25 2 0 0 18 0 9 0 140391556 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18188/statm: 216068 4205 2563 9 0 210615 0
[pid=18188/tid=18190] ppid=18186 vsize=864272 CPUtime=0.18
/proc/18188/task/18190/stat : 18190 (java) S 18186 18162 18086 0 -1 64 2686 0 9 0 17 1 0 0 16 0 9 0 140391560 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18188/tid=18195] ppid=18186 vsize=864272 CPUtime=0.02
/proc/18188/task/18195/stat : 18195 (java) S 18186 18162 18086 0 -1 64 1271 0 3 0 2 0 0 0 16 0 9 0 140391564 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18188/tid=18196] ppid=18186 vsize=864272 CPUtime=0
/proc/18188/task/18196/stat : 18196 (java) S 18186 18162 18086 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140391564 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18188/tid=18197] ppid=18186 vsize=864272 CPUtime=0
/proc/18188/task/18197/stat : 18197 (java) S 18186 18162 18086 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140391564 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18188/tid=18198] ppid=18186 vsize=864272 CPUtime=0
/proc/18188/task/18198/stat : 18198 (java) S 18186 18162 18086 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140391566 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18188/tid=18199] ppid=18186 vsize=864272 CPUtime=0.05
/proc/18188/task/18199/stat : 18199 (java) S 18186 18162 18086 0 -1 64 264 0 0 0 5 0 0 0 16 0 9 0 140391566 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18188/tid=18200] ppid=18186 vsize=864272 CPUtime=0
/proc/18188/task/18200/stat : 18200 (java) S 18186 18162 18086 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140391566 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18188/tid=18201] ppid=18186 vsize=864272 CPUtime=0
/proc/18188/task/18201/stat : 18201 (java) S 18186 18162 18086 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140391566 885014528 4205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 883228

[startup+2.70184 s]
/proc/loadavg: 0.18 0.21 0.13 4/94 18205
/proc/meminfo: memFree=304144/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.61
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 1208 13730 2 116 3 1 46 11 17 0 1 0 140391388 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18162/statm: 3400 802 374 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+2.80186 s]
/proc/loadavg: 0.18 0.21 0.13 4/94 18205
/proc/meminfo: memFree=304144/2055920 swapFree=4180884/4192956
[pid=18162] ppid=18160 vsize=13600 CPUtime=0.73
/proc/18162/stat : 18162 (sugar) S 18160 18162 18086 0 -1 4194304 1277 17426 2 117 4 1 54 14 16 0 1 0 140391388 13926400 802 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18162/statm: 3400 802 374 3 0 500 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 2.8202
CPU time (s): 0.770882
CPU user time (s): 0.602908
CPU system time (s): 0.167974
CPU usage (%): 27.3343
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.602908
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19682
page faults= 119
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1392
involuntary context switches= 795

runsolver used 0.004999 second user time and 0.018997 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-08-07 20:17:39
IDJOB=1108966
IDBENCH=60845
IDSOLVER=368
FILE ID=node80/1108966-1218133058
PBS_JOBID= 8000816
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-4_all.xml
COMMAND LINE= DIR/sugar -max -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-1108966-1218133058/watcher-1108966-1218133058 -o /tmp/evaluation-result-1108966-1218133058/solver-1108966-1218133058 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108966-1218133058.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 324a0aaffb9a9be0d42964e4c83bfb54
RANDOM SEED=2045296585

node80.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        345568 kB
Buffers:         49056 kB
Cached:        1516232 kB
SwapCached:       7144 kB
Active:         628408 kB
Inactive:       946840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        345568 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:           120616 kB
Committed_AS:   108212 kB
PageTables:       1732 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= 66560 MiB
End job on node80 at 2008-08-07 20:17:42