Trace number 1060473

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 65.561 66.2831

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-15.xml
MD5SUM147ce1a2b7d16af63882881f0d3486ae
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables29
Number of constraints210
Maximum constraint arity3
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 01:14:52 2008
0.00/0.05	c 0	PID 11386
0.00/0.05	c 0	HOST node58.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060473-1215126892.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060473-1215126892.xml' 'HOME/temp.csp'
0.04/0.32	c 0	2 domains, 29 variables, 2 predicates, 0 relations, 210 constraints
0.04/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.37	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.30/0.45	c 0	Parsing HOME/temp.csp
0.30/0.53	c 1	parsed 243 expressions
0.30/0.53	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.53	c 1	Converting to clausal form CSP
0.30/0.55	c 1	converted 25 (10%) expressions
0.30/0.57	c 1	converted 49 (20%) expressions
0.30/0.58	c 1	converted 73 (30%) expressions
0.30/0.59	c 1	converted 98 (40%) expressions
0.30/0.59	c 1	converted 122 (50%) expressions
0.30/0.60	c 1	converted 146 (60%) expressions
0.30/0.61	c 1	converted 171 (70%) expressions
0.30/0.62	c 1	converted 195 (80%) expressions
0.30/0.63	c 1	converted 219 (90%) expressions
0.30/0.64	c 1	converted 243 (100%) expressions
0.30/0.64	c 1	CSP : 29 integers, 0 booleans, 238 clauses, largest domain size 15
0.30/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.64	c 1	Propagation in CSP
0.30/0.66	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.66	c 1	CSP : 29 integers, 0 booleans, 238 clauses, largest domain size 15
0.30/0.66	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.66	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.67	c 1	CSP : 29 integers, 420 booleans, 658 clauses, largest domain size 15
0.30/0.67	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.30/0.70	c 1	3 (10%) CSP integer variables are encoded (39 clauses, 398 bytes)
0.30/0.70	c 1	6 (20%) CSP integer variables are encoded (78 clauses, 749 bytes)
0.30/0.70	c 1	9 (30%) CSP integer variables are encoded (117 clauses, 1151 bytes)
0.30/0.70	c 1	12 (40%) CSP integer variables are encoded (156 clauses, 1580 bytes)
0.30/0.71	c 1	15 (50%) CSP integer variables are encoded (195 clauses, 2009 bytes)
0.30/0.71	c 1	18 (60%) CSP integer variables are encoded (231 clauses, 2405 bytes)
0.30/0.71	c 1	21 (70%) CSP integer variables are encoded (267 clauses, 2801 bytes)
0.30/0.71	c 1	24 (80%) CSP integer variables are encoded (303 clauses, 3197 bytes)
0.30/0.71	c 1	27 (90%) CSP integer variables are encoded (339 clauses, 3593 bytes)
0.30/0.71	c 1	29 (100%) CSP integer variables are encoded (363 clauses, 3857 bytes)
0.30/0.72	c 1	66 (10%) CSP clauses are encoded (1045 clauses, 13061 bytes)
0.30/0.73	c 1	132 (20%) CSP clauses are encoded (1727 clauses, 22629 bytes)
0.30/0.73	c 1	198 (30%) CSP clauses are encoded (2409 clauses, 32309 bytes)
0.30/0.74	c 1	264 (40%) CSP clauses are encoded (3091 clauses, 42369 bytes)
0.30/0.74	c 1	329 (50%) CSP clauses are encoded (3762 clauses, 52583 bytes)
0.30/0.74	c 1	395 (60%) CSP clauses are encoded (4400 clauses, 62263 bytes)
0.30/0.75	c 1	461 (70%) CSP clauses are encoded (5038 clauses, 71943 bytes)
0.30/0.75	c 1	527 (80%) CSP clauses are encoded (5676 clauses, 81623 bytes)
0.30/0.76	c 1	593 (90%) CSP clauses are encoded (6678 clauses, 96707 bytes)
0.30/0.77	c 1	658 (100%) CSP clauses are encoded (12151 clauses, 187369 bytes)
0.30/0.77	c 1	658 CSP clauses encoded
0.30/0.77	c 1	Writing map file : HOME/temp.map
0.30/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.77	c 1	SAT : 812 SAT variables, 12151 SAT clauses, 187369 bytes
0.30/0.77	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.79	c 1	SOLVING HOME/temp.cnf
0.30/0.79	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.30/0.80	c 1	This is MiniSat 2.0 beta
0.30/0.80	c 1	WARNING: for repeatability, setting FPU to use double precision
0.30/0.80	c 1	============================[ Problem Statistics ]=============================
0.30/0.80	c 1	|                                                                             |
0.30/0.80	c 1	|  Number of variables:  812                                                  |
0.30/0.80	c 1	|  Number of clauses:    12151                                                |
0.69/0.80	c 1	|  Parsing time:         0.00         s                                       |
0.69/0.80	c 1	============================[ Search Statistics ]==============================
0.69/0.80	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.80	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.80	c 1	===============================================================================
0.69/0.80	c 1	|         0 |     812    12151    37224 |     4050        0    nan |  0.000 % |
0.69/0.81	c 1	|       102 |     812    12151    37224 |     4455      102     11 |  0.000 % |
0.69/0.82	c 1	|       252 |     812    12151    37224 |     4900      252     12 |  0.001 % |
0.69/0.83	c 1	|       478 |     812    12151    37224 |     5390      478     16 |  0.002 % |
0.69/0.85	c 1	|       815 |     812    12151    37224 |     5930      815     16 |  0.001 % |
0.69/0.89	c 1	|      1321 |     812    12151    37224 |     6523     1321     16 |  0.001 % |
0.69/0.96	c 1	|      2081 |     812    12151    37224 |     7175     2081     17 |  0.001 % |
0.88/1.07	c 1	|      3222 |     812    12151    37224 |     7892     3222     18 |  0.000 % |
1.07/1.22	c 1	|      4932 |     812    12151    37224 |     8682     4932     19 |  0.000 % |
1.27/1.47	c 1	|      7494 |     812    12151    37224 |     9550     7494     19 |  0.001 % |
1.77/1.98	c 2	|     11338 |     812    12151    37224 |    10505     6456     19 |  0.001 % |
2.46/2.65	c 3	|     17104 |     812    12151    37224 |    11556     6758     20 |  0.002 % |
3.65/3.80	c 4	|     25754 |     812    12151    37224 |    12711     9465     20 |  0.001 % |
5.43/5.63	c 6	|     38728 |     812    12151    37224 |    13982     9331     20 |  0.002 % |
8.21/8.41	c 8	|     58190 |     812    12151    37224 |    15381     7371     18 |  0.002 % |
12.67/12.96	c 13	|     87384 |     812    12151    37224 |    16919    12941     18 |  0.001 % |
20.59/20.92	c 21	|    131173 |     812    12151    37224 |    18611    13615     23 |  0.000 % |
31.00/31.48	c 31	|    196857 |     812    12151    37224 |    20472    13008     20 |  0.001 % |
50.21/50.83	c 51	|    295383 |     812    12151    37224 |    22519    17925     24 |  0.001 % |
65.36/66.15	c 66	===============================================================================
65.36/66.15	c 66	restarts              : 19
65.36/66.15	c 66	conflicts             : 360636         (5572 /sec)
65.36/66.15	c 66	decisions             : 409485         (0.91 % random) (6327 /sec)
65.36/66.15	c 66	propagations          : 48549211       (750117 /sec)
65.36/66.15	c 66	conflict literals     : 7997764        (22.65 % deleted)
65.36/66.15	c 66	Memory used           : 6.89 MB
65.36/66.15	c 66	CPU time              : 64.7222 s
65.36/66.15	c 66	
65.36/66.15	c 66	SATISFIABLE
65.36/66.15	c 66	DECODING HOME/temp.out WITH HOME/temp.map
65.36/66.15	c 66	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
65.43/66.24	c 66	Decoding HOME/temp.out
65.43/66.26	s SATISFIABLE
65.43/66.26	v 9 2 13 1 14 0 10 7 6 11 5 3 12 4 8 6 10 11 12 13 9 2 0 4 5 1 8 7 3
65.43/66.26	c 66	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
65.43/66.28	c 66	CPU 65.41 (0.03 0.01 65.38 0.11)
65.43/66.28	c 66	END Fri Jul  4 01:15:58 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-1060473-1215126892/watcher-1060473-1215126892 -o /tmp/evaluation-result-1060473-1215126892/solver-1060473-1215126892 -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-1060473-1215126892.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.81 1.92 1.83 4/72 11386
/proc/meminfo: memFree=1491384/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=12268 CPUtime=0
/proc/11386/stat : 11386 (sugar) R 11384 11386 11295 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 696655601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226256151817 0 0 4224 0 0 0 0 17 1 0 0
/proc/11386/statm: 3067 316 241 3 0 167 0

