Trace number 1064904

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+minisat? (MO) 70.3 72.0512

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-22s-smv.xml
MD5SUM12b9f6423c9315112e1682a7a9e966a5
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 benchmark25.8231
Satisfiable
(Un)Satisfiability was proved
Number of variables5985
Number of constraints15364
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15364
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 06:10:06 2008
0.00/0.04	c 0	PID 6379
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064904-1215144606.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-1064904-1215144606.xml' 'HOME/temp.csp'
1.45/1.57	c 2	3 domains, 5985 variables, 7 predicates, 0 relations, 15364 constraints
1.51/1.62	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.51/1.62	c 2	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'
1.52/1.70	c 2	Parsing HOME/temp.csp
1.99/2.14	c 2	parsed 10000 expressions
2.18/2.40	c 2	parsed 20000 expressions
2.38/2.56	c 3	parsed 21359 expressions
2.38/2.56	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.38/2.56	c 3	Converting to clausal form CSP
2.47/2.62	c 3	converted 2136 (10%) expressions
2.47/2.62	c 3	converted 4272 (20%) expressions
2.47/2.69	c 3	converted 6408 (30%) expressions
2.67/2.84	c 3	converted 8544 (40%) expressions
2.67/2.88	c 3	converted 10680 (50%) expressions
2.78/2.93	c 3	converted 12816 (60%) expressions
2.78/2.97	c 3	converted 14952 (70%) expressions
2.97/3.11	c 3	converted 17088 (80%) expressions
2.97/3.16	c 3	converted 19224 (90%) expressions
4.26/4.48	c 4	converted 21359 (100%) expressions
4.26/4.49	c 4	CSP : 23093 integers, 0 booleans, 47404 clauses, largest domain size 314
4.26/4.49	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.49	c 4	Propagation in CSP
4.56/4.76	c 5	4495 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.56/4.77	c 5	CSP : 23093 integers, 0 booleans, 47404 clauses, largest domain size 256
4.56/4.77	c 5	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.79	c 5	Simplifing CSP by introducing new Boolean variables
4.65/4.82	c 5	CSP : 23093 integers, 0 booleans, 47404 clauses, largest domain size 256
4.65/4.82	c 5	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.75/4.99	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.85/5.03	c 5	2310 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.85/5.03	c 5	4619 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.95/5.10	c 5	6928 (30%) CSP integer variables are encoded (52103 clauses, 772276 bytes)
5.05/5.27	c 5	9238 (40%) CSP integer variables are encoded (180662 clauses, 2875874 bytes)
5.25/5.46	c 5	11547 (50%) CSP integer variables are encoded (315020 clauses, 5159960 bytes)
5.44/5.64	c 6	13856 (60%) CSP integer variables are encoded (439691 clauses, 7279367 bytes)
5.64/5.81	c 6	16166 (70%) CSP integer variables are encoded (566187 clauses, 9429799 bytes)
5.84/6.01	c 6	18475 (80%) CSP integer variables are encoded (718644 clauses, 12021568 bytes)
6.04/6.20	c 6	20784 (90%) CSP integer variables are encoded (862142 clauses, 14461034 bytes)
6.13/6.38	c 6	23093 (100%) CSP integer variables are encoded (998626 clauses, 16822305 bytes)
6.23/6.46	c 6	4741 (10%) CSP clauses are encoded (1003367 clauses, 16883486 bytes)
6.23/6.49	c 6	9481 (20%) CSP clauses are encoded (1008107 clauses, 16951569 bytes)
9.26/9.52	c 10	14222 (30%) CSP clauses are encoded (2659886 clauses, 51434312 bytes)
15.77/16.14	c 16	18962 (40%) CSP clauses are encoded (6049723 clauses, 131292823 bytes)
22.70/23.32	c 23	23702 (50%) CSP clauses are encoded (9595832 clauses, 216831900 bytes)
28.26/29.05	c 29	28443 (60%) CSP clauses are encoded (12455253 clauses, 285701156 bytes)
33.53/34.41	c 34	33183 (70%) CSP clauses are encoded (15135263 clauses, 350068301 bytes)
42.97/44.14	c 44	37924 (80%) CSP clauses are encoded (19963002 clauses, 466794684 bytes)
51.05/52.44	c 52	42664 (90%) CSP clauses are encoded (24079766 clauses, 566227422 bytes)
58.66/60.28	c 60	47404 (100%) CSP clauses are encoded (27955144 clauses, 661061317 bytes)
58.66/60.28	c 60	47404 CSP clauses encoded
58.66/60.28	c 60	Writing map file : HOME/temp.map
58.75/60.34	c 60	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.75/60.35	c 60	SAT : 1020995 SAT variables, 27955144 SAT clauses, 661061317 bytes
58.75/60.35	c 60	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.75/60.40	c 60	SOLVING HOME/temp.cnf
58.75/60.40	c 60	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.83/60.41	c 60	This is MiniSat 2.0 beta
58.83/60.41	c 60	WARNING: for repeatability, setting FPU to use double precision
58.83/60.41	c 60	============================[ Problem Statistics ]=============================
58.83/60.41	c 60	|                                                                             |
58.83/60.41	c 60	|  Number of variables:  1020995                                              |
58.83/60.41	c 60	|  Number of clauses:    27955144                                             |
70.19/71.91	c ERROR INTERRUPTED
70.30/72.05	s UNKNOWN
70.30/72.05	c 72	CPU 54.08 (0.04 0.01 54.04 4.74)
70.30/72.05	c 72	END Fri Jul  4 06:11:18 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1064904-1215144606/watcher-1064904-1215144606 -o /tmp/evaluation-result-1064904-1215144606/solver-1064904-1215144606 -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-1064904-1215144606.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 3/72 6379
/proc/meminfo: memFree=1718440/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=4708 CPUtime=0
/proc/6379/stat : 6379 (sugar) R 6377 6379 5776 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1993432865 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 208714921353 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 1177 43 33 3 0 8 0

