Trace number 2068563

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.14.6+minisatUNSAT 23.3554 23.7994

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-43s-smv.xml
MD5SUM12d27c64e696cc8c609d7f2cba3eeb46
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3554
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8685
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8685
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:29:13 2009
0.00/0.08	c 0	PID 17195
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068563-1247347753.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068563-1247347753.xml' 'HOME/temp.csp'
1.06/1.19	c 1	3 domains, 3655 variables, 7 predicates, 0 relations, 8685 constraints
1.14/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.14/1.32	c 1	Parsing HOME/temp.csp
1.14/1.47	c 2	parsed 10000 expressions
1.14/1.56	c 2	parsed 12350 expressions
1.14/1.57	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.57	c 2	Converting to clausal form CSP
1.14/1.60	c 2	converted 1235 (10%) expressions
1.14/1.61	c 2	converted 2470 (20%) expressions
1.14/1.63	c 2	converted 3705 (30%) expressions
1.14/1.82	c 2	converted 4940 (40%) expressions
1.14/1.86	c 2	converted 6175 (50%) expressions
1.14/1.89	c 2	converted 7410 (60%) expressions
1.14/1.92	c 2	converted 8645 (70%) expressions
1.14/1.95	c 2	converted 9880 (80%) expressions
1.14/1.99	c 2	converted 11115 (90%) expressions
2.27/2.44	c 3	converted 12350 (100%) expressions
2.27/2.45	c 3	CSP : 5653 integers, 0 booleans, 11184 clauses, largest domain size 212
2.27/2.45	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.27/2.45	c 3	Propagation in CSP
2.37/2.54	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.37/2.54	c 3	CSP : 5653 integers, 0 booleans, 11184 clauses, largest domain size 212
2.37/2.54	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.37/2.56	c 3	Simplifing CSP by introducing new Boolean variables
2.37/2.56	c 3	CSP : 5653 integers, 0 booleans, 11184 clauses, largest domain size 212
2.37/2.56	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.47/2.63	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.47/2.64	c 3	566 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.65	c 3	1131 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.65	c 3	1696 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.65	c 3	2262 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.66	c 3	2827 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.66	c 3	3392 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.57/2.71	c 3	3958 (70%) CSP integer variables are encoded (33684 clauses, 491721 bytes)
2.57/2.79	c 3	4523 (80%) CSP integer variables are encoded (96652 clauses, 1437544 bytes)
2.68/2.88	c 3	5088 (90%) CSP integer variables are encoded (158012 clauses, 2480664 bytes)
2.77/2.96	c 3	5653 (100%) CSP integer variables are encoded (218254 clauses, 3504778 bytes)
2.87/3.00	c 3	1119 (10%) CSP clauses are encoded (219373 clauses, 3518356 bytes)
2.87/3.02	c 3	2237 (20%) CSP clauses are encoded (220491 clauses, 3532890 bytes)
2.87/3.04	c 3	3356 (30%) CSP clauses are encoded (221610 clauses, 3547437 bytes)
2.87/3.04	c 3	4474 (40%) CSP clauses are encoded (222728 clauses, 3562115 bytes)
2.87/3.06	c 3	5592 (50%) CSP clauses are encoded (223846 clauses, 3581188 bytes)
3.17/3.36	c 4	6711 (60%) CSP clauses are encoded (377819 clauses, 6298365 bytes)
4.95/5.16	c 5	7829 (70%) CSP clauses are encoded (1286009 clauses, 24382274 bytes)
6.74/6.99	c 7	8948 (80%) CSP clauses are encoded (2204092 clauses, 43659750 bytes)
8.58/8.80	c 9	10066 (90%) CSP clauses are encoded (3077902 clauses, 63640644 bytes)
10.26/10.54	c 11	11184 (100%) CSP clauses are encoded (3919792 clauses, 82891763 bytes)
10.26/10.54	c 11	11184 CSP clauses encoded
10.26/10.54	c 11	Writing map file : HOME/temp.map
10.26/10.56	c 11	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.26/10.56	c 11	SAT : 223388 SAT variables, 3919792 SAT clauses, 82891763 bytes
10.26/10.56	c 11	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.32/10.62	c 11	SOLVING HOME/temp.cnf
10.32/10.62	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.32/10.62	c 11	This is MiniSat 2.0 beta
10.32/10.62	c 11	WARNING: for repeatability, setting FPU to use double precision
10.32/10.62	c 11	============================[ Problem Statistics ]=============================
10.32/10.62	c 11	|                                                                             |
10.32/10.62	c 11	|  Number of variables:  223388                                               |
10.32/10.62	c 11	|  Number of clauses:    3919792                                              |
12.28/12.65	c 13	|  Parsing time:         1.71         s                                       |
12.38/12.76	c 13	============================[ Search Statistics ]==============================
12.38/12.76	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.38/12.76	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.38/12.76	c 13	===============================================================================
12.38/12.76	c 13	|         0 |  223388  3919792 11577050 |  1306597        0    nan |  0.000 % |
14.15/14.58	c 15	|       100 |  223385  3919792 11577050 |  1437257       98      6 |  0.003 % |
14.95/15.39	c 16	|       250 |  223384  3919792 11577050 |  1580982      247      9 |  0.004 % |
17.62/18.03	c 18	|       475 |  223294  3919792 11577050 |  1739081      458      8 |  0.073 % |
18.81/19.29	c 19	|       813 |  223221  3919792 11577050 |  1912989      788     10 |  0.215 % |
20.09/20.55	c 21	|      1319 |  223169  3919792 11577050 |  2104288     1291     10 |  0.243 % |
22.67/23.13	c 23	|      2080 |  221822  3880575 11461604 |  2314716     1215      9 |  0.701 % |
22.77/23.29	c 23	===============================================================================
22.77/23.29	c 23	restarts              : 7
22.77/23.29	c 23	conflicts             : 2196           (180 /sec)
22.77/23.29	c 23	decisions             : 10376          (1.00 % random) (850 /sec)
22.77/23.29	c 23	propagations          : 12763734       (1045510 /sec)
22.77/23.29	c 23	conflict literals     : 18722          (43.62 % deleted)
22.77/23.29	c 23	Memory used           : 185.51 MB
22.77/23.29	c 23	CPU time              : 12.2081 s
22.77/23.29	c 23	
22.77/23.29	c 23	UNSATISFIABLE
22.86/23.33	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.86/23.33	c 23	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.91/23.40	c 24	Decoding HOME/temp.out
22.91/23.68	s UNSATISFIABLE
22.91/23.69	c 24	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.91/23.76	c 24	CPU 23.28 (0.06 0.01 22.02 1.19)
22.91/23.76	c 24	END Sat Jul 11 23:29:37 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068563-1247347753/watcher-2068563-1247347753 -o /tmp/evaluation-result-2068563-1247347753/solver-2068563-1247347753 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068563-1247347753.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.08 2.09 4/74 17195
/proc/meminfo: memFree=1868952/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=12132 CPUtime=0
/proc/17195/stat : 17195 (sugar) R 17193 17195 15388 0 -1 4194304 213 0 0 0 0 0 0 0 22 0 1 0 21842885 12423168 181 996147200 4194304 4206940 548682068608 18446744073709551615 233632964780 0 0 4224 0 0 0 0 17 1 0 0
/proc/17195/statm: 3033 181 142 3 0 133 0

