Trace number 1059591

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 35.0117 36.7284

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-3-fair.xml
MD5SUMae8f3e49f968fd199bed72da4b64c0a4
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 benchmark0.216966
Satisfiable
(Un)Satisfiability was proved
Number of variables3335
Number of constraints3145
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3145
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 00:28:37 2008
0.00/0.04	c 0	PID 20805
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059591-1215124117.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-1059591-1215124117.xml' 'HOME/temp.csp'
0.04/0.63	c 0	3 domains, 3335 variables, 9 predicates, 0 relations, 3145 constraints
0.04/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.67	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.61/0.75	c 1	Parsing HOME/temp.csp
0.92/1.03	c 1	parsed 6492 expressions
0.92/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.03	c 1	Converting to clausal form CSP
0.92/1.07	c 1	converted 650 (10%) expressions
0.92/1.07	c 1	converted 1299 (20%) expressions
0.92/1.08	c 1	converted 1948 (30%) expressions
0.92/1.08	c 1	converted 2597 (40%) expressions
0.92/1.08	c 1	converted 3246 (50%) expressions
1.12/1.23	c 1	converted 3896 (60%) expressions
1.21/1.32	c 1	converted 4545 (70%) expressions
1.31/1.42	c 1	converted 5194 (80%) expressions
1.31/1.49	c 1	converted 5843 (90%) expressions
1.51/1.61	c 1	converted 6492 (100%) expressions
1.51/1.61	c 1	CSP : 5785 integers, 220 booleans, 14225 clauses, largest domain size 20001
1.51/1.61	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 1	Propagation in CSP
15.36/15.62	c 15	80565674 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.36/15.62	c 15	CSP : 5785 integers, 220 booleans, 14225 clauses, largest domain size 20001
15.36/15.62	c 15	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.36/15.63	c 15	Simplifing CSP by introducing new Boolean variables
15.36/15.67	c 15	CSP : 5785 integers, 5190 booleans, 19195 clauses, largest domain size 20001
15.36/15.67	c 15	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.46/15.77	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.56/15.81	c 16	579 (10%) CSP integer variables are encoded (8768 clauses, 111845 bytes)
15.95/16.27	c 16	1157 (20%) CSP integer variables are encoded (373520 clauses, 6129049 bytes)
16.16/16.44	c 16	1736 (30%) CSP integer variables are encoded (495104 clauses, 8195977 bytes)
16.34/16.69	c 16	2314 (40%) CSP integer variables are encoded (695082 clauses, 11595603 bytes)
16.65/17.00	c 17	2893 (50%) CSP integer variables are encoded (938244 clauses, 15729357 bytes)
16.74/17.01	c 17	3471 (60%) CSP integer variables are encoded (938244 clauses, 15729357 bytes)
16.84/17.14	c 17	4050 (70%) CSP integer variables are encoded (1038224 clauses, 17508078 bytes)
16.94/17.22	c 17	4628 (80%) CSP integer variables are encoded (1098212 clauses, 18647850 bytes)
16.94/17.27	c 17	5207 (90%) CSP integer variables are encoded (1138206 clauses, 19407736 bytes)
17.13/17.43	c 17	5785 (100%) CSP integer variables are encoded (1258188 clauses, 21687394 bytes)
21.58/21.92	c 22	1920 (10%) CSP clauses are encoded (3882314 clauses, 71425888 bytes)
22.45/22.82	c 23	3839 (20%) CSP clauses are encoded (4372733 clauses, 81216703 bytes)
22.84/23.25	c 23	5759 (30%) CSP clauses are encoded (4653566 clauses, 86541299 bytes)
23.14/23.57	c 23	7678 (40%) CSP clauses are encoded (4854102 clauses, 90601179 bytes)
23.44/23.83	c 24	9598 (50%) CSP clauses are encoded (5014704 clauses, 93852451 bytes)
23.44/23.84	c 24	11517 (60%) CSP clauses are encoded (5015585 clauses, 93869701 bytes)
23.44/23.85	c 24	13437 (70%) CSP clauses are encoded (5016457 clauses, 93886764 bytes)
23.84/24.29	c 24	15356 (80%) CSP clauses are encoded (5297330 clauses, 99573858 bytes)
24.48/25.91	c 26	17276 (90%) CSP clauses are encoded (5658119 clauses, 106879151 bytes)
24.48/25.94	c 26	19195 (100%) CSP clauses are encoded (5665138 clauses, 107057100 bytes)
24.48/25.94	c 26	19195 CSP clauses encoded
24.48/25.94	c 26	Writing map file : HOME/temp.map
24.48/25.99	c 26	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.48/25.99	c 26	SAT : 1264991 SAT variables, 5665138 SAT clauses, 107057100 bytes
24.48/25.99	c 26	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.57/26.01	c 26	SOLVING HOME/temp.cnf
24.57/26.01	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.57/26.01	c 26	This is MiniSat 2.0 beta
24.57/26.01	c 26	WARNING: for repeatability, setting FPU to use double precision
24.57/26.01	c 26	============================[ Problem Statistics ]=============================
24.57/26.01	c 26	|                                                                             |
24.57/26.01	c 26	|  Number of variables:  1264991                                              |
24.57/26.01	c 26	|  Number of clauses:    5665138                                              |
27.44/28.97	c 29	|  Parsing time:         2.34         s                                       |
27.63/29.15	c 29	============================[ Search Statistics ]==============================
27.63/29.15	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.63/29.15	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.63/29.15	c 29	===============================================================================
27.63/29.15	c 29	|         0 | 1224601  5623492 14496661 |  1874497        0    nan |  0.000 % |
33.18/34.71	c 34	|       100 | 1224589  5623492 14496661 |  2061947       90      4 | 17.448 % |
34.57/36.14	c 36	===============================================================================
34.57/36.14	c 36	restarts              : 2
34.57/36.14	c 36	conflicts             : 140            (15 /sec)
34.57/36.14	c 36	decisions             : 860            (1.16 % random) (91 /sec)
34.57/36.14	c 36	propagations          : 12419640       (1319054 /sec)
34.57/36.14	c 36	conflict literals     : 527            (8.82 % deleted)
34.57/36.14	c 36	Memory used           : 334.21 MB
34.57/36.14	c 36	CPU time              : 9.41557 s
34.57/36.14	c 36	
34.57/36.14	c 36	UNSATISFIABLE
34.57/36.20	c 36	DECODING HOME/temp.out WITH HOME/temp.map
34.57/36.20	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.68/36.28	c 36	Decoding HOME/temp.out
34.87/36.45	s UNSATISFIABLE
34.87/36.45	c 36	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.92/36.51	c 36	CPU 33.11 (0.04 0.01 33.07 1.82)
34.92/36.51	c 36	END Fri Jul  4 00:29:13 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-1059591-1215124117/watcher-1059591-1215124117 -o /tmp/evaluation-result-1059591-1215124117/solver-1059591-1215124117 -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-1059591-1215124117.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: 1.93 1.98 1.99 4/87 20805
/proc/meminfo: memFree=1694128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=12272 CPUtime=0
/proc/20805/stat : 20805 (sugar) R 20803 20805 20768 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 668140654 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 1 0 0
/proc/20805/statm: 3068 328 246 3 0 168 0

