Trace number 1058312

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 25.3821 25.7593

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-5.xml
MD5SUM9ff660f6666838f622d78805b358143b
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1671
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints11590
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11291
Global constraints used (with number of constraints)alldifferent(299)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:44:45 2008
0.00/0.04	c 0	PID 5164
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058312-1215114285.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-1058312-1215114285.xml' 'HOME/temp.csp'
1.25/1.34	c 1	19 domains, 700 variables, 1 predicates, 0 relations, 11590 constraints
1.25/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	c 1	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'
1.31/1.44	c 1	Parsing HOME/temp.csp
1.31/1.84	c 2	parsed 10000 expressions
1.31/1.95	c 2	parsed 12310 expressions
1.31/1.95	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.95	c 2	Converting to clausal form CSP
2.12/2.20	c 2	converted 1231 (10%) expressions
2.21/2.36	c 2	converted 2462 (20%) expressions
2.31/2.45	c 2	converted 3693 (30%) expressions
2.42/2.54	c 3	converted 4924 (40%) expressions
2.52/2.63	c 3	converted 6155 (50%) expressions
2.71/2.80	c 3	converted 7386 (60%) expressions
2.81/2.90	c 3	converted 8617 (70%) expressions
2.81/2.99	c 3	converted 9848 (80%) expressions
2.91/3.08	c 3	converted 11079 (90%) expressions
4.59/4.80	c 5	converted 12310 (100%) expressions
4.59/4.80	c 5	CSP : 700 integers, 0 booleans, 56672 clauses, largest domain size 45
4.59/4.80	c 5	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.80	c 5	Propagation in CSP
5.08/5.21	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.08/5.21	c 5	CSP : 700 integers, 0 booleans, 56672 clauses, largest domain size 45
5.08/5.21	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.08/5.23	c 5	Simplifing CSP by introducing new Boolean variables
6.08/6.28	c 6	CSP : 700 integers, 126364 booleans, 183036 clauses, largest domain size 45
6.08/6.28	c 6	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/6.89	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.77/6.93	c 7	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
6.77/6.94	c 7	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
6.77/6.94	c 7	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
6.77/6.94	c 7	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
6.77/6.95	c 7	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
6.77/6.95	c 7	420 (60%) CSP integer variables are encoded (15087 clauses, 204663 bytes)
6.77/6.95	c 7	490 (70%) CSP integer variables are encoded (15130 clauses, 205308 bytes)
6.77/6.96	c 7	560 (80%) CSP integer variables are encoded (15155 clauses, 205683 bytes)
6.77/6.96	c 7	630 (90%) CSP integer variables are encoded (15227 clauses, 206763 bytes)
6.77/6.96	c 7	700 (100%) CSP integer variables are encoded (15236 clauses, 206898 bytes)
7.65/7.89	c 8	18304 (10%) CSP clauses are encoded (418982 clauses, 8188898 bytes)
8.54/8.72	c 9	36608 (20%) CSP clauses are encoded (820012 clauses, 16300126 bytes)
9.44/9.62	c 10	54911 (30%) CSP clauses are encoded (1277897 clauses, 25773972 bytes)
10.44/10.66	c 11	73215 (40%) CSP clauses are encoded (1830361 clauses, 36932920 bytes)
11.51/11.72	c 12	91518 (50%) CSP clauses are encoded (2382956 clauses, 48096419 bytes)
12.58/12.80	c 13	109822 (60%) CSP clauses are encoded (2935816 clauses, 59210514 bytes)
13.56/13.89	c 14	128126 (70%) CSP clauses are encoded (3488764 clauses, 70665964 bytes)
14.65/14.99	c 15	146429 (80%) CSP clauses are encoded (4041667 clauses, 82440298 bytes)
15.74/16.10	c 16	164733 (90%) CSP clauses are encoded (4594835 clauses, 94133908 bytes)
16.91/17.22	c 17	183036 (100%) CSP clauses are encoded (5147958 clauses, 105952668 bytes)
16.91/17.22	c 17	183036 CSP clauses encoded
16.91/17.22	c 17	Writing map file : HOME/temp.map
16.91/17.26	c 17	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.91/17.26	c 17	SAT : 142038 SAT variables, 5147958 SAT clauses, 105952668 bytes
16.91/17.26	c 17	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.91/17.29	c 17	SOLVING HOME/temp.cnf
16.91/17.29	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.91/17.29	c 17	This is MiniSat 2.0 beta
16.91/17.29	c 17	WARNING: for repeatability, setting FPU to use double precision
16.91/17.29	c 17	============================[ Problem Statistics ]=============================
16.91/17.29	c 17	|                                                                             |
16.91/17.29	c 17	|  Number of variables:  142038                                               |
16.91/17.29	c 17	|  Number of clauses:    5147958                                              |
19.48/19.89	c 20	|  Parsing time:         2.22         s                                       |
19.67/20.01	c 20	============================[ Search Statistics ]==============================
19.67/20.01	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.67/20.01	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.67/20.01	c 20	===============================================================================
19.67/20.01	c 20	|         0 |  142038  5147958 15152891 |  1715986        0    nan |  0.000 % |
21.46/21.90	c 22	|       100 |  142038  5147958 15152891 |  1887584      100     66 |  0.000 % |
21.75/22.18	c 22	|       253 |  142038  5147958 15152891 |  2076343      253     31 |  0.000 % |
23.33/23.75	c 24	|       478 |  142038  5147958 15152891 |  2283977      478     22 |  0.000 % |
24.82/25.21	c 25	===============================================================================
24.82/25.23	c 25	restarts              : 4
24.82/25.23	c 25	conflicts             : 756            (101 /sec)
24.82/25.23	c 25	decisions             : 18521          (0.82 % random) (2482 /sec)
24.82/25.23	c 25	propagations          : 1652610        (221474 /sec)
24.82/25.23	c 25	conflict literals     : 19152          (2.76 % deleted)
24.82/25.23	c 25	Memory used           : 229.05 MB
24.82/25.23	c 25	CPU time              : 7.46187 s
24.82/25.23	c 25	
24.82/25.29	c 25	SATISFIABLE
24.93/25.33	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.93/25.33	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.96/25.41	c 25	Decoding HOME/temp.out
24.96/25.64	s SATISFIABLE
24.96/25.67	v 40 40 16 2 21 36 6 26 28 3 21 32 6 16 18 22 17 31 24 37 14 40 10 41 1 42 27 17 32 19 8 42 0 27 44 6 29 43 35 39 8 23 3 41 14 13 28 18 30 30 42 8 39 22 5 20 31 23 21 2 7 31 7 18 14 41 2 15 13 30 33 37 12 26 3 27 14 25 3 6 10 43 8 9 44 37 40 39 7 39 42 35 30 24 21 27 4 17 38 30 4 11 30 12 13 25 10 41 17 11 2 36 43 20 36 15 25 7 6 3 9 10 44 42 41 22 0 5 0 7 36 44 11 23 43 9 41 37 44 42 22 33 26 9 33 11 12 27 3 14 0 32 34 0 28 29 17 20 32 44 5 18 26 22 12 41 4 0 27 43 36 39 11 35 34 26 25 34 40 40 25 41 39 15 6 3 34 12 22 24 42 7 40 2 23 4 34 2 7 34 19 11 24 6 12 15 5 30 31 20 33 9 18 30 25 27 11 0 13 31 33 9 42 35 20 14 29 43 9 7 24 25 42 19 16 36 25 1 33 1 34 23 29 16 21 12 13 38 38 32 39 17 18 1 29 35 26 37 43 21 19 38 38 0 10 4 32 19 20 24 24 30 15 28 28 10 19 15 4 34 26 11 1 31 19 18 13 26 1 8 1 37 34 1 44 10 8 37 33 28 34 31 21 1 17 14 44 43 16 29 28 39 5 32 7 29 15 33 33 35 21 36 16 40 25 15 43 24 2 20 4 3 37 10 32 5 17 15 27 11 16 9 38 14 13 10 8 33 44 31 3 1 3 5 4 0 1 4 7 6 2 7 5 8 7 7 4 4 6 7 9 2 5 7 7 2 6 3 9 2 0 7 6 3 9 2 2 5 0 9 8 7 1 0 6 3 6 8 1 5 1 3 0 6 9 2 5 9 3 2 1 7 4 3 7 1 3 5 0 2 1 8 3 2 3 4 5 7 0 3 4 2 9 5 7 0 9 4 9 7 4 1 0 5 7 2 3 7 5 6 9 9 9 5 6 0 0 3 6 7 4 6 4 6 3 3 1 5 0 9 4 8 5 3 5 9 3 6 2 8 7 6 2 4 8 7 8 4 1 5 4 5 3 6 3 0 2 7 5 0 7 8 9 8 1 9 9 4 5 0 4 9 9 5 4 2 0 5 5 1 1 2 3 9 8 6 4 0 6 7 3 4 5 6 4 4 2 0 1 1 6 0 4 1 0 5 6 9 7 4 1 5 3 6 6 9 3 7 1 3 6 0 6 8 5 0 6 4 4 0 8 3 9 3 8 3 1 7 1 3 7 2 0 3 1 5 6 4 4 3 5 3 0 0 9 9 1 6 3 0 6 5 2 8 5 4 8 5 6 5 0 1 4 0 6 7 4 9 7 2 8 3 8 3 9 9 6 0 6 1 7 1 0 2 4 5 5 5 6 1 2 9 7 5 3 3 5 2 7 5 3 6 0 9 0 4 2 9 9 7 0 1 5 3 6 6 7 9 2 6 6 9 7 0 9 2 3 9 7 9 4 7 1 7 2 7 2 4 9 4 4 9 9 2 9 1 4 0 4 9
24.96/25.67	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.96/25.71	c 26	CPU 23.83 (0.04 0.01 23.79 1.47)
24.96/25.71	c 26	END Thu Jul  3 21:45:11 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-1058312-1215114285/watcher-1058312-1215114285 -o /tmp/evaluation-result-1058312-1215114285/solver-1058312-1215114285 -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-1058312-1215114285.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.92 2.01 1.99 4/80 5164
/proc/meminfo: memFree=1459000/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=12268 CPUtime=0
/proc/5164/stat : 5164 (sugar) R 5162 5164 4636 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1541103537 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 0 4224 0 0 0 0 17 1 0 0
/proc/5164/statm: 3067 316 241 3 0 167 0

