Trace number 1087725

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 52.0681 53.7303

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
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 benchmark11.8522
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 10:11:23 2008
0.00/0.16	c 0	PID 18080
0.00/0.17	c 0	HOST node59.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1087725-1215245483.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087725-1215245483.xml' 'HOME/temp.csp'
0.04/0.95	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.04/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.96	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.80/1.05	c 1	Parsing HOME/temp.csp
1.09/1.31	c 1	parsed 4697 expressions
1.09/1.32	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.32	c 1	Converting to clausal form CSP
1.49/1.70	c 2	converted 470 (10%) expressions
1.90/2.16	c 2	converted 940 (20%) expressions
2.30/2.58	c 2	converted 1410 (30%) expressions
2.59/2.90	c 3	converted 1879 (40%) expressions
3.00/3.28	c 3	converted 2349 (50%) expressions
3.29/3.57	c 3	converted 2819 (60%) expressions
3.58/3.85	c 4	converted 3288 (70%) expressions
4.08/4.31	c 4	converted 3758 (80%) expressions
4.38/4.62	c 5	converted 4228 (90%) expressions
4.68/4.93	c 5	converted 4697 (100%) expressions
4.68/4.93	c 5	CSP : 600 integers, 12749 booleans, 26543 clauses, largest domain size 2657
4.68/4.93	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.68/4.93	c 5	Propagation in CSP
4.88/5.14	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.14	c 5	CSP : 600 integers, 12749 booleans, 26543 clauses, largest domain size 2657
4.88/5.14	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.16	c 5	Simplifing CSP by introducing new Boolean variables
4.98/5.21	c 5	CSP : 600 integers, 21393 booleans, 35187 clauses, largest domain size 2657
4.98/5.21	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.53	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.57/5.80	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.67/6.00	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.97/6.20	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.07/6.38	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.37/6.62	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.47/6.76	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.66/6.91	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.76/7.04	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.86/7.19	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.00/8.06	c 8	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
17.63/18.71	c 19	3519 (10%) CSP clauses are encoded (2548652 clauses, 51549311 bytes)
23.56/24.79	c 25	7038 (20%) CSP clauses are encoded (3857489 clauses, 80175932 bytes)
27.01/28.21	c 28	10557 (30%) CSP clauses are encoded (4819362 clauses, 102351611 bytes)
29.68/30.93	c 31	14075 (40%) CSP clauses are encoded (5692117 clauses, 122854080 bytes)
32.21/33.63	c 34	17594 (50%) CSP clauses are encoded (6578764 clauses, 143897829 bytes)
34.38/35.87	c 36	21113 (60%) CSP clauses are encoded (7375429 clauses, 163096121 bytes)
37.04/38.51	c 38	24631 (70%) CSP clauses are encoded (8357309 clauses, 186826457 bytes)
39.01/40.56	c 40	28150 (80%) CSP clauses are encoded (9100277 clauses, 204714370 bytes)
40.94/42.52	c 42	31669 (90%) CSP clauses are encoded (9818555 clauses, 222035529 bytes)
43.12/44.78	c 45	35187 (100%) CSP clauses are encoded (10651051 clauses, 242083451 bytes)
43.12/44.78	c 45	35187 CSP clauses encoded
43.12/44.78	c 45	Writing map file : HOME/temp.map
43.20/44.81	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.20/44.81	c 45	SAT : 631721 SAT variables, 10651051 SAT clauses, 242083451 bytes
43.20/44.81	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.20/44.86	c 45	SOLVING HOME/temp.cnf
43.20/44.86	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.20/44.86	c 45	This is MiniSat 2.0 beta
43.20/44.86	c 45	WARNING: for repeatability, setting FPU to use double precision
43.20/44.86	c 45	============================[ Problem Statistics ]=============================
43.20/44.86	c 45	|                                                                             |
43.20/44.86	c 45	|  Number of variables:  631721                                               |
43.20/44.86	c 45	|  Number of clauses:    10651051                                             |
48.87/50.55	c 50	|  Parsing time:         4.97         s                                       |
49.16/50.82	c 51	============================[ Search Statistics ]==============================
49.16/50.82	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.16/50.82	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.16/50.82	c 51	===============================================================================
49.16/50.82	c 51	|         0 |  631721 10651051 29672000 |  3550350        0    nan |  0.000 % |
49.86/51.55	c 51	|       100 |  631720 10651051 29672000 |  3905385       99      3 |  0.012 % |
51.16/52.87	c 53	|       250 |  631718 10651051 29672000 |  4295923      247      3 |  0.089 % |
51.56/53.20	c 53	===============================================================================
51.56/53.20	c 53	restarts              : 3
51.56/53.20	c 53	conflicts             : 314            (41 /sec)
51.56/53.20	c 53	decisions             : 15952          (1.52 % random) (2102 /sec)
51.56/53.20	c 53	propagations          : 7880277        (1038539 /sec)
51.56/53.20	c 53	conflict literals     : 933            (5.85 % deleted)
51.56/53.20	c 53	Memory used           : 478.87 MB
51.56/53.20	c 53	CPU time              : 7.58785 s
51.56/53.20	c 53	
51.56/53.20	c 53	UNSATISFIABLE
51.56/53.28	c 53	DECODING HOME/temp.out WITH HOME/temp.map
51.56/53.28	c 53	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.65/53.36	c 53	Decoding HOME/temp.out
51.65/53.53	s UNSATISFIABLE
51.65/53.54	c 53	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
51.65/53.61	c 54	CPU 49.22 (0.03 0.01 49.19 2.69)
51.65/53.61	c 54	END Sat Jul  5 10:12:17 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-1087725-1215245483/watcher-1087725-1215245483 -o /tmp/evaluation-result-1087725-1215245483/solver-1087725-1215245483 -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-1087725-1215245483.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.05 2.12 2.22 4/82 18080
/proc/meminfo: memFree=15728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=18572 CPUtime=0
/proc/18080/stat : 18080 (runsolver) R 18078 18080 17952 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003519671 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18080/statm: 4643 292 257 25 0 2626 0