[startup+0.081335 s]
/proc/loadavg: 1.93 1.98 1.99 4/87 20805
/proc/meminfo: memFree=1694128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.04
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 668140654 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101338 s]
/proc/loadavg: 1.93 1.98 1.99 4/87 20805
/proc/meminfo: memFree=1694128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.04
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 668140654 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301361 s]
/proc/loadavg: 1.93 1.98 1.99 4/87 20805
/proc/meminfo: memFree=1694128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.04
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 668140654 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20805/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701407 s]
/proc/loadavg: 1.93 1.98 1.99 4/87 20805
/proc/meminfo: memFree=1694128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.61
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 956 7158 0 1 3 1 52 5 17 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 20827
/proc/meminfo: memFree=1684888/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.61
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 974 7158 0 1 3 1 52 5 15 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
[pid=20818] ppid=20805 vsize=5356 CPUtime=0
/proc/20818/stat : 20818 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668140721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20818/statm: 1339 233 193 169 0 50 0
[pid=20819] ppid=20818 vsize=868368 CPUtime=0.8
/proc/20819/stat : 20819 (java) S 20818 20805 20768 0 -1 0 7779 0 1 0 76 4 0 0 20 0 9 0 668140722 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20819/statm: 217092 7007 2540 9 0 211667 0
[pid=20819/tid=20820] ppid=20818 vsize=868368 CPUtime=0.46
/proc/20819/task/20820/stat : 20820 (java) R 20818 20805 20768 0 -1 64 2678 0 1 0 45 1 0 0 25 0 9 0 668140723 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20821] ppid=20818 vsize=868368 CPUtime=0.12
/proc/20819/task/20821/stat : 20821 (java) R 20818 20805 20768 0 -1 64 2962 0 0 0 11 1 0 0 16 0 9 0 668140724 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20822] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20822/stat : 20822 (java) S 20818 20805 20768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668140724 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20823] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20823/stat : 20823 (java) S 20818 20805 20768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668140724 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20824] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20824/stat : 20824 (java) S 20818 20805 20768 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20825] ppid=20818 vsize=868368 CPUtime=0.18
/proc/20819/task/20825/stat : 20825 (java) S 20818 20805 20768 0 -1 64 1446 0 0 0 18 0 0 0 16 0 9 0 668140726 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20826] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20826/stat : 20826 (java) S 20818 20805 20768 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20827] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20827/stat : 20827 (java) S 20818 20805 20768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668140726 889208832 7007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887324

