Trace number 2064031

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+minisatSAT 21.4677 21.9624

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.06/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.22	c 0	BEGIN Sat Jul 11 19:35:25 2009
0.06/0.22	c 0	PID 14061
0.06/0.22	c 0	HOST node66.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-2064031-1247333725.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064031-1247333725.xml' 'HOME/temp.csp'
0.83/1.01	c 1	24 domains, 700 variables, 1 predicates, 0 relations, 5793 constraints
0.83/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.83/1.02	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.83/1.10	c 1	Parsing HOME/temp.csp
0.84/1.25	c 1	parsed 6518 expressions
0.84/1.26	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.84/1.26	c 1	Converting to clausal form CSP
0.84/1.29	c 1	converted 652 (10%) expressions
0.84/1.52	c 2	converted 1304 (20%) expressions
0.84/1.58	c 2	converted 1956 (30%) expressions
0.84/1.67	c 2	converted 2608 (40%) expressions
0.84/1.71	c 2	converted 3259 (50%) expressions
0.84/1.75	c 2	converted 3911 (60%) expressions
0.84/1.79	c 2	converted 4563 (70%) expressions
0.84/1.83	c 2	converted 5215 (80%) expressions
0.84/1.93	c 2	converted 5867 (90%) expressions
3.46/3.78	c 4	converted 6518 (100%) expressions
3.46/3.78	c 4	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.46/3.78	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.46/3.78	c 4	Propagation in CSP
3.66/3.99	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.66/3.99	c 4	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.66/3.99	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.76/4.02	c 4	Simplifing CSP by introducing new Boolean variables
4.65/4.92	c 5	CSP : 700 integers, 101745 booleans, 152175 clauses, largest domain size 45
4.65/4.92	c 5	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.05/5.34	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.05/5.39	c 5	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
5.05/5.39	c 5	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
5.05/5.40	c 5	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
5.15/5.41	c 5	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
5.15/5.41	c 5	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
5.15/5.41	c 5	420 (60%) CSP integer variables are encoded (15051 clauses, 204123 bytes)
5.15/5.41	c 5	490 (70%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.15/5.41	c 5	560 (80%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.15/5.41	c 5	630 (90%) CSP integer variables are encoded (15055 clauses, 204183 bytes)
5.15/5.41	c 5	700 (100%) CSP integer variables are encoded (15061 clauses, 204273 bytes)
6.04/6.38	c 6	15218 (10%) CSP clauses are encoded (433056 clauses, 8594930 bytes)
6.93/7.28	c 7	30435 (20%) CSP clauses are encoded (875422 clauses, 17653118 bytes)
7.92/8.20	c 8	45653 (30%) CSP clauses are encoded (1334820 clauses, 26911216 bytes)
8.81/9.12	c 9	60870 (40%) CSP clauses are encoded (1794217 clauses, 36197578 bytes)
9.71/10.02	c 10	76088 (50%) CSP clauses are encoded (2253923 clauses, 45365853 bytes)
10.58/10.99	c 11	91305 (60%) CSP clauses are encoded (2713540 clauses, 54683209 bytes)
11.56/11.94	c 12	106523 (70%) CSP clauses are encoded (3173246 clauses, 63954291 bytes)
12.45/12.87	c 13	121740 (80%) CSP clauses are encoded (3632863 clauses, 73278581 bytes)
13.44/13.82	c 14	136958 (90%) CSP clauses are encoded (4092745 clauses, 82879350 bytes)
14.33/14.79	c 15	152175 (100%) CSP clauses are encoded (4552538 clauses, 92709574 bytes)
14.33/14.79	c 15	152175 CSP clauses encoded
14.33/14.79	c 15	Writing map file : HOME/temp.map
14.43/14.82	c 15	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.43/14.82	c 15	SAT : 117182 SAT variables, 4552538 SAT clauses, 92709574 bytes
14.43/14.82	c 15	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.43/14.87	c 15	SOLVING HOME/temp.cnf
14.43/14.87	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.43/14.87	c 15	This is MiniSat 2.0 beta
14.43/14.87	c 15	WARNING: for repeatability, setting FPU to use double precision
14.43/14.87	c 15	============================[ Problem Statistics ]=============================
14.43/14.87	c 15	|                                                                             |
14.43/14.87	c 15	|  Number of variables:  117182                                               |
14.43/14.87	c 15	|  Number of clauses:    4552538                                              |
16.75/17.27	c 17	|  Parsing time:         2.00         s                                       |
16.86/17.38	c 17	============================[ Search Statistics ]==============================
16.86/17.38	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.86/17.38	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.86/17.38	c 17	===============================================================================
16.86/17.38	c 17	|         0 |  117182  4552538 13402057 |  1517512        0    nan |  0.000 % |
18.25/18.79	c 19	|       100 |  117182  4552538 13402057 |  1669263      100     17 |  0.000 % |
18.74/19.24	c 19	|       251 |  117182  4552538 13402057 |  1836190      251     13 |  0.000 % |
19.63/20.16	c 20	|       476 |  117182  4552538 13402057 |  2019809      476     12 |  0.000 % |
20.92/21.44	c 21	===============================================================================
20.92/21.45	c 21	restarts              : 4
20.92/21.45	c 21	conflicts             : 718            (118 /sec)
20.92/21.45	c 21	decisions             : 9438           (1.10 % random) (1550 /sec)
20.92/21.45	c 21	propagations          : 1228627        (201776 /sec)
20.92/21.45	c 21	conflict literals     : 27843          (2.06 % deleted)
20.92/21.45	c 21	Memory used           : 204.95 MB
20.92/21.45	c 21	CPU time              : 6.08907 s
20.92/21.45	c 21	
21.02/21.50	c 21	SATISFIABLE
21.02/21.53	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.02/21.53	c 22	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'
21.06/21.62	c 22	Decoding HOME/temp.out
21.06/21.83	s SATISFIABLE
21.06/21.86	v 44 40 8 38 13 5 33 22 14 5 31 36 40 18 33 23 32 24 10 44 23 24 42 24 32 22 27 26 34 10 8 8 0 7 7 8 16 24 28 19 1 28 18 39 33 35 10 4 35 17 20 14 12 32 31 9 42 35 24 10 36 39 44 0 44 23 31 2 39 21 7 6 40 30 31 30 15 14 7 21 16 2 26 19 11 20 6 24 21 38 40 35 16 28 8 33 22 1 30 1 22 16 21 22 29 31 17 13 41 30 34 22 27 3 34 34 33 11 20 42 11 13 2 20 34 29 27 18 32 36 31 5 17 21 5 20 39 14 41 3 30 25 2 40 8 9 33 10 21 0 39 36 9 6 29 40 35 33 1 25 30 10 29 9 38 30 40 11 43 19 29 28 17 27 16 4 10 4 12 15 34 18 0 29 13 28 6 25 0 2 17 9 14 37 4 7 7 2 29 3 44 37 15 19 27 35 43 39 13 5 36 0 14 31 7 41 44 36 42 14 3 25 3 37 44 4 23 25 9 23 19 38 33 20 29 34 3 4 17 44 1 23 14 3 15 38 8 3 11 26 15 41 8 35 36 15 26 7 5 5 16 26 22 26 36 4 14 41 1 6 3 41 33 35 13 18 11 22 5 7 9 28 14 25 42 12 42 38 0 42 12 43 43 41 12 19 11 27 38 43 42 2 1 36 26 6 18 15 30 25 41 13 35 4 37 9 38 0 15 21 19 33 43 38 13 13 23 24 37 9 17 20 34 19 12 32 43 43 18 43 37 37 32 6 12 18 40 39 16 32 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 0 8 6 6 8 8 8 3 5 0 9 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 2 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 7 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 8 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 0 1 0 8 2 4 3 2 5 3 0 6 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 6 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 2 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 3 6 5 9 9 4 9 6 0 5 5 4 5 1 2 8 5 5 5 2
21.06/21.87	c 22	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.38/21.92	c 22	CPU 21.39 (0.06 0.03 20.03 1.27)
21.38/21.92	c 22	END Sat Jul 11 19:35:47 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064031-1247333725/watcher-2064031-1247333725 -o /tmp/evaluation-result-2064031-1247333725/solver-2064031-1247333725 -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-2064031-1247333725.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: 2.08 2.10 2.08 4/81 14061
/proc/meminfo: memFree=1689480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=18576 CPUtime=0
/proc/14061/stat : 14061 (runsolver) D 14059 14061 13996 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20435325 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14061/statm: 4644 284 249 26 0 2626 0

[startup+0.09362 s]
/proc/loadavg: 2.08 2.10 2.08 4/81 14061
/proc/meminfo: memFree=1689480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=12412 CPUtime=0
/proc/14061/stat : 14061 (sugar) D 14059 14061 13996 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 20435325 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14061/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101618 s]
/proc/loadavg: 2.08 2.10 2.08 4/81 14061
/proc/meminfo: memFree=1689480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=12412 CPUtime=0
/proc/14061/stat : 14061 (sugar) D 14059 14061 13996 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 20435325 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14061/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301646 s]
/proc/loadavg: 2.08 2.10 2.08 4/81 14061
/proc/meminfo: memFree=1689480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.07
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701692 s]
/proc/loadavg: 2.08 2.10 2.08 4/81 14061
/proc/meminfo: memFree=1689480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.07
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50179 s]
/proc/loadavg: 2.08 2.10 2.08 3/92 14073
/proc/meminfo: memFree=1669168/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.84
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1309 7857 0 1 5 2 72 5 15 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 16868

