Trace number 1087683

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 51.1312 51.7397

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-0.xml
MD5SUM794a2318e84f02e396222d8183c60eb7
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 benchmark1.19682
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 10:08:56 2008
0.00/0.05	c 0	PID 3073
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087683-1215245336.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-1087683-1215245336.xml' 'HOME/temp.csp'
0.03/0.89	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.91/1.03	c 1	Parsing HOME/temp.csp
1.20/1.31	c 1	parsed 4697 expressions
1.20/1.32	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.32	c 1	Converting to clausal form CSP
1.60/1.71	c 1	converted 470 (10%) expressions
2.09/2.24	c 2	converted 940 (20%) expressions
2.49/2.69	c 2	converted 1410 (30%) expressions
2.89/3.02	c 3	converted 1879 (40%) expressions
3.27/3.42	c 3	converted 2349 (50%) expressions
3.58/3.73	c 3	converted 2819 (60%) expressions
3.88/4.02	c 4	converted 3288 (70%) expressions
4.36/4.52	c 4	converted 3758 (80%) expressions
4.67/4.83	c 5	converted 4228 (90%) expressions
4.97/5.16	c 5	converted 4697 (100%) expressions
4.97/5.16	c 5	CSP : 600 integers, 12749 booleans, 26711 clauses, largest domain size 2657
4.97/5.16	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.97/5.16	c 5	Propagation in CSP
5.17/5.38	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.17/5.38	c 5	CSP : 600 integers, 12749 booleans, 26711 clauses, largest domain size 2657
5.17/5.38	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.41	c 5	Simplifing CSP by introducing new Boolean variables
5.26/5.47	c 5	CSP : 600 integers, 21163 booleans, 35125 clauses, largest domain size 2657
5.26/5.47	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.66/5.83	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.95/6.11	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
6.15/6.31	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
6.35/6.53	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.55/6.71	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.75/6.95	c 7	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.94/7.10	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
7.04/7.26	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
7.24/7.40	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
7.34/7.55	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.44/7.70	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
18.51/18.82	c 19	3513 (10%) CSP clauses are encoded (2542955 clauses, 51370608 bytes)
24.47/24.86	c 25	7025 (20%) CSP clauses are encoded (3846882 clauses, 79874705 bytes)
27.75/28.16	c 28	10538 (30%) CSP clauses are encoded (4795683 clauses, 101782619 bytes)
30.43/30.81	c 31	14050 (40%) CSP clauses are encoded (5655237 clauses, 121924586 bytes)
32.81/33.25	c 33	17563 (50%) CSP clauses are encoded (6523245 clauses, 142548327 bytes)
34.99/35.44	c 35	21075 (60%) CSP clauses are encoded (7310808 clauses, 161523444 bytes)
37.47/37.99	c 38	24588 (70%) CSP clauses are encoded (8279442 clauses, 184927856 bytes)
39.54/40.00	c 40	28100 (80%) CSP clauses are encoded (9013933 clauses, 202607920 bytes)
41.33/41.90	c 42	31613 (90%) CSP clauses are encoded (9722918 clauses, 219702458 bytes)
43.50/44.09	c 44	35125 (100%) CSP clauses are encoded (10543661 clauses, 239462310 bytes)
43.50/44.09	c 44	35125 CSP clauses encoded
43.50/44.10	c 44	Writing map file : HOME/temp.map
43.60/44.12	c 44	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.60/44.12	c 44	SAT : 631491 SAT variables, 10543661 SAT clauses, 239462310 bytes
43.60/44.12	c 44	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.60/44.15	c 44	SOLVING HOME/temp.cnf
43.60/44.15	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.60/44.15	c 44	This is MiniSat 2.0 beta
43.60/44.15	c 44	WARNING: for repeatability, setting FPU to use double precision
43.60/44.15	c 44	============================[ Problem Statistics ]=============================
43.60/44.15	c 44	|                                                                             |
43.60/44.15	c 44	|  Number of variables:  631491                                               |
43.60/44.15	c 44	|  Number of clauses:    10543661                                             |
49.52/50.12	c 50	|  Parsing time:         5.20         s                                       |
49.72/50.39	c 50	============================[ Search Statistics ]==============================
49.72/50.39	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.72/50.39	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.72/50.39	c 50	===============================================================================
49.72/50.39	c 50	|         0 |  631491 10543661 29349730 |  3514553        0    nan |  0.000 % |
50.40/51.04	c 51	===============================================================================
50.40/51.04	c 51	restarts              : 1
50.40/51.04	c 51	conflicts             : 81             (13 /sec)
50.40/51.04	c 51	decisions             : 2806           (1.82 % random) (460 /sec)
50.40/51.04	c 51	propagations          : 909048         (149047 /sec)
50.40/51.04	c 51	conflict literals     : 209            (5.86 % deleted)
50.40/51.04	c 51	Memory used           : 459.41 MB
50.40/51.04	c 51	CPU time              : 6.09907 s
50.40/51.04	c 51	
50.40/51.04	c 51	UNSATISFIABLE
50.51/51.12	c 51	DECODING HOME/temp.out WITH HOME/temp.map
50.51/51.12	c 51	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
50.55/51.21	c 51	Decoding HOME/temp.out
50.55/51.54	s UNSATISFIABLE
50.55/51.56	c 51	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
50.97/51.61	c 51	CPU 48.26 (0.04 0.01 48.22 2.71)
50.97/51.61	c 51	END Sat Jul  5 10:09:47 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-1087683-1215245336/watcher-1087683-1215245336 -o /tmp/evaluation-result-1087683-1215245336/solver-1087683-1215245336 -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-1087683-1215245336.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.11 2.18 2.09 4/83 3073
/proc/meminfo: memFree=1048056/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=12000 CPUtime=0
/proc/3073/stat : 3073 (sugar) R 3071 3073 1798 0 -1 4194304 176 0 0 0 0 0 0 0 20 0 1 0 2003505023 12288000 144 996147200 4194304 4206940 548682068608 18446744073709551615 218094425504 0 0 4224 0 0 0 0 17 1 0 0
/proc/3073/statm: 3000 144 109 3 0 100 0

