Trace number 2062666

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+picosatSAT 2.57761 2.70717

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-9.xml
MD5SUMd0d864992a962c8beff5238515ba838d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241962
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints179
Maximum constraint arity83
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)alldifferent(18),element(81)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 18:16:30 2009
0.05/0.08	c 0	PID 13081
0.05/0.08	c 0	HOST node47.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2062666-1247328990.xml TO HOME/temp.csp
0.05/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-2062666-1247328990.xml' 'HOME/temp.csp'
0.06/0.43	c 0	47 domains, 252 variables, 9 predicates, 0 relations, 179 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 0	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.41/0.54	c 0	Parsing HOME/temp.csp
0.41/0.60	c 0	parsed 487 expressions
0.41/0.61	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.61	c 0	Converting to clausal form CSP
0.41/0.63	c 0	converted 49 (10%) expressions
0.41/0.63	c 0	converted 98 (20%) expressions
0.41/0.64	c 0	converted 147 (30%) expressions
0.41/0.64	c 0	converted 195 (40%) expressions
0.41/0.64	c 0	converted 244 (50%) expressions
0.41/0.64	c 0	converted 293 (60%) expressions
0.41/0.70	c 1	converted 341 (70%) expressions
0.41/0.76	c 1	converted 390 (80%) expressions
1.03/1.16	c 1	converted 439 (90%) expressions
1.32/1.44	c 1	converted 487 (100%) expressions
1.32/1.44	c 1	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.32/1.44	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 1	Propagation in CSP
1.32/1.49	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.49	c 1	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.32/1.49	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.52	c 1	CSP : 252 integers, 4634 booleans, 14449 clauses, largest domain size 79
1.42/1.52	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.62	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.63	c 1	26 (10%) CSP integer variables are encoded (115 clauses, 1149 bytes)
1.52/1.64	c 1	51 (20%) CSP integer variables are encoded (225 clauses, 2359 bytes)
1.52/1.65	c 1	76 (30%) CSP integer variables are encoded (340 clauses, 3624 bytes)
1.52/1.65	c 2	101 (40%) CSP integer variables are encoded (1074 clauses, 12009 bytes)
1.52/1.66	c 2	126 (50%) CSP integer variables are encoded (1889 clauses, 22604 bytes)
1.52/1.66	c 2	152 (60%) CSP integer variables are encoded (2864 clauses, 35279 bytes)
1.52/1.66	c 2	177 (70%) CSP integer variables are encoded (3742 clauses, 46693 bytes)
1.52/1.66	c 2	202 (80%) CSP integer variables are encoded (4640 clauses, 58367 bytes)
1.52/1.66	c 2	227 (90%) CSP integer variables are encoded (5538 clauses, 70041 bytes)
1.52/1.66	c 2	252 (100%) CSP integer variables are encoded (6253 clauses, 79336 bytes)
1.62/1.78	c 2	1445 (10%) CSP clauses are encoded (19110 clauses, 278172 bytes)
1.71/1.82	c 2	2890 (20%) CSP clauses are encoded (21505 clauses, 315471 bytes)
1.71/1.84	c 2	4335 (30%) CSP clauses are encoded (22936 clauses, 335828 bytes)
1.71/1.86	c 2	5780 (40%) CSP clauses are encoded (24367 clauses, 356010 bytes)
1.71/1.88	c 2	7225 (50%) CSP clauses are encoded (25800 clauses, 376205 bytes)
1.71/1.90	c 2	8670 (60%) CSP clauses are encoded (27231 clauses, 396343 bytes)
1.82/1.92	c 2	10115 (70%) CSP clauses are encoded (28662 clauses, 416498 bytes)
1.82/1.94	c 2	11560 (80%) CSP clauses are encoded (30095 clauses, 436754 bytes)
1.82/1.96	c 2	13005 (90%) CSP clauses are encoded (31524 clauses, 457031 bytes)
1.82/1.97	c 2	14449 (100%) CSP clauses are encoded (32943 clauses, 478707 bytes)
1.82/1.98	c 2	14449 CSP clauses encoded
1.82/1.98	c 2	Writing map file : HOME/temp.map
1.82/1.99	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.99	c 2	SAT : 11041 SAT variables, 32943 SAT clauses, 478707 bytes
1.82/1.99	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.90/2.03	c 2	SOLVING HOME/temp.cnf
1.90/2.03	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
2.17/2.38	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.17/2.38	c 2	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'
2.27/2.46	c 2	Decoding HOME/temp.out
2.27/2.60	s SATISFIABLE
2.27/2.62	v 1 8 5 3 4 2 9 7 6 9 2 8 6 1 7 3 4 5 2 6 3 5 8 1 4 9 7 7 1 6 4 2 9 8 5 3 8 3 7 9 5 4 2 6 1 4 5 9 7 3 6 1 2 8 5 9 1 2 6 8 7 3 4 6 7 4 1 9 3 5 8 2 3 4 2 8 7 5 6 1 9 72 57 1 80 1 14 1 57 1 67 1 29 1 45 1 52 1 24 1 72 2 72 11 2 53 2 6 2 19 2 43 2 75 2 58 2 32 2 38 3 69 3 72 21 3 50 3 62 3 73 3 4 3 36 3 16 3 25 4 46 4 42 4 72 31 4 74 4 63 4 17 4 5 4 66 4 35 5 3 5 70 5 18 5 72 41 5 22 5 47 5 78 5 55 5 13 6 59 6 9 6 79 6 30 6 72 51 6 64 6 20 6 44 6 77 7 27 7 28 7 65 7 15 7 8 7 72 61 7 39 7 49 7 60 8 34 8 76 8 37 8 54 8 12 8 23 8 72 71 8 2 8 48 9 40 9 56 9 26 9 7 9 68 9 33 9 10 9 72 81 9
2.27/2.66	c 3	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/2.70	c 3	CPU 2.56 (0.06 0.02 2.19 0.29)
2.28/2.70	c 3	END Sat Jul 11 18:16:33 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-2062666-1247328990/watcher-2062666-1247328990 -o /tmp/evaluation-result-2062666-1247328990/solver-2062666-1247328990 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2062666-1247328990.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.07 1.99 1.83 4/72 13081
/proc/meminfo: memFree=622816/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=18576 CPUtime=0
/proc/13081/stat : 13081 (runsolver) R 13079 13081 11346 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19962694 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13081/statm: 4644 284 249 26 0 2626 0