[startup+3.10484 s]
/proc/loadavg: 2.07 2.10 2.08 3/92 14083
/proc/meminfo: memFree=1650288/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.84
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1309 7857 0 1 5 2 72 5 15 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
[pid=14074] ppid=14061 vsize=5356 CPUtime=0
/proc/14074/stat : 14074 (sh) S 14061 14061 13996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20435427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14074/statm: 1339 233 193 169 0 50 0
[pid=14075] ppid=14074 vsize=868560 CPUtime=2.04
/proc/14075/stat : 14075 (java) S 14074 14061 13996 0 -1 0 13624 0 1 0 195 9 0 0 18 0 9 0 20435428 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 217140 12644 2566 9 0 211645 0
[pid=14075/tid=14076] ppid=14074 vsize=868560 CPUtime=1.18
/proc/14075/task/14076/stat : 14076 (java) R 14074 14061 13996 0 -1 64 3042 0 1 0 116 2 0 0 25 0 9 0 20435429 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14077] ppid=14074 vsize=868560 CPUtime=0.66
/proc/14075/task/14077/stat : 14077 (java) S 14074 14061 13996 0 -1 64 8390 0 0 0 61 5 0 0 15 0 9 0 20435430 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14078] ppid=14074 vsize=868560 CPUtime=0
/proc/14075/task/14078/stat : 14078 (java) S 14074 14061 13996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20435430 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14079] ppid=14074 vsize=868560 CPUtime=0
/proc/14075/task/14079/stat : 14079 (java) S 14074 14061 13996 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20435430 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14080] ppid=14074 vsize=868560 CPUtime=0
/proc/14075/task/14080/stat : 14080 (java) S 14074 14061 13996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20435432 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14081] ppid=14074 vsize=868560 CPUtime=0.17
/proc/14075/task/14081/stat : 14081 (java) S 14074 14061 13996 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 20435432 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14082] ppid=14074 vsize=868560 CPUtime=0
/proc/14075/task/14082/stat : 14082 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20435432 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14083] ppid=14074 vsize=868560 CPUtime=0
/proc/14075/task/14083/stat : 14083 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20435432 889405440 12644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 890784

