Trace number 1034050

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 17.1104 17.2513

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-6_ext.xml
MD5SUMdd1bdfaf01900d92bf52dbddcbf69711
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints61
Maximum constraint arity2
Maximum domain size729
Number of constraints which are defined in extension61
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul  1 23:58:09 2008
0.00/0.04	c 0	PID 5768
0.00/0.04	c 0	HOST node57.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1034050-1214949488.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034050-1214949488.xml' 'HOME/temp.csp'
0.03/0.21	c 0	3 domains, 62 variables, 0 predicates, 3 relations, 61 constraints
0.03/0.24	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.24	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.23/0.34	c 0	Parsing HOME/temp.csp
0.23/0.41	c 0	parsed 129 expressions
0.23/0.41	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.41	c 0	Converting to clausal form CSP
0.23/0.43	c 0	converted 13 (10%) expressions
0.23/0.43	c 0	converted 26 (20%) expressions
0.23/0.43	c 0	converted 39 (30%) expressions
0.23/0.43	c 0	converted 52 (40%) expressions
0.23/0.43	c 0	converted 65 (50%) expressions
0.23/0.49	c 0	converted 78 (60%) expressions
0.23/0.59	c 0	converted 91 (70%) expressions
0.23/0.65	c 0	converted 104 (80%) expressions
0.23/0.78	c 0	converted 117 (90%) expressions
0.23/0.83	c 0	converted 129 (100%) expressions
0.23/0.83	c 0	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.23/0.83	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.83	c 0	Propagation in CSP
0.23/0.83	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.83	c 0	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.23/0.83	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.83	c 0	Simplifing CSP by introducing new Boolean variables
0.23/0.83	c 0	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.23/0.83	c 0	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.91	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.93	c 0	7 (10%) CSP integer variables are encoded (4362 clauses, 54567 bytes)
0.23/0.94	c 0	13 (20%) CSP integer variables are encoded (8724 clauses, 111273 bytes)
0.23/0.94	c 0	19 (30%) CSP integer variables are encoded (13086 clauses, 174182 bytes)
0.23/0.95	c 1	25 (40%) CSP integer variables are encoded (17448 clauses, 239612 bytes)
0.23/0.95	c 1	31 (50%) CSP integer variables are encoded (21810 clauses, 305042 bytes)
0.23/0.96	c 1	38 (60%) CSP integer variables are encoded (26899 clauses, 381377 bytes)
0.23/0.96	c 1	44 (70%) CSP integer variables are encoded (31261 clauses, 446807 bytes)
0.23/0.97	c 1	50 (80%) CSP integer variables are encoded (35623 clauses, 512237 bytes)
0.23/0.97	c 1	56 (90%) CSP integer variables are encoded (39985 clauses, 577667 bytes)
0.23/0.98	c 1	62 (100%) CSP integer variables are encoded (43620 clauses, 632192 bytes)
2.12/2.18	c 2	7 (10%) CSP clauses are encoded (56429 clauses, 887927 bytes)
3.31/3.38	c 3	13 (20%) CSP clauses are encoded (69233 clauses, 1151171 bytes)
4.50/4.57	c 4	19 (30%) CSP clauses are encoded (82037 clauses, 1448087 bytes)
5.68/5.79	c 5	25 (40%) CSP clauses are encoded (94841 clauses, 1754549 bytes)
6.88/7.00	c 7	31 (50%) CSP clauses are encoded (107645 clauses, 2061011 bytes)
8.17/8.23	c 8	37 (60%) CSP clauses are encoded (120449 clauses, 2367473 bytes)
9.37/9.46	c 9	43 (70%) CSP clauses are encoded (133253 clauses, 2673935 bytes)
10.56/10.67	c 10	49 (80%) CSP clauses are encoded (146057 clauses, 2980397 bytes)
11.75/11.89	c 11	55 (90%) CSP clauses are encoded (158861 clauses, 3286859 bytes)
12.85/12.91	c 12	61 (100%) CSP clauses are encoded (169539 clauses, 3542384 bytes)
12.85/12.91	c 12	61 CSP clauses encoded
12.85/12.91	c 12	Writing map file : HOME/temp.map
12.85/12.91	c 12	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.85/12.91	c 12	SAT : 43682 SAT variables, 169539 SAT clauses, 3542384 bytes
12.85/12.91	c 12	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.85/12.93	c 12	SOLVING HOME/temp.cnf
12.85/12.93	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.85/12.93	c 12	This is MiniSat 2.0 beta
12.85/12.93	c 12	WARNING: for repeatability, setting FPU to use double precision
12.85/12.93	c 12	============================[ Problem Statistics ]=============================
12.85/12.93	c 12	|                                                                             |
12.85/12.93	c 12	|  Number of variables:  43682                                                |
12.85/12.93	c 12	|  Number of clauses:    169539                                               |
12.88/13.04	c 13	|  Parsing time:         0.09         s                                       |
12.88/13.05	c 13	============================[ Search Statistics ]==============================
12.88/13.05	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.88/13.05	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.88/13.05	c 13	===============================================================================
12.88/13.05	c 13	|         0 |   40168   156382   472478 |    52127        0    nan |  0.000 % |
13.03/13.13	c 13	|       100 |   40168   156382   472478 |    57340      100     15 |  8.045 % |
13.13/13.21	c 13	|       251 |   40010   156382   472478 |    63074      250     12 | 11.172 % |
13.13/13.27	c 13	|       476 |   38389   150925   455918 |    69381      471     10 | 15.906 % |
13.33/13.41	c 13	|       814 |   35570   137891   416362 |    76319      788     10 | 18.571 % |
13.53/13.63	c 13	|      1320 |   33781   131044   395507 |    83951     1287     10 | 22.778 % |
13.83/13.90	c 13	|      2082 |   33073   127801   385693 |    92346     2045     11 | 24.287 % |
14.23/14.33	c 14	|      3222 |   32586   125885   379896 |   101581     3177     12 | 25.402 % |
14.91/15.06	c 15	|      4931 |   31058   117790   354401 |   111739     4871     13 | 31.297 % |
16.22/16.31	c 16	|      7495 |   28490   107815   324243 |   122913     7423     15 | 34.779 % |
16.82/16.97	c 17	===============================================================================
16.82/16.97	c 17	restarts              : 10
16.82/16.97	c 17	conflicts             : 8191           (2050 /sec)
16.82/16.97	c 17	decisions             : 23513          (0.88 % random) (5884 /sec)
16.82/16.97	c 17	propagations          : 10240247       (2562373 /sec)
16.82/16.97	c 17	conflict literals     : 127077         (47.19 % deleted)
16.82/16.97	c 17	Memory used           : 12.50 MB
16.82/16.97	c 17	CPU time              : 3.99639 s
16.82/16.97	c 17	
16.82/16.99	c 17	SATISFIABLE
16.82/16.99	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.82/16.99	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.92/17.12	c 17	Decoding HOME/temp.out
16.92/17.19	s SATISFIABLE
16.92/17.20	v 1 7 8 17 15 12 13 67 68 65 63 72 73 79 80 161 159 156 157 139 140 137 135 108 109 115 116 125 123 120 121 607 608 605 603 612 613 619 620 593 591 588 589 571 572 569 567 648 649 655 656 665 663 660 661 715 716 713 711 720 721 727
16.92/17.20	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.92/17.24	c 17	CPU 16.87 (0.02 0.01 16.85 0.2)
16.92/17.24	c 17	END Tue Jul  1 23:58:26 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-1034050-1214949488/watcher-1034050-1214949488 -o /tmp/evaluation-result-1034050-1214949488/solver-1034050-1214949488 -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-1034050-1214949488.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: 0.00 0.00 0.00 3/67 5768
/proc/meminfo: memFree=980056/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=12272 CPUtime=0
/proc/5768/stat : 5768 (sugar) R 5766 5768 5702 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 1973920305 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 218093715440 0 0 4224 0 0 0 0 17 0 0 0
/proc/5768/statm: 3068 326 245 3 0 168 0