[startup+0.0206939 s]
/proc/loadavg: 1.81 1.92 1.83 4/72 11386
/proc/meminfo: memFree=1491384/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=12412 CPUtime=0
/proc/11386/stat : 11386 (sugar) D 11384 11386 11295 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 696655601 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/11386/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101513 s]
/proc/loadavg: 1.81 1.92 1.83 4/72 11386
/proc/meminfo: memFree=1491384/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.04
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 696655601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301543 s]
/proc/loadavg: 1.81 1.92 1.83 4/72 11386
/proc/meminfo: memFree=1491384/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.04
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 696655601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70161 s]
/proc/loadavg: 1.81 1.92 1.83 4/72 11386
/proc/meminfo: memFree=1491384/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.3
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 974 4472 0 1 3 1 22 4 15 0 1 0 696655601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 1.81 1.92 1.83 3/75 11410
/proc/meminfo: memFree=1487904/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 15 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=3260 CPUtime=0.68
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 508 0 0 0 68 0 0 0 25 0 1 0 696655681 3338240 494 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 815 494 75 150 0 662 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 22216

[startup+3.10301 s]
/proc/loadavg: 1.81 1.92 1.83 3/75 11410
/proc/meminfo: memFree=1486944/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 15 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=3656 CPUtime=2.27
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 622 0 0 0 227 0 0 0 25 0 1 0 696655681 3743744 608 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 914 608 75 150 0 761 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22612

