Trace number 1080369

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 401.376 403.487

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-35_ext.xml
MD5SUM508714bde231e40d4eeec9f003400a13
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9227
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:07:21 2008
0.00/0.04	c 0	PID 2884
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1080369-1215212840.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-1080369-1215212840.xml' 'HOME/temp.csp'
0.04/0.77	c 0	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.04/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	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.75/0.90	c 0	Parsing HOME/temp.csp
1.80/1.93	c 1	parsed 135 expressions
1.80/1.93	c 1	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.80/1.93	c 1	Converting to clausal form CSP
1.80/1.95	c 1	converted 14 (10%) expressions
1.80/1.96	c 1	converted 27 (20%) expressions
1.80/1.98	c 1	converted 41 (30%) expressions
2.01/2.13	c 2	converted 54 (40%) expressions
2.01/2.14	c 2	converted 68 (50%) expressions
2.10/2.22	c 2	converted 81 (60%) expressions
2.19/2.32	c 2	converted 95 (70%) expressions
2.30/2.42	c 2	converted 108 (80%) expressions
2.39/2.52	c 2	converted 122 (90%) expressions
2.69/2.81	c 2	converted 135 (100%) expressions
2.69/2.81	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.69/2.81	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.69/2.81	c 2	Propagation in CSP
2.69/2.81	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.81	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.69/2.81	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.69/2.81	c 2	Simplifing CSP by introducing new Boolean variables
2.69/2.81	c 2	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
2.69/2.81	c 2	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.79/2.93	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.93	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.79/2.93	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.79/2.94	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.79/2.94	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.79/2.94	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.79/2.94	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.79/2.94	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.79/2.94	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.79/2.94	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.79/2.95	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.99/3.13	c 3	6 (10%) CSP clauses are encoded (11261 clauses, 253851 bytes)
3.09/3.26	c 3	12 (20%) CSP clauses are encoded (22028 clauses, 516347 bytes)
3.19/3.39	c 3	18 (30%) CSP clauses are encoded (32889 clauses, 779189 bytes)
3.29/3.49	c 3	23 (40%) CSP clauses are encoded (41894 clauses, 1002680 bytes)
3.49/3.62	c 3	29 (50%) CSP clauses are encoded (52621 clauses, 1269054 bytes)
3.58/3.74	c 3	35 (60%) CSP clauses are encoded (62796 clauses, 1520621 bytes)
3.68/3.84	c 3	40 (70%) CSP clauses are encoded (71180 clauses, 1739961 bytes)
3.78/3.96	c 3	46 (80%) CSP clauses are encoded (81915 clauses, 2027051 bytes)
3.88/4.09	c 4	52 (90%) CSP clauses are encoded (92743 clauses, 2316923 bytes)
3.99/4.19	c 4	57 (100%) CSP clauses are encoded (101156 clauses, 2540382 bytes)
3.99/4.19	c 4	57 CSP clauses encoded
3.99/4.19	c 4	Writing map file : HOME/temp.map
3.99/4.19	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.99/4.19	c 4	SAT : 380 SAT variables, 101156 SAT clauses, 2540382 bytes
3.99/4.19	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.08/4.22	c 4	SOLVING HOME/temp.cnf
4.08/4.22	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.08/4.25	c 4	This is MiniSat 2.0 beta
4.08/4.25	c 4	WARNING: for repeatability, setting FPU to use double precision
4.08/4.25	c 4	============================[ Problem Statistics ]=============================
4.08/4.25	c 4	|                                                                             |
4.08/4.25	c 4	|  Number of variables:  380                                                  |
4.08/4.25	c 4	|  Number of clauses:    101156                                               |
4.13/4.32	c 4	|  Parsing time:         0.06         s                                       |
4.13/4.33	c 4	============================[ Search Statistics ]==============================
4.13/4.33	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.13/4.33	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.13/4.33	c 4	===============================================================================
4.13/4.33	c 4	|         0 |     380   101156   554227 |    33718        0    nan |  0.000 % |
4.13/4.38	c 4	|       101 |     380   101156   554227 |    37090      101      8 |  0.001 % |
4.23/4.45	c 4	|       252 |     380   101156   554227 |    40799      252     10 |  0.012 % |
4.32/4.54	c 4	|       477 |     380   101156   554227 |    44879      477     10 |  0.013 % |
4.42/4.69	c 4	|       816 |     380   101156   554227 |    49367      816     12 |  0.013 % |
4.73/4.90	c 4	|      1322 |     380   101156   554227 |    54304     1322     11 |  0.013 % |
4.93/5.18	c 5	|      2082 |     380   101156   554227 |    59734     2082     11 |  0.013 % |
5.34/5.59	c 5	|      3221 |     380   101156   554227 |    65708     3221     12 |  0.013 % |
6.03/6.28	c 6	|      4930 |     380   101156   554227 |    72278     4930     12 |  0.008 % |
7.03/7.21	c 7	|      7492 |     380   101156   554227 |    79506     7492     13 |  0.003 % |
8.71/8.90	c 8	|     11337 |     380   101156   554227 |    87457    11337     13 |  0.008 % |
11.40/11.66	c 11	|     17103 |     380   101156   554227 |    96203    17103     13 |  0.012 % |
16.08/16.32	c 16	|     25753 |     379   100558   551489 |   105823    17874     13 |  0.264 % |
22.65/22.93	c 22	|     38727 |     379   100558   551489 |   116405    30848     15 |  0.267 % |
35.48/35.85	c 35	|     58189 |     379   100558   551489 |   128046    50310     16 |  0.269 % |
59.16/59.68	c 59	|     87382 |     378    99909   548510 |   140851    69112     16 |  0.535 % |
103.55/104.29	c 104	|    131171 |     378    99909   548510 |   154936   112901     16 |  0.560 % |
173.91/174.99	c 174	|    196857 |     378    99909   548510 |   170429    40967     16 |  0.530 % |
284.07/285.66	c 285	|    295383 |     378    99909   548510 |   187472   139493     17 |  0.532 % |
401.17/403.37	c 403	===============================================================================
401.17/403.37	c 403	restarts              : 19
401.17/403.37	c 403	conflicts             : 402289         (1013 /sec)
401.17/403.37	c 403	decisions             : 501006         (1.55 % random) (1262 /sec)
401.17/403.37	c 403	propagations          : 16288912       (41023 /sec)
401.17/403.37	c 403	conflict literals     : 6553367        (30.47 % deleted)
401.17/403.37	c 403	Memory used           : 27.32 MB
401.17/403.37	c 403	CPU time              : 397.071 s
401.17/403.37	c 403	
401.17/403.37	c 403	UNSATISFIABLE
401.17/403.37	c 403	DECODING HOME/temp.out WITH HOME/temp.map
401.17/403.37	c 403	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
401.26/403.45	c 403	Decoding HOME/temp.out
401.26/403.46	s UNSATISFIABLE
401.26/403.46	c 403	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
401.26/403.48	c 403	CPU 401.1 (0.04 0.01 401.06 0.25)
401.26/403.48	c 403	END Sat Jul  5 01:14:04 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-1080369-1215212840/watcher-1080369-1215212840 -o /tmp/evaluation-result-1080369-1215212840/solver-1080369-1215212840 -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-1080369-1215212840.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 1.92 4/74 2884
/proc/meminfo: memFree=1556040/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=12268 CPUtime=0
/proc/2884/stat : 2884 (sugar) R 2882 2884 2260 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 677013624 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 0 4224 0 0 0 0 17 0 0 0
/proc/2884/statm: 3067 317 241 3 0 167 0