[startup+0.0915269 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6379
/proc/meminfo: memFree=1718440/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=0.03
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993432865 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101526 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6379
/proc/meminfo: memFree=1718440/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=0.03
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993432865 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.304692 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6379
/proc/meminfo: memFree=1718440/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=0.03
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993432865 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701639 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6379
/proc/meminfo: memFree=1718440/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=0.03
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993432865 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 6391
/proc/meminfo: memFree=1692880/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=0.03
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993432865 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 796 370 3 0 500 0
[pid=6382] ppid=6379 vsize=5356 CPUtime=0
/proc/6382/stat : 6382 (sh) S 6379 6379 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993432870 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6382/statm: 1339 233 193 169 0 50 0
[pid=6383] ppid=6382 vsize=864708 CPUtime=1.42
/proc/6383/stat : 6383 (java) S 6382 6379 5776 0 -1 0 12207 0 1 0 135 7 0 0 18 0 9 0 1993432870 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6383/statm: 216177 10499 2529 9 0 210759 0
[pid=6383/tid=6384] ppid=6382 vsize=864708 CPUtime=0.8
/proc/6383/task/6384/stat : 6384 (java) R 6382 6379 5776 0 -1 64 2987 0 1 0 77 3 0 0 24 0 9 0 1993432871 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4125979191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6385] ppid=6382 vsize=864708 CPUtime=0.45
/proc/6383/task/6385/stat : 6385 (java) S 6382 6379 5776 0 -1 64 8001 0 0 0 42 3 0 0 17 0 9 0 1993432872 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6386] ppid=6382 vsize=864708 CPUtime=0
/proc/6383/task/6386/stat : 6386 (java) S 6382 6379 5776 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993432873 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6387] ppid=6382 vsize=864708 CPUtime=0
/proc/6383/task/6387/stat : 6387 (java) S 6382 6379 5776 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993432873 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6388] ppid=6382 vsize=864708 CPUtime=0
/proc/6383/task/6388/stat : 6388 (java) S 6382 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993432875 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6389] ppid=6382 vsize=864708 CPUtime=0.14
/proc/6383/task/6389/stat : 6389 (java) S 6382 6379 5776 0 -1 64 520 0 0 0 14 0 0 0 16 0 9 0 1993432875 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6390] ppid=6382 vsize=864708 CPUtime=0
/proc/6383/task/6390/stat : 6390 (java) S 6382 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993432875 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6383/tid=6391] ppid=6382 vsize=864708 CPUtime=0
/proc/6383/task/6391/stat : 6391 (java) S 6382 6379 5776 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993432875 885460992 10499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883664

