Trace number 1062510

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 238.015 239.182

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-12-10.xml
MD5SUM0776debedd0a0477ab2c1fdfb0109f02
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.247962
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints152
Maximum constraint arity12
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension152
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Fri Jul  4 03:37:39 2008
0.03/0.04	c 0	PID 1184
0.03/0.04	c 0	HOST node61.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1062510-1215135459.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062510-1215135459.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 180 variables, 4 predicates, 0 relations, 152 constraints
0.03/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.36/0.45	c 0	Parsing HOME/temp.csp
0.36/0.60	c 0	parsed 337 expressions
0.36/0.62	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.62	c 0	Converting to clausal form CSP
0.36/0.64	c 0	converted 34 (10%) expressions
0.36/0.64	c 0	converted 68 (20%) expressions
0.36/0.64	c 0	converted 102 (30%) expressions
0.36/0.64	c 0	converted 135 (40%) expressions
0.36/0.64	c 0	converted 169 (50%) expressions
0.36/0.70	c 0	converted 203 (60%) expressions
0.36/0.72	c 0	converted 236 (70%) expressions
0.36/0.74	c 0	converted 270 (80%) expressions
0.36/0.75	c 0	converted 304 (90%) expressions
0.36/0.84	c 0	converted 337 (100%) expressions
0.36/0.84	c 0	CSP : 280 integers, 0 booleans, 352 clauses, largest domain size 7
0.36/0.84	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.84	c 0	Propagation in CSP
0.36/0.87	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/0.87	c 1	CSP : 280 integers, 0 booleans, 352 clauses, largest domain size 7
0.36/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.87	c 1	Simplifing CSP by introducing new Boolean variables
0.36/0.87	c 1	CSP : 280 integers, 0 booleans, 352 clauses, largest domain size 7
0.36/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.89	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/0.90	c 1	28 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	56 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	84 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	112 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	140 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	168 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.36/0.90	c 1	196 (70%) CSP integer variables are encoded (34 clauses, 438 bytes)
0.36/0.90	c 1	224 (80%) CSP integer variables are encoded (94 clauses, 1098 bytes)
0.36/0.91	c 1	252 (90%) CSP integer variables are encoded (157 clauses, 1791 bytes)
0.36/0.91	c 1	280 (100%) CSP integer variables are encoded (220 clauses, 2484 bytes)
0.36/0.93	c 1	36 (10%) CSP clauses are encoded (256 clauses, 3555 bytes)
0.36/0.93	c 1	71 (20%) CSP clauses are encoded (291 clauses, 4605 bytes)
0.36/0.94	c 1	106 (30%) CSP clauses are encoded (326 clauses, 5662 bytes)
0.36/0.95	c 1	141 (40%) CSP clauses are encoded (985 clauses, 11646 bytes)
0.36/0.95	c 1	176 (50%) CSP clauses are encoded (1228 clauses, 14483 bytes)
0.36/0.95	c 1	212 (60%) CSP clauses are encoded (1432 clauses, 17059 bytes)
0.36/0.95	c 1	247 (70%) CSP clauses are encoded (1655 clauses, 19920 bytes)
0.36/0.96	c 1	282 (80%) CSP clauses are encoded (1858 clauses, 22486 bytes)
0.36/0.96	c 1	317 (90%) CSP clauses are encoded (2057 clauses, 25016 bytes)
0.36/0.96	c 1	352 (100%) CSP clauses are encoded (2280 clauses, 27960 bytes)
0.36/0.96	c 1	352 CSP clauses encoded
0.36/0.96	c 1	Writing map file : HOME/temp.map
0.36/0.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.97	c 1	SAT : 500 SAT variables, 2280 SAT clauses, 27960 bytes
0.36/0.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.00	c 1	SOLVING HOME/temp.cnf
0.36/1.00	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.95/1.00	c 1	This is MiniSat 2.0 beta
0.95/1.00	c 1	WARNING: for repeatability, setting FPU to use double precision
0.95/1.00	c 1	============================[ Problem Statistics ]=============================
0.95/1.00	c 1	|                                                                             |
0.95/1.00	c 1	|  Number of variables:  500                                                  |
0.95/1.00	c 1	|  Number of clauses:    2280                                                 |
0.95/1.01	c 1	|  Parsing time:         0.00         s                                       |
0.95/1.01	c 1	============================[ Search Statistics ]==============================
0.95/1.01	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.95/1.01	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.95/1.01	c 1	===============================================================================
0.95/1.01	c 1	|         0 |     500     2280     5640 |      760        0    nan |  0.000 % |
0.95/1.01	c 1	|       100 |     500     2280     5640 |      836      100     11 |  0.016 % |
0.95/1.01	c 1	|       254 |     500     2280     5640 |      919      254     23 |  0.002 % |
0.95/1.02	c 1	|       480 |     500     2280     5640 |     1011      480     26 |  0.003 % |
0.95/1.03	c 1	|       817 |     500     2280     5640 |     1112      817     25 |  0.013 % |
0.95/1.04	c 1	|      1323 |     500     2280     5640 |     1223     1323     22 |  0.002 % |
0.95/1.06	c 1	|      2082 |     500     2280     5640 |     1346     1421     19 |  0.002 % |
0.95/1.08	c 1	|      3221 |     500     2280     5640 |     1481     1051     15 |  0.004 % |
0.95/1.13	c 1	|      4929 |     500     2280     5640 |     1629     1058     19 |  0.001 % |
0.95/1.18	c 1	|      7491 |     500     2280     5640 |     1792     1601     23 |  0.012 % |
0.95/1.29	c 1	|     11335 |     500     2280     5640 |     1971     1317     30 |  0.004 % |
0.95/1.44	c 1	|     17102 |     500     2280     5640 |     2168     1391     22 |  0.004 % |
0.95/1.65	c 1	|     25751 |     500     2280     5640 |     2385     1391     20 |  0.004 % |
0.95/1.96	c 2	|     38725 |     500     2280     5640 |     2623     2293     19 |  0.004 % |
2.33/2.48	c 2	|     58186 |     500     2280     5640 |     2886     2807     23 |  0.004 % |
3.23/3.33	c 3	|     87379 |     500     2280     5640 |     3174     1636     25 |  0.004 % |
4.52/4.60	c 4	|    131168 |     500     2280     5640 |     3492     2121     23 |  0.004 % |
6.71/6.85	c 6	|    196852 |     500     2280     5640 |     3841     3480     26 |  0.004 % |
10.60/10.76	c 10	|    295379 |     500     2280     5640 |     4225     2430     23 |  0.004 % |
16.67/16.87	c 17	|    443168 |     500     2280     5640 |     4648     3963     24 |  0.004 % |
27.52/27.76	c 27	|    664852 |     500     2280     5640 |     5112     4064     27 |  0.004 % |
45.94/46.23	c 46	|    997378 |     500     2280     5640 |     5624     4931     33 |  0.004 % |
69.23/69.63	c 69	|   1496167 |     500     2280     5640 |     6186     3692     30 |  0.004 % |
105.36/105.91	c 106	|   2244349 |     500     2280     5640 |     6805     4010     27 |  0.016 % |
163.88/164.75	c 164	|   3366625 |     500     2280     5640 |     7485     5524     28 |  0.004 % |
237.74/238.98	c 239	|   5050036 |     500     2280     5640 |     8234     5961     21 |  0.004 % |
237.83/239.01	c 239	===============================================================================
237.83/239.01	c 239	restarts              : 26
237.83/239.01	c 239	conflicts             : 5050749        (21322 /sec)
237.83/239.01	c 239	decisions             : 5637279        (0.89 % random) (23798 /sec)
237.83/239.01	c 239	propagations          : 150191182      (634047 /sec)
237.83/239.01	c 239	conflict literals     : 141566154      (10.99 % deleted)
237.83/239.01	c 239	Memory used           : 6.40 MB
237.83/239.01	c 239	CPU time              : 236.877 s
237.83/239.01	c 239	
237.83/239.01	c 239	SATISFIABLE
237.83/239.01	c 239	DECODING HOME/temp.out WITH HOME/temp.map
237.83/239.01	c 239	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
237.83/239.09	c 239	Decoding HOME/temp.out
237.85/239.13	s SATISFIABLE
237.85/239.14	v 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1
237.85/239.16	c 239	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
237.85/239.18	c 239	CPU 237.88 (0.03 0.01 237.85 0.1)
237.85/239.18	c 239	END Fri Jul  4 03:41:38 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-1062510-1215135459/watcher-1062510-1215135459 -o /tmp/evaluation-result-1062510-1215135459/solver-1062510-1215135459 -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-1062510-1215135459.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: 2.52 2.31 2.16 4/73 1184
/proc/meminfo: memFree=1843208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=18572 CPUtime=0
/proc/1184/stat : 1184 (runsolver) R 1182 1184 32756 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1992517185 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1184/statm: 4643 292 257 25 0 2626 0

