Trace number 1091295

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+minisatUNSAT 127.239 128.278

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-13.xml
MD5SUM91e38f3bea94c28609ed6d1f4c23676f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints78
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension78
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 Sat Jul  5 18:14:47 2008
0.00/0.05	c 0	PID 20574
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091295-1215274487.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-1091295-1215274487.xml' 'HOME/temp.csp'
0.03/0.24	c 1	1 domains, 13 variables, 1 predicates, 0 relations, 78 constraints
0.03/0.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.26	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'
0.20/0.34	c 1	Parsing HOME/temp.csp
0.20/0.37	c 1	parsed 93 expressions
0.20/0.39	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.39	c 1	Converting to clausal form CSP
0.20/0.42	c 1	converted 10 (10%) expressions
0.20/0.43	c 1	converted 19 (20%) expressions
0.20/0.43	c 1	converted 28 (30%) expressions
0.20/0.43	c 1	converted 38 (40%) expressions
0.20/0.44	c 1	converted 47 (50%) expressions
0.20/0.44	c 1	converted 56 (60%) expressions
0.20/0.44	c 1	converted 66 (70%) expressions
0.20/0.45	c 1	converted 75 (80%) expressions
0.20/0.45	c 1	converted 84 (90%) expressions
0.20/0.45	c 1	converted 93 (100%) expressions
0.20/0.45	c 1	CSP : 13 integers, 0 booleans, 78 clauses, largest domain size 12
0.20/0.45	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.45	c 1	Propagation in CSP
0.20/0.46	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.20/0.46	c 1	CSP : 13 integers, 0 booleans, 78 clauses, largest domain size 12
0.20/0.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.46	c 1	Simplifing CSP by introducing new Boolean variables
0.20/0.47	c 1	CSP : 13 integers, 156 booleans, 234 clauses, largest domain size 12
0.20/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.20/0.50	c 1	2 (10%) CSP integer variables are encoded (20 clauses, 227 bytes)
0.20/0.50	c 1	3 (20%) CSP integer variables are encoded (30 clauses, 317 bytes)
0.20/0.50	c 1	4 (30%) CSP integer variables are encoded (40 clauses, 407 bytes)
0.20/0.50	c 1	6 (40%) CSP integer variables are encoded (60 clauses, 587 bytes)
0.20/0.50	c 1	7 (50%) CSP integer variables are encoded (70 clauses, 677 bytes)
0.20/0.50	c 1	8 (60%) CSP integer variables are encoded (80 clauses, 767 bytes)
0.20/0.50	c 1	10 (70%) CSP integer variables are encoded (100 clauses, 967 bytes)
0.20/0.50	c 1	11 (80%) CSP integer variables are encoded (110 clauses, 1077 bytes)
0.20/0.51	c 1	12 (90%) CSP integer variables are encoded (120 clauses, 1187 bytes)
0.20/0.51	c 1	13 (100%) CSP integer variables are encoded (130 clauses, 1297 bytes)
0.20/0.52	c 1	24 (10%) CSP clauses are encoded (330 clauses, 3809 bytes)
0.20/0.53	c 1	47 (20%) CSP clauses are encoded (529 clauses, 6471 bytes)
0.20/0.53	c 1	71 (30%) CSP clauses are encoded (729 clauses, 9215 bytes)
0.20/0.54	c 1	94 (40%) CSP clauses are encoded (917 clauses, 11765 bytes)
0.20/0.54	c 1	117 (50%) CSP clauses are encoded (1105 clauses, 14315 bytes)
0.20/0.55	c 1	141 (60%) CSP clauses are encoded (1305 clauses, 17059 bytes)
0.20/0.55	c 1	164 (70%) CSP clauses are encoded (1504 clauses, 19815 bytes)
0.20/0.56	c 1	188 (80%) CSP clauses are encoded (1704 clauses, 22603 bytes)
0.20/0.56	c 1	211 (90%) CSP clauses are encoded (1892 clauses, 25241 bytes)
0.20/0.57	c 1	234 (100%) CSP clauses are encoded (2080 clauses, 28033 bytes)
0.20/0.57	c 1	234 CSP clauses encoded
0.20/0.57	c 1	Writing map file : HOME/temp.map
0.20/0.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.57	c 1	SAT : 299 SAT variables, 2080 SAT clauses, 28033 bytes
0.20/0.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.20/0.59	c 1	SOLVING HOME/temp.cnf
0.20/0.59	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.20/0.59	c 1	This is MiniSat 2.0 beta
0.20/0.59	c 1	WARNING: for repeatability, setting FPU to use double precision
0.20/0.59	c 1	============================[ Problem Statistics ]=============================
0.20/0.59	c 1	|                                                                             |
0.20/0.59	c 1	|  Number of variables:  299                                                  |
0.20/0.59	c 1	|  Number of clauses:    2080                                                 |
0.20/0.59	c 1	|  Parsing time:         0.00         s                                       |
0.20/0.59	c 1	============================[ Search Statistics ]==============================
0.20/0.59	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.59	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.59	c 1	===============================================================================
0.20/0.59	c 1	|         0 |     299     2080     5720 |      693        0    nan |  0.000 % |
0.20/0.60	c 1	|       103 |     299     2080     5720 |      762      103      9 |  0.001 % |
0.52/0.60	c 1	|       253 |     299     2080     5720 |      838      253      8 |  0.004 % |
0.52/0.60	c 1	|       478 |     299     2080     5720 |      922      478      7 |  0.006 % |
0.52/0.61	c 1	|       815 |     299     2080     5720 |     1015      815      8 |  0.008 % |
0.52/0.62	c 1	|      1321 |     299     2080     5720 |     1116      759      7 |  0.004 % |
0.52/0.64	c 1	|      2080 |     299     2080     5720 |     1228      853      8 |  0.053 % |
0.52/0.67	c 1	|      3220 |     299     2080     5720 |     1351     1274      8 |  0.004 % |
0.52/0.74	c 1	|      4928 |     299     2080     5720 |     1486      830     11 |  0.005 % |
0.52/0.80	c 1	|      7491 |     299     2080     5720 |     1634      889      8 |  0.010 % |
0.52/0.95	c 1	|     11336 |     299     2080     5720 |     1798     1188      9 |  0.003 % |
1.01/1.15	c 1	|     17102 |     299     2080     5720 |     1978     1190      8 |  0.004 % |
1.31/1.40	c 2	|     25752 |     299     2080     5720 |     2175     1330     11 |  0.009 % |
1.71/1.82	c 2	|     38726 |     299     2080     5720 |     2393     1688     10 |  0.004 % |
2.30/2.40	c 3	|     58187 |     299     2080     5720 |     2632     2128     10 |  0.011 % |
3.20/3.37	c 4	|     87379 |     299     2080     5720 |     2896     2278     10 |  0.011 % |
4.78/4.96	c 5	|    131168 |     299     2080     5720 |     3185     2286      9 |  0.006 % |
7.46/7.64	c 8	|    196854 |     299     2080     5720 |     3504     2039     10 |  0.004 % |
11.03/11.28	c 12	|    295381 |     299     2080     5720 |     3854     2788     10 |  0.007 % |
16.79/17.01	c 17	|    443171 |     299     2080     5720 |     4240     3341      8 |  0.009 % |
25.32/25.69	c 26	|    664854 |     299     2080     5720 |     4664     4289      9 |  0.027 % |
39.22/39.69	c 40	|    997379 |     299     2080     5720 |     5130     3799     10 |  0.005 % |
63.73/64.34	c 65	|   1496168 |     299     2080     5720 |     5643     3372     11 |  0.005 % |
99.55/100.46	c 101	|   2244350 |     299     2080     5720 |     6208     4596     11 |  0.005 % |
127.05/128.15	c 128	===============================================================================
127.05/128.15	c 128	restarts              : 24
127.05/128.15	c 128	conflicts             : 2847545        (22495 /sec)
127.05/128.15	c 128	decisions             : 3503357        (0.91 % random) (27676 /sec)
127.05/128.15	c 128	propagations          : 127603716      (1008042 /sec)
127.05/128.15	c 128	conflict literals     : 31733806       (6.12 % deleted)
127.05/128.15	c 128	Memory used           : 3.86 MB
127.05/128.15	c 128	CPU time              : 126.586 s
127.05/128.15	c 128	
127.05/128.15	c 128	UNSATISFIABLE
127.05/128.16	c 128	DECODING HOME/temp.out WITH HOME/temp.map
127.05/128.16	c 128	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
127.10/128.24	c 129	Decoding HOME/temp.out
127.10/128.26	s UNSATISFIABLE
127.10/128.26	c 129	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
127.10/128.27	c 129	CPU 127.12 (0.03 0 127.09 0.09)
127.10/128.27	c 129	END Sat Jul  5 18:16:56 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1091295-1215274487/watcher-1091295-1215274487 -o /tmp/evaluation-result-1091295-1215274487/solver-1091295-1215274487 -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-1091295-1215274487.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 1.98 1.99 4/72 20574
/proc/meminfo: memFree=1777968/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=12268 CPUtime=0
/proc/20574/stat : 20574 (sugar) R 20572 20574 20285 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006423573 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20574/statm: 3067 316 241 3 0 167 0

