Trace number 1079817

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 92.6999 93.5629

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-29_ext.xml
MD5SUM72f6e39984a90e4b874088dc8c79fb77
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.07377
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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 Sat Jul  5 00:36:25 2008
0.00/0.04	c 0	PID 8189
0.03/0.05	c 0	HOST node40.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079817-1215210985.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-1079817-1215210985.xml' 'HOME/temp.csp'
0.03/0.68	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.65/0.81	c 1	Parsing HOME/temp.csp
1.68/1.84	c 2	parsed 135 expressions
1.68/1.85	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.68/1.85	c 2	Converting to clausal form CSP
1.68/1.87	c 2	converted 14 (10%) expressions
1.68/1.88	c 2	converted 27 (20%) expressions
1.68/1.89	c 2	converted 41 (30%) expressions
1.88/2.06	c 2	converted 54 (40%) expressions
1.88/2.06	c 3	converted 68 (50%) expressions
1.97/2.12	c 3	converted 81 (60%) expressions
2.08/2.22	c 3	converted 95 (70%) expressions
2.17/2.33	c 3	converted 108 (80%) expressions
2.27/2.44	c 3	converted 122 (90%) expressions
2.58/2.72	c 3	converted 135 (100%) expressions
2.58/2.72	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.58/2.72	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.58/2.72	c 3	Propagation in CSP
2.58/2.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.72	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.58/2.72	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.58/2.73	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.73	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.58/2.73	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.67/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.67/2.85	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.67/2.85	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.67/2.85	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.67/2.85	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.67/2.85	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.67/2.85	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.67/2.85	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.67/2.85	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.67/2.86	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.67/2.86	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.88/3.05	c 3	6 (10%) CSP clauses are encoded (11125 clauses, 253335 bytes)
2.98/3.18	c 4	12 (20%) CSP clauses are encoded (21304 clauses, 497749 bytes)
3.17/3.32	c 4	18 (30%) CSP clauses are encoded (32189 clauses, 767649 bytes)
3.27/3.43	c 4	23 (40%) CSP clauses are encoded (41196 clauses, 988403 bytes)
3.37/3.57	c 4	29 (50%) CSP clauses are encoded (52094 clauses, 1259294 bytes)
3.57/3.70	c 4	35 (60%) CSP clauses are encoded (62912 clauses, 1542600 bytes)
3.67/3.81	c 4	40 (70%) CSP clauses are encoded (71943 clauses, 1784301 bytes)
3.77/3.95	c 4	46 (80%) CSP clauses are encoded (82766 clauses, 2073749 bytes)
3.86/4.06	c 5	52 (90%) CSP clauses are encoded (92311 clauses, 2325412 bytes)
3.96/4.17	c 5	57 (100%) CSP clauses are encoded (101350 clauses, 2567268 bytes)
3.96/4.17	c 5	57 CSP clauses encoded
3.96/4.17	c 5	Writing map file : HOME/temp.map
3.96/4.17	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.96/4.17	c 5	SAT : 380 SAT variables, 101350 SAT clauses, 2567268 bytes
3.96/4.17	c 5	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.04/4.21	c 5	SOLVING HOME/temp.cnf
4.04/4.21	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.04/4.21	c 5	This is MiniSat 2.0 beta
4.04/4.21	c 5	WARNING: for repeatability, setting FPU to use double precision
4.04/4.21	c 5	============================[ Problem Statistics ]=============================
4.04/4.21	c 5	|                                                                             |
4.04/4.21	c 5	|  Number of variables:  380                                                  |
4.04/4.21	c 5	|  Number of clauses:    101350                                               |
4.04/4.28	c 5	|  Parsing time:         0.06         s                                       |
4.04/4.28	c 5	============================[ Search Statistics ]==============================
4.04/4.28	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.04/4.28	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.04/4.28	c 5	===============================================================================
4.04/4.28	c 5	|         0 |     380   101350   555199 |    33783        0    nan |  0.000 % |
4.14/4.35	c 5	|       103 |     380   101350   555199 |    37161      103      9 |  0.001 % |
4.24/4.42	c 5	|       254 |     380   101350   555199 |    40877      254     10 |  0.014 % |
4.33/4.51	c 5	|       479 |     380   101350   555199 |    44965      479     10 |  0.014 % |
4.43/4.65	c 5	|       816 |     380   101350   555199 |    49462      816     11 |  0.013 % |
4.63/4.88	c 5	|      1322 |     380   101350   555199 |    54408     1322     11 |  0.014 % |
5.04/5.22	c 6	|      2081 |     380   101350   555199 |    59849     2081     11 |  0.014 % |
5.53/5.75	c 6	|      3220 |     380   101350   555199 |    65834     3220     11 |  0.014 % |
6.33/6.50	c 7	|      4930 |     380   101350   555199 |    72417     4930     11 |  0.015 % |
7.12/7.33	c 8	|      7492 |     380   101350   555199 |    79659     7492     11 |  0.016 % |
8.90/9.15	c 10	|     11336 |     380   101350   555199 |    87625    11336     12 |  0.016 % |
11.77/12.07	c 13	|     17102 |     380   101350   555199 |    96387    17102     13 |  0.001 % |
16.93/17.26	c 18	|     25754 |     379   100879   553009 |   106026     5718     12 |  0.265 % |
23.46/23.82	c 24	|     38728 |     379   100879   553009 |   116629    18692     13 |  0.278 % |
35.45/35.93	c 36	|     58191 |     379   100879   553009 |   128292    38155     14 |  0.266 % |
59.42/60.11	c 61	|     87384 |     379   100879   553009 |   141121    67348     15 |  0.269 % |
92.46/93.40	c 94	===============================================================================
92.46/93.40	c 94	restarts              : 16
92.46/93.40	c 94	conflicts             : 120919         (1367 /sec)
92.46/93.40	c 94	decisions             : 150411         (1.53 % random) (1700 /sec)
92.46/93.40	c 94	propagations          : 5842583        (66053 /sec)
92.46/93.40	c 94	conflict literals     : 1824837        (34.30 % deleted)
92.46/93.40	c 94	Memory used           : 17.18 MB
92.46/93.40	c 94	CPU time              : 88.4536 s
92.46/93.40	c 94	
92.46/93.40	c 94	SATISFIABLE
92.57/93.40	c 94	DECODING HOME/temp.out WITH HOME/temp.map
92.57/93.40	c 94	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
92.57/93.48	c 94	Decoding HOME/temp.out
92.57/93.51	s SATISFIABLE
92.57/93.51	v 8 18 3 12 6 2 7 18 2 2 14 13 2 10 10 10 9 4 15 9
92.57/93.51	c 94	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
92.57/93.56	c 94	CPU 92.42 (0.03 0.01 92.39 0.24)
92.57/93.56	c 94	END Sat Jul  5 00:37:59 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-1079817-1215210985/watcher-1079817-1215210985 -o /tmp/evaluation-result-1079817-1215210985/solver-1079817-1215210985 -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-1079817-1215210985.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.07 2.07 2.02 4/76 8189
/proc/meminfo: memFree=1481344/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=12268 CPUtime=0
/proc/8189/stat : 8189 (sugar) R 8187 8189 7095 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550766214 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8189/statm: 3067 316 241 3 0 167 0