[startup+0.047468 s]
/proc/loadavg: 2.52 2.31 2.16 4/73 1184
/proc/meminfo: memFree=1843208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.03
/proc/1184/stat : 1184 (sugar) R 1182 1184 32756 0 -1 4194304 813 0 0 0 2 1 0 0 20 0 1 0 1992517185 13926400 781 996147200 4194304 4206940 548682068608 18446744073709551615 246406351577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1184/statm: 3400 781 356 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101484 s]
/proc/loadavg: 2.52 2.31 2.16 4/73 1184
/proc/meminfo: memFree=1843208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.03
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1992517185 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301516 s]
/proc/loadavg: 2.52 2.31 2.16 4/73 1184
/proc/meminfo: memFree=1843208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.03
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1992517185 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702589 s]
/proc/loadavg: 2.52 2.31 2.16 4/73 1184
/proc/meminfo: memFree=1843208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.36
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 973 4483 0 1 3 1 29 3 15 0 1 0 1992517185 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 2.52 2.31 2.16 3/75 1207
/proc/meminfo: memFree=1841144/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 15 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 18956

[startup+3.102 s]
/proc/loadavg: 2.52 2.31 2.16 3/76 1208
/proc/meminfo: memFree=1840112/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 15 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=2604 CPUtime=2.08
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 337 0 0 0 208 0 0 0 25 0 1 0 1992517286 2666496 323 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 651 323 75 150 0 498 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 21560

