Trace number 1109017

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.13467 2.36695

General information on the benchmark

Namecsp/rcpspTighter/
normalized-rcpsptight25-31.xml
MD5SUMd7a1b29c47787a5874aaf4704e7ba1f9
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 benchmark1.90171
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints48
Maximum constraint arity25
Maximum domain size23
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.08	c 0	BEGIN Fri Jul 11 19:45:45 2008
0.00/0.08	c 0	PID 15843
0.00/0.08	c 0	HOST node48.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109017-1215798345.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-1109017-1215798345.xml' 'HOME/temp.csp'
0.07/0.27	c 0	25 domains, 25 variables, 1 predicates, 0 relations, 48 constraints
0.07/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.30	c 0	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.07/0.39	c 0	Parsing HOME/temp.csp
0.28/0.43	c 0	parsed 99 expressions
0.28/0.44	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.44	c 0	MAX CSP: 48 constraints
0.28/0.44	c 0	Converting to clausal form CSP
0.28/0.46	c 0	converted 15 (10%) expressions
0.28/0.46	c 0	converted 30 (20%) expressions
0.28/0.46	c 0	converted 45 (30%) expressions
0.28/0.47	c 0	converted 60 (40%) expressions
0.28/0.48	c 0	converted 75 (50%) expressions
0.28/0.48	c 0	converted 90 (60%) expressions
0.28/0.48	c 0	converted 105 (70%) expressions
0.28/0.48	c 0	converted 120 (80%) expressions
0.28/0.49	c 0	converted 135 (90%) expressions
0.28/1.04	c 1	converted 150 (100%) expressions
0.28/1.04	c 1	CSP : 1685 integers, 430 booleans, 4194 clauses, largest domain size 73
0.28/1.04	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/1.04	c 1	Propagation in CSP
0.28/1.09	c 1	46 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/1.10	c 1	CSP : 1685 integers, 430 booleans, 4194 clauses, largest domain size 49
0.28/1.10	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.11	c 1	CSP : 1685 integers, 430 booleans, 4194 clauses, largest domain size 49
1.05/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.16	c 1	169 (10%) CSP integer variables are encoded (544 clauses, 5842 bytes)
1.05/1.17	c 1	337 (20%) CSP integer variables are encoded (697 clauses, 7559 bytes)
1.05/1.17	c 1	506 (30%) CSP integer variables are encoded (850 clauses, 9548 bytes)
1.05/1.17	c 1	674 (40%) CSP integer variables are encoded (986 clauses, 11316 bytes)
1.05/1.17	c 1	843 (50%) CSP integer variables are encoded (1132 clauses, 13214 bytes)
1.05/1.17	c 1	1011 (60%) CSP integer variables are encoded (1521 clauses, 18271 bytes)
1.05/1.18	c 1	1180 (70%) CSP integer variables are encoded (2652 clauses, 32974 bytes)
1.05/1.18	c 1	1348 (80%) CSP integer variables are encoded (3569 clauses, 44895 bytes)
1.05/1.18	c 1	1517 (90%) CSP integer variables are encoded (4306 clauses, 54476 bytes)
1.05/1.18	c 1	1685 (100%) CSP integer variables are encoded (5243 clauses, 66657 bytes)
1.15/1.21	c 1	420 (10%) CSP clauses are encoded (7193 clauses, 93799 bytes)
1.15/1.22	c 1	839 (20%) CSP clauses are encoded (8152 clauses, 106969 bytes)
1.15/1.23	c 1	1259 (30%) CSP clauses are encoded (9112 clauses, 121397 bytes)
1.15/1.24	c 1	1678 (40%) CSP clauses are encoded (10167 clauses, 137382 bytes)
1.15/1.24	c 1	2097 (50%) CSP clauses are encoded (11210 clauses, 153162 bytes)
1.15/1.25	c 1	2517 (60%) CSP clauses are encoded (12214 clauses, 168230 bytes)
1.15/1.26	c 1	2936 (70%) CSP clauses are encoded (17641 clauses, 258844 bytes)
1.15/1.29	c 1	3356 (80%) CSP clauses are encoded (26824 clauses, 415286 bytes)
1.24/1.31	c 1	3775 (90%) CSP clauses are encoded (32393 clauses, 507158 bytes)
1.24/1.33	c 1	4194 (100%) CSP clauses are encoded (40330 clauses, 640696 bytes)
1.24/1.33	c 1	4194 CSP clauses encoded
1.24/1.33	c 1	Writing map file : HOME/temp.map
1.24/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.33	c 1	SAT : 7358 SAT variables, 40330 SAT clauses, 640696 bytes
1.24/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.38	c 1	OBJECTIVE minimize _COST
1.24/1.38	c 1	SOLVING HOME/temp.cnf
1.24/1.38	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.24/1.38	c 1	This is MiniSat 2.0 beta incremental
1.24/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.24/1.38	c 1	============================[ Problem Statistics ]=============================
1.24/1.38	c 1	|                                                                             |
1.24/1.38	c 1	|  Number of variables:  7358                                                 |
1.24/1.38	c 1	|  Number of clauses:    40330                                                |
1.29/1.40	c 1	|  Parsing time:         0.02         s                                       |
1.29/1.40	c 1	OK
1.29/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.29/1.40	c 1	SEARCHING: _COST <= 24
1.29/1.40	c 1	============================[ Search Statistics ]==============================
1.29/1.40	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.40	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.40	c 1	===============================================================================
1.29/1.40	c 1	|         0 |    7358    40330   103851 |    13443        0    nan |  0.000 % |
1.29/1.41	c 1	===============================================================================
1.29/1.41	c 1	restarts              : 1
1.29/1.41	c 1	conflicts             : 24            (857 /sec)
1.29/1.41	c 1	decisions             : 452           (0.66 % random) (16146 /sec)
1.29/1.41	c 1	propagations          : 17033          (608430 /sec)
1.29/1.41	c 1	conflict literals     : 487            (13.35 % deleted)
1.29/1.41	c 1	Memory used           : 3.79 MB
1.29/1.41	c 1	CPU time              : 0.027995 s
1.29/1.41	c 1	
1.29/1.41	c 1	SATISFIABLE
1.29/1.41	c 1	OK
1.29/1.41	c 1	FOUND: _COST <= 24
1.29/1.41	s SATISFIABLE
1.29/1.41	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.29/1.41	c 1	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.29/1.50	c 1	Decoding HOME/temp.out
1.29/1.57	c 2	OBJECTIVE _COST 24
1.29/1.57	o 24
1.29/1.57	v 21 0 0 0 0 20 0 9 0 7 20 19 0 0 21 19 19 1 4 18 21 20 22 20 18
1.29/1.59	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.63	c 2	OK
1.29/1.63	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
1.29/1.63	c 2	SEARCHING: _COST <= 12
1.29/1.64	c 2	============================[ Search Statistics ]==============================
1.29/1.64	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.64	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.64	c 2	===============================================================================
1.29/1.64	c 2	|        24 |    7358    40330   103851 |    13443       24     20 |  0.000 % |
1.29/1.64	c 2	===============================================================================
1.29/1.64	c 2	restarts              : 2
1.29/1.64	c 2	conflicts             : 24            (706 /sec)
1.29/1.64	c 2	decisions             : 503           (0.60 % random) (14797 /sec)
1.29/1.64	c 2	propagations          : 24391          (717509 /sec)
1.29/1.64	c 2	conflict literals     : 487            (13.35 % deleted)
1.29/1.64	c 2	Memory used           : 3.79 MB
1.29/1.64	c 2	CPU time              : 0.033994 s
1.29/1.64	c 2	
1.29/1.64	c 2	SATISFIABLE
1.29/1.64	c 2	OK
1.29/1.64	c 2	FOUND: _COST <= 12
1.29/1.64	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.29/1.64	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.46/1.72	c 2	Decoding HOME/temp.out
1.46/1.77	c 2	OBJECTIVE _COST 12
1.46/1.77	o 12
1.46/1.77	v 3 1 4 3 0 8 13 17 11 6 5 16 6 3 20 19 11 3 8 15 20 20 22 14 15
1.46/1.77	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.46/1.80	c 2	OK
1.46/1.80	c 2	OBJECTIVE BOUND: 0 <= _COST <= 12
1.46/1.80	c 2	SEARCHING: _COST <= 6
1.46/1.82	c 2	============================[ Search Statistics ]==============================
1.46/1.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.82	c 2	===============================================================================
1.46/1.82	c 2	|        24 |    7214    40330   103851 |    13443       24     20 |  0.000 % |
1.46/1.83	c 2	|       125 |    7206    40330   103851 |    14787      125     23 |  3.099 % |
1.46/1.83	c 2	===============================================================================
1.46/1.83	c 2	restarts              : 4
1.46/1.83	c 2	conflicts             : 125           (2016 /sec)
1.46/1.83	c 2	decisions             : 724           (0.83 % random) (11679 /sec)
1.46/1.83	c 2	propagations          : 105629         (1703968 /sec)
1.46/1.83	c 2	conflict literals     : 2871           (21.96 % deleted)
1.46/1.83	c 2	Memory used           : 3.92 MB
1.46/1.83	c 2	CPU time              : 0.06199 s
1.46/1.83	c 2	
1.46/1.83	c 2	SATISFIABLE
1.46/1.83	c 2	OK
1.46/1.83	c 2	FOUND: _COST <= 6
1.46/1.83	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.46/1.83	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.59/1.91	c 2	Decoding HOME/temp.out
1.59/1.96	c 2	OBJECTIVE _COST 6
1.59/1.96	o 6
1.59/1.96	v 6 0 3 9 1 6 14 7 13 15 9 19 17 13 20 17 18 17 18 18 20 19 19 16 18
1.59/1.96	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.99	c 2	OK
1.59/1.99	c 2	OBJECTIVE BOUND: 0 <= _COST <= 6
1.59/1.99	c 2	SEARCHING: _COST <= 3
1.73/2.00	c 2	============================[ Search Statistics ]==============================
1.73/2.00	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/2.00	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/2.00	c 2	===============================================================================
1.73/2.00	c 2	|       125 |    7070    37304    95595 |    12434      119     23 |  3.099 % |
1.73/2.00	c 2	===============================================================================
1.73/2.00	c 2	restarts              : 5
1.73/2.00	c 2	conflicts             : 128           (1803 /sec)
1.73/2.00	c 2	decisions             : 787           (0.89 % random) (11086 /sec)
1.73/2.00	c 2	propagations          : 114876         (1618223 /sec)
1.73/2.00	c 2	conflict literals     : 2891           (21.95 % deleted)
1.73/2.00	c 2	Memory used           : 3.92 MB
1.73/2.00	c 2	CPU time              : 0.070989 s
1.73/2.00	c 2	
1.73/2.00	c 2	SATISFIABLE
1.73/2.00	c 2	OK
1.73/2.00	c 2	FOUND: _COST <= 3
1.73/2.00	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.73/2.00	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.73/2.08	c 2	Decoding HOME/temp.out
1.74/2.13	c 2	OBJECTIVE _COST 3
1.74/2.13	o 3
1.74/2.13	v 6 1 3 4 0 6 9 7 10 6 9 19 12 4 21 14 17 12 13 18 17 19 15 13 18
1.74/2.14	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.74/2.16	c 2	OK
1.74/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 3
1.74/2.16	c 2	SEARCHING: _COST <= 1
1.74/2.17	c 2	============================[ Search Statistics ]==============================
1.74/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.74/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.74/2.17	c 2	===============================================================================
1.74/2.17	c 2	|       128 |    7070    37304    95595 |    12434      122     22 |  3.099 % |
1.74/2.17	c 2	===============================================================================
1.74/2.17	c 2	restarts              : 6
1.74/2.17	c 2	conflicts             : 133           (1705 /sec)
1.74/2.17	c 2	decisions             : 837           (0.84 % random) (10732 /sec)
1.74/2.17	c 2	propagations          : 123609         (1584975 /sec)
1.74/2.17	c 2	conflict literals     : 2940           (21.73 % deleted)
1.74/2.17	c 2	Memory used           : 3.92 MB
1.74/2.17	c 2	CPU time              : 0.077988 s
1.74/2.17	c 2	
1.74/2.17	c 2	SATISFIABLE
1.74/2.17	c 2	OK
1.74/2.17	c 2	FOUND: _COST <= 1
1.74/2.17	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.74/2.17	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.96/2.26	c 2	Decoding HOME/temp.out
2.06/2.31	c 2	OBJECTIVE _COST 1
2.06/2.31	o 1
2.06/2.31	v 6 0 2 0 0 5 8 3 5 6 8 19 12 15 19 11 15 11 13 18 21 19 14 10 18
2.06/2.31	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.06/2.34	c 2	OK
2.06/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
2.06/2.34	c 2	SEARCHING: _COST <= 0
2.06/2.35	c 2	============================[ Search Statistics ]==============================
2.06/2.35	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/2.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/2.35	c 2	===============================================================================
2.06/2.35	c 2	|       133 |    7019    37304    95595 |    12434      127     22 |  3.099 % |
2.06/2.36	c 2	===============================================================================
2.06/2.36	c 2	restarts              : 7
2.06/2.36	c 2	conflicts             : 193           (1950 /sec)
2.06/2.36	c 2	decisions             : 901           (0.78 % random) (9102 /sec)
2.06/2.36	c 2	propagations          : 178121         (1799493 /sec)
2.06/2.36	c 2	conflict literals     : 4513           (26.46 % deleted)
2.06/2.36	c 2	Memory used           : 3.92 MB
2.06/2.36	c 2	CPU time              : 0.098984 s
2.06/2.36	c 2	
2.06/2.36	c 2	UNSATISFIABLE
2.06/2.36	c 2	OK
2.06/2.36	c 2	NOT FOUND: _COST <= 0
2.06/2.36	c 2	OK
2.06/2.36	c 2	OBJECTIVE _COST 1
2.06/2.36	s OPTIMUM FOUND
2.06/2.36	c 2	CPU 1.86 (0.06 0.03 1.8 0.23)
2.06/2.36	c 2	END Fri Jul 11 19:45:47 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-1109017-1215798345/watcher-1109017-1215798345 -o /tmp/evaluation-result-1109017-1215798345/solver-1109017-1215798345 -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-1109017-1215798345.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.31 2.55 2.80 4/73 15843
/proc/meminfo: memFree=1932864/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=12272 CPUtime=0
/proc/15843/stat : 15843 (sugar++) R 15841 15843 14583 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 36533614 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 255548505086 0 0 4224 0 0 0 0 17 1 0 0
/proc/15843/statm: 3068 327 246 3 0 168 0