[startup+0.0521071 s]
/proc/loadavg: 2.11 2.18 2.09 4/83 3073
/proc/meminfo: memFree=1048056/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.03
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2003505023 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100838 s]
/proc/loadavg: 2.11 2.18 2.09 4/83 3073
/proc/meminfo: memFree=1048056/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.03
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003505023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301869 s]
/proc/loadavg: 2.11 2.18 2.09 4/83 3073
/proc/meminfo: memFree=1048056/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.03
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003505023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70194 s]
/proc/loadavg: 2.11 2.18 2.09 4/83 3073
/proc/meminfo: memFree=1048056/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.03
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003505023 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 2.11 2.18 2.09 4/94 3095
/proc/meminfo: memFree=1042272/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.87
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 974 7161 0 1 3 0 79 5 15 0 1 0 2003505023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 797 370 3 0 500 0
[pid=3086] ppid=3073 vsize=5356 CPUtime=0
/proc/3086/stat : 3086 (sh) S 3073 3073 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003505118 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3086/statm: 1339 233 193 169 0 50 0
[pid=3087] ppid=3086 vsize=864324 CPUtime=0.53
/proc/3087/stat : 3087 (java) S 3086 3073 1798 0 -1 0 4396 0 1 0 49 4 0 0 18 0 9 0 2003505118 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3087/statm: 216081 3834 1732 9 0 210656 0
[pid=3087/tid=3088] ppid=3086 vsize=864324 CPUtime=0.36
/proc/3087/task/3088/stat : 3088 (java) R 3086 3073 1798 0 -1 64 2660 0 1 0 34 2 0 0 22 0 9 0 2003505119 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4125982147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3089] ppid=3086 vsize=864324 CPUtime=0.04
/proc/3087/task/3089/stat : 3089 (java) S 3086 3073 1798 0 -1 64 691 0 0 0 4 0 0 0 16 0 9 0 2003505120 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3090] ppid=3086 vsize=864324 CPUtime=0
/proc/3087/task/3090/stat : 3090 (java) S 3086 3073 1798 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003505120 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3091] ppid=3086 vsize=864324 CPUtime=0
/proc/3087/task/3091/stat : 3091 (java) S 3086 3073 1798 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003505121 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3092] ppid=3086 vsize=864324 CPUtime=0
/proc/3087/task/3092/stat : 3092 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003505123 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3093] ppid=3086 vsize=864324 CPUtime=0.11
/proc/3087/task/3093/stat : 3093 (java) S 3086 3073 1798 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 2003505123 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3094] ppid=3086 vsize=864324 CPUtime=0
/proc/3087/task/3094/stat : 3094 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003505123 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3095] ppid=3086 vsize=864324 CPUtime=0
/proc/3087/task/3095/stat : 3095 (java) S 3086 3073 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003505123 885067776 3834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883280