[startup+0.0492861 s]
/proc/loadavg: 2.07 2.07 2.02 4/76 8189
/proc/meminfo: memFree=1481344/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.03
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1550766214 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101735 s]
/proc/loadavg: 2.07 2.07 2.02 4/76 8189
/proc/meminfo: memFree=1481344/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.03
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550766214 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301745 s]
/proc/loadavg: 2.07 2.07 2.02 4/76 8189
/proc/meminfo: memFree=1481344/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.03
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550766214 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701794 s]
/proc/loadavg: 2.07 2.07 2.02 4/76 8189
/proc/meminfo: memFree=1481344/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.03
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1550766214 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.07 2.07 2.02 3/87 8211
/proc/meminfo: memFree=1469800/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.65
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 973 6952 0 1 3 0 57 5 16 0 1 0 1550766214 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 797 370 3 0 500 0
[pid=8202] ppid=8189 vsize=5356 CPUtime=0
/proc/8202/stat : 8202 (sh) S 8189 8189 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550766287 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8202/statm: 1339 233 193 169 0 50 0
[pid=8203] ppid=8202 vsize=864012 CPUtime=0.74
/proc/8203/stat : 8203 (java) S 8202 8189 7095 0 -1 0 7833 0 1 0 70 4 0 0 18 0 9 0 1550766288 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 216003 7113 2532 9 0 210585 0
[pid=8203/tid=8204] ppid=8202 vsize=864012 CPUtime=0.46
/proc/8203/task/8204/stat : 8204 (java) R 8202 8189 7095 0 -1 64 2467 0 1 0 45 1 0 0 23 0 9 0 1550766289 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8205] ppid=8202 vsize=864012 CPUtime=0.21
/proc/8203/task/8205/stat : 8205 (java) R 8202 8189 7095 0 -1 64 4356 0 0 0 20 1 0 0 16 0 9 0 1550766290 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 103735824 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8202 vsize=864012 CPUtime=0
/proc/8203/task/8206/stat : 8206 (java) S 8202 8189 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550766290 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8202 vsize=864012 CPUtime=0
/proc/8203/task/8207/stat : 8207 (java) S 8202 8189 7095 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550766290 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8202 vsize=864012 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8202 8189 7095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550766292 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8209] ppid=8202 vsize=864012 CPUtime=0.03
/proc/8203/task/8209/stat : 8209 (java) S 8202 8189 7095 0 -1 64 313 0 0 0 3 0 0 0 16 0 9 0 1550766292 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8210] ppid=8202 vsize=864012 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8202 8189 7095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550766292 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8211] ppid=8202 vsize=864012 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8202 8189 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550766292 884748288 7113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882968