[startup+0.150712 s]
/proc/loadavg: 2.31 2.55 2.80 4/73 15843
/proc/meminfo: memFree=1932864/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=0.07
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 36533614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.201719 s]
/proc/loadavg: 2.31 2.55 2.80 4/73 15843
/proc/meminfo: memFree=1932864/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=0.07
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1219 128 0 0 5 2 0 0 21 0 1 0 36533614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301721 s]
/proc/loadavg: 2.31 2.55 2.80 4/73 15843
/proc/meminfo: memFree=1932864/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=0.07
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1236 128 0 0 5 2 0 0 15 0 1 0 36533614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701758 s]
/proc/loadavg: 2.31 2.55 2.80 4/73 15843
/proc/meminfo: memFree=1932864/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=0.28
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1297 4274 0 1 5 2 18 3 15 0 1 0 36533614 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.50184 s]
/proc/loadavg: 2.31 2.55 2.80 3/84 15865
/proc/meminfo: memFree=1916200/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=1.29
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1511 11464 0 2 5 2 113 9 16 0 1 0 36533614 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16740

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

[startup+1.60284 s]
/proc/loadavg: 2.31 2.55 2.80 3/84 15865
/proc/meminfo: memFree=1916200/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=1.29
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1531 11464 0 2 5 2 113 9 15 0 1 0 36533614 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16740

