Trace number 2079761

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 185.508 187.369

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-18_ext.xml
MD5SUMd0723849d67084a75f9aabd36744eddc
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 benchmark11.2583
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints55
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension55
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:18:45 2009
0.00/0.08	c 0	PID 25496
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079761-1247368725.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079761-1247368725.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 20 variables, 0 predicates, 55 relations, 55 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.85	c 1	Parsing HOME/temp.csp
1.71/1.83	c 2	parsed 131 expressions
1.71/1.83	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.83	c 2	Converting to clausal form CSP
1.71/1.86	c 2	converted 14 (10%) expressions
1.71/1.87	c 2	converted 27 (20%) expressions
1.71/1.89	c 2	converted 40 (30%) expressions
1.71/1.89	c 2	converted 53 (40%) expressions
1.81/1.90	c 2	converted 66 (50%) expressions
1.91/2.10	c 2	converted 79 (60%) expressions
2.11/2.21	c 2	converted 92 (70%) expressions
2.19/2.30	c 3	converted 105 (80%) expressions
2.30/2.40	c 3	converted 118 (90%) expressions
2.30/2.49	c 3	converted 131 (100%) expressions
2.30/2.49	c 3	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.30/2.49	c 3	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.49	c 3	Propagation in CSP
2.30/2.49	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.49	c 3	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.30/2.49	c 3	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.30/2.49	c 3	Simplifing CSP by introducing new Boolean variables
2.30/2.49	c 3	CSP : 20 integers, 0 booleans, 55 clauses, largest domain size 20
2.30/2.49	c 3	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.61	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.50/2.61	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.50/2.62	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.50/2.62	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.50/2.62	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.50/2.62	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.50/2.62	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.50/2.62	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.50/2.62	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.50/2.62	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.70/2.82	c 3	6 (10%) CSP clauses are encoded (11181 clauses, 243070 bytes)
2.80/2.94	c 3	11 (20%) CSP clauses are encoded (20204 clauses, 459472 bytes)
2.90/3.07	c 3	17 (30%) CSP clauses are encoded (30359 clauses, 706591 bytes)
2.99/3.18	c 3	22 (40%) CSP clauses are encoded (39394 clauses, 931256 bytes)
3.19/3.32	c 4	28 (50%) CSP clauses are encoded (49621 clauses, 1183331 bytes)
3.28/3.43	c 4	33 (60%) CSP clauses are encoded (58610 clauses, 1406954 bytes)
3.39/3.56	c 4	39 (70%) CSP clauses are encoded (68737 clauses, 1670917 bytes)
3.48/3.66	c 4	44 (80%) CSP clauses are encoded (76525 clauses, 1875324 bytes)
3.58/3.79	c 4	50 (90%) CSP clauses are encoded (87389 clauses, 2165911 bytes)
3.78/3.92	c 4	55 (100%) CSP clauses are encoded (96376 clauses, 2406403 bytes)
3.78/3.92	c 4	55 CSP clauses encoded
3.78/3.92	c 4	Writing map file : HOME/temp.map
3.78/3.92	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.92	c 4	SAT : 380 SAT variables, 96376 SAT clauses, 2406403 bytes
3.78/3.92	c 4	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.96	c 4	SOLVING HOME/temp.cnf
3.78/3.96	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.78/3.96	c 4	This is MiniSat 2.0 beta
3.78/3.96	c 4	WARNING: for repeatability, setting FPU to use double precision
3.78/3.96	c 4	============================[ Problem Statistics ]=============================
3.78/3.96	c 4	|                                                                             |
3.78/3.96	c 4	|  Number of variables:  380                                                  |
3.78/3.96	c 4	|  Number of clauses:    96376                                                |
3.84/4.03	c 4	|  Parsing time:         0.06         s                                       |
3.84/4.03	c 4	============================[ Search Statistics ]==============================
3.84/4.03	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.84/4.03	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.84/4.03	c 4	===============================================================================
3.84/4.03	c 4	|         0 |     380    96376   527174 |    32125        0    nan |  0.000 % |
3.84/4.08	c 4	|       101 |     380    96376   527174 |    35337      101     11 |  0.001 % |
3.84/4.14	c 4	|       251 |     380    96376   527174 |    38871      251      9 |  0.013 % |
3.84/4.23	c 4	|       476 |     380    96376   527174 |    42758      476     10 |  0.013 % |
4.17/4.38	c 5	|       814 |     380    96376   527174 |    47034      814      9 |  0.014 % |
4.36/4.54	c 5	|      1320 |     380    96376   527174 |    51738     1320     10 |  0.014 % |
4.56/4.78	c 5	|      2079 |     380    96376   527174 |    56911     2079     11 |  0.014 % |
4.96/5.18	c 5	|      3220 |     380    96376   527174 |    62603     3220     11 |  0.015 % |
5.64/5.81	c 6	|      4928 |     380    96376   527174 |    68863     4928     12 |  0.010 % |
6.53/6.75	c 7	|      7491 |     380    96376   527174 |    75749     7491     12 |  0.017 % |
8.02/8.25	c 8	|     11335 |     380    96376   527174 |    83324    11335     12 |  0.019 % |
10.79/11.04	c 11	|     17101 |     379    96376   527174 |    91657    17100     12 |  0.264 % |
14.85/15.18	c 15	|     25750 |     379    95651   523826 |   100823    18520     13 |  0.288 % |
21.19/21.57	c 22	|     38724 |     379    95651   523826 |   110905    31494     14 |  0.265 % |
34.96/35.42	c 36	|     58185 |     379    95651   523826 |   121995    50955     14 |  0.278 % |
58.04/58.80	c 59	|     87377 |     378    94768   519301 |   134195    71017     14 |  0.538 % |
102.81/103.94	c 104	|    131166 |     378    94768   519301 |   147615   114806     15 |  0.531 % |
172.44/174.25	c 174	|    196851 |     359    86043   470675 |   162376    95351     14 |  5.527 % |
185.32/187.24	c 187	===============================================================================
185.32/187.24	c 187	restarts              : 18
185.32/187.24	c 187	conflicts             : 210986         (1163 /sec)
185.32/187.24	c 187	decisions             : 248567         (1.67 % random) (1370 /sec)
185.32/187.24	c 187	propagations          : 8934846        (49233 /sec)
185.32/187.24	c 187	conflict literals     : 3053192        (32.69 % deleted)
185.32/187.24	c 187	Memory used           : 21.23 MB
185.32/187.24	c 187	CPU time              : 181.482 s
185.32/187.24	c 187	
185.32/187.24	c 187	UNSATISFIABLE
185.32/187.24	c 187	DECODING HOME/temp.out WITH HOME/temp.map
185.32/187.24	c 187	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
185.37/187.33	c 188	Decoding HOME/temp.out
185.37/187.35	s UNSATISFIABLE
185.37/187.35	c 188	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
185.37/187.36	c 188	CPU 185.49 (0.06 0.02 185.16 0.25)
185.37/187.36	c 188	END Sun Jul 12 05:21:53 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079761-1247368725/watcher-2079761-1247368725 -o /tmp/evaluation-result-2079761-1247368725/solver-2079761-1247368725 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079761-1247368725.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.08 2.23 4/82 25496
/proc/meminfo: memFree=1459256/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=12268 CPUtime=0
/proc/25496/stat : 25496 (sugar) R 25494 25496 20040 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23939460 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25496/statm: 3067 316 241 3 0 167 0