[startup+0.0225281 s]
/proc/loadavg: 2.05 2.12 2.22 4/82 18080
/proc/meminfo: memFree=15728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=124 CPUtime=0
/proc/18080/stat : 18080 (sugar) D 18078 18080 17952 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 2003519671 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 217049003497 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18080/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101558 s]
/proc/loadavg: 2.05 2.12 2.22 4/82 18080
/proc/meminfo: memFree=15728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=12272 CPUtime=0
/proc/18080/stat : 18080 (sugar) R 18078 18080 17952 0 -1 4194304 406 0 3 0 0 0 0 0 18 0 1 0 2003519671 12566528 377 996147200 4194304 4206940 548682068608 18446744073709551615 217060523006 0 0 4224 0 0 0 0 17 1 0 0
/proc/18080/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301626 s]
/proc/loadavg: 2.05 2.12 2.22 4/82 18080
/proc/meminfo: memFree=15728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.04
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2003519671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701662 s]
/proc/loadavg: 2.05 2.12 2.22 4/82 18080
/proc/meminfo: memFree=15728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.04
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 897 127 3 0 3 1 0 0 18 0 1 0 2003519671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.05 2.11 2.22 3/79 18098
/proc/meminfo: memFree=492416/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.78
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 971 7158 3 1 3 1 69 5 15 0 1 0 2003519671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 797 370 3 0 500 0
[pid=18093] ppid=18080 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18080 18080 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003519768 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18093/statm: 1339 233 193 169 0 50 0
[pid=18094] ppid=18093 vsize=864140 CPUtime=0.51
/proc/18094/stat : 18094 (java) S 18093 18080 17952 0 -1 0 4395 0 1 0 48 3 0 0 20 0 9 0 2003519768 884879360 3811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18094/statm: 216035 3811 1732 9 0 210610 0
[pid=18094/tid=18095] ppid=18093 vsize=864140 CPUtime=0.35
/proc/18094/task/18095/stat : 18095 (java) R 18093 18080 17952 0 -1 64 2661 0 1 0 34 1 0 0 18 0 9 0 2003519769 884879360 3811 996147200 134512640 134550740 4294955952 18446744073709551615 4126571954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18093 vsize=864140 CPUtime=0.04
/proc/18094/task/18096/stat : 18096 (java) S 18093 18080 17952 0 -1 64 689 0 0 0 4 0 0 0 16 0 9 0 2003519770 884879360 3811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18093 vsize=864140 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18093 18080 17952 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 2003519770 884879360 3811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18094/tid=18098] ppid=18093 vsize=864140 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18093 18080 17952 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 2003519770 884879360 3811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 883096