[startup+2.00188 s]
/proc/loadavg: 2.31 2.55 2.80 3/84 15865
/proc/meminfo: memFree=1916200/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=1.73
/proc/15843/stat : 15843 (sugar++) R 15841 15843 14583 0 -1 4194304 1687 22587 0 5 5 2 148 18 16 0 1 0 36533614 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15843/statm: 4185 1115 414 3 0 764 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 16740

[startup+2.2019 s]
/proc/loadavg: 2.31 2.55 2.80 4/79 15910
/proc/meminfo: memFree=1923920/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=1.88
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1791 26292 0 6 6 3 159 20 16 0 1 0 36533614 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1115 414 3 0 764 0
[pid=15866] ppid=15843 vsize=4008 CPUtime=0.07
/proc/15866/stat : 15866 (minisat-inc) S 15843 15843 14583 0 -1 4194304 848 0 0 0 7 0 0 0 15 0 1 0 36533752 4104192 788 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15866/statm: 1002 788 79 151 0 848 0
[pid=15907] ppid=15843 vsize=5356 CPUtime=0
/proc/15907/stat : 15907 (sh) S 15843 15843 14583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36533831 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15907/statm: 1339 233 193 169 0 50 0
[pid=15908] ppid=15907 vsize=191084 CPUtime=0.01
/proc/15908/stat : 15908 (java) S 15907 15843 14583 0 -1 0 1423 0 1 0 1 0 0 0 18 0 3 0 36533832 195670016 1116 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15908/statm: 47771 1116 636 9 0 42750 0
[pid=15908/tid=15909] ppid=15907 vsize=191084 CPUtime=0
/proc/15908/task/15909/stat : 15909 (java) R 15907 15843 14583 0 -1 64 745 0 1 0 0 0 0 0 18 0 3 0 36533833 195670016 1116 996147200 134512640 134550740 4294956000 18446744073709551615 104290894 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=15908/tid=15910] ppid=15907 vsize=191084 CPUtime=0
/proc/15908/task/15910/stat : 15910 (java) R 15907 15843 14583 0 -1 64 3 0 0 0 0 0 0 0 19 0 3 0 36533834 195670016 1116 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 217188

