Trace number 1063833

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 5.33019 5.47126

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-44s-smv.xml
MD5SUM5487463826d41b0bd2eb155dfdb29349
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 benchmark5.33019
Satisfiable
(Un)Satisfiability was proved
Number of variables495
Number of constraints939
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension939
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c 0	Sugar v1-13 + HOME/minisat
0.00/0.03	c 0	BEGIN Fri Jul  4 04:33:47 2008
0.00/0.03	c 0	PID 10025
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063833-1215138827.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063833-1215138827.xml' 'HOME/temp.csp'
0.03/0.42	c 0	3 domains, 495 variables, 7 predicates, 0 relations, 939 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 0	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.41/0.53	c 0	Parsing HOME/temp.csp
0.41/0.72	c 1	parsed 1444 expressions
0.41/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.72	c 1	Converting to clausal form CSP
0.41/0.74	c 1	converted 145 (10%) expressions
0.41/0.75	c 1	converted 289 (20%) expressions
0.41/0.75	c 1	converted 434 (30%) expressions
0.41/0.77	c 1	converted 578 (40%) expressions
0.41/0.80	c 1	converted 722 (50%) expressions
0.41/0.81	c 1	converted 867 (60%) expressions
0.41/0.83	c 1	converted 1011 (70%) expressions
0.41/0.84	c 1	converted 1156 (80%) expressions
0.41/0.91	c 1	converted 1300 (90%) expressions
0.93/1.06	c 1	converted 1444 (100%) expressions
0.93/1.06	c 1	CSP : 1881 integers, 0 booleans, 3405 clauses, largest domain size 150
0.93/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Propagation in CSP
0.93/1.10	c 1	494 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.10	c 1	CSP : 1881 integers, 0 booleans, 3405 clauses, largest domain size 128
0.93/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.11	c 1	CSP : 1881 integers, 0 booleans, 3405 clauses, largest domain size 128
1.03/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.15	c 1	189 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.15	c 1	377 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.16	c 1	565 (30%) CSP integer variables are encoded (2273 clauses, 28402 bytes)
1.03/1.17	c 1	753 (40%) CSP integer variables are encoded (9243 clauses, 119012 bytes)
1.03/1.18	c 1	941 (50%) CSP integer variables are encoded (16016 clauses, 220370 bytes)
1.03/1.20	c 1	1129 (60%) CSP integer variables are encoded (22360 clauses, 315530 bytes)
1.12/1.21	c 1	1317 (70%) CSP integer variables are encoded (29188 clauses, 417950 bytes)
1.12/1.22	c 1	1505 (80%) CSP integer variables are encoded (36036 clauses, 520670 bytes)
1.12/1.23	c 1	1693 (90%) CSP integer variables are encoded (41784 clauses, 606890 bytes)
1.12/1.24	c 1	1881 (100%) CSP integer variables are encoded (46262 clauses, 674060 bytes)
1.12/1.25	c 1	341 (10%) CSP clauses are encoded (46603 clauses, 677782 bytes)
1.22/1.36	c 1	681 (20%) CSP clauses are encoded (88812 clauses, 1399723 bytes)
1.43/1.52	c 1	1022 (30%) CSP clauses are encoded (172833 clauses, 2902693 bytes)
1.52/1.69	c 1	1362 (40%) CSP clauses are encoded (249034 clauses, 4455999 bytes)
1.72/1.87	c 2	1703 (50%) CSP clauses are encoded (323391 clauses, 5999620 bytes)
2.01/2.11	c 2	2043 (60%) CSP clauses are encoded (418555 clauses, 7988139 bytes)
2.21/2.32	c 2	2384 (70%) CSP clauses are encoded (513514 clauses, 9970362 bytes)
2.41/2.50	c 2	2724 (80%) CSP clauses are encoded (595554 clauses, 11677095 bytes)
2.51/2.65	c 2	3065 (90%) CSP clauses are encoded (659051 clauses, 12998472 bytes)
2.70/2.83	c 3	3405 (100%) CSP clauses are encoded (732157 clauses, 14530409 bytes)
2.70/2.83	c 3	3405 CSP clauses encoded
2.70/2.83	c 3	Writing map file : HOME/temp.map
2.70/2.84	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.84	c 3	SAT : 48025 SAT variables, 732157 SAT clauses, 14530409 bytes
2.70/2.84	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.70/2.85	c 3	SOLVING HOME/temp.cnf
2.70/2.85	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.70/2.85	c 3	This is MiniSat 2.0 beta
2.70/2.85	c 3	WARNING: for repeatability, setting FPU to use double precision
2.70/2.85	c 3	============================[ Problem Statistics ]=============================
2.70/2.85	c 3	|                                                                             |
2.70/2.85	c 3	|  Number of variables:  48025                                                |
2.70/2.85	c 3	|  Number of clauses:    732157                                               |
2.75/3.19	c 3	|  Parsing time:         0.30         s                                       |
3.08/3.21	c 3	============================[ Search Statistics ]==============================
3.08/3.21	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.08/3.21	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.08/3.21	c 3	===============================================================================
3.08/3.21	c 3	|         0 |   48025   732157  2086281 |   244052        0    nan |  0.000 % |
3.78/3.99	c 4	|       101 |   47963   732157  2086281 |   268457       91      6 |  0.158 % |
4.78/4.93	c 5	|       251 |   47962   732157  2086281 |   295303      239      7 |  0.966 % |
5.07/5.24	c 5	===============================================================================
5.07/5.24	c 5	restarts              : 3
5.07/5.24	c 5	conflicts             : 324            (140 /sec)
5.07/5.24	c 5	decisions             : 1109           (1.53 % random) (478 /sec)
5.07/5.24	c 5	propagations          : 2165733        (933648 /sec)
5.07/5.24	c 5	conflict literals     : 2005           (44.03 % deleted)
5.07/5.24	c 5	Memory used           : 37.16 MB
5.07/5.24	c 5	CPU time              : 2.31965 s
5.07/5.24	c 5	
5.07/5.24	c 5	UNSATISFIABLE
5.07/5.25	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.07/5.25	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.15/5.33	c 5	Decoding HOME/temp.out
5.29/5.40	s UNSATISFIABLE
5.29/5.41	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.29/5.47	c 5	CPU 5.04 (0.04 0.01 5 0.26)
5.29/5.47	c 5	END Fri Jul  4 04:33:52 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063833-1215138827/watcher-1063833-1215138827 -o /tmp/evaluation-result-1063833-1215138827/solver-1063833-1215138827 -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-1063833-1215138827.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.06 1.99 1.97 4/81 10025
/proc/meminfo: memFree=1754600/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=12272 CPUtime=0
/proc/10025/stat : 10025 (sugar) R 10023 10025 7543 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1992855010 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 1 0 0
/proc/10025/statm: 3068 364 274 3 0 168 0