[startup+3.10268 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 20827
/proc/meminfo: memFree=1671448/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.61
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 974 7158 0 1 3 1 52 5 15 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
[pid=20818] ppid=20805 vsize=5356 CPUtime=0
/proc/20818/stat : 20818 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668140721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20818/statm: 1339 233 193 169 0 50 0
[pid=20819] ppid=20818 vsize=868368 CPUtime=2.38
/proc/20819/stat : 20819 (java) S 20818 20805 20768 0 -1 0 8532 0 1 0 233 5 0 0 20 0 9 0 668140722 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20819/statm: 217092 7542 2540 9 0 211667 0
[pid=20819/tid=20820] ppid=20818 vsize=868368 CPUtime=1.87
/proc/20819/task/20820/stat : 20820 (java) R 20818 20805 20768 0 -1 64 2881 0 1 0 186 1 0 0 25 0 9 0 668140723 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4126615578 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20821] ppid=20818 vsize=868368 CPUtime=0.28
/proc/20819/task/20821/stat : 20821 (java) S 20818 20805 20768 0 -1 64 3504 0 0 0 26 2 0 0 16 0 9 0 668140724 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20822] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20822/stat : 20822 (java) S 20818 20805 20768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668140724 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20823] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20823/stat : 20823 (java) S 20818 20805 20768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668140724 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20824] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20824/stat : 20824 (java) S 20818 20805 20768 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20825] ppid=20818 vsize=868368 CPUtime=0.2
/proc/20819/task/20825/stat : 20825 (java) S 20818 20805 20768 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 668140726 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20826] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20826/stat : 20826 (java) S 20818 20805 20768 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20827] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20827/stat : 20827 (java) S 20818 20805 20768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668140726 889208832 7542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887324

[startup+6.30203 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 20827
/proc/meminfo: memFree=1671128/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.61
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 974 7158 0 1 3 1 52 5 15 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
[pid=20818] ppid=20805 vsize=5356 CPUtime=0
/proc/20818/stat : 20818 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668140721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20818/statm: 1339 233 193 169 0 50 0
[pid=20819] ppid=20818 vsize=868368 CPUtime=5.55
/proc/20819/stat : 20819 (java) S 20818 20805 20768 0 -1 0 8971 0 1 0 545 10 0 0 20 0 9 0 668140722 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20819/statm: 217092 7551 2540 9 0 211667 0
[pid=20819/tid=20820] ppid=20818 vsize=868368 CPUtime=4.88
/proc/20819/task/20820/stat : 20820 (java) R 20818 20805 20768 0 -1 64 3311 0 1 0 484 4 0 0 25 0 9 0 668140723 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4126916612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20821] ppid=20818 vsize=868368 CPUtime=0.44
/proc/20819/task/20821/stat : 20821 (java) S 20818 20805 20768 0 -1 64 3513 0 0 0 40 4 0 0 16 0 9 0 668140724 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20822] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20822/stat : 20822 (java) S 20818 20805 20768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668140724 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20823] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20823/stat : 20823 (java) S 20818 20805 20768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668140724 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20824] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20824/stat : 20824 (java) S 20818 20805 20768 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20825] ppid=20818 vsize=868368 CPUtime=0.2
/proc/20819/task/20825/stat : 20825 (java) S 20818 20805 20768 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 668140726 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20826] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20826/stat : 20826 (java) S 20818 20805 20768 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20827] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20827/stat : 20827 (java) S 20818 20805 20768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668140726 889208832 7551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887324