[startup+2.30791 s]
/proc/loadavg: 2.31 2.55 2.80 4/79 15910
/proc/meminfo: memFree=1923920/2055920 swapFree=4180968/4192956
[pid=15843] ppid=15841 vsize=16740 CPUtime=1.88
/proc/15843/stat : 15843 (sugar++) S 15841 15843 14583 0 -1 4194304 1809 26292 0 6 6 3 159 20 16 0 1 0 36533614 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15843/statm: 4185 1115 414 3 0 764 0
[pid=15866] ppid=15843 vsize=4008 CPUtime=0.07
/proc/15866/stat : 15866 (minisat-inc) S 15843 15843 14583 0 -1 4194304 848 0 0 0 7 0 0 0 15 0 1 0 36533752 4104192 788 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/15866/statm: 1002 788 79 151 0 848 0
[pid=15907] ppid=15843 vsize=5356 CPUtime=0
/proc/15907/stat : 15907 (sh) S 15843 15843 14583 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 36533831 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15907/statm: 1339 233 193 169 0 50 0
[pid=15908] ppid=15907 vsize=195912 CPUtime=0.11
/proc/15908/stat : 15908 (java) S 15907 15843 14583 0 -1 0 3347 0 1 0 10 1 0 0 18 0 9 0 36533832 200613888 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15908/statm: 48978 2822 1651 9 0 43560 0
[pid=15908/tid=15909] ppid=15907 vsize=195912 CPUtime=0.08
/proc/15908/task/15909/stat : 15909 (java) R 15907 15843 14583 0 -1 64 2368 0 1 0 8 0 0 0 20 0 9 0 36533833 200613888 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4125977413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15908/tid=15910] ppid=15907 vsize=195912 CPUtime=0
/proc/15908/task/15910/stat : 15910 (java) S 15907 15843 14583 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 36533834 200613888 2822 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 222016

Child status: 0
Real time (s): 2.36695
CPU time (s): 2.13467
CPU user time (s): 1.87071
CPU system time (s): 0.263959
CPU usage (%): 90.1868
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.87071
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32753
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= 1819
involuntary context switches= 1696

runsolver used 0.008998 second user time and 0.016997 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-11 19:45:45
IDJOB=1109017
IDBENCH=60871
IDSOLVER=367
FILE ID=node48/1109017-1215798345
PBS_JOBID= 7903243
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rcpspTighter/normalized-rcpsptight25-31.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-1109017-1215798345/watcher-1109017-1215798345 -o /tmp/evaluation-result-1109017-1215798345/solver-1109017-1215798345 -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-1109017-1215798345.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7a1b29c47787a5874aaf4704e7ba1f9
RANDOM SEED=1004652912

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:       1933344 kB
Buffers:          3284 kB
Cached:          41644 kB
SwapCached:       5936 kB
Active:          56916 kB
Inactive:        16372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933344 kB
SwapTotal:     4192956 kB
SwapFree:      4180968 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          35524 kB
Slab:            34688 kB
Committed_AS:   186244 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:47