[startup+0.092547 s]
/proc/loadavg: 2.06 1.99 1.97 4/81 10025
/proc/meminfo: memFree=1754600/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=0.03
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1992855010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101545 s]
/proc/loadavg: 2.06 1.99 1.97 4/81 10025
/proc/meminfo: memFree=1754600/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=0.03
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1992855010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301569 s]
/proc/loadavg: 2.06 1.99 1.97 4/81 10025
/proc/meminfo: memFree=1754600/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=0.03
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1992855010 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10025/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701617 s]
/proc/loadavg: 2.06 1.99 1.97 4/81 10025
/proc/meminfo: memFree=1754600/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=0.41
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 973 4805 0 1 3 0 35 3 15 0 1 0 1992855010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.50271 s]
/proc/loadavg: 2.06 1.99 1.97 3/92 10047
/proc/meminfo: memFree=1740624/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=0.41
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 974 4805 0 1 3 0 35 3 15 0 1 0 1992855010 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 797 370 3 0 500 0
[pid=10038] ppid=10025 vsize=5356 CPUtime=0
/proc/10038/stat : 10038 (sh) S 10025 10025 7543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992855055 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10038/statm: 1339 233 193 169 0 50 0
[pid=10039] ppid=10038 vsize=868476 CPUtime=1.02
/proc/10039/stat : 10039 (java) S 10038 10025 7543 0 -1 0 6771 0 1 0 97 5 0 0 20 0 9 0 1992855055 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10039/statm: 217119 5919 2562 9 0 211666 0
[pid=10039/tid=10040] ppid=10038 vsize=868476 CPUtime=0.69
/proc/10039/task/10040/stat : 10040 (java) R 10038 10025 7543 0 -1 64 2793 0 1 0 67 2 0 0 25 0 9 0 1992855056 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4126829111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10041] ppid=10038 vsize=868476 CPUtime=0.07
/proc/10039/task/10041/stat : 10041 (java) S 10038 10025 7543 0 -1 64 1810 0 0 0 7 0 0 0 16 0 9 0 1992855057 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10042] ppid=10038 vsize=868476 CPUtime=0
/proc/10039/task/10042/stat : 10042 (java) S 10038 10025 7543 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992855058 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10043] ppid=10038 vsize=868476 CPUtime=0
/proc/10039/task/10043/stat : 10043 (java) S 10038 10025 7543 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992855058 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10044] ppid=10038 vsize=868476 CPUtime=0
/proc/10039/task/10044/stat : 10044 (java) S 10038 10025 7543 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992855059 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10045] ppid=10038 vsize=868476 CPUtime=0.21
/proc/10039/task/10045/stat : 10045 (java) S 10038 10025 7543 0 -1 64 1476 0 0 0 21 0 0 0 16 0 9 0 1992855059 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10046] ppid=10038 vsize=868476 CPUtime=0
/proc/10039/task/10046/stat : 10046 (java) S 10038 10025 7543 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992855059 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10039/tid=10047] ppid=10038 vsize=868476 CPUtime=0
/proc/10039/task/10047/stat : 10047 (java) S 10038 10025 7543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992855060 889319424 5919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887432