[startup+3.10235 s]
/proc/loadavg: 2.11 2.18 2.09 3/94 3095
/proc/meminfo: memFree=1033120/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.87
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 974 7161 0 1 3 0 79 5 15 0 1 0 2003505023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 797 370 3 0 500 0
[pid=3086] ppid=3073 vsize=5356 CPUtime=0
/proc/3086/stat : 3086 (sh) S 3073 3073 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003505118 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3086/statm: 1339 233 193 169 0 50 0
[pid=3087] ppid=3086 vsize=868352 CPUtime=2.11
/proc/3087/stat : 3087 (java) S 3086 3073 1798 0 -1 0 9127 0 1 0 203 8 0 0 18 0 9 0 2003505118 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3087/statm: 217088 8233 2540 9 0 211663 0
[pid=3087/tid=3088] ppid=3086 vsize=868352 CPUtime=1.48
/proc/3087/task/3088/stat : 3088 (java) R 3086 3073 1798 0 -1 64 2798 0 1 0 145 3 0 0 25 0 9 0 2003505119 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3089] ppid=3086 vsize=868352 CPUtime=0.38
/proc/3087/task/3089/stat : 3089 (java) R 3086 3073 1798 0 -1 64 4185 0 0 0 35 3 0 0 16 0 9 0 2003505120 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 102350374 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3090] ppid=3086 vsize=868352 CPUtime=0
/proc/3087/task/3090/stat : 3090 (java) S 3086 3073 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003505120 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3091] ppid=3086 vsize=868352 CPUtime=0
/proc/3087/task/3091/stat : 3091 (java) S 3086 3073 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003505121 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3092] ppid=3086 vsize=868352 CPUtime=0
/proc/3087/task/3092/stat : 3092 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003505123 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3093] ppid=3086 vsize=868352 CPUtime=0.22
/proc/3087/task/3093/stat : 3093 (java) S 3086 3073 1798 0 -1 64 1452 0 0 0 22 0 0 0 15 0 9 0 2003505123 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3094] ppid=3086 vsize=868352 CPUtime=0
/proc/3087/task/3094/stat : 3094 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003505123 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3095] ppid=3086 vsize=868352 CPUtime=0
/proc/3087/task/3095/stat : 3095 (java) S 3086 3073 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003505123 889192448 8233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887308