[startup+0.0839531 s]
/proc/loadavg: 1.92 2.08 2.23 4/82 25496
/proc/meminfo: memFree=1459256/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16740 CPUtime=0.06
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23939460 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102733 s]
/proc/loadavg: 1.92 2.08 2.23 4/82 25496
/proc/meminfo: memFree=1459256/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=0.06
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23939460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30256 s]
/proc/loadavg: 1.92 2.08 2.23 4/82 25496
/proc/meminfo: memFree=1459256/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=0.06
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23939460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70262 s]
/proc/loadavg: 1.92 2.08 2.23 4/82 25496
/proc/meminfo: memFree=1459256/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=0.06
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23939460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50176 s]
/proc/loadavg: 1.92 2.08 2.23 4/93 25518
/proc/meminfo: memFree=1447712/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=0.71
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1309 7086 0 1 6 1 59 5 16 0 1 0 23939460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1111 409 3 0 796 0
[pid=25509] ppid=25496 vsize=5356 CPUtime=0
/proc/25509/stat : 25509 (sh) S 25496 25496 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23939538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25509/statm: 1339 233 193 169 0 50 0
[pid=25510] ppid=25509 vsize=862284 CPUtime=0.7
/proc/25510/stat : 25510 (java) S 25509 25496 20040 0 -1 0 7105 0 1 0 66 4 0 0 18 0 9 0 23939538 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25510/statm: 215571 6381 2158 9 0 210484 0
[pid=25510/tid=25511] ppid=25509 vsize=862284 CPUtime=0.44
/proc/25510/task/25511/stat : 25511 (java) R 25509 25496 20040 0 -1 64 2029 0 1 0 42 2 0 0 23 0 9 0 23939539 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25512] ppid=25509 vsize=862284 CPUtime=0.2
/proc/25510/task/25512/stat : 25512 (java) R 25509 25496 20040 0 -1 64 4068 0 0 0 19 1 0 0 16 0 9 0 23939540 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 101607139 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25513] ppid=25509 vsize=862284 CPUtime=0
/proc/25510/task/25513/stat : 25513 (java) S 25509 25496 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23939540 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25514] ppid=25509 vsize=862284 CPUtime=0
/proc/25510/task/25514/stat : 25514 (java) S 25509 25496 20040 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23939540 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25515] ppid=25509 vsize=862284 CPUtime=0
/proc/25510/task/25515/stat : 25515 (java) S 25509 25496 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23939543 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25516] ppid=25509 vsize=862284 CPUtime=0.03
/proc/25510/task/25516/stat : 25516 (java) S 25509 25496 20040 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23939543 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25517] ppid=25509 vsize=862284 CPUtime=0
/proc/25510/task/25517/stat : 25517 (java) S 25509 25496 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23939543 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25518] ppid=25509 vsize=862284 CPUtime=0
/proc/25510/task/25518/stat : 25518 (java) S 25509 25496 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23939543 882978816 6381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10204 s]
/proc/loadavg: 1.92 2.08 2.23 3/93 25518
/proc/meminfo: memFree=1425824/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=0.71
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1310 7086 0 1 6 1 59 5 15 0 1 0 23939460 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1111 409 3 0 796 0
[pid=25509] ppid=25496 vsize=5356 CPUtime=0
/proc/25509/stat : 25509 (sh) S 25496 25496 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23939538 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25509/statm: 1339 233 193 169 0 50 0
[pid=25510] ppid=25509 vsize=864488 CPUtime=2.28
/proc/25510/stat : 25510 (java) S 25509 25496 20040 0 -1 0 13665 0 1 0 220 8 0 0 18 0 9 0 23939538 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25510/statm: 216122 12867 2590 9 0 210599 0
[pid=25510/tid=25511] ppid=25509 vsize=864488 CPUtime=1.38
/proc/25510/task/25511/stat : 25511 (java) R 25509 25496 20040 0 -1 64 3009 0 1 0 135 3 0 0 21 0 9 0 23939539 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4126554113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25512] ppid=25509 vsize=864488 CPUtime=0.8
/proc/25510/task/25512/stat : 25512 (java) S 25509 25496 20040 0 -1 64 9620 0 0 0 77 3 0 0 16 0 9 0 23939540 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25513] ppid=25509 vsize=864488 CPUtime=0
/proc/25510/task/25513/stat : 25513 (java) S 25509 25496 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23939540 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25514] ppid=25509 vsize=864488 CPUtime=0
/proc/25510/task/25514/stat : 25514 (java) S 25509 25496 20040 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23939540 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25515] ppid=25509 vsize=864488 CPUtime=0
/proc/25510/task/25515/stat : 25515 (java) S 25509 25496 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23939543 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25516] ppid=25509 vsize=864488 CPUtime=0.08
/proc/25510/task/25516/stat : 25516 (java) S 25509 25496 20040 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23939543 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25517] ppid=25509 vsize=864488 CPUtime=0
/proc/25510/task/25517/stat : 25517 (java) S 25509 25496 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23939543 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25510/tid=25518] ppid=25509 vsize=864488 CPUtime=0
/proc/25510/task/25518/stat : 25518 (java) S 25509 25496 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23939543 885235712 12867 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886712