[startup+3.10313 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 6401
/proc/meminfo: memFree=1707792/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=1.53
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 974 12651 0 1 3 1 141 8 15 0 1 0 1993432865 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 797 370 3 0 500 0
[pid=6392] ppid=6379 vsize=5356 CPUtime=0
/proc/6392/stat : 6392 (sh) S 6379 6379 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993433027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6392/statm: 1339 233 193 169 0 50 0
[pid=6393] ppid=6392 vsize=868428 CPUtime=1.44
/proc/6393/stat : 6393 (java) S 6392 6379 5776 0 -1 0 9531 0 1 0 138 6 0 0 18 0 9 0 1993433028 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6393/statm: 217107 8459 2540 9 0 211682 0
[pid=6393/tid=6394] ppid=6392 vsize=868428 CPUtime=0.88
/proc/6393/task/6394/stat : 6394 (java) R 6392 6379 5776 0 -1 64 2773 0 1 0 86 2 0 0 20 0 9 0 1993433029 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6395] ppid=6392 vsize=868428 CPUtime=0.34
/proc/6393/task/6395/stat : 6395 (java) S 6392 6379 5776 0 -1 64 4583 0 0 0 33 1 0 0 15 0 9 0 1993433030 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6396] ppid=6392 vsize=868428 CPUtime=0
/proc/6393/task/6396/stat : 6396 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993433030 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6397] ppid=6392 vsize=868428 CPUtime=0
/proc/6393/task/6397/stat : 6397 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993433030 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6398] ppid=6392 vsize=868428 CPUtime=0
/proc/6393/task/6398/stat : 6398 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993433032 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6399] ppid=6392 vsize=868428 CPUtime=0.19
/proc/6393/task/6399/stat : 6399 (java) S 6392 6379 5776 0 -1 64 1478 0 0 0 18 1 0 0 16 0 9 0 1993433032 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6400] ppid=6392 vsize=868428 CPUtime=0
/proc/6393/task/6400/stat : 6400 (java) S 6392 6379 5776 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993433032 889270272 8459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6401] ppid=6392 vsize=868428 CPUtime=0
/proc/6393/task/6401/stat : 6401 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993433032 889270272 8459 996147200 134512640 134550740 4294955952 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) 887384