[startup+6.30236 s]
/proc/loadavg: 2.07 2.10 2.08 3/92 14083
/proc/meminfo: memFree=1552752/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.84
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1310 7857 0 1 5 2 72 5 15 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
[pid=14074] ppid=14061 vsize=5356 CPUtime=0
/proc/14074/stat : 14074 (sh) S 14061 14061 13996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20435427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14074/statm: 1339 233 193 169 0 50 0
[pid=14075] ppid=14074 vsize=868672 CPUtime=5.2
/proc/14075/stat : 14075 (java) S 14074 14061 13996 0 -1 0 25963 0 1 0 499 21 0 0 18 0 9 0 20435428 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 217168 24025 2592 9 0 211645 0
[pid=14075/tid=14076] ppid=14074 vsize=868672 CPUtime=2.74
/proc/14075/task/14076/stat : 14076 (java) R 14074 14061 13996 0 -1 64 3899 0 1 0 266 8 0 0 25 0 9 0 20435429 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 102094105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14077] ppid=14074 vsize=868672 CPUtime=2.18
/proc/14075/task/14077/stat : 14077 (java) S 14074 14061 13996 0 -1 64 19824 0 0 0 208 10 0 0 16 0 9 0 20435430 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14078] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14078/stat : 14078 (java) S 14074 14061 13996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20435430 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14079] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14079/stat : 14079 (java) S 14074 14061 13996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20435430 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14080] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14080/stat : 14080 (java) S 14074 14061 13996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20435432 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14081] ppid=14074 vsize=868672 CPUtime=0.25
/proc/14075/task/14081/stat : 14081 (java) S 14074 14061 13996 0 -1 64 1541 0 0 0 24 1 0 0 16 0 9 0 20435432 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14082] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14082/stat : 14082 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20435432 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14083] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14083/stat : 14083 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20435432 889520128 24025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890896