[startup+3.10212 s]
/proc/loadavg: 2.05 2.11 2.22 2/83 18102
/proc/meminfo: memFree=1931936/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.78
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 971 7158 3 1 3 1 69 5 16 0 1 0 2003519671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 797 370 3 0 500 0
[pid=18093] ppid=18080 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18080 18080 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003519768 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18093/statm: 1339 233 193 169 0 50 0
[pid=18094] ppid=18093 vsize=868356 CPUtime=2.11
/proc/18094/stat : 18094 (java) S 18093 18080 17952 0 -1 0 9454 0 1 0 205 6 0 0 20 0 9 0 2003519768 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18094/statm: 217089 8531 2540 9 0 211664 0
[pid=18094/tid=18095] ppid=18093 vsize=868356 CPUtime=1.5
/proc/18094/task/18095/stat : 18095 (java) R 18093 18080 17952 0 -1 64 2902 0 1 0 149 1 0 0 17 0 9 0 2003519769 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4126566936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18093 vsize=868356 CPUtime=0.4
/proc/18094/task/18096/stat : 18096 (java) S 18093 18080 17952 0 -1 64 4386 0 0 0 37 3 0 0 16 0 9 0 2003519770 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18093 vsize=868356 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18093 18080 17952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003519770 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18093 vsize=868356 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18093 18080 17952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003519770 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18094/tid=18099] ppid=18093 vsize=868356 CPUtime=0
/proc/18094/task/18099/stat : 18099 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003519772 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18093 vsize=868356 CPUtime=0.19
/proc/18094/task/18100/stat : 18100 (java) S 18093 18080 17952 0 -1 64 1474 0 0 0 18 1 0 0 15 0 9 0 2003519772 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18093 vsize=868356 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2003519772 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18102] ppid=18093 vsize=868356 CPUtime=0
/proc/18094/task/18102/stat : 18102 (java) S 18093 18080 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003519772 889196544 8531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887312

[startup+6.30273 s]
/proc/loadavg: 2.05 2.11 2.22 4/91 18137
/proc/meminfo: memFree=1812064/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.78
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 971 7158 3 1 3 1 69 5 15 0 1 0 2003519671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 797 370 3 0 500 0
[pid=18093] ppid=18080 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18080 18080 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003519768 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18093/statm: 1339 233 193 169 0 50 0
[pid=18094] ppid=18093 vsize=868468 CPUtime=5.29
/proc/18094/stat : 18094 (java) S 18093 18080 17952 0 -1 0 19235 0 1 0 516 13 0 0 20 0 9 0 2003519768 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18094/statm: 217117 13031 2566 9 0 211664 0
[pid=18094/tid=18095] ppid=18093 vsize=868468 CPUtime=3.88
/proc/18094/task/18095/stat : 18095 (java) R 18093 18080 17952 0 -1 64 3318 0 1 0 385 3 0 0 25 0 9 0 2003519769 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4126908005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18093 vsize=868468 CPUtime=1.13
/proc/18094/task/18096/stat : 18096 (java) S 18093 18080 17952 0 -1 64 13717 0 0 0 105 8 0 0 16 0 9 0 2003519770 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18093 18080 17952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003519770 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18093 18080 17952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003519770 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18094/tid=18099] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18099/stat : 18099 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003519772 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18093 vsize=868468 CPUtime=0.25
/proc/18094/task/18100/stat : 18100 (java) S 18093 18080 17952 0 -1 64 1508 0 0 0 24 1 0 0 15 0 9 0 2003519772 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2003519772 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18102] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18102/stat : 18102 (java) S 18093 18080 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003519772 889311232 13031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887424