[startup+0.0568519 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 5768
/proc/meminfo: memFree=980056/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.03
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1973920305 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5768/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101858 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 5768
/proc/meminfo: memFree=980056/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.03
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1973920305 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5768/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301892 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 5768
/proc/meminfo: memFree=980056/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 956 4303 0 1 2 1 18 2 17 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701966 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 5768
/proc/meminfo: memFree=980056/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 973 4303 0 1 2 1 18 2 16 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 5790
/proc/meminfo: memFree=957760/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 974 4303 0 1 2 1 18 2 16 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
[pid=5781] ppid=5768 vsize=5356 CPUtime=0
/proc/5781/stat : 5781 (sh) S 5768 5768 5702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5781/statm: 1339 233 193 169 0 50 0
[pid=5782] ppid=5781 vsize=865620 CPUtime=1.29
/proc/5782/stat : 5782 (java) S 5781 5768 5702 0 -1 0 8284 0 1 0 125 4 0 0 18 0 9 0 1973920330 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5782/statm: 216405 7482 2563 9 0 210952 0
[pid=5782/tid=5783] ppid=5781 vsize=865620 CPUtime=0.85
/proc/5782/task/5783/stat : 5783 (java) R 5781 5768 5702 0 -1 64 2837 0 1 0 84 1 0 0 17 0 9 0 1973920331 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 103568460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5784] ppid=5781 vsize=865620 CPUtime=0.34
/proc/5782/task/5784/stat : 5784 (java) S 5781 5768 5702 0 -1 64 4417 0 0 0 33 1 0 0 16 0 9 0 1973920335 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5785] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5781 5768 5702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5781 5768 5702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5787/stat : 5787 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1973920337 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5788] ppid=5781 vsize=865620 CPUtime=0.07
/proc/5782/task/5788/stat : 5788 (java) S 5781 5768 5702 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1973920337 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5789] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1973920337 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5790] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5790/stat : 5790 (java) S 5781 5768 5702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973920337 886394880 7482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 884576

