Trace number 1078490

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 162.705 164.351

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-39_ext.xml
MD5SUM76c929ad943835582f9c43652ef4219a
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 benchmark14.5448
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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 Fri Jul  4 23:29:07 2008
0.00/0.04	c 0	PID 30292
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078490-1215206947.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078490-1215206947.xml' 'HOME/temp.csp'
0.04/0.86	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.83/0.97	c 1	Parsing HOME/temp.csp
1.91/2.04	c 2	parsed 139 expressions
1.91/2.04	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.04	c 2	Converting to clausal form CSP
1.91/2.06	c 2	converted 14 (10%) expressions
1.91/2.08	c 2	converted 28 (20%) expressions
1.91/2.08	c 2	converted 42 (30%) expressions
2.12/2.25	c 2	converted 56 (40%) expressions
2.12/2.25	c 2	converted 70 (50%) expressions
2.21/2.35	c 2	converted 84 (60%) expressions
2.30/2.47	c 2	converted 98 (70%) expressions
2.40/2.58	c 2	converted 112 (80%) expressions
2.50/2.69	c 2	converted 126 (90%) expressions
2.90/3.03	c 3	converted 139 (100%) expressions
2.90/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.90/3.03	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.03	c 3	Propagation in CSP
2.90/3.03	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.90/3.03	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.03	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.03	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.90/3.04	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.15	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.16	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.00/3.16	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.00/3.17	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.00/3.17	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.00/3.17	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.00/3.17	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.00/3.17	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.00/3.17	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.00/3.18	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.00/3.18	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.20/3.38	c 3	6 (10%) CSP clauses are encoded (11134 clauses, 242210 bytes)
3.40/3.51	c 3	12 (20%) CSP clauses are encoded (21914 clauses, 484938 bytes)
3.49/3.65	c 3	18 (30%) CSP clauses are encoded (32760 clauses, 738129 bytes)
3.59/3.77	c 4	24 (40%) CSP clauses are encoded (42932 clauses, 982819 bytes)
3.79/3.90	c 4	30 (50%) CSP clauses are encoded (53751 clauses, 1247286 bytes)
3.89/4.04	c 4	36 (60%) CSP clauses are encoded (64590 clauses, 1516987 bytes)
3.99/4.17	c 4	42 (70%) CSP clauses are encoded (75414 clauses, 1785018 bytes)
4.19/4.31	c 4	48 (80%) CSP clauses are encoded (86194 clauses, 2067997 bytes)
4.29/4.45	c 4	54 (90%) CSP clauses are encoded (97045 clauses, 2358184 bytes)
4.39/4.56	c 4	59 (100%) CSP clauses are encoded (106169 clauses, 2602385 bytes)
4.39/4.56	c 4	59 CSP clauses encoded
4.39/4.56	c 4	Writing map file : HOME/temp.map
4.39/4.56	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.56	c 4	SAT : 380 SAT variables, 106169 SAT clauses, 2602385 bytes
4.39/4.56	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.60	c 4	SOLVING HOME/temp.cnf
4.45/4.60	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.45/4.60	c 4	This is MiniSat 2.0 beta
4.45/4.60	c 4	WARNING: for repeatability, setting FPU to use double precision
4.45/4.60	c 4	============================[ Problem Statistics ]=============================
4.45/4.60	c 4	|                                                                             |
4.45/4.61	c 4	|  Number of variables:  380                                                  |
4.45/4.61	c 4	|  Number of clauses:    106169                                               |
4.45/4.68	c 4	|  Parsing time:         0.06         s                                       |
4.45/4.68	c 4	============================[ Search Statistics ]==============================
4.45/4.68	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.45/4.68	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.45/4.68	c 4	===============================================================================
4.45/4.68	c 4	|         0 |     380   106169   582513 |    35389        0    nan |  0.000 % |
4.47/4.75	c 5	|       100 |     380   106169   582513 |    38928      100     11 |  0.001 % |
4.47/4.83	c 5	|       251 |     380   106169   582513 |    42821      251     11 |  0.013 % |
4.47/4.94	c 5	|       476 |     380   106169   582513 |    47103      476     10 |  0.013 % |
4.47/5.08	c 5	|       815 |     380   106169   582513 |    51814      815     11 |  0.013 % |
4.47/5.32	c 5	|      1321 |     380   106169   582513 |    56995     1321     11 |  0.009 % |
5.54/5.72	c 6	|      2080 |     380   106169   582513 |    62694     2080     11 |  0.013 % |
6.04/6.23	c 6	|      3220 |     380   106169   582513 |    68964     3220     12 |  0.012 % |
6.63/6.85	c 7	|      4929 |     380   106169   582513 |    75860     4929     12 |  0.013 % |
7.72/7.95	c 8	|      7492 |     380   106169   582513 |    83446     7492     12 |  0.013 % |
9.41/9.65	c 9	|     11336 |     380   106169   582513 |    91791    11336     13 |  0.014 % |
11.98/12.30	c 12	|     17102 |     380   106169   582513 |   100970    17102     14 |  0.014 % |
16.73/17.06	c 17	|     25751 |     380   106169   582513 |   111067    25751     14 |  0.014 % |
24.66/25.01	c 25	|     38725 |     380   106169   582513 |   122174    38725     14 |  0.015 % |
38.72/39.24	c 39	|     58187 |     380   106169   582513 |   134392    58187     14 |  0.022 % |
63.09/63.85	c 64	|     87379 |     379   105365   578789 |   147831    18005     12 |  0.264 % |
94.98/96.06	c 96	|    131170 |     379   105365   578789 |   162614    61796     15 |  0.275 % |
162.55/164.21	c 164	===============================================================================
162.55/164.21	c 164	restarts              : 17
162.55/164.21	c 164	conflicts             : 194542         (1231 /sec)
162.55/164.21	c 164	decisions             : 229252         (1.52 % random) (1450 /sec)
162.55/164.21	c 164	propagations          : 8925262        (56470 /sec)
162.55/164.21	c 164	conflict literals     : 3035889        (31.34 % deleted)
162.55/164.21	c 164	Memory used           : 20.14 MB
162.55/164.21	c 164	CPU time              : 158.054 s
162.55/164.21	c 164	
162.55/164.21	c 164	SATISFIABLE
162.55/164.21	c 164	DECODING HOME/temp.out WITH HOME/temp.map
162.55/164.21	c 164	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
162.58/164.30	c 164	Decoding HOME/temp.out
162.58/164.32	s SATISFIABLE
162.58/164.32	v 14 7 12 6 4 4 16 11 8 13 19 15 4 3 16 14 11 7 17 3
162.58/164.32	c 164	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
162.58/164.34	c 164	CPU 162.44 (0.03 0.01 162.41 0.23)
162.58/164.34	c 164	END Fri Jul  4 23:31:51 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-1078490-1215206947/watcher-1078490-1215206947 -o /tmp/evaluation-result-1078490-1215206947/solver-1078490-1215206947 -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-1078490-1215206947.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.00 2.00 2.00 4/81 30292
/proc/meminfo: memFree=1836664/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=12132 CPUtime=0
/proc/30292/stat : 30292 (sugar) R 30290 30292 27552 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 1999669308 12423168 182 996147200 4194304 4206940 548682068560 18446744073709551615 240472462781 0 0 4224 0 0 0 0 17 1 0 0
/proc/30292/statm: 3033 182 142 3 0 133 0