[startup+0.0645669 s]
/proc/loadavg: 2.07 1.99 1.83 4/72 13081
/proc/meminfo: memFree=622816/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16080 CPUtime=0.05
/proc/13081/stat : 13081 (sugar) R 13079 13081 11346 0 -1 4194304 947 0 0 0 4 1 0 0 20 0 1 0 19962694 16465920 915 996147200 4194304 4206940 548682068608 18446744073709551615 208735381701 0 0 4224 0 0 0 0 17 1 0 0
/proc/13081/statm: 4020 915 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101752 s]
/proc/loadavg: 2.07 1.99 1.83 4/72 13081
/proc/meminfo: memFree=622816/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=0.06
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19962694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301595 s]
/proc/loadavg: 2.07 1.99 1.83 4/72 13081
/proc/meminfo: memFree=622816/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=0.06
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19962694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701636 s]
/proc/loadavg: 2.07 1.99 1.83 4/72 13081
/proc/meminfo: memFree=622816/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=0.41
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1309 4636 0 1 6 1 31 3 15 0 1 0 19962694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.14 2.00 1.84 4/83 13103
/proc/meminfo: memFree=606984/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=0.41
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1310 4636 0 1 6 1 31 3 15 0 1 0 19962694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1111 409 3 0 796 0
[pid=13094] ppid=13081 vsize=5356 CPUtime=0
/proc/13094/stat : 13094 (sh) S 13081 13081 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19962740 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13094/statm: 1339 233 193 169 0 50 0
[pid=13095] ppid=13094 vsize=868580 CPUtime=1.01
/proc/13095/stat : 13095 (java) S 13094 13081 11346 0 -1 0 8748 0 1 0 96 5 0 0 19 0 9 0 19962741 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13095/statm: 217145 7941 2567 9 0 211650 0
[pid=13095/tid=13096] ppid=13094 vsize=868580 CPUtime=0.6
/proc/13095/task/13096/stat : 13096 (java) R 13094 13081 11346 0 -1 64 2714 0 1 0 59 1 0 0 24 0 9 0 19962742 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4126534946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13097] ppid=13094 vsize=868580 CPUtime=0.21
/proc/13095/task/13097/stat : 13097 (java) S 13094 13081 11346 0 -1 64 3859 0 0 0 19 2 0 0 16 0 9 0 19962743 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13098] ppid=13094 vsize=868580 CPUtime=0
/proc/13095/task/13098/stat : 13098 (java) S 13094 13081 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19962743 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13099] ppid=13094 vsize=868580 CPUtime=0
/proc/13095/task/13099/stat : 13099 (java) S 13094 13081 11346 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19962743 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13100] ppid=13094 vsize=868580 CPUtime=0
/proc/13095/task/13100/stat : 13100 (java) S 13094 13081 11346 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19962745 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13101] ppid=13094 vsize=868580 CPUtime=0.17
/proc/13095/task/13101/stat : 13101 (java) S 13094 13081 11346 0 -1 64 1477 0 0 0 17 0 0 0 16 0 9 0 19962745 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13102] ppid=13094 vsize=868580 CPUtime=0
/proc/13095/task/13102/stat : 13102 (java) S 13094 13081 11346 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19962745 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13095/tid=13103] ppid=13094 vsize=868580 CPUtime=0
/proc/13095/task/13103/stat : 13103 (java) S 13094 13081 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19962745 889425920 7941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890804

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