[startup+3.10236 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 5790
/proc/meminfo: memFree=956608/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 974 4303 0 1 2 1 18 2 16 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
[pid=5781] ppid=5768 vsize=5356 CPUtime=0
/proc/5781/stat : 5781 (sh) S 5768 5768 5702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5781/statm: 1339 233 193 169 0 50 0
[pid=5782] ppid=5781 vsize=865620 CPUtime=2.89
/proc/5782/stat : 5782 (java) S 5781 5768 5702 0 -1 0 8605 0 1 0 284 5 0 0 18 0 9 0 1973920330 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5782/statm: 216405 7685 2563 9 0 210952 0
[pid=5782/tid=5783] ppid=5781 vsize=865620 CPUtime=2.39
/proc/5782/task/5783/stat : 5783 (java) R 5781 5768 5702 0 -1 64 2955 0 1 0 238 1 0 0 17 0 9 0 1973920331 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 103203472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5784] ppid=5781 vsize=865620 CPUtime=0.4
/proc/5782/task/5784/stat : 5784 (java) S 5781 5768 5702 0 -1 64 4620 0 0 0 38 2 0 0 16 0 9 0 1973920335 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5785] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5781 5768 5702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5781 5768 5702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5787/stat : 5787 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1973920337 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5788] ppid=5781 vsize=865620 CPUtime=0.07
/proc/5782/task/5788/stat : 5788 (java) S 5781 5768 5702 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1973920337 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5789] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1973920337 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5790] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5790/stat : 5790 (java) S 5781 5768 5702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973920337 886394880 7685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 884576