[startup+3.10214 s]
/proc/loadavg: 2.06 2.07 2.02 3/87 8211
/proc/meminfo: memFree=1446120/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=0.66
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 974 6952 0 1 3 1 57 5 15 0 1 0 1550766214 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 797 370 3 0 500 0
[pid=8202] ppid=8189 vsize=5356 CPUtime=0
/proc/8202/stat : 8202 (sh) S 8189 8189 7095 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550766287 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8202/statm: 1339 233 193 169 0 50 0
[pid=8203] ppid=8202 vsize=864328 CPUtime=2.32
/proc/8203/stat : 8203 (java) S 8202 8189 7095 0 -1 0 14781 0 1 0 223 9 0 0 18 0 9 0 1550766288 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8203/statm: 216082 13999 2564 9 0 210629 0
[pid=8203/tid=8204] ppid=8202 vsize=864328 CPUtime=1.2
/proc/8203/task/8204/stat : 8204 (java) R 8202 8189 7095 0 -1 64 3258 0 1 0 118 2 0 0 25 0 9 0 1550766289 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4126537122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8205] ppid=8202 vsize=864328 CPUtime=1
/proc/8203/task/8205/stat : 8205 (java) S 8202 8189 7095 0 -1 64 10481 0 0 0 95 5 0 0 16 0 9 0 1550766290 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8206] ppid=8202 vsize=864328 CPUtime=0
/proc/8203/task/8206/stat : 8206 (java) S 8202 8189 7095 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550766290 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8207] ppid=8202 vsize=864328 CPUtime=0
/proc/8203/task/8207/stat : 8207 (java) S 8202 8189 7095 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550766290 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8208] ppid=8202 vsize=864328 CPUtime=0
/proc/8203/task/8208/stat : 8208 (java) S 8202 8189 7095 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550766292 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8209] ppid=8202 vsize=864328 CPUtime=0.08
/proc/8203/task/8209/stat : 8209 (java) S 8202 8189 7095 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1550766292 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8210] ppid=8202 vsize=864328 CPUtime=0
/proc/8203/task/8210/stat : 8210 (java) S 8202 8189 7095 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550766292 885071872 13999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8203/tid=8211] ppid=8202 vsize=864328 CPUtime=0
/proc/8203/task/8211/stat : 8211 (java) S 8202 8189 7095 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550766292 885071872 13999 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) 883284

[startup+6.30153 s]
/proc/loadavg: 2.06 2.07 2.02 3/79 8213
/proc/meminfo: memFree=1467624/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 15 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=8168 CPUtime=2.06
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 1915 0 0 0 205 1 0 0 25 0 1 0 1550766635 8364032 1901 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/8213/statm: 2042 1901 75 150 0 1889 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27124

[startup+12.7014 s]
/proc/loadavg: 2.05 2.06 2.01 3/79 8213
/proc/meminfo: memFree=1466088/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=9436 CPUtime=8.4
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 2243 0 0 0 839 1 0 0 25 0 1 0 1550766635 9662464 2229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8213/statm: 2359 2229 75 150 0 2206 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28392

[startup+25.503 s]
/proc/loadavg: 2.05 2.06 2.01 3/79 8213
/proc/meminfo: memFree=1465128/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=10292 CPUtime=21.07
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 2449 0 0 0 2106 1 0 0 25 0 1 0 1550766635 10539008 2435 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8213/statm: 2573 2435 75 150 0 2420 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 29248