[startup+12.702 s]
/proc/loadavg: 2.04 2.11 2.21 3/91 18137
/proc/meminfo: memFree=1550560/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.78
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 971 7158 3 1 3 1 69 5 16 0 1 0 2003519671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 797 370 3 0 500 0
[pid=18093] ppid=18080 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18080 18080 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003519768 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18093/statm: 1339 233 193 169 0 50 0
[pid=18094] ppid=18093 vsize=868468 CPUtime=10.9
/proc/18094/stat : 18094 (java) S 18093 18080 17952 0 -1 0 19469 0 1 0 1060 30 0 0 20 0 9 0 2003519768 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18094/statm: 217117 13048 2566 9 0 211664 0
[pid=18094/tid=18095] ppid=18093 vsize=868468 CPUtime=9.37
/proc/18094/task/18095/stat : 18095 (java) R 18093 18080 17952 0 -1 64 3537 0 1 0 919 18 0 0 25 0 9 0 2003519769 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4126996821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18093 vsize=868468 CPUtime=1.24
/proc/18094/task/18096/stat : 18096 (java) S 18093 18080 17952 0 -1 64 13718 0 0 0 114 10 0 0 16 0 9 0 2003519770 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18093 18080 17952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003519770 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18093 18080 17952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003519770 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18094/tid=18099] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18099/stat : 18099 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003519772 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18093 vsize=868468 CPUtime=0.27
/proc/18094/task/18100/stat : 18100 (java) S 18093 18080 17952 0 -1 64 1522 0 0 0 26 1 0 0 17 0 9 0 2003519772 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2003519772 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18102] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18102/stat : 18102 (java) S 18093 18080 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003519772 889311232 13048 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 887424

[startup+25.5024 s]
/proc/loadavg: 2.19 2.14 2.22 3/84 18175
/proc/meminfo: memFree=1728728/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=0.78
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 971 7158 3 1 3 1 69 5 16 0 1 0 2003519671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 797 370 3 0 500 0
[pid=18093] ppid=18080 vsize=5356 CPUtime=0
/proc/18093/stat : 18093 (sh) S 18080 18080 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003519768 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18093/statm: 1339 233 193 169 0 50 0
[pid=18094] ppid=18093 vsize=868468 CPUtime=23.57
/proc/18094/stat : 18094 (java) S 18093 18080 17952 0 -1 0 19975 0 1 0 2286 71 0 0 20 0 9 0 2003519768 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18094/statm: 217117 13052 2566 9 0 211664 0
[pid=18094/tid=18095] ppid=18093 vsize=868468 CPUtime=21.8
/proc/18094/task/18095/stat : 18095 (java) R 18093 18080 17952 0 -1 64 4040 0 1 0 2125 55 0 0 25 0 9 0 2003519769 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4126995959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18096] ppid=18093 vsize=868468 CPUtime=1.46
/proc/18094/task/18096/stat : 18096 (java) S 18093 18080 17952 0 -1 64 13718 0 0 0 133 13 0 0 16 0 9 0 2003519770 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18097] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18097/stat : 18097 (java) S 18093 18080 17952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003519770 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18098] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18098/stat : 18098 (java) S 18093 18080 17952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003519770 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18094/tid=18099] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18099/stat : 18099 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003519772 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18100] ppid=18093 vsize=868468 CPUtime=0.28
/proc/18094/task/18100/stat : 18100 (java) S 18093 18080 17952 0 -1 64 1525 0 0 0 27 1 0 0 16 0 9 0 2003519772 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18101] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18101/stat : 18101 (java) S 18093 18080 17952 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2003519772 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18094/tid=18102] ppid=18093 vsize=868468 CPUtime=0
/proc/18094/task/18102/stat : 18102 (java) S 18093 18080 17952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003519772 889311232 13052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.35
Current children cumulated vsize (KiB) 887424