[startup+0.0700671 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 2884
/proc/meminfo: memFree=1556040/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.04
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 677013624 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102076 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 2884
/proc/meminfo: memFree=1556040/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.04
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 677013624 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301108 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 2884
/proc/meminfo: memFree=1556040/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.04
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 677013624 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702184 s]
/proc/loadavg: 2.00 2.00 1.92 4/74 2884
/proc/meminfo: memFree=1556040/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.04
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 677013624 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 1.92 4/85 2906
/proc/meminfo: memFree=1546800/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.75
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 973 6984 0 1 3 1 67 4 16 0 1 0 677013624 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 797 370 3 0 500 0
[pid=2897] ppid=2884 vsize=5356 CPUtime=0
/proc/2897/stat : 2897 (sh) S 2884 2884 2260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677013707 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2897/statm: 1339 233 193 169 0 50 0
[pid=2898] ppid=2897 vsize=864044 CPUtime=0.65
/proc/2898/stat : 2898 (java) S 2897 2884 2260 0 -1 0 7217 0 1 0 62 3 0 0 20 0 9 0 677013707 884781056 6502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2898/statm: 216011 6503 2532 9 0 210593 0
[pid=2898/tid=2899] ppid=2897 vsize=864044 CPUtime=0.4
/proc/2898/task/2899/stat : 2899 (java) R 2897 2884 2260 0 -1 64 2466 0 1 0 39 1 0 0 25 0 9 0 677013708 884781056 6504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2900] ppid=2897 vsize=864044 CPUtime=0.19
/proc/2898/task/2900/stat : 2900 (java) R 2897 2884 2260 0 -1 64 3746 0 0 0 18 1 0 0 16 0 9 0 677013709 884781056 6505 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2901] ppid=2897 vsize=864044 CPUtime=0
/proc/2898/task/2901/stat : 2901 (java) S 2897 2884 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677013709 884781056 6506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2902] ppid=2897 vsize=864044 CPUtime=0
/proc/2898/task/2902/stat : 2902 (java) S 2897 2884 2260 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 677013709 884781056 6507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2903] ppid=2897 vsize=864044 CPUtime=0
/proc/2898/task/2903/stat : 2903 (java) S 2897 2884 2260 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677013711 884781056 6508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2904] ppid=2897 vsize=864044 CPUtime=0.04
/proc/2898/task/2904/stat : 2904 (java) S 2897 2884 2260 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 677013711 884781056 6510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2905] ppid=2897 vsize=864044 CPUtime=0
/proc/2898/task/2905/stat : 2905 (java) S 2897 2884 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677013711 884781056 6511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2906] ppid=2897 vsize=864044 CPUtime=0
/proc/2898/task/2906/stat : 2906 (java) S 2897 2884 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677013711 884781056 6512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883000