[startup+0.0663099 s]
/proc/loadavg: 1.92 2.01 1.99 4/80 5164
/proc/meminfo: memFree=1459000/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=0.03
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541103537 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1013 s]
/proc/loadavg: 1.92 2.01 1.99 4/80 5164
/proc/meminfo: memFree=1459000/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=0.03
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541103537 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301118 s]
/proc/loadavg: 1.92 2.01 1.99 4/80 5164
/proc/meminfo: memFree=1459000/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=0.03
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541103537 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701166 s]
/proc/loadavg: 1.92 2.01 1.99 4/80 5164
/proc/meminfo: memFree=1459000/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=0.03
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541103537 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50124 s]
/proc/loadavg: 1.92 2.01 1.99 4/91 5176
/proc/meminfo: memFree=1434720/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=1.31
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 973 10118 0 1 3 1 121 6 16 0 1 0 1541103537 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.10241 s]
/proc/loadavg: 1.92 2.01 1.99 4/91 5186
/proc/meminfo: memFree=1442912/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=1.31
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 974 10118 0 1 3 1 121 6 15 0 1 0 1541103537 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 797 370 3 0 500 0
[pid=5177] ppid=5164 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5164 5164 4636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541103673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 233 193 169 0 50 0
[pid=5178] ppid=5177 vsize=868392 CPUtime=1.7
/proc/5178/stat : 5178 (java) S 5177 5164 4636 0 -1 0 10675 0 1 0 161 9 0 0 18 0 9 0 1541103674 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 217098 9741 2540 9 0 211673 0
[pid=5178/tid=5179] ppid=5177 vsize=868392 CPUtime=1.08
/proc/5178/task/5179/stat : 5179 (java) R 5177 5164 4636 0 -1 64 2806 0 1 0 106 2 0 0 25 0 9 0 1541103674 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4126463804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5177 vsize=868392 CPUtime=0.4
/proc/5178/task/5180/stat : 5180 (java) S 5177 5164 4636 0 -1 64 5723 0 0 0 36 4 0 0 16 0 9 0 1541103676 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5177 vsize=868392 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5177 5164 4636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541103676 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5177 vsize=868392 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5177 5164 4636 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1541103676 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5177 vsize=868392 CPUtime=0
/proc/5178/task/5183/stat : 5183 (java) S 5177 5164 4636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541103678 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5177 vsize=868392 CPUtime=0.19
/proc/5178/task/5184/stat : 5184 (java) S 5177 5164 4636 0 -1 64 1449 0 0 0 18 1 0 0 16 0 9 0 1541103678 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5177 vsize=868392 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5177 5164 4636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541103678 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5186] ppid=5177 vsize=868392 CPUtime=0
/proc/5178/task/5186/stat : 5186 (java) S 5177 5164 4636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541103678 889233408 9741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887348