[startup+6.30256 s]
/proc/loadavg: 2.48 2.31 2.16 3/76 1208
/proc/meminfo: memFree=1839600/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=3000 CPUtime=5.27
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 418 0 0 0 527 0 0 0 25 0 1 0 1992517286 3072000 404 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 750 404 75 150 0 597 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 21956

[startup+12.7017 s]
/proc/loadavg: 2.44 2.30 2.16 3/76 1208
/proc/meminfo: memFree=1839024/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=3396 CPUtime=11.64
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 514 0 0 0 1164 0 0 0 25 0 1 0 1992517286 3477504 500 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 849 500 75 150 0 696 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 22352

[startup+25.5019 s]
/proc/loadavg: 2.34 2.29 2.16 3/76 1208
/proc/meminfo: memFree=1838640/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=3792 CPUtime=24.38
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 614 0 0 0 2438 0 0 0 25 0 1 0 1992517286 3883008 600 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 948 600 75 150 0 795 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 22748

[startup+51.1024 s]
/proc/loadavg: 2.22 2.26 2.15 3/76 1208
/proc/meminfo: memFree=1837872/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=4588 CPUtime=49.86
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 802 0 0 0 4986 0 0 0 25 0 1 0 1992517286 4698112 788 996147200 134512640 135127466 4294956272 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1147 788 75 150 0 994 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 23544

[startup+102.306 s]
/proc/loadavg: 2.10 2.22 2.14 3/76 1208
/proc/meminfo: memFree=1836912/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=5384 CPUtime=100.83
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1014 0 0 0 10082 1 0 0 25 0 1 0 1992517286 5513216 1000 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1346 1000 75 150 0 1193 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 24340

[startup+162.302 s]
/proc/loadavg: 2.03 2.18 2.13 3/76 1208
/proc/meminfo: memFree=1836208/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6008 CPUtime=160.54
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1171 0 0 0 16053 1 0 0 25 0 1 0 1992517286 6152192 1157 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1502 1157 75 150 0 1349 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 24964