[startup+12.7028 s]
/proc/loadavg: 1.94 1.98 1.99 3/98 20827
/proc/meminfo: memFree=1670888/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.61
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 974 7158 0 1 3 1 52 5 15 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
[pid=20818] ppid=20805 vsize=5356 CPUtime=0
/proc/20818/stat : 20818 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668140721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20818/statm: 1339 233 193 169 0 50 0
[pid=20819] ppid=20818 vsize=868368 CPUtime=11.88
/proc/20819/stat : 20819 (java) S 20818 20805 20768 0 -1 0 9842 0 1 0 1168 20 0 0 20 0 9 0 668140722 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20819/statm: 217092 7563 2540 9 0 211667 0
[pid=20819/tid=20820] ppid=20818 vsize=868368 CPUtime=10.84
/proc/20819/task/20820/stat : 20820 (java) R 20818 20805 20768 0 -1 64 4170 0 1 0 1078 6 0 0 25 0 9 0 668140723 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20821] ppid=20818 vsize=868368 CPUtime=0.8
/proc/20819/task/20821/stat : 20821 (java) S 20818 20805 20768 0 -1 64 3525 0 0 0 69 11 0 0 16 0 9 0 668140724 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20822] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20822/stat : 20822 (java) S 20818 20805 20768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668140724 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20823] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20823/stat : 20823 (java) S 20818 20805 20768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668140724 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20824] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20824/stat : 20824 (java) S 20818 20805 20768 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20825] ppid=20818 vsize=868368 CPUtime=0.2
/proc/20819/task/20825/stat : 20825 (java) S 20818 20805 20768 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 668140726 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20826] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20826/stat : 20826 (java) S 20818 20805 20768 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668140726 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20827] ppid=20818 vsize=868368 CPUtime=0
/proc/20819/task/20827/stat : 20827 (java) S 20818 20805 20768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668140726 889208832 7563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887324

[startup+25.5013 s]
/proc/loadavg: 2.18 2.03 2.01 2/98 20827
/proc/meminfo: memFree=1567528/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=0.62
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 974 7158 0 1 4 1 52 5 15 0 1 0 668140654 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 797 370 3 0 500 0
[pid=20818] ppid=20805 vsize=5356 CPUtime=0
/proc/20818/stat : 20818 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668140721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20818/statm: 1339 233 193 169 0 50 0
[pid=20819] ppid=20818 vsize=868480 CPUtime=23.46
/proc/20819/stat : 20819 (java) S 20818 20805 20768 0 -1 0 13418 0 1 0 2245 101 0 0 20 0 9 0 668140722 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20819/statm: 217120 8007 2565 9 0 211667 0
[pid=20819/tid=20820] ppid=20818 vsize=868480 CPUtime=21.49
/proc/20819/task/20820/stat : 20820 (java) R 20818 20805 20768 0 -1 64 7023 0 1 0 2076 73 0 0 25 0 9 0 668140723 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20821] ppid=20818 vsize=868480 CPUtime=1.67
/proc/20819/task/20821/stat : 20821 (java) S 20818 20805 20768 0 -1 64 4208 0 0 0 141 26 0 0 15 0 9 0 668140724 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20822] ppid=20818 vsize=868480 CPUtime=0
/proc/20819/task/20822/stat : 20822 (java) S 20818 20805 20768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 668140724 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20823] ppid=20818 vsize=868480 CPUtime=0
/proc/20819/task/20823/stat : 20823 (java) S 20818 20805 20768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 668140724 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20824] ppid=20818 vsize=868480 CPUtime=0
/proc/20819/task/20824/stat : 20824 (java) S 20818 20805 20768 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 668140726 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20825] ppid=20818 vsize=868480 CPUtime=0.26
/proc/20819/task/20825/stat : 20825 (java) S 20818 20805 20768 0 -1 64 1494 0 0 0 26 0 0 0 16 0 9 0 668140726 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20826] ppid=20818 vsize=868480 CPUtime=0
/proc/20819/task/20826/stat : 20826 (java) S 20818 20805 20768 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 668140726 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20819/tid=20827] ppid=20818 vsize=868480 CPUtime=0
/proc/20819/task/20827/stat : 20827 (java) S 20818 20805 20768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 668140726 889323520 8007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 887436

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

[startup+31.9079 s]
/proc/loadavg: 2.24 2.05 2.02 3/90 20829
/proc/meminfo: memFree=1274024/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=24.59
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 1033 21012 0 2 4 1 2342 112 15 0 1 0 668140654 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 799 370 3 0 500 0
[pid=20828] ppid=20805 vsize=5356 CPUtime=0
/proc/20828/stat : 20828 (sh) S 20805 20805 20768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668143255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20828/statm: 1339 232 193 169 0 50 0
[pid=20829] ppid=20828 vsize=339496 CPUtime=5.82
/proc/20829/stat : 20829 (minisat) R 20828 20805 20768 0 -1 4194304 77385 0 0 0 522 60 0 0 25 0 1 0 668143255 347643904 77371 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20829/statm: 84874 77371 72 150 0 84721 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 358452