[startup+6.30273 s]
/proc/loadavg: 1.93 2.01 1.99 4/91 5186
/proc/meminfo: memFree=1383840/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=1.31
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 974 10118 0 1 3 1 121 6 16 0 1 0 1541103537 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 797 370 3 0 500 0
[pid=5177] ppid=5164 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5164 5164 4636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541103673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 233 193 169 0 50 0
[pid=5178] ppid=5177 vsize=868896 CPUtime=4.86
/proc/5178/stat : 5178 (java) S 5177 5164 4636 0 -1 0 30370 0 1 0 467 19 0 0 18 0 9 0 1541103674 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 217224 28975 2540 9 0 211799 0
[pid=5178/tid=5179] ppid=5177 vsize=868896 CPUtime=2.5
/proc/5178/task/5179/stat : 5179 (java) R 5177 5164 4636 0 -1 64 3709 0 1 0 247 3 0 0 25 0 9 0 1541103674 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5177 vsize=868896 CPUtime=2.11
/proc/5178/task/5180/stat : 5180 (java) R 5177 5164 4636 0 -1 64 24493 0 0 0 198 13 0 0 16 0 9 0 1541103676 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 103735986 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5177 vsize=868896 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5177 5164 4636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541103676 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5177 vsize=868896 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5177 5164 4636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541103676 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5177 vsize=868896 CPUtime=0
/proc/5178/task/5183/stat : 5183 (java) S 5177 5164 4636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541103678 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5177 vsize=868896 CPUtime=0.22
/proc/5178/task/5184/stat : 5184 (java) S 5177 5164 4636 0 -1 64 1471 0 0 0 21 1 0 0 16 0 9 0 1541103678 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5177 vsize=868896 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5177 5164 4636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541103678 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5186] ppid=5177 vsize=868896 CPUtime=0
/proc/5178/task/5186/stat : 5186 (java) S 5177 5164 4636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541103678 889749504 28975 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887852