[startup+0.104824 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30292
/proc/meminfo: memFree=1836664/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.04
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 1999669308 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201829 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30292
/proc/meminfo: memFree=1836664/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.04
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 1999669308 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301837 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30292
/proc/meminfo: memFree=1836664/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.04
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 1999669308 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701873 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 30292
/proc/meminfo: memFree=1836664/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.04
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 1999669308 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 30314
/proc/meminfo: memFree=1826336/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.83
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 972 6998 0 1 3 1 74 5 16 0 1 0 1999669308 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 797 370 3 0 500 0
[pid=30305] ppid=30292 vsize=5356 CPUtime=0
/proc/30305/stat : 30305 (sh) S 30292 30292 27552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999669397 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30305/statm: 1339 233 193 169 0 50 0
[pid=30306] ppid=30305 vsize=864012 CPUtime=0.58
/proc/30306/stat : 30306 (java) S 30305 30292 27552 0 -1 0 6856 0 1 0 56 2 0 0 18 0 9 0 1999669397 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 216003 6145 2532 9 0 210585 0
[pid=30306/tid=30307] ppid=30305 vsize=864012 CPUtime=0.35
/proc/30306/task/30307/stat : 30307 (java) R 30305 30292 27552 0 -1 64 2459 0 1 0 34 1 0 0 22 0 9 0 1999669398 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4126418260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30305 vsize=864012 CPUtime=0.17
/proc/30306/task/30308/stat : 30308 (java) S 30305 30292 27552 0 -1 64 3388 0 0 0 17 0 0 0 16 0 9 0 1999669399 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30305 vsize=864012 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30305 30292 27552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999669400 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30305 vsize=864012 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30305 30292 27552 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999669400 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30311] ppid=30305 vsize=864012 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30305 30292 27552 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999669402 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30312] ppid=30305 vsize=864012 CPUtime=0.04
/proc/30306/task/30312/stat : 30312 (java) S 30305 30292 27552 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 1999669402 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30313] ppid=30305 vsize=864012 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30305 30292 27552 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999669402 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30314] ppid=30305 vsize=864012 CPUtime=0
/proc/30306/task/30314/stat : 30314 (java) S 30305 30292 27552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999669402 884748288 6145 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10209 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 30314
/proc/meminfo: memFree=1804064/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=0.83
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 972 6998 0 1 3 1 74 5 15 0 1 0 1999669308 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 797 370 3 0 500 0
[pid=30305] ppid=30292 vsize=5356 CPUtime=0
/proc/30305/stat : 30305 (sh) S 30292 30292 27552 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999669397 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30305/statm: 1339 233 193 169 0 50 0
[pid=30306] ppid=30305 vsize=864160 CPUtime=2.17
/proc/30306/stat : 30306 (java) S 30305 30292 27552 0 -1 0 15180 0 1 0 210 7 0 0 18 0 9 0 1999669397 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 216040 14410 2540 9 0 210615 0
[pid=30306/tid=30307] ppid=30305 vsize=864160 CPUtime=1.03
/proc/30306/task/30307/stat : 30307 (java) R 30305 30292 27552 0 -1 64 3204 0 1 0 102 1 0 0 20 0 9 0 1999669398 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30305 vsize=864160 CPUtime=1.06
/proc/30306/task/30308/stat : 30308 (java) R 30305 30292 27552 0 -1 64 10958 0 0 0 102 4 0 0 18 0 9 0 1999669399 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 104181370 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30305 vsize=864160 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30305 30292 27552 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999669400 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30305 vsize=864160 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30305 30292 27552 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999669400 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30311] ppid=30305 vsize=864160 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30305 30292 27552 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999669402 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30312] ppid=30305 vsize=864160 CPUtime=0.05
/proc/30306/task/30312/stat : 30312 (java) S 30305 30292 27552 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 1999669402 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30313] ppid=30305 vsize=864160 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30305 30292 27552 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999669402 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30306/tid=30314] ppid=30305 vsize=864160 CPUtime=0
/proc/30306/task/30314/stat : 30314 (java) S 30305 30292 27552 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999669402 884899840 14410 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883116