[startup+3.1019 s]
/proc/loadavg: 2.06 1.99 1.97 3/92 10047
/proc/meminfo: memFree=1730640/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=2.75
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 1034 12204 0 2 3 0 255 17 16 0 1 0 1992855010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 13600

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

[startup+4.70109 s]
/proc/loadavg: 2.06 1.99 1.97 3/84 10049
/proc/meminfo: memFree=1702288/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=2.76
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 1034 12204 0 2 3 1 255 17 15 0 1 0 1992855010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 799 370 3 0 500 0
[pid=10048] ppid=10025 vsize=5356 CPUtime=0
/proc/10048/stat : 10048 (sh) S 10025 10025 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992855295 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10048/statm: 1339 232 193 169 0 50 0
[pid=10049] ppid=10048 vsize=38052 CPUtime=1.82
/proc/10049/stat : 10049 (minisat) R 10048 10025 7543 0 -1 4194304 8902 0 0 0 178 4 0 0 25 0 1 0 1992855295 38965248 8888 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/10049/statm: 9513 8888 74 150 0 9360 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 57008

[startup+5.10114 s]
/proc/loadavg: 2.06 1.99 1.97 3/84 10049
/proc/meminfo: memFree=1702288/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=2.76
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 1034 12204 0 2 3 1 255 17 16 0 1 0 1992855010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 799 370 3 0 500 0
[pid=10048] ppid=10025 vsize=5356 CPUtime=0
/proc/10048/stat : 10048 (sh) S 10025 10025 7543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992855295 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10048/statm: 1339 232 193 169 0 50 0
[pid=10049] ppid=10048 vsize=38052 CPUtime=2.21
/proc/10049/stat : 10049 (minisat) R 10048 10025 7543 0 -1 4194304 8903 0 0 0 217 4 0 0 25 0 1 0 1992855295 38965248 8889 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10049/statm: 9513 8889 74 150 0 9360 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 57008