[startup+35.1013 s]
/proc/loadavg: 2.30 2.06 2.02 3/90 20829
/proc/meminfo: memFree=1273960/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=24.59
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 1033 21012 0 2 4 1 2342 112 16 0 1 0 668140654 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 799 370 3 0 500 0
[pid=20828] ppid=20805 vsize=5356 CPUtime=0
/proc/20828/stat : 20828 (sh) S 20805 20805 20768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668143255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20828/statm: 1339 232 193 169 0 50 0
[pid=20829] ppid=20828 vsize=342228 CPUtime=8.99
/proc/20829/stat : 20829 (minisat) R 20828 20805 20768 0 -1 4194304 77620 0 0 0 838 61 0 0 25 0 1 0 668143255 350441472 77606 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20829/statm: 85557 77606 75 150 0 85404 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 361184

[startup+35.9013 s]
/proc/loadavg: 2.30 2.06 2.02 3/90 20829
/proc/meminfo: memFree=1273960/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=24.59
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 1033 21012 0 2 4 1 2342 112 16 0 1 0 668140654 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 799 370 3 0 500 0
[pid=20828] ppid=20805 vsize=5356 CPUtime=0
/proc/20828/stat : 20828 (sh) S 20805 20805 20768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 668143255 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20828/statm: 1339 232 193 169 0 50 0
[pid=20829] ppid=20828 vsize=342228 CPUtime=9.78
/proc/20829/stat : 20829 (minisat) R 20828 20805 20768 0 -1 4194304 77639 0 0 0 916 62 0 0 25 0 1 0 668143255 350441472 77625 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/20829/statm: 85557 77625 75 150 0 85404 0
Current children cumulated CPU time (s) 34.37
Current children cumulated vsize (KiB) 361184

[startup+36.3064 s]
/proc/loadavg: 2.30 2.06 2.02 3/89 20830
/proc/meminfo: memFree=1585200/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=34.68
/proc/20805/stat : 20805 (sugar) S 20803 20805 20768 0 -1 4194304 1090 98945 0 2 4 1 3284 179 16 0 1 0 668140654 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20805/statm: 3400 799 370 3 0 500 0
[pid=20830] ppid=20805 vsize=5356 CPUtime=0
/proc/20830/stat : 20830 (sh) S 20805 20805 20768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 668144274 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20830/statm: 1339 233 193 169 0 50 0
[pid=20831] ppid=20830 vsize=863724 CPUtime=0.09
/proc/20831/stat : 20831 (java) S 20830 20805 20768 0 -1 0 3252 0 1 0 7 2 0 0 18 0 9 0 668144274 884453376 2729 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20831/statm: 215931 2729 1632 9 0 210513 0
Current children cumulated CPU time (s) 34.77
Current children cumulated vsize (KiB) 882680

[startup+36.7014 s]
/proc/loadavg: 2.30 2.06 2.02 3/89 20830
/proc/meminfo: memFree=1585200/2055920 swapFree=4178892/4192956
[pid=20805] ppid=20803 vsize=13600 CPUtime=34.97
/proc/20805/stat : 20805 (sugar) R 20803 20805 20768 0 -1 4194304 1118 102976 0 3 4 4 3307 182 16 0 1 0 668140654 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/20805/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.97
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.7284
CPU time (s): 35.0117
CPU user time (s): 33.117
CPU system time (s): 1.89471
CPU usage (%): 95.3259
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.117
system time used= 1.89471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104124
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= 33961
involuntary context switches= 35154

runsolver used 0.051992 second user time and 0.140978 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 00:28:37
IDJOB=1059591
IDBENCH=54306
IDSOLVER=346
FILE ID=node86/1059591-1215124117
PBS_JOBID= 7877260
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-3-fair.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-1059591-1215124117/watcher-1059591-1215124117 -o /tmp/evaluation-result-1059591-1215124117/solver-1059591-1215124117 -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-1059591-1215124117.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae8f3e49f968fd199bed72da4b64c0a4
RANDOM SEED=694632295

node86.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.220
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.220
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:       1694608 kB
Buffers:         15136 kB
Cached:         117492 kB
SwapCached:       5956 kB
Active:         245444 kB
Inactive:        72460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694608 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:         197308 kB
Slab:            27680 kB
Committed_AS:  1904252 kB
PageTables:       2680 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= 66520 MiB
End job on node86 at 2008-07-04 00:29:14