[startup+3.10264 s]
/proc/loadavg: 2.00 2.00 1.92 4/85 2906
/proc/meminfo: memFree=1523696/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=0.75
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 974 6984 0 1 3 1 67 4 15 0 1 0 677013624 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2884/statm: 3400 797 370 3 0 500 0
[pid=2897] ppid=2884 vsize=5356 CPUtime=0
/proc/2897/stat : 2897 (sh) S 2884 2884 2260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677013707 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2897/statm: 1339 233 193 169 0 50 0
[pid=2898] ppid=2897 vsize=864336 CPUtime=2.24
/proc/2898/stat : 2898 (java) S 2897 2884 2260 0 -1 0 14774 0 1 0 217 7 0 0 20 0 9 0 677013707 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2898/statm: 216084 13996 2564 9 0 210631 0
[pid=2898/tid=2899] ppid=2897 vsize=864336 CPUtime=1.08
/proc/2898/task/2899/stat : 2899 (java) R 2897 2884 2260 0 -1 64 3258 0 1 0 107 1 0 0 25 0 9 0 677013708 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 103567738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2900] ppid=2897 vsize=864336 CPUtime=1.05
/proc/2898/task/2900/stat : 2900 (java) S 2897 2884 2260 0 -1 64 10476 0 0 0 100 5 0 0 16 0 9 0 677013709 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2901] ppid=2897 vsize=864336 CPUtime=0
/proc/2898/task/2901/stat : 2901 (java) S 2897 2884 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677013709 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2902] ppid=2897 vsize=864336 CPUtime=0
/proc/2898/task/2902/stat : 2902 (java) S 2897 2884 2260 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 677013709 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2903] ppid=2897 vsize=864336 CPUtime=0
/proc/2898/task/2903/stat : 2903 (java) S 2897 2884 2260 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 677013711 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2904] ppid=2897 vsize=864336 CPUtime=0.09
/proc/2898/task/2904/stat : 2904 (java) S 2897 2884 2260 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 677013711 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2905] ppid=2897 vsize=864336 CPUtime=0
/proc/2898/task/2905/stat : 2905 (java) S 2897 2884 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677013711 885080064 13996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2898/tid=2906] ppid=2897 vsize=864336 CPUtime=0
/proc/2898/task/2906/stat : 2906 (java) S 2897 2884 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677013711 885080064 13996 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) 883292

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1542128/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 15 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=8196 CPUtime=2.02
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 1944 0 0 0 201 1 0 0 25 0 1 0 677014050 8392704 1930 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 2049 1930 75 150 0 1896 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27152

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1540464/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=9684 CPUtime=8.38
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 2279 0 0 0 837 1 0 0 25 0 1 0 677014050 9916416 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 2421 2265 75 150 0 2268 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 28640

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1538288/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=11308 CPUtime=21.12
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 2693 0 0 0 2110 2 0 0 25 0 1 0 677014050 11579392 2679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 2827 2679 75 150 0 2674 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 30264