[startup+6.30155 s]
/proc/loadavg: 1.83 1.93 1.83 3/75 11410
/proc/meminfo: memFree=1486304/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=4316 CPUtime=5.44
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 766 0 0 0 544 0 0 0 25 0 1 0 696655681 4419584 752 996147200 134512640 135127466 4294956272 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1079 752 75 150 0 926 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23272

[startup+12.7016 s]
/proc/loadavg: 1.84 1.93 1.83 3/75 11410
/proc/meminfo: memFree=1485792/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=4720 CPUtime=11.78
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 865 0 0 0 1178 0 0 0 25 0 1 0 696655681 4833280 851 996147200 134512640 135127466 4294956272 18446744073709551615 134530786 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1180 851 75 150 0 1027 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 23676

[startup+25.5018 s]
/proc/loadavg: 1.88 1.93 1.83 3/75 11410
/proc/meminfo: memFree=1485024/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=5592 CPUtime=24.45
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1107 0 0 0 2445 0 0 0 25 0 1 0 696655681 5726208 1093 996147200 134512640 135127466 4294956272 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1398 1093 75 150 0 1245 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 24548

[startup+51.1011 s]
/proc/loadavg: 1.92 1.93 1.83 3/75 11410
/proc/meminfo: memFree=1484192/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=6528 CPUtime=49.81
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1336 0 0 0 4981 0 0 0 25 0 1 0 696655681 6684672 1322 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1632 1322 75 150 0 1479 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 25484

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