[startup+12.7024 s]
/proc/loadavg: 1.93 2.01 1.99 3/91 5186
/proc/meminfo: memFree=1297632/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=1.32
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 974 10118 0 1 4 1 121 6 16 0 1 0 1541103537 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 797 370 3 0 500 0
[pid=5177] ppid=5164 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5164 5164 4636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541103673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 233 193 169 0 50 0
[pid=5178] ppid=5177 vsize=868504 CPUtime=11.16
/proc/5178/stat : 5178 (java) S 5177 5164 4636 0 -1 0 36003 0 1 0 1056 60 0 0 18 0 9 0 1541103674 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5178/statm: 217126 28944 2566 9 0 211673 0
[pid=5178/tid=5179] ppid=5177 vsize=868504 CPUtime=8.06
/proc/5178/task/5179/stat : 5179 (java) R 5177 5164 4636 0 -1 64 3975 0 1 0 767 39 0 0 25 0 9 0 1541103674 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4127026848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5180] ppid=5177 vsize=868504 CPUtime=2.78
/proc/5178/task/5180/stat : 5180 (java) S 5177 5164 4636 0 -1 64 29825 0 0 0 260 18 0 0 16 0 9 0 1541103676 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5181] ppid=5177 vsize=868504 CPUtime=0
/proc/5178/task/5181/stat : 5181 (java) S 5177 5164 4636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541103676 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5182] ppid=5177 vsize=868504 CPUtime=0
/proc/5178/task/5182/stat : 5182 (java) S 5177 5164 4636 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541103676 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5183] ppid=5177 vsize=868504 CPUtime=0
/proc/5178/task/5183/stat : 5183 (java) S 5177 5164 4636 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541103678 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5184] ppid=5177 vsize=868504 CPUtime=0.28
/proc/5178/task/5184/stat : 5184 (java) S 5177 5164 4636 0 -1 64 1506 0 0 0 27 1 0 0 16 0 9 0 1541103678 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5185] ppid=5177 vsize=868504 CPUtime=0
/proc/5178/task/5185/stat : 5185 (java) S 5177 5164 4636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541103678 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5178/tid=5186] ppid=5177 vsize=868504 CPUtime=0
/proc/5178/task/5186/stat : 5186 (java) S 5177 5164 4636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541103678 889348096 28944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887460