[startup+0.0828191 s]
/proc/loadavg: 2.16 2.08 2.09 4/74 17195
/proc/meminfo: memFree=1868952/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16740 CPUtime=0.06
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21842885 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102324 s]
/proc/loadavg: 2.16 2.08 2.09 4/74 17195
/proc/meminfo: memFree=1868952/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=0.06
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301869 s]
/proc/loadavg: 2.16 2.08 2.09 4/74 17195
/proc/meminfo: memFree=1868952/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=0.06
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701938 s]
/proc/loadavg: 2.16 2.08 2.09 4/74 17195
/proc/meminfo: memFree=1868952/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=0.06
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50107 s]
/proc/loadavg: 2.16 2.08 2.09 3/85 17207
/proc/meminfo: memFree=1844480/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=1.14
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1309 9484 0 1 5 1 102 6 15 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 16868

[startup+3.10232 s]
/proc/loadavg: 2.16 2.08 2.09 3/85 17217
/proc/meminfo: memFree=1846080/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=1.15
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1310 9484 0 1 6 1 102 6 15 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
[pid=17208] ppid=17195 vsize=5356 CPUtime=0
/proc/17208/stat : 17208 (sh) S 17195 17195 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21843009 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17208/statm: 1339 233 193 169 0 50 0
[pid=17209] ppid=17208 vsize=869728 CPUtime=1.82
/proc/17209/stat : 17209 (java) S 17208 17195 15388 0 -1 0 9070 0 1 0 173 9 0 0 19 0 9 0 21843009 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17209/statm: 217432 8081 2590 9 0 211909 0
[pid=17209/tid=17210] ppid=17208 vsize=869728 CPUtime=1.24
/proc/17209/task/17210/stat : 17210 (java) R 17208 17195 15388 0 -1 64 2798 0 1 0 120 4 0 0 21 0 9 0 21843010 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4126978263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17211] ppid=17208 vsize=869728 CPUtime=0.31
/proc/17209/task/17211/stat : 17211 (java) S 17208 17195 15388 0 -1 64 4038 0 0 0 28 3 0 0 16 0 9 0 21843011 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17212] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17212/stat : 17212 (java) S 17208 17195 15388 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21843011 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17213] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17213/stat : 17213 (java) S 17208 17195 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21843011 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17214] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17214/stat : 17214 (java) S 17208 17195 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21843013 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17215] ppid=17208 vsize=869728 CPUtime=0.24
/proc/17209/task/17215/stat : 17215 (java) S 17208 17195 15388 0 -1 64 1530 0 0 0 23 1 0 0 15 0 9 0 21843013 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17216] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17216/stat : 17216 (java) S 17208 17195 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21843013 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17217] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17217/stat : 17217 (java) S 17208 17195 15388 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21843013 890601472 8081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 891952