[startup+5.30116 s]
/proc/loadavg: 2.06 1.99 1.97 3/84 10049
/proc/meminfo: memFree=1702288/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=5.15
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 1071 21402 0 2 3 1 488 23 16 0 1 0 1992855010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 13600

[startup+5.40117 s]
/proc/loadavg: 2.06 1.99 1.97 4/92 10059
/proc/meminfo: memFree=1732496/2055920 swapFree=4179912/4192956
[pid=10025] ppid=10023 vsize=13600 CPUtime=5.16
/proc/10025/stat : 10025 (sugar) S 10023 10025 7543 0 -1 4194304 1091 21402 0 2 4 1 488 23 16 0 1 0 1992855010 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10025/statm: 3400 799 370 3 0 500 0
[pid=10050] ppid=10025 vsize=5356 CPUtime=0
/proc/10050/stat : 10050 (sh) S 10025 10025 7543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992855535 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10050/statm: 1339 233 193 169 0 50 0
[pid=10051] ppid=10050 vsize=863724 CPUtime=0.13
/proc/10051/stat : 10051 (java) S 10050 10025 7543 0 -1 0 3446 0 1 0 11 2 0 0 20 0 9 0 1992855535 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10051/statm: 215931 2922 1656 9 0 210513 0
[pid=10051/tid=10052] ppid=10050 vsize=863724 CPUtime=0.09
/proc/10051/task/10052/stat : 10052 (java) R 10050 10025 7543 0 -1 64 2449 0 1 0 8 1 0 0 25 0 9 0 1992855536 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 102689675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10053] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10053/stat : 10053 (java) S 10050 10025 7543 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 1992855537 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10054] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10054/stat : 10054 (java) S 10050 10025 7543 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1992855538 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10055] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10055/stat : 10055 (java) S 10050 10025 7543 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1992855538 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10056] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10056/stat : 10056 (java) S 10050 10025 7543 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992855539 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10057] ppid=10050 vsize=863724 CPUtime=0.02
/proc/10051/task/10057/stat : 10057 (java) R 10050 10025 7543 0 -1 64 233 0 0 0 2 0 0 0 21 0 9 0 1992855539 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 101583521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10058] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10058/stat : 10058 (java) S 10050 10025 7543 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992855539 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10051/tid=10059] ppid=10050 vsize=863724 CPUtime=0
/proc/10051/task/10059/stat : 10059 (java) S 10050 10025 7543 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1992855540 884453376 2922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 5.47126
CPU time (s): 5.33019
CPU user time (s): 5.04823
CPU system time (s): 0.281957
CPU usage (%): 97.4216
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.04823
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26362
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= 4676
involuntary context switches= 4671

runsolver used 0.012998 second user time and 0.021996 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 04:33:47
IDJOB=1063833
IDBENCH=54881
IDSOLVER=346
FILE ID=node53/1063833-1215138827
PBS_JOBID= 7877224
Free space on /tmp= 65200 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-44s-smv.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-1063833-1215138827/watcher-1063833-1215138827 -o /tmp/evaluation-result-1063833-1215138827/solver-1063833-1215138827 -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-1063833-1215138827.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5487463826d41b0bd2eb155dfdb29349
RANDOM SEED=1765727496

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755016 kB
Buffers:         42276 kB
Cached:         144504 kB
SwapCached:       7428 kB
Active:         161144 kB
Inactive:        83120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755016 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          73476 kB
Slab:            41900 kB
Committed_AS:  4557560 kB
PageTables:       1904 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= 65196 MiB
End job on node53 at 2008-07-04 04:33:52