[startup+6.30159 s]
/proc/loadavg: 1.93 2.08 2.23 4/85 25520
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 15 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=8040 CPUtime=2.3
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 1895 0 0 0 229 1 0 0 25 0 1 0 23939857 8232960 1881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 2010 1881 75 150 0 1857 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30264

[startup+12.7017 s]
/proc/loadavg: 1.93 2.08 2.23 3/85 25520
/proc/meminfo: memFree=1443424/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=9116 CPUtime=8.64
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 2160 0 0 0 863 1 0 0 25 0 1 0 23939857 9334784 2146 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 2279 2146 75 150 0 2126 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31340

[startup+25.5029 s]
/proc/loadavg: 1.95 2.07 2.22 3/85 25520
/proc/meminfo: memFree=1441568/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=11064 CPUtime=21.32
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 2634 0 0 0 2130 2 0 0 25 0 1 0 23939857 11329536 2620 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 2766 2620 75 150 0 2613 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33288

[startup+51.1023 s]
/proc/loadavg: 1.96 2.07 2.22 3/85 25520
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=13556 CPUtime=46.67
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 3215 0 0 0 4665 2 0 0 25 0 1 0 23939857 13881344 3201 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 3389 3201 75 150 0 3236 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 35780

[startup+102.306 s]
/proc/loadavg: 2.03 2.07 2.21 3/85 25520
/proc/meminfo: memFree=1434464/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=18160 CPUtime=97.38
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 4386 0 0 0 9735 3 0 0 25 0 1 0 23939857 18595840 4372 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 4540 4372 75 150 0 4387 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 40384