[startup+222.301 s]
/proc/loadavg: 2.01 2.14 2.12 3/77 1209
/proc/meminfo: memFree=1835752/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6408 CPUtime=220.27
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1274 0 0 0 22025 2 0 0 25 0 1 0 1992517286 6561792 1260 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1602 1260 75 150 0 1449 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 25364

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

[startup+230.302 s]
/proc/loadavg: 2.01 2.14 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6548 CPUtime=228.23
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1289 0 0 0 22821 2 0 0 25 0 1 0 1992517286 6705152 1275 996147200 134512640 135127466 4294956272 18446744073709551615 134523279 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1637 1275 75 150 0 1484 0
Current children cumulated CPU time (s) 229.18
Current children cumulated vsize (KiB) 25504

[startup+233.501 s]
/proc/loadavg: 2.01 2.13 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6548 CPUtime=231.41
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1293 0 0 0 23139 2 0 0 25 0 1 0 1992517286 6705152 1279 996147200 134512640 135127466 4294956272 18446744073709551615 134541784 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1637 1279 75 150 0 1484 0
Current children cumulated CPU time (s) 232.36
Current children cumulated vsize (KiB) 25504

[startup+236.702 s]
/proc/loadavg: 2.01 2.13 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6548 CPUtime=234.6
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1296 0 0 0 23458 2 0 0 25 0 1 0 1992517286 6705152 1282 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1637 1282 75 150 0 1484 0
Current children cumulated CPU time (s) 235.55
Current children cumulated vsize (KiB) 25504

[startup+238.301 s]
/proc/loadavg: 2.01 2.13 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6548 CPUtime=236.19
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1296 0 0 0 23617 2 0 0 25 0 1 0 1992517286 6705152 1282 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1637 1282 75 150 0 1484 0
Current children cumulated CPU time (s) 237.14
Current children cumulated vsize (KiB) 25504

[startup+238.706 s]
/proc/loadavg: 2.01 2.13 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=0.95
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1031 9861 0 2 3 1 85 6 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
[pid=1207] ppid=1184 vsize=5356 CPUtime=0
/proc/1207/stat : 1207 (sh) S 1184 1184 32756 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992517286 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1207/statm: 1339 232 193 169 0 50 0
[pid=1208] ppid=1207 vsize=6548 CPUtime=236.59
/proc/1208/stat : 1208 (minisat) R 1207 1184 32756 0 -1 4194304 1296 0 0 0 23657 2 0 0 25 0 1 0 1992517286 6705152 1282 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1208/statm: 1637 1282 75 150 0 1484 0
Current children cumulated CPU time (s) 237.54
Current children cumulated vsize (KiB) 25504

[startup+239.102 s]
/proc/loadavg: 2.01 2.13 2.12 3/77 1209
/proc/meminfo: memFree=1835624/2055920 swapFree=4180700/4192956
[pid=1184] ppid=1182 vsize=13600 CPUtime=237.85
/proc/1184/stat : 1184 (sugar) S 1182 1184 32756 0 -1 4194304 1089 11452 0 2 3 1 23773 8 16 0 1 0 1992517185 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1184/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 237.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 239.182
CPU time (s): 238.015
CPU user time (s): 237.892
CPU system time (s): 0.122981
CPU usage (%): 99.5121
Max. virtual memory (cumulated for all children) (KiB): 25504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.892
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16345
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= 995
involuntary context switches= 3620

runsolver used 0.299954 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 03:37:39
IDJOB=1062510
IDBENCH=54650
IDSOLVER=346
FILE ID=node61/1062510-1215135459
PBS_JOBID= 7877283
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-12-10.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-1062510-1215135459/watcher-1062510-1215135459 -o /tmp/evaluation-result-1062510-1215135459/solver-1062510-1215135459 -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-1062510-1215135459.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0776debedd0a0477ab2c1fdfb0109f02
RANDOM SEED=786823052

node61.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.269
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.269
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:       1843688 kB
Buffers:         26708 kB
Cached:         113984 kB
SwapCached:       6188 kB
Active:         105112 kB
Inactive:        51528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843688 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          22552 kB
Slab:            41144 kB
Committed_AS:  3906684 kB
PageTables:       1708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-04 03:41:38