[startup+51.1023 s]
/proc/loadavg: 2.03 2.06 2.01 3/79 8213
/proc/meminfo: memFree=1462440/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=13340 CPUtime=46.42
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 3194 0 0 0 4640 2 0 0 25 0 1 0 1550766635 13660160 3180 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8213/statm: 3335 3180 75 150 0 3182 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 32296

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

[startup+76.7026 s]
/proc/loadavg: 2.02 2.05 2.01 2/70 8231
/proc/meminfo: memFree=1535792/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=15900 CPUtime=71.81
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 3829 0 0 0 7177 4 0 0 25 0 1 0 1550766635 16281600 3815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 3975 3815 75 150 0 3822 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 34856

[startup+83.1015 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1515520/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=16432 CPUtime=78.2
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 3983 0 0 0 7816 4 0 0 25 0 1 0 1550766635 16826368 3969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 4108 3969 75 150 0 3955 0
Current children cumulated CPU time (s) 82.27
Current children cumulated vsize (KiB) 35388

[startup+89.5013 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1514752/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=17284 CPUtime=84.59
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 4149 0 0 0 8455 4 0 0 25 0 1 0 1550766635 17698816 4135 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 4321 4135 75 150 0 4168 0
Current children cumulated CPU time (s) 88.66
Current children cumulated vsize (KiB) 36240

[startup+91.1015 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1514624/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=17452 CPUtime=86.19
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 4190 0 0 0 8615 4 0 0 25 0 1 0 1550766635 17870848 4176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 4363 4176 75 150 0 4210 0
Current children cumulated CPU time (s) 90.26
Current children cumulated vsize (KiB) 36408

[startup+92.7017 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1514432/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=17584 CPUtime=87.79
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 4227 0 0 0 8775 4 0 0 25 0 1 0 1550766635 18006016 4213 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 4396 4213 75 150 0 4243 0
Current children cumulated CPU time (s) 91.86
Current children cumulated vsize (KiB) 36540

[startup+93.1018 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1514432/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=4.07
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1031 22078 0 2 3 1 386 17 16 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
[pid=8212] ppid=8189 vsize=5356 CPUtime=0
/proc/8212/stat : 8212 (sh) S 8189 8189 7095 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550766635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8212/statm: 1339 232 193 169 0 50 0
[pid=8213] ppid=8212 vsize=17584 CPUtime=88.19
/proc/8213/stat : 8213 (minisat) R 8212 8189 7095 0 -1 4194304 4237 0 0 0 8815 4 0 0 25 0 1 0 1550766635 18006016 4223 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/8213/statm: 4396 4223 75 150 0 4243 0
Current children cumulated CPU time (s) 92.26
Current children cumulated vsize (KiB) 36540

[startup+93.5068 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 8253
/proc/meminfo: memFree=1514368/2055920 swapFree=4095852/4192956
[pid=8189] ppid=8187 vsize=13600 CPUtime=92.57
/proc/8189/stat : 8189 (sugar) S 8187 8189 7095 0 -1 4194304 1089 26617 0 2 3 1 9231 22 15 0 1 0 1550766214 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8189/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 92.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 93.5629
CPU time (s): 92.6999
CPU user time (s): 92.4369
CPU system time (s): 0.26296
CPU usage (%): 99.0776
Max. virtual memory (cumulated for all children) (KiB): 883284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.4369
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31448
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= 2458
involuntary context switches= 3927

runsolver used 0.115982 second user time and 0.32695 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 00:36:25
IDJOB=1079817
IDBENCH=56912
IDSOLVER=346
FILE ID=node40/1079817-1215210985
PBS_JOBID= 7881716
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-29_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-1079817-1215210985/watcher-1079817-1215210985 -o /tmp/evaluation-result-1079817-1215210985/solver-1079817-1215210985 -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-1079817-1215210985.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72f6e39984a90e4b874088dc8c79fb77
RANDOM SEED=1905576432

node40.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.209
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.209
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:       1481824 kB
Buffers:         75652 kB
Cached:         280380 kB
SwapCached:      91204 kB
Active:         403784 kB
Inactive:       121348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481824 kB
SwapTotal:     4192956 kB
SwapFree:      4095852 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         175276 kB
Slab:            33868 kB
Committed_AS:  3250228 kB
PageTables:       2244 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= 66548 MiB
End job on node40 at 2008-07-05 00:37:59