Trace number 1109047

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+minisat-incOPTIMUM1 2.22066 2.43547

General information on the benchmark

Namecsp/rcpspTighter/
normalized-rcpsptight25-29.xml
MD5SUM1047e398fc0c6c7da16227dc060e7d2c
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2.02269
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45
Global constraints used (with number of constraints)cumulative(3)

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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 19:45:53 2008
0.00/0.07	c 0	PID 16150
0.00/0.08	c 0	HOST node48.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109047-1215798353.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109047-1215798353.xml' 'HOME/temp.csp'
0.07/0.28	c 1	25 domains, 25 variables, 1 predicates, 0 relations, 48 constraints
0.07/0.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.29	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.37	c 1	Parsing HOME/temp.csp
0.26/0.41	c 1	parsed 99 expressions
0.26/0.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.42	c 1	MAX CSP: 48 constraints
0.26/0.42	c 1	Converting to clausal form CSP
0.26/0.44	c 1	converted 15 (10%) expressions
0.26/0.44	c 1	converted 30 (20%) expressions
0.26/0.44	c 1	converted 45 (30%) expressions
0.26/0.45	c 1	converted 60 (40%) expressions
0.26/0.46	c 1	converted 75 (50%) expressions
0.26/0.46	c 1	converted 90 (60%) expressions
0.26/0.46	c 1	converted 105 (70%) expressions
0.26/0.46	c 1	converted 120 (80%) expressions
0.26/0.47	c 1	converted 135 (90%) expressions
1.05/1.11	c 2	converted 150 (100%) expressions
1.05/1.11	c 2	CSP : 1993 integers, 487 booleans, 4933 clauses, largest domain size 73
1.05/1.11	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.11	c 2	Propagation in CSP
1.05/1.17	c 2	46 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.17	c 2	CSP : 1993 integers, 487 booleans, 4933 clauses, largest domain size 49
1.05/1.17	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.17	c 2	Simplifing CSP by introducing new Boolean variables
1.05/1.18	c 2	CSP : 1993 integers, 487 booleans, 4933 clauses, largest domain size 49
1.05/1.18	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.24	c 2	200 (10%) CSP integer variables are encoded (746 clauses, 8064 bytes)
1.14/1.24	c 2	399 (20%) CSP integer variables are encoded (1091 clauses, 12496 bytes)
1.14/1.24	c 2	598 (30%) CSP integer variables are encoded (1411 clauses, 16656 bytes)
1.14/1.25	c 2	798 (40%) CSP integer variables are encoded (1729 clauses, 20790 bytes)
1.14/1.25	c 2	997 (50%) CSP integer variables are encoded (2057 clauses, 25054 bytes)
1.14/1.25	c 2	1196 (60%) CSP integer variables are encoded (2463 clauses, 30332 bytes)
1.14/1.25	c 2	1396 (70%) CSP integer variables are encoded (2941 clauses, 36546 bytes)
1.14/1.25	c 2	1595 (80%) CSP integer variables are encoded (3866 clauses, 48571 bytes)
1.14/1.26	c 2	1794 (90%) CSP integer variables are encoded (5082 clauses, 64379 bytes)
1.14/1.26	c 2	1993 (100%) CSP integer variables are encoded (6444 clauses, 82085 bytes)
1.14/1.28	c 2	494 (10%) CSP clauses are encoded (9415 clauses, 124745 bytes)
1.14/1.30	c 2	987 (20%) CSP clauses are encoded (11524 clauses, 158548 bytes)
1.23/1.31	c 2	1480 (30%) CSP clauses are encoded (13633 clauses, 192377 bytes)
1.23/1.32	c 2	1974 (40%) CSP clauses are encoded (15497 clauses, 222099 bytes)
1.23/1.33	c 2	2467 (50%) CSP clauses are encoded (17448 clauses, 253249 bytes)
1.23/1.34	c 2	2960 (60%) CSP clauses are encoded (19807 clauses, 291193 bytes)
1.23/1.35	c 2	3454 (70%) CSP clauses are encoded (23049 clauses, 342702 bytes)
1.23/1.37	c 2	3947 (80%) CSP clauses are encoded (27684 clauses, 418172 bytes)
1.23/1.39	c 2	4440 (90%) CSP clauses are encoded (38779 clauses, 607082 bytes)
1.33/1.42	c 2	4933 (100%) CSP clauses are encoded (51279 clauses, 820344 bytes)
1.33/1.42	c 2	4933 CSP clauses encoded
1.33/1.42	c 2	Writing map file : HOME/temp.map
1.33/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.42	c 2	SAT : 8924 SAT variables, 51279 SAT clauses, 820344 bytes
1.33/1.42	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 2	OBJECTIVE minimize _COST
1.33/1.46	c 2	SOLVING HOME/temp.cnf
1.33/1.46	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.33/1.46	c 2	This is MiniSat 2.0 beta incremental
1.33/1.46	c 2	WARNING: for repeatability, setting FPU to use double precision
1.33/1.46	c 2	============================[ Problem Statistics ]=============================
1.33/1.46	c 2	|                                                                             |
1.33/1.46	c 2	|  Number of variables:  8924                                                 |
1.33/1.46	c 2	|  Number of clauses:    51279                                                |
1.33/1.49	c 2	|  Parsing time:         0.02         s                                       |
1.33/1.49	c 2	OK
1.33/1.49	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.33/1.49	c 2	SEARCHING: _COST <= 24
1.33/1.49	c 2	============================[ Search Statistics ]==============================
1.33/1.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.49	c 2	===============================================================================
1.33/1.49	c 2	|         0 |    8924    51279   132676 |    17093        0    nan |  0.000 % |
1.38/1.50	c 2	===============================================================================
1.38/1.50	c 2	restarts              : 1
1.38/1.50	c 2	conflicts             : 17            (500 /sec)
1.38/1.50	c 2	decisions             : 484           (0.83 % random) (14238 /sec)
1.38/1.50	c 2	propagations          : 17683          (520180 /sec)
1.38/1.50	c 2	conflict literals     : 226            (15.04 % deleted)
1.38/1.50	c 2	Memory used           : 4.53 MB
1.38/1.50	c 2	CPU time              : 0.033994 s
1.38/1.50	c 2	
1.38/1.50	c 2	SATISFIABLE
1.38/1.51	c 2	OK
1.38/1.51	c 2	FOUND: _COST <= 24
1.38/1.51	s SATISFIABLE
1.38/1.51	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.38/1.51	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.38/1.59	c 2	Decoding HOME/temp.out
1.38/1.64	c 2	OBJECTIVE _COST 24
1.38/1.64	o 24
1.38/1.64	v 2 0 2 3 11 2 2 5 4 5 9 9 2 23 6 2 2 22 7 2 2 2 25 3 22
1.38/1.64	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.67	c 2	OK
1.38/1.67	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
1.38/1.67	c 2	SEARCHING: _COST <= 12
1.38/1.68	c 2	============================[ Search Statistics ]==============================
1.38/1.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.38/1.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.38/1.68	c 2	===============================================================================
1.38/1.68	c 2	|        17 |    8924    51279   132676 |    17093       17     13 |  0.000 % |
1.38/1.68	c 2	===============================================================================
1.38/1.68	c 2	restarts              : 2
1.38/1.68	c 2	conflicts             : 18            (429 /sec)
1.38/1.68	c 2	decisions             : 529           (0.95 % random) (12597 /sec)
1.38/1.68	c 2	propagations          : 28425          (676899 /sec)
1.38/1.68	c 2	conflict literals     : 246            (16.04 % deleted)
1.38/1.68	c 2	Memory used           : 4.53 MB
1.38/1.68	c 2	CPU time              : 0.041993 s
1.38/1.68	c 2	
1.38/1.68	c 2	SATISFIABLE
1.38/1.68	c 2	OK
1.38/1.68	c 2	FOUND: _COST <= 12
1.38/1.68	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.38/1.68	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.52/1.76	c 2	Decoding HOME/temp.out
1.52/1.81	c 2	OBJECTIVE _COST 12
1.52/1.81	o 12
1.52/1.81	v 16 0 1 9 11 2 1 2 14 15 11 4 21 23 16 6 9 17 20 17 15 11 23 23 22
1.52/1.82	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.84	c 2	OK
1.52/1.84	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
1.52/1.84	c 2	SEARCHING: _COST <= 6
1.52/1.86	c 2	============================[ Search Statistics ]==============================
1.52/1.86	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.86	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.86	c 2	===============================================================================
1.52/1.86	c 2	|        18 |    8780    51279   132676 |    17093       18     14 |  0.000 % |
1.52/1.88	c 2	|       118 |    8760    51279   132676 |    18802      118     25 |  2.555 % |
1.52/1.88	c 2	===============================================================================
1.52/1.88	c 2	restarts              : 4
1.52/1.88	c 2	conflicts             : 125           (1488 /sec)
1.52/1.88	c 2	decisions             : 768           (1.04 % random) (9144 /sec)
1.52/1.88	c 2	propagations          : 131118         (1561170 /sec)
1.52/1.88	c 2	conflict literals     : 2928           (22.40 % deleted)
1.52/1.88	c 2	Memory used           : 4.53 MB
1.52/1.88	c 2	CPU time              : 0.083987 s
1.52/1.88	c 2	
1.52/1.88	c 2	SATISFIABLE
1.52/1.89	c 2	OK
1.52/1.89	c 2	FOUND: _COST <= 6
1.52/1.89	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.52/1.89	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.64/1.97	c 2	Decoding HOME/temp.out
1.64/2.02	c 2	OBJECTIVE _COST 6
1.64/2.02	o 6
1.64/2.02	v 7 8 12 11 11 9 2 1 12 15 7 11 5 17 19 13 18 16 20 16 20 19 25 16 21
1.64/2.02	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.64/2.05	c 2	OK
1.64/2.05	c 2	OBJECTIVE BOUND: 0 <= _COST <= 6
1.64/2.05	c 2	SEARCHING: _COST <= 3
1.64/2.06	c 2	============================[ Search Statistics ]==============================
1.64/2.06	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/2.06	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/2.06	c 2	===============================================================================
1.64/2.06	c 2	|       125 |    8696    51279   132676 |    17093      125     23 |  2.555 % |
1.64/2.06	c 2	===============================================================================
1.64/2.06	c 2	restarts              : 5
1.64/2.06	c 2	conflicts             : 125           (1374 /sec)
1.64/2.06	c 2	decisions             : 814           (0.98 % random) (8946 /sec)
1.64/2.06	c 2	propagations          : 139814         (1536654 /sec)
1.64/2.06	c 2	conflict literals     : 2928           (22.40 % deleted)
1.64/2.06	c 2	Memory used           : 4.53 MB
1.64/2.06	c 2	CPU time              : 0.090986 s
1.64/2.06	c 2	
1.64/2.06	c 2	SATISFIABLE
1.64/2.06	c 2	OK
1.64/2.06	c 2	FOUND: _COST <= 3
1.64/2.06	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.64/2.06	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.90/2.14	c 3	Decoding HOME/temp.out
1.90/2.19	c 3	OBJECTIVE _COST 3
1.90/2.19	o 3
1.90/2.19	v 2 7 10 8 3 2 2 0 11 12 8 4 5 17 19 12 15 13 20 16 17 20 25 10 22
1.90/2.20	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.23	c 3	OK
1.99/2.23	c 3	OBJECTIVE BOUND: 0 <= _COST <= 3
1.99/2.23	c 3	SEARCHING: _COST <= 1
1.99/2.23	c 3	============================[ Search Statistics ]==============================
1.99/2.24	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.24	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.24	c 3	===============================================================================
1.99/2.24	c 3	|       125 |    8585    47794   123193 |    15931      115     24 |  2.555 % |
1.99/2.24	c 3	===============================================================================
1.99/2.24	c 3	restarts              : 6
1.99/2.24	c 3	conflicts             : 130           (1287 /sec)
1.99/2.24	c 3	decisions             : 855           (0.94 % random) (8467 /sec)
1.99/2.24	c 3	propagations          : 151073         (1496009 /sec)
1.99/2.24	c 3	conflict literals     : 2997           (22.20 % deleted)
1.99/2.24	c 3	Memory used           : 4.53 MB
1.99/2.24	c 3	CPU time              : 0.100984 s
1.99/2.24	c 3	
1.99/2.24	c 3	SATISFIABLE
1.99/2.24	c 3	OK
1.99/2.24	c 3	FOUND: _COST <= 1
1.99/2.24	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.99/2.24	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.01/2.32	c 3	Decoding HOME/temp.out
2.01/2.37	c 3	OBJECTIVE _COST 1
2.01/2.37	o 1
2.01/2.37	v 0 0 8 6 6 9 1 0 11 12 3 4 5 17 19 12 15 13 20 11 17 14 25 23 22
2.01/2.38	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.40	c 3	OK
2.01/2.40	c 3	OBJECTIVE BOUND: 0 <= _COST <= 1
2.01/2.40	c 3	SEARCHING: _COST <= 0
2.01/2.42	c 3	============================[ Search Statistics ]==============================
2.01/2.42	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.42	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.42	c 3	===============================================================================
2.01/2.42	c 3	|       130 |    8585    47794   123193 |    15931      120     24 |  2.555 % |
2.01/2.43	c 3	===============================================================================
2.01/2.43	c 3	restarts              : 7
2.01/2.43	c 3	conflicts             : 197           (1539 /sec)
2.01/2.43	c 3	decisions             : 935           (0.96 % random) (7306 /sec)
2.01/2.43	c 3	propagations          : 215914         (1687092 /sec)
2.01/2.43	c 3	conflict literals     : 5050           (24.11 % deleted)
2.01/2.43	c 3	Memory used           : 4.53 MB
2.01/2.43	c 3	CPU time              : 0.12798 s
2.01/2.43	c 3	
2.01/2.43	c 3	UNSATISFIABLE
2.01/2.43	c 3	OK
2.01/2.43	c 3	NOT FOUND: _COST <= 0
2.01/2.43	c 3	OK
2.01/2.43	c 3	OBJECTIVE _COST 1
2.01/2.43	s OPTIMUM FOUND
2.01/2.43	c 3	CPU 1.97 (0.06 0.01 1.91 0.21)
2.01/2.43	c 3	END Fri Jul 11 19:45:56 2008