[startup+0.091841 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 20574
/proc/meminfo: memFree=1777968/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.03
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006423573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101837 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 20574
/proc/meminfo: memFree=1777968/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.03
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006423573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301865 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 20574
/proc/meminfo: memFree=1777968/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.2
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 956 4102 0 1 3 0 15 2 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13600

[startup+0.701903 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 20574
/proc/meminfo: memFree=1777968/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1775448/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 15 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=2204 CPUtime=0.89
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 210 0 0 0 89 0 0 0 25 0 1 0 2006423633 2256896 196 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 551 196 75 150 0 398 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 21160

[startup+3.10119 s]
/proc/loadavg: 1.92 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1775128/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 15 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=2336 CPUtime=2.47
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 238 0 0 0 247 0 0 0 25 0 1 0 2006423633 2392064 224 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 584 224 75 150 0 431 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 21292

[startup+6.30156 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1774936/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=2336 CPUtime=5.65
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 269 0 0 0 565 0 0 0 25 0 1 0 2006423633 2392064 255 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 584 255 75 150 0 431 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 21292

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1774616/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=2600 CPUtime=12
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 320 0 0 0 1200 0 0 0 25 0 1 0 2006423633 2662400 306 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 650 306 75 150 0 497 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 21556

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1774424/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=2868 CPUtime=24.7
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 377 0 0 0 2470 0 0 0 25 0 1 0 2006423633 2936832 363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 717 363 75 150 0 564 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 21824

[startup+51.1028 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773976/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3268 CPUtime=50.11
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 488 0 0 0 5011 0 0 0 25 0 1 0 2006423633 3346432 474 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 817 474 75 150 0 664 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 22224

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773400/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3808 CPUtime=100.92
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 606 0 0 0 10092 0 0 0 25 0 1 0 2006423633 3899392 592 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 952 592 75 150 0 799 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 22764

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

[startup+115.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773336/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3808 CPUtime=113.62
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 638 0 0 0 11362 0 0 0 25 0 1 0 2006423633 3899392 624 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 952 624 75 150 0 799 0
Current children cumulated CPU time (s) 114.14
Current children cumulated vsize (KiB) 22764

[startup+121.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773208/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=119.97
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 648 0 0 0 11997 0 0 0 25 0 1 0 2006423633 4042752 634 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 634 75 150 0 834 0
Current children cumulated CPU time (s) 120.49
Current children cumulated vsize (KiB) 22904

[startup+124.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773208/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=123.15
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 655 0 0 0 12315 0 0 0 25 0 1 0 2006423633 4042752 641 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 641 75 150 0 834 0
Current children cumulated CPU time (s) 123.67
Current children cumulated vsize (KiB) 22904

[startup+126.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773144/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=124.74
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 656 0 0 0 12474 0 0 0 25 0 1 0 2006423633 4042752 642 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 642 75 150 0 834 0
Current children cumulated CPU time (s) 125.26
Current children cumulated vsize (KiB) 22904

[startup+127.103 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773144/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=125.53
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 656 0 0 0 12553 0 0 0 25 0 1 0 2006423633 4042752 642 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 642 75 150 0 834 0
Current children cumulated CPU time (s) 126.05
Current children cumulated vsize (KiB) 22904

[startup+127.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773144/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=126.33
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 659 0 0 0 12633 0 0 0 25 0 1 0 2006423633 4042752 645 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 645 75 150 0 834 0
Current children cumulated CPU time (s) 126.85
Current children cumulated vsize (KiB) 22904

[startup+128.103 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773144/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=0.52
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1030 9343 0 2 3 0 43 6 16 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
[pid=20597] ppid=20574 vsize=5356 CPUtime=0
/proc/20597/stat : 20597 (sh) S 20574 20574 20285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006423633 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20597/statm: 1339 232 193 169 0 50 0
[pid=20598] ppid=20597 vsize=3948 CPUtime=126.53
/proc/20598/stat : 20598 (minisat) R 20597 20574 20285 0 -1 4194304 660 0 0 0 12653 0 0 0 25 0 1 0 2006423633 4042752 646 996147200 134512640 135127466 4294956256 18446744073709551615 134522838 0 0 4096 3 0 0 0 17 1 0 0
/proc/20598/statm: 987 646 75 150 0 834 0
Current children cumulated CPU time (s) 127.05
Current children cumulated vsize (KiB) 22904

[startup+128.203 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 20598
/proc/meminfo: memFree=1773144/2055920 swapFree=4179968/4192956
[pid=20574] ppid=20572 vsize=13600 CPUtime=127.1
/proc/20574/stat : 20574 (sugar) S 20572 20574 20285 0 -1 4194304 1068 10297 0 2 3 0 12701 6 17 0 1 0 2006423573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20574/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 127.1
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 128.278
CPU time (s): 127.239
CPU user time (s): 127.133
CPU system time (s): 0.105983
CPU usage (%): 99.1895
Max. virtual memory (cumulated for all children) (KiB): 22904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.133
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15052
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= 694
involuntary context switches= 3227

runsolver used 0.106983 second user time and 0.371943 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 18:14:47
IDJOB=1091295
IDBENCH=58539
IDSOLVER=346
FILE ID=node11/1091295-1215274487
PBS_JOBID= 7882242
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-13.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-1091295-1215274487/watcher-1091295-1215274487 -o /tmp/evaluation-result-1091295-1215274487/solver-1091295-1215274487 -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-1091295-1215274487.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91e38f3bea94c28609ed6d1f4c23676f
RANDOM SEED=198431659

node11.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.224
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.224
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:       1778448 kB
Buffers:         37824 kB
Cached:         176072 kB
SwapCached:       7036 kB
Active:         135492 kB
Inactive:        89348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778448 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          18500 kB
Slab:            37916 kB
Committed_AS:  3315984 kB
PageTables:       1796 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= 66556 MiB
End job on node11 at 2008-07-05 18:16:56