[startup+6.30269 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 6401
/proc/meminfo: memFree=1666640/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=1.53
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 974 12651 0 1 3 1 141 8 15 0 1 0 1993432865 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 797 370 3 0 500 0
[pid=6392] ppid=6379 vsize=5356 CPUtime=0
/proc/6392/stat : 6392 (sh) S 6379 6379 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993433027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6392/statm: 1339 233 193 169 0 50 0
[pid=6393] ppid=6392 vsize=868540 CPUtime=4.6
/proc/6393/stat : 6393 (java) S 6392 6379 5776 0 -1 0 15150 0 1 0 442 18 0 0 18 0 9 0 1993433028 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6393/statm: 217135 13571 2565 9 0 211682 0
[pid=6393/tid=6394] ppid=6392 vsize=868540 CPUtime=3.33
/proc/6393/task/6394/stat : 6394 (java) R 6392 6379 5776 0 -1 64 3181 0 1 0 322 11 0 0 25 0 9 0 1993433029 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4127056536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6395] ppid=6392 vsize=868540 CPUtime=0.99
/proc/6393/task/6395/stat : 6395 (java) S 6392 6379 5776 0 -1 64 9752 0 0 0 94 5 0 0 16 0 9 0 1993433030 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6396] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6396/stat : 6396 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993433030 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6397] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6397/stat : 6397 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993433030 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6398] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6398/stat : 6398 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993433032 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6399] ppid=6392 vsize=868540 CPUtime=0.26
/proc/6393/task/6399/stat : 6399 (java) S 6392 6379 5776 0 -1 64 1520 0 0 0 25 1 0 0 16 0 9 0 1993433032 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6400] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6400/stat : 6400 (java) S 6392 6379 5776 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993433032 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6401] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6401/stat : 6401 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993433032 889384960 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887496

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 6401
/proc/meminfo: memFree=1591184/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=1.53
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 974 12651 0 1 3 1 141 8 16 0 1 0 1993432865 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 797 370 3 0 500 0
[pid=6392] ppid=6379 vsize=5356 CPUtime=0
/proc/6392/stat : 6392 (sh) S 6379 6379 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993433027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6392/statm: 1339 233 193 169 0 50 0
[pid=6393] ppid=6392 vsize=868540 CPUtime=10.9
/proc/6393/stat : 6393 (java) S 6392 6379 5776 0 -1 0 15800 0 1 0 1022 68 0 0 18 0 9 0 1993433028 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6393/statm: 217135 13581 2565 9 0 211682 0
[pid=6393/tid=6394] ppid=6392 vsize=868540 CPUtime=9.33
/proc/6393/task/6394/stat : 6394 (java) R 6392 6379 5776 0 -1 64 3822 0 1 0 876 57 0 0 25 0 9 0 1993433029 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4126477210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6395] ppid=6392 vsize=868540 CPUtime=1.26
/proc/6393/task/6395/stat : 6395 (java) S 6392 6379 5776 0 -1 64 9752 0 0 0 118 8 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6396] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6396/stat : 6396 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6397] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6397/stat : 6397 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6398] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6398/stat : 6398 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6399] ppid=6392 vsize=868540 CPUtime=0.27
/proc/6393/task/6399/stat : 6399 (java) S 6392 6379 5776 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6400] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6400/stat : 6400 (java) S 6392 6379 5776 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6401] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6401/stat : 6401 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887496

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 6401
/proc/meminfo: memFree=1430928/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=1.53
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 974 12651 0 1 3 1 141 8 16 0 1 0 1993432865 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 797 370 3 0 500 0
[pid=6392] ppid=6379 vsize=5356 CPUtime=0
/proc/6392/stat : 6392 (sh) S 6379 6379 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993433027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6392/statm: 1339 233 193 169 0 50 0
[pid=6393] ppid=6392 vsize=868540 CPUtime=23.3
/proc/6393/stat : 6393 (java) S 6392 6379 5776 0 -1 0 17065 0 1 0 2155 175 0 0 18 0 9 0 1993433028 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6393/statm: 217135 13581 2565 9 0 211682 0
[pid=6393/tid=6394] ppid=6392 vsize=868540 CPUtime=21.18
/proc/6393/task/6394/stat : 6394 (java) R 6392 6379 5776 0 -1 64 5087 0 1 0 1962 156 0 0 25 0 9 0 1993433029 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4126879041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6395] ppid=6392 vsize=868540 CPUtime=1.82
/proc/6393/task/6395/stat : 6395 (java) S 6392 6379 5776 0 -1 64 9752 0 0 0 166 16 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6396] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6396/stat : 6396 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6397] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6397/stat : 6397 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6398] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6398/stat : 6398 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6399] ppid=6392 vsize=868540 CPUtime=0.27
/proc/6393/task/6399/stat : 6399 (java) S 6392 6379 5776 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6400] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6400/stat : 6400 (java) S 6392 6379 5776 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6401] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6401/stat : 6401 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 887496