[startup+6.3029 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 5817
/proc/meminfo: memFree=953728/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 974 4303 0 1 2 1 18 2 16 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
[pid=5781] ppid=5768 vsize=5356 CPUtime=0
/proc/5781/stat : 5781 (sh) S 5768 5768 5702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5781/statm: 1339 233 193 169 0 50 0
[pid=5782] ppid=5781 vsize=865620 CPUtime=6.06
/proc/5782/stat : 5782 (java) S 5781 5768 5702 0 -1 0 9261 0 1 0 599 7 0 0 18 0 9 0 1973920330 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5782/statm: 216405 8102 2563 9 0 210952 0
[pid=5782/tid=5783] ppid=5781 vsize=865620 CPUtime=5.44
/proc/5782/task/5783/stat : 5783 (java) R 5781 5768 5702 0 -1 64 3194 0 1 0 542 2 0 0 16 0 9 0 1973920331 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5784] ppid=5781 vsize=865620 CPUtime=0.51
/proc/5782/task/5784/stat : 5784 (java) S 5781 5768 5702 0 -1 64 5037 0 0 0 48 3 0 0 16 0 9 0 1973920335 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5785] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5781 5768 5702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5781 5768 5702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5787/stat : 5787 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1973920337 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5788] ppid=5781 vsize=865620 CPUtime=0.07
/proc/5782/task/5788/stat : 5788 (java) S 5781 5768 5702 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1973920337 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5789] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1973920337 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5790] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5790/stat : 5790 (java) S 5781 5768 5702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973920337 886394880 8102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 884576

[startup+12.703 s]
/proc/loadavg: 0.23 0.05 0.02 2/78 5853
/proc/meminfo: memFree=948416/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=0.23
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 974 4303 0 1 2 1 18 2 16 0 1 0 1973920305 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 797 370 3 0 500 0
[pid=5781] ppid=5768 vsize=5356 CPUtime=0
/proc/5781/stat : 5781 (sh) S 5768 5768 5702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920330 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5781/statm: 1339 233 193 169 0 50 0
[pid=5782] ppid=5781 vsize=865620 CPUtime=12.42
/proc/5782/stat : 5782 (java) S 5781 5768 5702 0 -1 0 10551 0 1 0 1230 12 0 0 18 0 9 0 1973920330 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5782/statm: 216405 8924 2563 9 0 210952 0
[pid=5782/tid=5783] ppid=5781 vsize=865620 CPUtime=11.55
/proc/5782/task/5783/stat : 5783 (java) R 5781 5768 5702 0 -1 64 3662 0 1 0 1150 5 0 0 16 0 9 0 1973920331 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4126525040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5784] ppid=5781 vsize=865620 CPUtime=0.77
/proc/5782/task/5784/stat : 5784 (java) S 5781 5768 5702 0 -1 64 5859 0 0 0 71 6 0 0 16 0 9 0 1973920335 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5785] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5785/stat : 5785 (java) S 5781 5768 5702 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5786] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5786/stat : 5786 (java) S 5781 5768 5702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920335 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5782/tid=5787] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5787/stat : 5787 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1973920337 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5788] ppid=5781 vsize=865620 CPUtime=0.07
/proc/5782/task/5788/stat : 5788 (java) S 5781 5768 5702 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1973920337 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5789] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5789/stat : 5789 (java) S 5781 5768 5702 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1973920337 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5782/tid=5790] ppid=5781 vsize=865620 CPUtime=0
/proc/5782/task/5790/stat : 5790 (java) S 5781 5768 5702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1973920337 886394880 8924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 884576

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

[startup+14.3072 s]
/proc/loadavg: 0.23 0.05 0.02 3/75 5865
/proc/meminfo: memFree=959000/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=12.88
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 1031 15196 0 2 2 1 1269 16 15 0 1 0 1973920305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 798 370 3 0 500 0
[pid=5854] ppid=5768 vsize=5356 CPUtime=0
/proc/5854/stat : 5854 (sh) S 5768 5768 5702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973921599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5854/statm: 1339 232 193 169 0 50 0
[pid=5855] ppid=5854 vsize=12624 CPUtime=1.35
/proc/5855/stat : 5855 (minisat) R 5854 5768 5702 0 -1 4194304 2879 0 0 0 134 1 0 0 25 0 1 0 1973921599 12926976 2865 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5855/statm: 3156 2865 76 150 0 3003 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 31580