[startup+2.30181 s]
/proc/loadavg: 2.14 2.00 1.84 3/75 13105
/proc/meminfo: memFree=618120/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=1.92
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1365 13927 0 2 6 1 174 11 16 0 1 0 19962694 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1113 409 3 0 796 0
[pid=13104] ppid=13081 vsize=5356 CPUtime=0
/proc/13104/stat : 13104 (sh) S 13081 13081 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19962898 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13104/statm: 1339 232 193 169 0 50 0
[pid=13105] ppid=13104 vsize=2560 CPUtime=0.25
/proc/13105/stat : 13105 (picosat) R 13104 13081 11346 0 -1 4194304 489 0 0 0 11 14 0 0 21 0 1 0 19962898 2621440 475 996147200 134512640 134931368 4294956256 18446744073709551615 134597643 0 0 4096 0 0 0 0 17 1 0 0
/proc/13105/statm: 640 475 42 102 0 535 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 24784

[startup+2.70185 s]
/proc/loadavg: 2.14 2.00 1.84 3/75 13105
/proc/meminfo: memFree=618120/2055920 swapFree=4192956/4192956
[pid=13081] ppid=13079 vsize=16868 CPUtime=2.28
/proc/13081/stat : 13081 (sugar) S 13079 13081 11346 0 -1 4194304 1449 14752 0 2 6 2 194 26 15 0 1 0 19962694 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13081/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 2.70717
CPU time (s): 2.57761
CPU user time (s): 2.26266
CPU system time (s): 0.314952
CPU usage (%): 95.2139
Max. virtual memory (cumulated for all children) (KiB): 890992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26266
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20218
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= 2708
involuntary context switches= 2649

runsolver used 0.011998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-11 18:16:30
IDJOB=2062666
IDBENCH=53920
IDSOLVER=738
FILE ID=node47/2062666-1247328990
PBS_JOBID= 9506536
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062666-1247328990/watcher-2062666-1247328990 -o /tmp/evaluation-result-2062666-1247328990/solver-2062666-1247328990 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2062666-1247328990.xml

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

MD5SUM BENCH= d0d864992a962c8beff5238515ba838d
RANDOM SEED=1103021111

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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.218
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:        623296 kB
Buffers:         49864 kB
Cached:        1161080 kB
SwapCached:          0 kB
Active:         584564 kB
Inactive:       777796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        623296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:         163016 kB
Slab:            55392 kB
Committed_AS:   279108 kB
PageTables:       2076 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= 66456 MiB
End job on node47 at 2009-07-11 18:16:33