[startup+51.1011 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 6401
/proc/meminfo: memFree=1127760/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=1.53
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 974 12651 0 1 3 1 141 8 16 0 1 0 1993432865 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 797 370 3 0 500 0
[pid=6392] ppid=6379 vsize=5356 CPUtime=0
/proc/6392/stat : 6392 (sh) S 6379 6379 5776 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993433027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6392/statm: 1339 233 193 169 0 50 0
[pid=6393] ppid=6392 vsize=868540 CPUtime=48.24
/proc/6393/stat : 6393 (java) S 6392 6379 5776 0 -1 0 19591 0 1 0 4434 390 0 0 18 0 9 0 1993433028 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6393/statm: 217135 13581 2565 9 0 211682 0
[pid=6393/tid=6394] ppid=6392 vsize=868540 CPUtime=45.03
/proc/6393/task/6394/stat : 6394 (java) R 6392 6379 5776 0 -1 64 7613 0 1 0 4149 354 0 0 25 0 9 0 1993433029 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4126618952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6395] ppid=6392 vsize=868540 CPUtime=2.91
/proc/6393/task/6395/stat : 6395 (java) S 6392 6379 5776 0 -1 64 9752 0 0 0 258 33 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6396] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6396/stat : 6396 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6397] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6397/stat : 6397 (java) S 6392 6379 5776 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993433030 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6398] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6398/stat : 6398 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6399] ppid=6392 vsize=868540 CPUtime=0.27
/proc/6393/task/6399/stat : 6399 (java) S 6392 6379 5776 0 -1 64 1529 0 0 0 26 1 0 0 16 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6400] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6400/stat : 6400 (java) S 6392 6379 5776 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6393/tid=6401] ppid=6392 vsize=868540 CPUtime=0
/proc/6393/task/6401/stat : 6401 (java) S 6392 6379 5776 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993433032 889384960 13581 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 887496



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+71.901 s]
/proc/loadavg: 2.25 2.07 2.02 3/75 6403
/proc/meminfo: memFree=176848/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=58.83
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 1033 33470 0 2 4 1 5404 474 16 0 1 0 1993432865 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 799 370 3 0 500 0
[pid=6402] ppid=6379 vsize=5356 CPUtime=0
/proc/6402/stat : 6402 (sh) S 6379 6379 5776 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993438905 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6402/statm: 1339 232 193 169 0 50 0
[pid=6403] ppid=6402 vsize=904020 CPUtime=11.36
/proc/6403/stat : 6403 (minisat) R 6402 6379 5776 0 -1 4194304 219354 0 0 0 972 164 0 0 25 0 1 0 1993438906 925716480 219340 996147200 134512640 135127466 4294956272 18446744073709551615 134532779 0 0 4096 3 0 0 0 17 1 0 0
/proc/6403/statm: 226005 219340 62 150 0 225852 0
Current children cumulated CPU time (s) 70.19
Current children cumulated vsize (KiB) 922976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+72.0193 s]
/proc/loadavg: 2.25 2.07 2.02 3/75 6403
/proc/meminfo: memFree=176848/2055920 swapFree=4117692/4192956
[pid=6379] ppid=6377 vsize=13600 CPUtime=58.83
/proc/6379/stat : 6379 (sugar) S 6377 6379 5776 0 -1 4194304 1045 33470 0 2 4 1 5404 474 16 0 1 0 1993432865 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6379/statm: 3400 799 370 3 0 500 0
[pid=6402] ppid=6379 vsize=0 CPUtime=0
/proc/6402/stat : 6402 (sh) Z 6379 6379 5776 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1993438905 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/6402/statm: 0 0 0 0 0 0 0
[pid=6403] ppid=1 vsize=0 CPUtime=11.47
/proc/6403/stat : 6403 (minisat) R 1 6379 5776 0 -1 4195332 219354 0 0 0 972 175 0 0 25 0 1 0 1993438906 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/6403/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6379 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=91776
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=765275
# CPU time returned by wait4() is 58.8571
# while last known CPU time is 70.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 72.0512
CPU time (s): 70.3
CPU user time (s): 63.8
CPU system time (s): 6.5
CPU usage (%): 97.5694
Max. virtual memory (cumulated for all children) (KiB): 922976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0918
system time used= 4.76527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34848
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42810
involuntary context switches= 43885

runsolver used 0.107983 second user time and 0.25796 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 06:10:06
IDJOB=1064904
IDBENCH=55008
IDSOLVER=346
FILE ID=node47/1064904-1215144606
PBS_JOBID= 7877383
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12b9f6423c9315112e1682a7a9e966a5
RANDOM SEED=492584418

node47.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.281
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.281
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:       1718920 kB
Buffers:         14176 kB
Cached:         107152 kB
SwapCached:      69140 kB
Active:         226908 kB
Inactive:        56792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718920 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            3744 kB
Writeback:           0 kB
Mapped:         169812 kB
Slab:            38236 kB
Committed_AS:  4045144 kB
PageTables:       2100 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node47 at 2008-07-04 06:11:20