[startup+15.9015 s]
/proc/loadavg: 0.29 0.06 0.02 2/70 5882
/proc/meminfo: memFree=961920/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=12.88
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 1031 15196 0 2 2 1 1269 16 16 0 1 0 1973920305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 798 370 3 0 500 0
[pid=5854] ppid=5768 vsize=5356 CPUtime=0
/proc/5854/stat : 5854 (sh) S 5768 5768 5702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973921599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5854/statm: 1339 232 193 169 0 50 0
[pid=5855] ppid=5854 vsize=12624 CPUtime=2.94
/proc/5855/stat : 5855 (minisat) R 5854 5768 5702 0 -1 4194304 2893 0 0 0 292 2 0 0 25 0 1 0 1973921599 12926976 2879 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/5855/statm: 3156 2879 76 150 0 3003 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 31580

[startup+16.7016 s]
/proc/loadavg: 0.29 0.06 0.02 2/70 5882
/proc/meminfo: memFree=961920/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=12.88
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 1031 15196 0 2 2 1 1269 16 16 0 1 0 1973920305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 798 370 3 0 500 0
[pid=5854] ppid=5768 vsize=5356 CPUtime=0
/proc/5854/stat : 5854 (sh) S 5768 5768 5702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973921599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5854/statm: 1339 232 193 169 0 50 0
[pid=5855] ppid=5854 vsize=12624 CPUtime=3.74
/proc/5855/stat : 5855 (minisat) R 5854 5768 5702 0 -1 4194304 2895 0 0 0 372 2 0 0 25 0 1 0 1973921599 12926976 2881 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/5855/statm: 3156 2881 76 150 0 3003 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 31580

[startup+17.1017 s]
/proc/loadavg: 0.29 0.06 0.02 2/70 5882
/proc/meminfo: memFree=961920/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=16.92
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 1070 18407 0 2 2 1 1671 18 16 0 1 0 1973920305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 13600

[startup+17.2017 s]
/proc/loadavg: 0.29 0.06 0.02 2/70 5882
/proc/meminfo: memFree=961920/2055920 swapFree=4180668/4192956
[pid=5768] ppid=5766 vsize=13600 CPUtime=16.92
/proc/5768/stat : 5768 (sugar) S 5766 5768 5702 0 -1 4194304 1090 18407 0 2 2 1 1671 18 15 0 1 0 1973920305 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5768/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 17.2513
CPU time (s): 17.1104
CPU user time (s): 16.8904
CPU system time (s): 0.219966
CPU usage (%): 99.183
Max. virtual memory (cumulated for all children) (KiB): 884576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8904
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23265
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= 4283
involuntary context switches= 2752

runsolver used 0.027995 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-01 23:58:09
IDJOB=1034050
IDBENCH=53320
IDSOLVER=346
FILE ID=node57/1034050-1214949488
PBS_JOBID= 7870219
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-6_ext.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-1034050-1214949488/watcher-1034050-1214949488 -o /tmp/evaluation-result-1034050-1214949488/solver-1034050-1214949488 -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-1034050-1214949488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd1bdfaf01900d92bf52dbddcbf69711
RANDOM SEED=1022173112

node57.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.258
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.258
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:        979584 kB
Buffers:         45564 kB
Cached:         973544 kB
SwapCached:       6468 kB
Active:         231248 kB
Inactive:       797464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        979584 kB
SwapTotal:     4192956 kB
SwapFree:      4180668 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          14884 kB
Slab:            33496 kB
Committed_AS:  3785944 kB
PageTables:       1640 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= 66552 MiB
End job on node57 at 2008-07-01 23:58:26