[startup+162.303 s]
/proc/loadavg: 2.01 2.05 2.19 3/85 25520
/proc/meminfo: memFree=1431264/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21468 CPUtime=156.82
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5155 0 0 0 15678 4 0 0 25 0 1 0 23939857 21983232 5141 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5367 5141 75 150 0 5214 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 43692

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

[startup+166.302 s]
/proc/loadavg: 2.01 2.05 2.19 3/85 25520
/proc/meminfo: memFree=1431200/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21600 CPUtime=160.78
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5174 0 0 0 16074 4 0 0 25 0 1 0 23939857 22118400 5160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5400 5160 75 150 0 5247 0
Current children cumulated CPU time (s) 164.62
Current children cumulated vsize (KiB) 43824

[startup+179.101 s]
/proc/loadavg: 2.01 2.05 2.19 3/85 25520
/proc/meminfo: memFree=1431008/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21736 CPUtime=173.46
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5207 0 0 0 17342 4 0 0 25 0 1 0 23939857 22257664 5193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5434 5193 75 150 0 5281 0
Current children cumulated CPU time (s) 177.3
Current children cumulated vsize (KiB) 43960

[startup+182.303 s]
/proc/loadavg: 2.01 2.05 2.18 3/85 25520
/proc/meminfo: memFree=1430944/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21736 CPUtime=176.63
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5208 0 0 0 17659 4 0 0 25 0 1 0 23939857 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 180.47
Current children cumulated vsize (KiB) 43960

[startup+185.502 s]
/proc/loadavg: 2.00 2.05 2.18 3/85 25520
/proc/meminfo: memFree=1430944/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21736 CPUtime=179.8
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5208 0 0 0 17976 4 0 0 25 0 1 0 23939857 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 183.64
Current children cumulated vsize (KiB) 43960

[startup+186.302 s]
/proc/loadavg: 2.00 2.05 2.18 4/85 25520
/proc/meminfo: memFree=1430944/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21736 CPUtime=180.59
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5208 0 0 0 18055 4 0 0 25 0 1 0 23939857 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 184.43
Current children cumulated vsize (KiB) 43960

[startup+187.103 s]
/proc/loadavg: 2.00 2.05 2.18 4/85 25520
/proc/meminfo: memFree=1430944/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=3.84
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1374 21104 0 2 6 2 359 17 16 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
[pid=25519] ppid=25496 vsize=5356 CPUtime=0
/proc/25519/stat : 25519 (sh) S 25496 25496 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23939857 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25519/statm: 1339 232 193 169 0 50 0
[pid=25520] ppid=25519 vsize=21736 CPUtime=181.38
/proc/25520/stat : 25520 (minisat) R 25519 25496 20040 0 -1 4194304 5208 0 0 0 18134 4 0 0 25 0 1 0 23939857 22257664 5194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25520/statm: 5434 5194 75 150 0 5281 0
Current children cumulated CPU time (s) 185.22
Current children cumulated vsize (KiB) 43960

[startup+187.303 s]
/proc/loadavg: 2.00 2.05 2.18 4/85 25520
/proc/meminfo: memFree=1430944/2055920 swapFree=4192812/4192956
[pid=25496] ppid=25494 vsize=16868 CPUtime=185.37
/proc/25496/stat : 25496 (sugar) S 25494 25496 20040 0 -1 4194304 1427 26606 0 2 6 2 18507 22 17 0 1 0 23939460 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25496/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 185.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 187.369
CPU time (s): 185.508
CPU user time (s): 185.23
CPU system time (s): 0.277957
CPU usage (%): 99.0068
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.23
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31804
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= 2888
involuntary context switches= 10243

runsolver used 0.234964 second user time and 0.633903 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 05:18:45
IDJOB=2079761
IDBENCH=56947
IDSOLVER=739
FILE ID=node14/2079761-1247368725
PBS_JOBID= 9507044
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-18_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079761-1247368725/watcher-2079761-1247368725 -o /tmp/evaluation-result-2079761-1247368725/solver-2079761-1247368725 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079761-1247368725.xml

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

MD5SUM BENCH= d0723849d67084a75f9aabd36744eddc
RANDOM SEED=1745302508

node14.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.265
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.265
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:       1459736 kB
Buffers:          8328 kB
Cached:          78712 kB
SwapCached:          0 kB
Active:         499372 kB
Inactive:        43676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:         476412 kB
Slab:            37564 kB
Committed_AS:   647184 kB
PageTables:       2760 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= 66516 MiB
End job on node14 at 2009-07-12 05:21:53