[startup+25.5016 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 5188
/proc/meminfo: memFree=1119840/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=24.96
/proc/5164/stat : 5164 (sugar) S 5162 5164 4636 0 -1 4194304 1090 104690 0 2 4 1 2347 144 16 0 1 0 1541103537 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5164/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 13600

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

[startup+25.7108 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 5188
/proc/meminfo: memFree=1119840/2055920 swapFree=4122656/4192956
[pid=5164] ppid=5162 vsize=13600 CPUtime=25.32
/proc/5164/stat : 5164 (sugar) R 5162 5164 4636 0 -1 4194304 1120 108587 0 3 4 2 2379 147 16 0 1 0 1541103537 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5164/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 25.7593
CPU time (s): 25.3821
CPU user time (s): 23.8324
CPU system time (s): 1.54976
CPU usage (%): 98.5358
Max. virtual memory (cumulated for all children) (KiB): 898600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8324
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109737
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= 7662
involuntary context switches= 8465

runsolver used 0.031995 second user time and 0.100984 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-03 21:44:45
IDJOB=1058312
IDBENCH=54120
IDSOLVER=346
FILE ID=node12/1058312-1215114285
PBS_JOBID= 7877179
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-5.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-1058312-1215114285/watcher-1058312-1215114285 -o /tmp/evaluation-result-1058312-1215114285/solver-1058312-1215114285 -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-1058312-1215114285.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ff660f6666838f622d78805b358143b
RANDOM SEED=477996035

node12.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.236
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.236
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:       1459480 kB
Buffers:         37316 kB
Cached:         275960 kB
SwapCached:      64396 kB
Active:         377148 kB
Inactive:       155164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459480 kB
SwapTotal:     4192956 kB
SwapFree:      4122656 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         235352 kB
Slab:            48920 kB
Committed_AS:  3639352 kB
PageTables:       2208 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= 66536 MiB
End job on node12 at 2008-07-03 21:45:11