[startup+51.1026 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1534192/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=14180 CPUtime=46.6
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 3405 0 0 0 4657 3 0 0 25 0 1 0 677014050 14520320 3391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 3545 3391 75 150 0 3392 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 33136

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1527280/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=18808 CPUtime=97.55
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 4547 0 0 0 9751 4 0 0 25 0 1 0 677014050 19259392 4533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 4702 4533 75 150 0 4549 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 37764

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1520752/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=23200 CPUtime=157.26
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 5623 0 0 0 15721 5 0 0 25 0 1 0 677014050 23756800 5609 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 5800 5609 75 150 0 5647 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 42156

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1518512/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=23200 CPUtime=216.97
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 5631 0 0 0 21692 5 0 0 25 0 1 0 677014050 23756800 5617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 5800 5617 75 150 0 5647 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 42156

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1515632/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=24212 CPUtime=276.68
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 5848 0 0 0 27663 5 0 0 25 0 1 0 677014050 24793088 5834 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 6053 5834 75 150 0 5900 0
Current children cumulated CPU time (s) 280.79
Current children cumulated vsize (KiB) 43168

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 2908
/proc/meminfo: memFree=1510832/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=26804 CPUtime=336.4
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 6515 0 0 0 33633 7 0 0 25 0 1 0 677014050 27447296 6501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 6701 6501 75 150 0 6548 0
Current children cumulated CPU time (s) 340.51
Current children cumulated vsize (KiB) 45760

[startup+402.303 s]
/proc/loadavg: 1.92 1.98 1.91 2/74 2909
/proc/meminfo: memFree=1657928/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=27976 CPUtime=396.12
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 6816 0 0 0 39605 7 0 0 25 0 1 0 677014050 28647424 6802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2908/statm: 6994 6802 75 150 0 6841 0
Current children cumulated CPU time (s) 400.23
Current children cumulated vsize (KiB) 46932

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

[startup+403.101 s]
/proc/loadavg: 1.92 1.98 1.91 2/71 2926
/proc/meminfo: memFree=1669920/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=27976 CPUtime=396.86
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 6816 0 0 0 39679 7 0 0 25 0 1 0 677014050 28647424 6802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 6994 6802 75 150 0 6841 0
Current children cumulated CPU time (s) 400.97
Current children cumulated vsize (KiB) 46932

[startup+403.301 s]
/proc/loadavg: 1.92 1.98 1.91 2/71 2926
/proc/meminfo: memFree=1669920/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=4.11
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1031 22132 0 2 4 1 391 15 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
[pid=2907] ppid=2884 vsize=5356 CPUtime=0
/proc/2907/stat : 2907 (sh) S 2884 2884 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677014046 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2907/statm: 1339 232 193 169 0 50 0
[pid=2908] ppid=2907 vsize=27976 CPUtime=397.06
/proc/2908/stat : 2908 (minisat) R 2907 2884 2260 0 -1 4194304 6816 0 0 0 39699 7 0 0 25 0 1 0 677014050 28647424 6802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2908/statm: 6994 6802 75 150 0 6841 0
Current children cumulated CPU time (s) 401.17
Current children cumulated vsize (KiB) 46932

[startup+403.401 s]
/proc/loadavg: 1.92 1.98 1.91 2/71 2926
/proc/meminfo: memFree=1669920/2055924 swapFree=4177320/4192956
[pid=2884] ppid=2882 vsize=13600 CPUtime=401.26
/proc/2884/stat : 2884 (sugar) S 2882 2884 2260 0 -1 4194304 1070 29242 0 2 4 1 40098 23 16 0 1 0 677013624 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2884/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 403.487
CPU time (s): 401.376
CPU user time (s): 401.104
CPU system time (s): 0.271958
CPU usage (%): 99.4767
Max. virtual memory (cumulated for all children) (KiB): 883292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.104
system time used= 0.271958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34007
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= 2386
involuntary context switches= 7066

runsolver used 0.556915 second user time and 1.23881 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 01:07:20
IDJOB=1080369
IDBENCH=56956
IDSOLVER=346
FILE ID=node83/1080369-1215212840
PBS_JOBID= 7881765
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-35_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080369-1215212840/watcher-1080369-1215212840 -o /tmp/evaluation-result-1080369-1215212840/solver-1080369-1215212840 -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-1080369-1215212840.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 508714bde231e40d4eeec9f003400a13
RANDOM SEED=939924634

node83.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.263
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.263
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:      2055924 kB
MemFree:       1556520 kB
Buffers:         47220 kB
Cached:         256144 kB
SwapCached:       9572 kB
Active:         325040 kB
Inactive:       128444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1556520 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:         154564 kB
Slab:            31004 kB
Committed_AS:  1234320 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node83 at 2008-07-05 01:14:04