[startup+12.7011 s]
/proc/loadavg: 2.29 2.14 2.10 3/92 14083
/proc/meminfo: memFree=1418480/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=0.84
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1310 7857 0 1 5 2 72 5 16 0 1 0 20435325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1111 409 3 0 796 0
[pid=14074] ppid=14061 vsize=5356 CPUtime=0
/proc/14074/stat : 14074 (sh) S 14061 14061 13996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20435427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14074/statm: 1339 233 193 169 0 50 0
[pid=14075] ppid=14074 vsize=868672 CPUtime=11.51
/proc/14075/stat : 14075 (java) S 14074 14061 13996 0 -1 0 26215 0 1 0 1091 60 0 0 18 0 9 0 20435428 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14075/statm: 217168 24026 2592 9 0 211645 0
[pid=14075/tid=14076] ppid=14074 vsize=868672 CPUtime=8.88
/proc/14075/task/14076/stat : 14076 (java) R 14074 14061 13996 0 -1 64 4150 0 1 0 843 45 0 0 25 0 9 0 20435429 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4126975836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14077] ppid=14074 vsize=868672 CPUtime=2.34
/proc/14075/task/14077/stat : 14077 (java) S 14074 14061 13996 0 -1 64 19824 0 0 0 222 12 0 0 16 0 9 0 20435430 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14078] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14078/stat : 14078 (java) S 14074 14061 13996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20435430 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14079] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14079/stat : 14079 (java) S 14074 14061 13996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20435430 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14080] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14080/stat : 14080 (java) S 14074 14061 13996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20435432 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14081] ppid=14074 vsize=868672 CPUtime=0.25
/proc/14075/task/14081/stat : 14081 (java) S 14074 14061 13996 0 -1 64 1542 0 0 0 24 1 0 0 17 0 9 0 20435432 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14082] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14082/stat : 14082 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20435432 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14075/tid=14083] ppid=14074 vsize=868672 CPUtime=0
/proc/14075/task/14083/stat : 14083 (java) S 14074 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20435432 889520128 24026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890896

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

[startup+15.9015 s]
/proc/loadavg: 2.29 2.14 2.10 3/84 14085
/proc/meminfo: memFree=1440176/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=14.48
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1376 34464 0 2 5 2 1360 81 16 0 1 0 20435325 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1113 409 3 0 796 0
[pid=14084] ppid=14061 vsize=5356 CPUtime=0
/proc/14084/stat : 14084 (sh) S 14061 14061 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20436812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14084/statm: 1339 232 193 169 0 50 0
[pid=14085] ppid=14084 vsize=79248 CPUtime=0.99
/proc/14085/stat : 14085 (minisat) R 14084 14061 13996 0 -1 4194304 19212 0 0 0 86 13 0 0 25 0 1 0 20436813 81149952 19198 996147200 134512640 135127466 4294956256 18446744073709551615 134514069 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 19812 19198 62 150 0 19659 0
Current children cumulated CPU time (s) 15.47
Current children cumulated vsize (KiB) 101472

[startup+19.1029 s]
/proc/loadavg: 2.35 2.16 2.10 3/84 14085
/proc/meminfo: memFree=1279472/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=14.49
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1376 34464 0 2 6 2 1360 81 16 0 1 0 20435325 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1113 409 3 0 796 0
[pid=14084] ppid=14061 vsize=5356 CPUtime=0
/proc/14084/stat : 14084 (sh) S 14061 14061 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20436812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14084/statm: 1339 232 193 169 0 50 0
[pid=14085] ppid=14084 vsize=203224 CPUtime=4.15
/proc/14085/stat : 14085 (minisat) R 14084 14061 13996 0 -1 4194304 49585 0 0 0 377 38 0 0 25 0 1 0 20436813 208101376 49571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 50806 49571 76 150 0 50653 0
Current children cumulated CPU time (s) 18.64
Current children cumulated vsize (KiB) 225448

[startup+20.7011 s]
/proc/loadavg: 2.35 2.16 2.10 3/84 14085
/proc/meminfo: memFree=1272816/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=14.49
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1376 34464 0 2 6 2 1360 81 16 0 1 0 20435325 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1113 409 3 0 796 0
[pid=14084] ppid=14061 vsize=5356 CPUtime=0
/proc/14084/stat : 14084 (sh) S 14061 14061 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20436812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14084/statm: 1339 232 193 169 0 50 0
[pid=14085] ppid=14084 vsize=209296 CPUtime=5.74
/proc/14085/stat : 14085 (minisat) R 14084 14061 13996 0 -1 4194304 51084 0 0 0 535 39 0 0 25 0 1 0 20436813 214319104 51070 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 52324 51070 76 150 0 52171 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 231520