Verifier Data (download as text)

OK	1	47
1 unsatisfied constraints, 47 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-1109047-1215798353/watcher-1109047-1215798353 -o /tmp/evaluation-result-1109047-1215798353/solver-1109047-1215798353 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109047-1215798353.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: 2.36 2.56 2.80 4/73 16150
/proc/meminfo: memFree=1932736/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=12272 CPUtime=0
/proc/16150/stat : 16150 (sugar++) R 16148 16150 14583 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 36534457 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 255539772005 0 0 4224 0 0 0 0 17 1 0 0
/proc/16150/statm: 3068 327 246 3 0 168 0

[startup+0.0836269 s]
/proc/loadavg: 2.36 2.56 2.80 4/73 16150
/proc/meminfo: memFree=1932736/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=0.07
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1219 128 0 0 6 1 0 0 21 0 1 0 36534457 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.107456 s]
/proc/loadavg: 2.36 2.56 2.80 4/73 16150
/proc/meminfo: memFree=1932736/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=0.07
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1219 128 0 0 6 1 0 0 21 0 1 0 36534457 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301657 s]
/proc/loadavg: 2.36 2.56 2.80 4/73 16150
/proc/meminfo: memFree=1932736/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=0.26
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1279 4277 0 1 6 1 17 2 16 0 1 0 36534457 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+0.701685 s]
/proc/loadavg: 2.36 2.56 2.80 4/73 16150
/proc/meminfo: memFree=1932736/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=0.26
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1297 4277 0 1 6 1 17 2 15 0 1 0 36534457 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16740