[startup+6.30184 s]
/proc/loadavg: 2.14 2.08 2.09 3/85 17217
/proc/meminfo: memFree=1816064/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=1.15
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1310 9484 0 1 6 1 102 6 16 0 1 0 21842885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1111 409 3 0 796 0
[pid=17208] ppid=17195 vsize=5356 CPUtime=0
/proc/17208/stat : 17208 (sh) S 17195 17195 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21843009 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17208/statm: 1339 233 193 169 0 50 0
[pid=17209] ppid=17208 vsize=869728 CPUtime=4.99
/proc/17209/stat : 17209 (java) S 17208 17195 15388 0 -1 0 9918 0 1 0 464 35 0 0 19 0 9 0 21843009 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17209/statm: 217432 8086 2590 9 0 211909 0
[pid=17209/tid=17210] ppid=17208 vsize=869728 CPUtime=4.18
/proc/17209/task/17210/stat : 17210 (java) R 17208 17195 15388 0 -1 64 3641 0 1 0 393 25 0 0 25 0 9 0 21843010 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4126994959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17211] ppid=17208 vsize=869728 CPUtime=0.53
/proc/17209/task/17211/stat : 17211 (java) S 17208 17195 15388 0 -1 64 4038 0 0 0 46 7 0 0 16 0 9 0 21843011 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17212] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17212/stat : 17212 (java) S 17208 17195 15388 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21843011 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17213] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17213/stat : 17213 (java) S 17208 17195 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21843011 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17214] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17214/stat : 17214 (java) S 17208 17195 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21843013 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17215] ppid=17208 vsize=869728 CPUtime=0.25
/proc/17209/task/17215/stat : 17215 (java) S 17208 17195 15388 0 -1 64 1535 0 0 0 24 1 0 0 16 0 9 0 21843013 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17216] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17216/stat : 17216 (java) S 17208 17195 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21843013 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17209/tid=17217] ppid=17208 vsize=869728 CPUtime=0
/proc/17209/task/17217/stat : 17217 (java) S 17208 17195 15388 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21843013 890601472 8086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 891952

[startup+12.7019 s]
/proc/loadavg: 2.13 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1664256/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=10.33
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1376 20829 0 2 6 1 947 79 16 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
[pid=17218] ppid=17195 vsize=5356 CPUtime=0
/proc/17218/stat : 17218 (sh) S 17195 17195 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21843947 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17218/statm: 1339 232 193 169 0 50 0
[pid=17219] ppid=17218 vsize=173080 CPUtime=2.05
/proc/17219/stat : 17219 (minisat) R 17218 17195 15388 0 -1 4194304 41169 0 0 0 175 30 0 0 25 0 1 0 21843947 177233920 41155 996147200 134512640 135127466 4294956256 18446744073709551615 134531660 0 0 4096 3 0 0 0 17 1 0 0
/proc/17219/statm: 43270 41155 71 150 0 43117 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 195304

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