[startup+51.1013 s]
/proc/loadavg: 2.40 2.19 2.24 3/76 18177
/proc/meminfo: memFree=1165784/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=43.24
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 1030 28675 3 4 3 1 4137 183 15 0 1 0 2003519671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18080/statm: 3400 799 370 3 0 500 0
[pid=18176] ppid=18080 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (sh) S 18080 18080 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003524157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 232 193 169 0 50 0
[pid=18177] ppid=18176 vsize=467576 CPUtime=6.22
/proc/18177/stat : 18177 (minisat) R 18176 18080 17952 0 -1 4194304 114109 0 0 0 550 72 0 0 25 0 1 0 2003524157 478797824 114095 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/18177/statm: 116894 114095 72 150 0 116741 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 486532

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

[startup+52.7016 s]
/proc/loadavg: 2.36 2.19 2.24 3/76 18177
/proc/meminfo: memFree=1133400/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=43.24
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 1030 28675 3 4 3 1 4137 183 15 0 1 0 2003519671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18080/statm: 3400 799 370 3 0 500 0
[pid=18176] ppid=18080 vsize=5356 CPUtime=0
/proc/18176/stat : 18176 (sh) S 18080 18080 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003524157 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18176/statm: 1339 232 193 169 0 50 0
[pid=18177] ppid=18176 vsize=487876 CPUtime=7.82
/proc/18177/stat : 18177 (minisat) R 18176 18080 17952 0 -1 4194304 119149 0 0 0 708 74 0 0 25 0 1 0 2003524157 499585024 119135 996147200 134512640 135127466 4294956256 18446744073709551615 134531060 0 0 4096 3 0 0 0 17 0 0 0
/proc/18177/statm: 121969 119135 76 150 0 121816 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 506832

[startup+53.5017 s]
/proc/loadavg: 2.36 2.19 2.24 3/76 18177
/proc/meminfo: memFree=1133400/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=51.65
/proc/18080/stat : 18080 (sugar) S 18078 18080 17952 0 -1 4194304 1087 148738 3 4 3 1 4896 265 16 0 1 0 2003519671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18080/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 13600

[startup+53.7018 s]
/proc/loadavg: 2.36 2.19 2.24 3/76 18177
/proc/meminfo: memFree=1133400/2055920 swapFree=4180500/4192956
[pid=18080] ppid=18078 vsize=13600 CPUtime=52.02
/proc/18080/stat : 18080 (sugar) R 18078 18080 17952 0 -1 4194304 1115 153525 3 5 3 11 4919 269 16 0 1 0 2003519671 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18080/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 53.7303
CPU time (s): 52.0681
CPU user time (s): 49.2315
CPU system time (s): 2.83657
CPU usage (%): 96.9064
Max. virtual memory (cumulated for all children) (KiB): 897812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.2315
system time used= 2.83657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154670
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18406
involuntary context switches= 18159

runsolver used 0.069989 second user time and 0.199969 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 10:11:23
IDJOB=1087725
IDBENCH=58038
IDSOLVER=346
FILE ID=node59/1087725-1215245483
PBS_JOBID= 7882027
Free space on /tmp= 64452 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-4.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-1087725-1215245483/watcher-1087725-1215245483 -o /tmp/evaluation-result-1087725-1215245483/solver-1087725-1215245483 -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-1087725-1215245483.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=1295901097

node59.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         14928 kB
Buffers:          2352 kB
Cached:        1798980 kB
SwapCached:       6176 kB
Active:        1434792 kB
Inactive:       512252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         14928 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:          207192 kB
Writeback:           0 kB
Mapped:         163016 kB
Slab:            78876 kB
Committed_AS:  4291504 kB
PageTables:       2268 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= 66472 MiB
End job on node59 at 2008-07-05 10:12:17