[startup+21.5011 s]
/proc/loadavg: 2.35 2.16 2.10 3/84 14085
/proc/meminfo: memFree=1269488/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=14.49
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1376 34464 0 2 6 2 1360 81 16 0 1 0 20435325 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1113 409 3 0 796 0
[pid=14084] ppid=14061 vsize=5356 CPUtime=0
/proc/14084/stat : 14084 (sh) S 14061 14061 13996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20436812 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14084/statm: 1339 232 193 169 0 50 0
[pid=14085] ppid=14084 vsize=209876 CPUtime=6.53
/proc/14085/stat : 14085 (minisat) R 14084 14061 13996 0 -1 4194304 51247 0 0 0 614 39 0 0 25 0 1 0 20436813 214913024 51232 996147200 134512640 135127466 4294956256 18446744073709551615 134681703 0 0 4096 3 0 0 0 17 1 0 0
/proc/14085/statm: 52469 51232 82 150 0 52316 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (KiB) 232100

[startup+21.9012 s]
/proc/loadavg: 2.32 2.15 2.10 2/92 14095
/proc/meminfo: memFree=1467312/2055920 swapFree=4192812/4192956
[pid=14061] ppid=14059 vsize=16868 CPUtime=21.07
/proc/14061/stat : 14061 (sugar) S 14059 14061 13996 0 -1 4194304 1450 85996 0 2 6 3 1974 124 15 0 1 0 20435325 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14061/statm: 4217 1113 409 3 0 796 0
[pid=14086] ppid=14061 vsize=5356 CPUtime=0
/proc/14086/stat : 14086 (sh) S 14061 14061 13996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20437479 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14086/statm: 1339 233 193 169 0 50 0
[pid=14087] ppid=14086 vsize=864120 CPUtime=0.31
/proc/14087/stat : 14087 (java) S 14086 14061 13996 0 -1 0 3662 0 1 0 29 2 0 0 18 0 9 0 20437479 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14087/statm: 216030 3122 1723 9 0 210535 0
[pid=14087/tid=14088] ppid=14086 vsize=864120 CPUtime=0.24
/proc/14087/task/14088/stat : 14088 (java) S 14086 14061 13996 0 -1 64 2581 0 1 0 23 1 0 0 18 0 9 0 20437480 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14089] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14089/stat : 14089 (java) S 14086 14061 13996 0 -1 64 71 0 0 0 0 0 0 0 16 0 9 0 20437481 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14090] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14090/stat : 14090 (java) S 14086 14061 13996 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20437481 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14091] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14091/stat : 14091 (java) S 14086 14061 13996 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20437481 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14092] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14092/stat : 14092 (java) S 14086 14061 13996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20437483 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14093] ppid=14086 vsize=864120 CPUtime=0.05
/proc/14087/task/14093/stat : 14093 (java) S 14086 14061 13996 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 20437483 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14094] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14094/stat : 14094 (java) S 14086 14061 13996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20437483 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14087/tid=14095] ppid=14086 vsize=864120 CPUtime=0
/proc/14087/task/14095/stat : 14095 (java) S 14086 14061 13996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20437483 884858880 3122 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.38
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 21.9624
CPU time (s): 21.4677
CPU user time (s): 20.1019
CPU system time (s): 1.36579
CPU usage (%): 97.7475
Max. virtual memory (cumulated for all children) (KiB): 891788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1019
system time used= 1.36579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91485
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= 8293
involuntary context switches= 8454

runsolver used 0.038994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-11 19:35:25
IDJOB=2064031
IDBENCH=54116
IDSOLVER=739
FILE ID=node66/2064031-1247333725
PBS_JOBID= 9506714
Free space on /tmp= 66172 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.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-2064031-1247333725/watcher-2064031-1247333725 -o /tmp/evaluation-result-2064031-1247333725/solver-2064031-1247333725 -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-2064031-1247333725.xml

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

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1184688102

node66.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.214
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.214
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:       1689960 kB
Buffers:          8252 kB
Cached:          58592 kB
SwapCached:          0 kB
Active:         287912 kB
Inactive:        27500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:         268968 kB
Slab:            35500 kB
Committed_AS:   507800 kB
PageTables:       2248 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= 66168 MiB
End job on node66 at 2009-07-11 19:35:47