[startup+6.30237 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1822624/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 15 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=8300 CPUtime=1.67
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 1967 0 0 0 166 1 0 0 25 0 1 0 1999669769 8499200 1953 996147200 134512640 135127466 4294956224 18446744073709551615 134529983 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 2075 1953 75 150 0 1922 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27256

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1821216/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=9684 CPUtime=8
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 2300 0 0 0 799 1 0 0 25 0 1 0 1999669769 9916416 2286 996147200 134512640 135127466 4294956224 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 2421 2286 75 150 0 2268 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28640

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1819232/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=11620 CPUtime=20.68
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 2801 0 0 0 2067 1 0 0 25 0 1 0 1999669769 11898880 2787 996147200 134512640 135127466 4294956224 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 2905 2787 75 150 0 2752 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30576

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1816416/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=14624 CPUtime=46.03
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 3522 0 0 0 4601 2 0 0 25 0 1 0 1999669769 14974976 3508 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 3656 3508 75 150 0 3503 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33580

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1814688/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=16236 CPUtime=96.76
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 3916 0 0 0 9674 2 0 0 25 0 1 0 1999669769 16625664 3902 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 4059 3902 75 150 0 3906 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 35192

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1810528/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=20484 CPUtime=156.2
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 4955 0 0 0 15616 4 0 0 25 0 1 0 1999669769 20975616 4941 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 5121 4941 75 150 0 4968 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 39440

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

[startup+163.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1810400/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=20484 CPUtime=157.09
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 4972 0 0 0 15705 4 0 0 25 0 1 0 1999669769 20975616 4958 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 5121 4958 75 150 0 4968 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 39440

[startup+164.006 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1810336/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=20616 CPUtime=157.89
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 4987 0 0 0 15785 4 0 0 25 0 1 0 1999669769 21110784 4973 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 5154 4973 75 150 0 5001 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 39572

[startup+164.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1810336/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=4.47
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1029 22656 0 2 3 1 427 16 16 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
[pid=30315] ppid=30292 vsize=5356 CPUtime=0
/proc/30315/stat : 30315 (sh) S 30292 30292 27552 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999669769 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30315/statm: 1339 232 193 169 0 50 0
[pid=30316] ppid=30315 vsize=20616 CPUtime=158.08
/proc/30316/stat : 30316 (minisat) R 30315 30292 27552 0 -1 4194304 4990 0 0 0 15804 4 0 0 25 0 1 0 1999669769 21110784 4976 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30316/statm: 5154 4976 75 150 0 5001 0
Current children cumulated CPU time (s) 162.55
Current children cumulated vsize (KiB) 39572

[startup+164.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30316
/proc/meminfo: memFree=1810336/2055920 swapFree=4180972/4192956
[pid=30292] ppid=30290 vsize=13600 CPUtime=162.58
/proc/30292/stat : 30292 (sugar) S 30290 30292 27552 0 -1 4194304 1069 27940 0 2 3 1 16233 21 17 0 1 0 1999669308 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30292/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 162.58
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 164.351
CPU time (s): 162.705
CPU user time (s): 162.449
CPU system time (s): 0.255961
CPU usage (%): 98.9989
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.449
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32705
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= 2555
involuntary context switches= 8903

runsolver used 0.156976 second user time and 0.608907 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-04 23:29:07
IDJOB=1078490
IDBENCH=56798
IDSOLVER=346
FILE ID=node15/1078490-1215206947
PBS_JOBID= 7881637
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 76c929ad943835582f9c43652ef4219a
RANDOM SEED=1804312765

node15.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.229
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.229
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:       1837144 kB
Buffers:         16080 kB
Cached:         116484 kB
SwapCached:       6020 kB
Active:         109964 kB
Inactive:        49948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837144 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2636 kB
Writeback:           0 kB
Mapped:          43544 kB
Slab:            43772 kB
Committed_AS:  3665020 kB
PageTables:       2020 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= 66492 MiB
End job on node15 at 2008-07-04 23:31:51