[startup+1.50277 s]
/proc/loadavg: 2.36 2.56 2.80 3/84 16172
/proc/meminfo: memFree=1917544/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=1.38
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1461 11586 0 2 6 1 123 8 16 0 1 0 36534457 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 16740

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

[startup+1.9018 s]
/proc/loadavg: 2.36 2.56 2.80 3/84 16172
/proc/meminfo: memFree=1917544/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=1.64
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1651 18996 0 4 6 1 145 12 15 0 1 0 36534457 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 16740

[startup+2.30284 s]
/proc/loadavg: 2.33 2.55 2.80 3/81 16209
/proc/meminfo: memFree=1922048/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=1.91
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1791 26408 0 6 6 1 167 17 16 0 1 0 36534457 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1115 414 3 0 764 0
[pid=16173] ppid=16150 vsize=4632 CPUtime=0.1
/proc/16173/stat : 16173 (minisat-inc) S 16150 16150 14583 0 -1 4194304 1033 0 0 0 10 0 0 0 16 0 1 0 36534603 4743168 973 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16173/statm: 1158 973 79 151 0 1004 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 21372

[startup+2.40284 s]
/proc/loadavg: 2.33 2.55 2.80 3/81 16209
/proc/meminfo: memFree=1922048/2055920 swapFree=4180968/4192956
[pid=16150] ppid=16148 vsize=16740 CPUtime=1.91
/proc/16150/stat : 16150 (sugar++) S 16148 16150 14583 0 -1 4194304 1811 26408 0 6 6 1 167 17 15 0 1 0 36534457 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16150/statm: 4185 1115 414 3 0 764 0
[pid=16173] ppid=16150 vsize=4632 CPUtime=0.1
/proc/16173/stat : 16173 (minisat-inc) S 16150 16150 14583 0 -1 4194304 1033 0 0 0 10 0 0 0 16 0 1 0 36534603 4743168 973 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/16173/statm: 1158 973 79 151 0 1004 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 21372

Child status: 0
Real time (s): 2.43547
CPU time (s): 2.22066
CPU user time (s): 1.9877
CPU system time (s): 0.232964
CPU usage (%): 91.18
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9877
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33054
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2140
involuntary context switches= 2032

runsolver used 0.011998 second user time and 0.019996 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-11 19:45:53
IDJOB=1109047
IDBENCH=60886
IDSOLVER=367
FILE ID=node48/1109047-1215798353
PBS_JOBID= 7903243
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rcpspTighter/normalized-rcpsptight25-29.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109047-1215798353/watcher-1109047-1215798353 -o /tmp/evaluation-result-1109047-1215798353/solver-1109047-1215798353 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109047-1215798353.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1047e398fc0c6c7da16227dc060e7d2c
RANDOM SEED=1221437133

node48.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.232
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.232
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:       1933216 kB
Buffers:          3472 kB
Cached:          41660 kB
SwapCached:       5936 kB
Active:          57064 kB
Inactive:        16472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933216 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          35508 kB
Slab:            34616 kB
Committed_AS:   199804 kB
PageTables:       1760 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= 66544 MiB
End job on node48 at 2008-07-11 19:45:56