[startup+6.30288 s]
/proc/loadavg: 2.10 2.18 2.09 3/94 3095
/proc/meminfo: memFree=1008864/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.88
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 974 7161 0 1 3 1 79 5 15 0 1 0 2003505023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 797 370 3 0 500 0
[pid=3086] ppid=3073 vsize=5356 CPUtime=0
/proc/3086/stat : 3086 (sh) S 3073 3073 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003505118 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3086/statm: 1339 233 193 169 0 50 0
[pid=3087] ppid=3086 vsize=868464 CPUtime=5.27
/proc/3087/stat : 3087 (java) S 3086 3073 1798 0 -1 0 19388 0 1 0 511 16 0 0 18 0 9 0 2003505118 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3087/statm: 217116 13215 2566 9 0 211663 0
[pid=3087/tid=3088] ppid=3086 vsize=868464 CPUtime=3.73
/proc/3087/task/3088/stat : 3088 (java) R 3086 3073 1798 0 -1 64 3310 0 1 0 369 4 0 0 25 0 9 0 2003505119 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4126995972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3089] ppid=3086 vsize=868464 CPUtime=1.24
/proc/3087/task/3089/stat : 3089 (java) S 3086 3073 1798 0 -1 64 13900 0 0 0 114 10 0 0 16 0 9 0 2003505120 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3090] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3090/stat : 3090 (java) S 3086 3073 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003505120 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3091] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3091/stat : 3091 (java) S 3086 3073 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003505121 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3092] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3092/stat : 3092 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003505123 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3093] ppid=3086 vsize=868464 CPUtime=0.27
/proc/3087/task/3093/stat : 3093 (java) S 3086 3073 1798 0 -1 64 1486 0 0 0 27 0 0 0 15 0 9 0 2003505123 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3094] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3094/stat : 3094 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003505123 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3095] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3095/stat : 3095 (java) S 3086 3073 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003505123 889307136 13215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887420

[startup+12.703 s]
/proc/loadavg: 2.17 2.19 2.09 3/95 3096
/proc/meminfo: memFree=974040/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.88
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 974 7161 0 1 3 1 79 5 15 0 1 0 2003505023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 797 370 3 0 500 0
[pid=3086] ppid=3073 vsize=5356 CPUtime=0
/proc/3086/stat : 3086 (sh) S 3073 3073 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003505118 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3086/statm: 1339 233 193 169 0 50 0
[pid=3087] ppid=3086 vsize=868464 CPUtime=11.59
/proc/3087/stat : 3087 (java) S 3086 3073 1798 0 -1 0 19636 0 1 0 1122 37 0 0 18 0 9 0 2003505118 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3087/statm: 217116 13233 2566 9 0 211663 0
[pid=3087/tid=3088] ppid=3086 vsize=868464 CPUtime=9.91
/proc/3087/task/3088/stat : 3088 (java) R 3086 3073 1798 0 -1 64 3542 0 1 0 969 22 0 0 25 0 9 0 2003505119 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4126848797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3089] ppid=3086 vsize=868464 CPUtime=1.34
/proc/3087/task/3089/stat : 3089 (java) S 3086 3073 1798 0 -1 64 13902 0 0 0 122 12 0 0 16 0 9 0 2003505120 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3090] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3090/stat : 3090 (java) S 3086 3073 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003505120 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3091] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3091/stat : 3091 (java) S 3086 3073 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003505121 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3092] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3092/stat : 3092 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003505123 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3093] ppid=3086 vsize=868464 CPUtime=0.31
/proc/3087/task/3093/stat : 3093 (java) S 3086 3073 1798 0 -1 64 1500 0 0 0 30 1 0 0 17 0 9 0 2003505123 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3094] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3094/stat : 3094 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003505123 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3095] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3095/stat : 3095 (java) S 3086 3073 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003505123 889307136 13233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887420