[startup+19.1029 s]
/proc/loadavg: 2.11 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1602112/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=10.33
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1376 20829 0 2 6 1 947 79 16 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
[pid=17218] ppid=17195 vsize=5356 CPUtime=0
/proc/17218/stat : 17218 (sh) S 17195 17195 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21843947 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17218/statm: 1339 232 193 169 0 50 0
[pid=17219] ppid=17218 vsize=189296 CPUtime=8.38
/proc/17219/stat : 17219 (minisat) R 17218 17195 15388 0 -1 4194304 45150 0 0 0 805 33 0 0 25 0 1 0 21843947 193839104 45136 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17219/statm: 47324 45136 76 150 0 47171 0
Current children cumulated CPU time (s) 18.71
Current children cumulated vsize (KiB) 211520

[startup+22.3014 s]
/proc/loadavg: 2.11 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1601600/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=10.33
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1376 20829 0 2 6 1 947 79 16 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
[pid=17218] ppid=17195 vsize=5356 CPUtime=0
/proc/17218/stat : 17218 (sh) S 17195 17195 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21843947 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17218/statm: 1339 232 193 169 0 50 0
[pid=17219] ppid=17218 vsize=189824 CPUtime=11.55
/proc/17219/stat : 17219 (minisat) R 17218 17195 15388 0 -1 4194304 45285 0 0 0 1122 33 0 0 25 0 1 0 21843947 194379776 45271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17219/statm: 47456 45271 76 150 0 47303 0
Current children cumulated CPU time (s) 21.88
Current children cumulated vsize (KiB) 212048

[startup+23.1066 s]
/proc/loadavg: 2.11 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1601472/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=10.33
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1376 20829 0 2 6 1 947 79 16 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
[pid=17218] ppid=17195 vsize=5356 CPUtime=0
/proc/17218/stat : 17218 (sh) S 17195 17195 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21843947 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17218/statm: 1339 232 193 169 0 50 0
[pid=17219] ppid=17218 vsize=189956 CPUtime=12.34
/proc/17219/stat : 17219 (minisat) R 17218 17195 15388 0 -1 4194304 45297 0 0 0 1201 33 0 0 25 0 1 0 21843947 194514944 45283 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17219/statm: 47489 45283 76 150 0 47336 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 212180

[startup+23.5016 s]
/proc/loadavg: 2.11 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1601472/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=22.91
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1448 66420 0 2 6 1 2168 116 16 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 16868

[startup+23.7016 s]
/proc/loadavg: 2.11 2.08 2.09 3/77 17219
/proc/meminfo: memFree=1601472/2055920 swapFree=4192812/4192956
[pid=17195] ppid=17193 vsize=16868 CPUtime=22.91
/proc/17195/stat : 17195 (sugar) S 17193 17195 15388 0 -1 4194304 1449 66420 0 2 6 1 2168 116 15 0 1 0 21842885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17195/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 23.7994
CPU time (s): 23.3554
CPU user time (s): 22.0936
CPU system time (s): 1.26181
CPU usage (%): 98.1347
Max. virtual memory (cumulated for all children) (KiB): 892028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0936
system time used= 1.26181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72079
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= 21493
involuntary context switches= 21811

runsolver used 0.022996 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 23:29:13
IDJOB=2068563
IDBENCH=54880
IDSOLVER=739
FILE ID=node3/2068563-1247347753
PBS_JOBID= 9506734
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-43s-smv.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068563-1247347753/watcher-2068563-1247347753 -o /tmp/evaluation-result-2068563-1247347753/solver-2068563-1247347753 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068563-1247347753.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 12d27c64e696cc8c609d7f2cba3eeb46
RANDOM SEED=215567990

node3.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.259
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.259
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:       1869432 kB
Buffers:         14800 kB
Cached:          91688 kB
SwapCached:          0 kB
Active:         107320 kB
Inactive:        30428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:          42524 kB
Slab:            34016 kB
Committed_AS:   170000 kB
PageTables:       1808 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= 66380 MiB
End job on node3 at 2009-07-11 23:29:37