[startup+57.5012 s]
/proc/loadavg: 1.92 1.93 1.83 3/75 11410
/proc/meminfo: memFree=1483744/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=6924 CPUtime=56.15
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1439 0 0 0 5615 0 0 0 25 0 1 0 696655681 7090176 1425 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1731 1425 75 150 0 1578 0
Current children cumulated CPU time (s) 56.84
Current children cumulated vsize (KiB) 25880

[startup+60.7017 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=7056 CPUtime=59.32
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1448 0 0 0 5932 0 0 0 25 0 1 0 696655681 7225344 1434 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1764 1434 75 150 0 1611 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (KiB) 26012

[startup+63.9022 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=7056 CPUtime=62.49
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1452 0 0 0 6249 0 0 0 25 0 1 0 696655681 7225344 1438 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1764 1438 75 150 0 1611 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 26012

[startup+65.5015 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=7056 CPUtime=64.08
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1456 0 0 0 6408 0 0 0 25 0 1 0 696655681 7225344 1442 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1764 1442 75 150 0 1611 0
Current children cumulated CPU time (s) 64.77
Current children cumulated vsize (KiB) 26012

[startup+65.9016 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=7056 CPUtime=64.48
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1458 0 0 0 6448 0 0 0 25 0 1 0 696655681 7225344 1444 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1764 1444 75 150 0 1611 0
Current children cumulated CPU time (s) 65.17
Current children cumulated vsize (KiB) 26012

[startup+66.1016 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=0.69
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1031 9805 0 2 3 1 57 8 16 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
[pid=11409] ppid=11386 vsize=5356 CPUtime=0
/proc/11409/stat : 11409 (sh) S 11386 11386 11295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 696655681 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11409/statm: 1339 232 193 169 0 50 0
[pid=11410] ppid=11409 vsize=7056 CPUtime=64.67
/proc/11410/stat : 11410 (minisat) R 11409 11386 11295 0 -1 4194304 1459 0 0 0 6467 0 0 0 25 0 1 0 696655681 7225344 1445 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/11410/statm: 1764 1445 75 150 0 1611 0
Current children cumulated CPU time (s) 65.36
Current children cumulated vsize (KiB) 26012

[startup+66.2016 s]
/proc/loadavg: 1.93 1.94 1.83 3/75 11410
/proc/meminfo: memFree=1483680/2055920 swapFree=4156332/4192956
[pid=11386] ppid=11384 vsize=13600 CPUtime=65.43
/proc/11386/stat : 11386 (sugar) S 11384 11386 11295 0 -1 4194304 1070 11559 0 2 3 1 6530 9 17 0 1 0 696655601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11386/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 65.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 66.2831
CPU time (s): 65.561
CPU user time (s): 65.4231
CPU system time (s): 0.137979
CPU usage (%): 98.9107
Max. virtual memory (cumulated for all children) (KiB): 26012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.4231
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16320
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= 1406
involuntary context switches= 2668

runsolver used 0.121981 second user time and 0.19597 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 01:14:52
IDJOB=1060473
IDBENCH=54454
IDSOLVER=346
FILE ID=node58/1060473-1215126892
PBS_JOBID= 7877285
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-15.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-1060473-1215126892/watcher-1060473-1215126892 -o /tmp/evaluation-result-1060473-1215126892/solver-1060473-1215126892 -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-1060473-1215126892.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 147ce1a2b7d16af63882881f0d3486ae
RANDOM SEED=1373662331

node58.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.261
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.261
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:       1491864 kB
Buffers:         72632 kB
Cached:         380632 kB
SwapCached:      30964 kB
Active:         266536 kB
Inactive:       236988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491864 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          57824 kB
Slab:            45904 kB
Committed_AS:  1125484 kB
PageTables:       1740 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= 66540 MiB
End job on node58 at 2008-07-04 01:15:58