[startup+25.5011 s]
/proc/loadavg: 2.13 2.18 2.09 3/83 3123
/proc/meminfo: memFree=1599280/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=0.88
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 974 7161 0 1 3 1 79 5 16 0 1 0 2003505023 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 797 370 3 0 500 0
[pid=3086] ppid=3073 vsize=5356 CPUtime=0
/proc/3086/stat : 3086 (sh) S 3073 3073 1798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003505118 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3086/statm: 1339 233 193 169 0 50 0
[pid=3087] ppid=3086 vsize=868464 CPUtime=24.28
/proc/3087/stat : 3087 (java) S 3086 3073 1798 0 -1 0 20131 0 1 0 2351 77 0 0 18 0 9 0 2003505118 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3087/statm: 217116 13237 2566 9 0 211663 0
[pid=3087/tid=3088] ppid=3086 vsize=868464 CPUtime=22.36
/proc/3087/task/3088/stat : 3088 (java) R 3086 3073 1798 0 -1 64 4034 0 1 0 2177 59 0 0 25 0 9 0 2003505119 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4126995139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3089] ppid=3086 vsize=868464 CPUtime=1.57
/proc/3087/task/3089/stat : 3089 (java) S 3086 3073 1798 0 -1 64 13902 0 0 0 142 15 0 0 16 0 9 0 2003505120 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3090] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3090/stat : 3090 (java) S 3086 3073 1798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003505120 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3091] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3091/stat : 3091 (java) S 3086 3073 1798 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003505121 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3092] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3092/stat : 3092 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003505123 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3093] ppid=3086 vsize=868464 CPUtime=0.32
/proc/3087/task/3093/stat : 3093 (java) S 3086 3073 1798 0 -1 64 1503 0 0 0 31 1 0 0 16 0 9 0 2003505123 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3094] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3094/stat : 3094 (java) S 3086 3073 1798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003505123 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3087/tid=3095] ppid=3086 vsize=868464 CPUtime=0
/proc/3087/task/3095/stat : 3095 (java) S 3086 3073 1798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003505123 889307136 13237 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887420

[startup+51.1016 s]
/proc/loadavg: 2.09 2.17 2.09 3/75 3125
/proc/meminfo: memFree=979504/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=43.64
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 1033 28819 0 2 4 1 4172 187 15 0 1 0 2003505023 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 799 370 3 0 500 0
[pid=3124] ppid=3073 vsize=5356 CPUtime=0
/proc/3124/stat : 3124 (sh) S 3073 3073 1798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003509439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3124/statm: 1339 232 193 169 0 50 0
[pid=3125] ppid=3124 vsize=0 CPUtime=6.87
/proc/3125/stat : 3125 (minisat) R 3124 3073 1798 0 -1 4194308 114736 0 0 0 610 77 0 0 25 0 1 0 2003509439 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/3125/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 18956

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

[startup+51.5015 s]
/proc/loadavg: 2.09 2.17 2.09 3/75 3125
/proc/meminfo: memFree=979504/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=50.55
/proc/3073/stat : 3073 (sugar) S 3071 3073 1798 0 -1 4194304 1090 143840 0 2 4 1 4783 267 16 0 1 0 2003505023 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3073/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 13600

[startup+51.7075 s]
/proc/loadavg: 2.09 2.17 2.09 3/83 3135
/proc/meminfo: memFree=1421488/2055920 swapFree=4180732/4192956
[pid=3073] ppid=3071 vsize=13600 CPUtime=51.08
/proc/3073/stat : 3073 (sugar) R 3071 3073 1798 0 -1 4194304 1118 148629 0 3 4 11 4822 271 16 0 1 0 2003505023 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3073/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 51.7397
CPU time (s): 51.1312
CPU user time (s): 48.2707
CPU system time (s): 2.86056
CPU usage (%): 98.8239
Max. virtual memory (cumulated for all children) (KiB): 900372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.2707
system time used= 2.86056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149777
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= 18605
involuntary context switches= 19172

runsolver used 0.06099 second user time and 0.201969 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 10:08:56
IDJOB=1087683
IDBENCH=58033
IDSOLVER=346
FILE ID=node57/1087683-1215245336
PBS_JOBID= 7881965
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 794a2318e84f02e396222d8183c60eb7
RANDOM SEED=1165658160

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:       1048536 kB
Buffers:         53140 kB
Cached:         190340 kB
SwapCached:       6148 kB
Active:         861256 kB
Inactive:        91904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1048536 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:         721020 kB
Slab:            38196 kB
Committed_AS:  4761896 kB
PageTables:       3284 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= 66544 MiB
End job on node57 at 2008-07-05 10:09:48