Trace number 1041000

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 343.792 347.288

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-22-22.xml
MD5SUMe23ca055df0c6e4fbd5c341fa6a6c6fa
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.145976
Satisfiable
(Un)Satisfiability was proved
Number of variables968
Number of constraints1158
Maximum constraint arity22
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension925
Global constraints used (with number of constraints)cumulative(2),weightedsum(231)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Wed Jul  2 13:45:24 2008
0.00/0.13	c 0	PID 843
0.00/0.14	c 0	HOST node23.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1041000-1214999124.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041000-1214999124.xml' 'HOME/temp.csp'
0.04/0.88	c 1	23 domains, 968 variables, 2 predicates, 0 relations, 1158 constraints
0.04/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.96	c 1	Parsing HOME/temp.csp
0.96/1.17	c 1	parsed 2151 expressions
0.96/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.18	c 1	Converting to clausal form CSP
1.05/1.20	c 2	converted 216 (10%) expressions
1.05/1.21	c 2	converted 431 (20%) expressions
1.05/1.21	c 2	converted 646 (30%) expressions
1.05/1.22	c 2	converted 861 (40%) expressions
1.16/1.34	c 2	converted 1076 (50%) expressions
1.25/1.40	c 2	converted 1291 (60%) expressions
1.25/1.43	c 2	converted 1506 (70%) expressions
1.25/1.45	c 2	converted 1721 (80%) expressions
1.25/1.47	c 2	converted 1936 (90%) expressions
1.94/2.12	c 2	converted 2151 (100%) expressions
1.94/2.12	c 2	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 137
1.94/2.12	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/2.12	c 2	Propagation in CSP
2.04/2.24	c 3	14944 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.24	c 3	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 62
2.04/2.24	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.25	c 3	Simplifing CSP by introducing new Boolean variables
2.04/2.27	c 3	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 62
2.04/2.27	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.35	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.37	c 3	610 (10%) CSP integer variables are encoded (2094 clauses, 25115 bytes)
2.13/2.38	c 3	1219 (20%) CSP integer variables are encoded (5341 clauses, 67326 bytes)
2.13/2.39	c 3	1828 (30%) CSP integer variables are encoded (12218 clauses, 164154 bytes)
2.23/2.40	c 3	2437 (40%) CSP integer variables are encoded (19424 clauses, 272244 bytes)
2.23/2.41	c 3	3046 (50%) CSP integer variables are encoded (26195 clauses, 373809 bytes)
2.23/2.42	c 3	3656 (60%) CSP integer variables are encoded (33326 clauses, 480774 bytes)
2.23/2.43	c 3	4265 (70%) CSP integer variables are encoded (40284 clauses, 585144 bytes)
2.23/2.44	c 3	4874 (80%) CSP integer variables are encoded (47409 clauses, 692019 bytes)
2.23/2.45	c 3	5483 (90%) CSP integer variables are encoded (54232 clauses, 794364 bytes)
2.23/2.47	c 3	6092 (100%) CSP integer variables are encoded (61282 clauses, 900114 bytes)
2.43/2.64	c 3	1568 (10%) CSP clauses are encoded (124152 clauses, 1981490 bytes)
2.62/2.87	c 3	3136 (20%) CSP clauses are encoded (244019 clauses, 4144650 bytes)
2.92/3.10	c 3	4703 (30%) CSP clauses are encoded (354461 clauses, 6409518 bytes)
3.12/3.34	c 4	6271 (40%) CSP clauses are encoded (476213 clauses, 8952410 bytes)
3.32/3.58	c 4	7838 (50%) CSP clauses are encoded (595596 clauses, 11446092 bytes)
3.62/3.87	c 4	9406 (60%) CSP clauses are encoded (752070 clauses, 14704005 bytes)
3.91/4.12	c 4	10974 (70%) CSP clauses are encoded (880259 clauses, 17381139 bytes)
4.11/4.33	c 5	12541 (80%) CSP clauses are encoded (987750 clauses, 19623897 bytes)
4.30/4.56	c 5	14109 (90%) CSP clauses are encoded (1106112 clauses, 22097153 bytes)
4.60/4.85	c 5	15676 (100%) CSP clauses are encoded (1251943 clauses, 25134290 bytes)
4.60/4.85	c 5	15676 CSP clauses encoded
4.60/4.85	c 5	Writing map file : HOME/temp.map
4.60/4.87	c 5	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.60/4.87	c 5	SAT : 68962 SAT variables, 1251943 SAT clauses, 25134290 bytes
4.60/4.87	c 5	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.67/4.91	c 5	SOLVING HOME/temp.cnf
4.67/4.91	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.67/4.91	c 5	This is MiniSat 2.0 beta
4.67/4.91	c 5	WARNING: for repeatability, setting FPU to use double precision
4.67/4.91	c 5	============================[ Problem Statistics ]=============================
4.67/4.91	c 5	|                                                                             |
4.67/4.91	c 5	|  Number of variables:  68962                                                |
4.67/4.91	c 5	|  Number of clauses:    1251943                                              |
5.26/5.54	c 6	|  Parsing time:         0.54         s                                       |
5.26/5.57	c 6	============================[ Search Statistics ]==============================
5.26/5.57	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.26/5.57	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.26/5.57	c 6	===============================================================================
5.26/5.57	c 6	|         0 |   68962  1251943  3587140 |   417314        0    nan |  0.000 % |
6.25/6.51	c 7	|       100 |   68962  1251943  3587140 |   459045      100     40 |  0.000 % |
7.14/7.47	c 8	|       250 |   68962  1251943  3587140 |   504950      249     29 |  0.204 % |
9.01/9.33	c 10	|       476 |   68962  1251943  3587140 |   555445      475     27 |  0.204 % |
10.79/11.19	c 11	|       813 |   68821  1248794  3578164 |   610989      812     30 |  0.205 % |
14.65/15.08	c 15	|      1324 |   68821  1248794  3578164 |   672088     1323     27 |  0.204 % |
19.41/19.89	c 20	|      2084 |   68821  1248794  3578164 |   739297     2083     25 |  0.204 % |
27.43/27.99	c 28	|      3225 |   68821  1248794  3578164 |   813227     3224     26 |  0.204 % |
37.13/37.78	c 38	|      4934 |   68821  1248794  3578164 |   894550     4933     25 |  0.205 % |
55.55/56.38	c 57	|      7497 |   68821  1248794  3578164 |   984005     7496     26 |  0.204 % |
80.61/81.61	c 82	|     11343 |   68821  1248794  3578164 |  1082405    11342     27 |  0.204 % |
120.13/121.53	c 122	|     17109 |   68821  1248794  3578164 |  1190646    17108     26 |  0.204 % |
187.30/189.39	c 190	|     25760 |   68821  1248794  3578164 |  1309711    25759     26 |  0.204 % |
286.16/289.17	c 289	|     38734 |   68275  1232854  3532265 |  1440682    29683     23 |  0.996 % |
343.42/346.94	c 347	===============================================================================
343.42/346.95	c 347	restarts              : 14
343.42/346.95	c 347	conflicts             : 46603          (138 /sec)
343.42/346.95	c 347	decisions             : 55968          (1.51 % random) (165 /sec)
343.42/346.95	c 347	propagations          : 292141610      (862583 /sec)
343.42/346.95	c 347	conflict literals     : 1143950        (44.17 % deleted)
343.42/346.95	c 347	Memory used           : 63.96 MB
343.42/346.95	c 347	CPU time              : 338.683 s
343.42/346.95	c 347	
343.42/346.95	c 347	UNSATISFIABLE
343.42/346.96	c 347	DECODING HOME/temp.out WITH HOME/temp.map
343.42/346.96	c 347	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
343.50/347.04	c 347	Decoding HOME/temp.out
343.50/347.18	s UNSATISFIABLE
343.50/347.22	c 348	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
343.50/347.28	c 348	CPU 343.27 (0.03 0.01 343.24 0.47)
343.50/347.28	c 348	END Wed Jul  2 13:51:12 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041000-1214999124/watcher-1041000-1214999124 -o /tmp/evaluation-result-1041000-1214999124/solver-1041000-1214999124 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1041000-1214999124.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.76 4/80 843
/proc/meminfo: memFree=1836168/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=18572 CPUtime=0
/proc/843/stat : 843 (runsolver) R 841 843 649 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1978886586 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/843/statm: 4643 292 257 25 0 2626 0

[startup+0.00982793 s]
/proc/loadavg: 2.00 1.97 1.76 4/80 843
/proc/meminfo: memFree=1836168/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=18572 CPUtime=0
/proc/843/stat : 843 (runsolver) D 841 843 649 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1978886586 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/843/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102841 s]
/proc/loadavg: 2.00 1.97 1.76 4/80 843
/proc/meminfo: memFree=1836168/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=12544 CPUtime=0
/proc/843/stat : 843 (sugar) R 841 843 649 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 1978886586 12845056 429 996147200 4194304 4206940 548682068608 18446744073709551615 238487510465 0 0 4224 0 0 0 0 17 1 0 0
/proc/843/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.302866 s]
/proc/loadavg: 2.00 1.97 1.76 4/80 843
/proc/meminfo: memFree=1836168/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=0.04
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1978886586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70291 s]
/proc/loadavg: 2.00 1.97 1.76 4/80 843
/proc/meminfo: memFree=1836168/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=0.04
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1978886586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 2.08 1.99 1.76 4/91 865
/proc/meminfo: memFree=1829040/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=0.76
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 974 5038 0 1 3 1 68 4 15 0 1 0 1978886586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 797 370 3 0 500 0
[pid=856] ppid=843 vsize=5356 CPUtime=0
/proc/856/stat : 856 (sh) S 843 843 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978886675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/856/statm: 1339 233 193 169 0 50 0
[pid=857] ppid=856 vsize=868356 CPUtime=0.58
/proc/857/stat : 857 (java) S 856 843 649 0 -1 0 5387 0 2 0 54 4 0 0 18 0 9 0 1978886675 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/857/statm: 217089 4813 1734 9 0 211664 0
[pid=857/tid=858] ppid=856 vsize=868356 CPUtime=0.34
/proc/857/task/858/stat : 858 (java) R 856 843 649 0 -1 64 2648 0 1 0 32 2 0 0 19 0 9 0 1978886676 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4126524770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=859] ppid=856 vsize=868356 CPUtime=0.02
/proc/857/task/859/stat : 859 (java) S 856 843 649 0 -1 64 603 0 0 0 2 0 0 0 16 0 9 0 1978886677 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=860] ppid=856 vsize=868356 CPUtime=0
/proc/857/task/860/stat : 860 (java) S 856 843 649 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1978886678 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=861] ppid=856 vsize=868356 CPUtime=0
/proc/857/task/861/stat : 861 (java) S 856 843 649 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978886678 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=862] ppid=856 vsize=868356 CPUtime=0
/proc/857/task/862/stat : 862 (java) S 856 843 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978886679 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=863] ppid=856 vsize=868356 CPUtime=0.18
/proc/857/task/863/stat : 863 (java) S 856 843 649 0 -1 64 1444 0 1 0 18 0 0 0 16 0 9 0 1978886679 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=864] ppid=856 vsize=868356 CPUtime=0
/proc/857/task/864/stat : 864 (java) S 856 843 649 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978886680 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=865] ppid=856 vsize=868356 CPUtime=0
/proc/857/task/865/stat : 865 (java) S 856 843 649 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978886680 889196544 4813 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 887312

[startup+3.10119 s]
/proc/loadavg: 2.08 1.99 1.76 3/91 865
/proc/meminfo: memFree=1812528/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=0.76
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 974 5038 0 1 3 1 68 4 15 0 1 0 1978886586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 797 370 3 0 500 0
[pid=856] ppid=843 vsize=5356 CPUtime=0
/proc/856/stat : 856 (sh) S 843 843 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978886675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/856/statm: 1339 233 193 169 0 50 0
[pid=857] ppid=856 vsize=868468 CPUtime=2.16
/proc/857/stat : 857 (java) S 856 843 649 0 -1 0 9219 0 2 0 204 12 0 0 18 0 9 0 1978886675 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/857/statm: 217117 8154 2565 9 0 211664 0
[pid=857/tid=858] ppid=856 vsize=868468 CPUtime=1.5
/proc/857/task/858/stat : 858 (java) R 856 843 649 0 -1 64 2952 0 1 0 142 8 0 0 23 0 9 0 1978886676 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=859] ppid=856 vsize=868468 CPUtime=0.34
/proc/857/task/859/stat : 859 (java) S 856 843 649 0 -1 64 4062 0 0 0 32 2 0 0 16 0 9 0 1978886677 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=860] ppid=856 vsize=868468 CPUtime=0
/proc/857/task/860/stat : 860 (java) S 856 843 649 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978886678 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=861] ppid=856 vsize=868468 CPUtime=0
/proc/857/task/861/stat : 861 (java) S 856 843 649 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978886678 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=862] ppid=856 vsize=868468 CPUtime=0
/proc/857/task/862/stat : 862 (java) S 856 843 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978886679 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=863] ppid=856 vsize=868468 CPUtime=0.29
/proc/857/task/863/stat : 863 (java) S 856 843 649 0 -1 64 1512 0 1 0 29 0 0 0 16 0 9 0 1978886679 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=864] ppid=856 vsize=868468 CPUtime=0
/proc/857/task/864/stat : 864 (java) S 856 843 649 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978886680 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=857/tid=865] ppid=856 vsize=868468 CPUtime=0
/proc/857/task/865/stat : 865 (java) S 856 843 649 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978886680 889311232 8154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887424

[startup+6.30155 s]
/proc/loadavg: 2.08 1.99 1.76 3/83 867
/proc/meminfo: memFree=1765616/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 15 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=57960 CPUtime=1.37
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 13919 0 0 0 129 8 0 0 25 0 1 0 1978887077 59351040 13905 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 14490 13905 73 150 0 14337 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 76916

[startup+12.7013 s]
/proc/loadavg: 2.07 1.99 1.76 3/83 867
/proc/meminfo: memFree=1751216/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=59624 CPUtime=7.7
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 14348 0 0 0 761 9 0 0 25 0 1 0 1978887077 61054976 14334 996147200 134512640 135127466 4294956272 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 14906 14334 76 150 0 14753 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 78580

[startup+25.5027 s]
/proc/loadavg: 2.06 1.99 1.77 3/83 867
/proc/meminfo: memFree=1750640/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=60416 CPUtime=20.37
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 14547 0 0 0 2028 9 0 0 25 0 1 0 1978887077 61865984 14533 996147200 134512640 135127466 4294956272 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 15104 14533 76 150 0 14951 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 79372

[startup+51.1026 s]
/proc/loadavg: 2.04 1.99 1.77 3/83 867
/proc/meminfo: memFree=1749808/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=61340 CPUtime=45.72
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 14778 0 0 0 4563 9 0 0 25 0 1 0 1978887077 62812160 14764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 15335 14764 76 150 0 15182 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 80296

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.78 3/83 867
/proc/meminfo: memFree=1748208/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=62660 CPUtime=96.44
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15111 0 0 0 9634 10 0 0 25 0 1 0 1978887077 64163840 15097 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 15665 15097 76 150 0 15512 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 81616

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.79 3/83 867
/proc/meminfo: memFree=1746928/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=63876 CPUtime=155.87
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15419 0 0 0 15577 10 0 0 25 0 1 0 1978887077 65409024 15405 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 15969 15405 76 150 0 15816 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 82832

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 1.81 3/83 867
/proc/meminfo: memFree=1745904/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=64964 CPUtime=215.31
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15671 0 0 0 21521 10 0 0 25 0 1 0 1978887077 66523136 15657 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16241 15657 76 150 0 16088 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 83920

[startup+282.303 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745840/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=64964 CPUtime=274.74
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15681 0 0 0 27464 10 0 0 25 0 1 0 1978887077 66523136 15667 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16241 15667 76 150 0 16088 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 83920

[startup+342.303 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745328/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=65492 CPUtime=334.19
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15809 0 0 0 33408 11 0 0 25 0 1 0 1978887077 67063808 15795 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16373 15795 76 150 0 16220 0
Current children cumulated CPU time (s) 338.87
Current children cumulated vsize (KiB) 84448

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

[startup+345.501 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745264/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=65492 CPUtime=337.35
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15809 0 0 0 33724 11 0 0 25 0 1 0 1978887077 67063808 15795 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16373 15795 76 150 0 16220 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 84448

[startup+346.301 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745264/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=65492 CPUtime=338.15
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15809 0 0 0 33804 11 0 0 25 0 1 0 1978887077 67063808 15795 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16373 15795 76 150 0 16220 0
Current children cumulated CPU time (s) 342.83
Current children cumulated vsize (KiB) 84448

[startup+346.701 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745264/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=4.68
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1033 14977 0 3 3 1 433 31 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
[pid=866] ppid=843 vsize=5356 CPUtime=0
/proc/866/stat : 866 (sh) S 843 843 649 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978887077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/866/statm: 1339 232 193 169 0 50 0
[pid=867] ppid=866 vsize=65492 CPUtime=338.54
/proc/867/stat : 867 (minisat) R 866 843 649 0 -1 4194304 15809 0 0 0 33843 11 0 0 25 0 1 0 1978887077 67063808 15795 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/867/statm: 16373 15795 76 150 0 16220 0
Current children cumulated CPU time (s) 343.22
Current children cumulated vsize (KiB) 84448

[startup+347.101 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745264/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=343.5
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1090 31080 0 3 3 1 34302 44 16 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 343.5
Current children cumulated vsize (KiB) 13600

[startup+347.201 s]
/proc/loadavg: 2.00 1.99 1.82 3/83 867
/proc/meminfo: memFree=1745264/2055920 swapFree=4172136/4192956
[pid=843] ppid=841 vsize=13600 CPUtime=343.5
/proc/843/stat : 843 (sugar) S 841 843 649 0 -1 4194304 1090 31080 0 3 3 1 34302 44 15 0 1 0 1978886586 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/843/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 343.5
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 347.288
CPU time (s): 343.792
CPU user time (s): 343.286
CPU system time (s): 0.505923
CPU usage (%): 98.9934
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.286
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36070
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6733
involuntary context switches= 20292

runsolver used 0.426935 second user time and 1.16682 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-02 13:45:24
IDJOB=1041000
IDBENCH=53762
IDSOLVER=346
FILE ID=node23/1041000-1214999124
PBS_JOBID= 7870876
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-22-22.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041000-1214999124/watcher-1041000-1214999124 -o /tmp/evaluation-result-1041000-1214999124/solver-1041000-1214999124 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1041000-1214999124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e23ca055df0c6e4fbd5c341fa6a6c6fa
RANDOM SEED=1981581852

node23.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.216
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.216
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:       1836648 kB
Buffers:          4024 kB
Cached:          51808 kB
SwapCached:      14412 kB
Active:         138228 kB
Inactive:        14348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836648 kB
SwapTotal:     4192956 kB
SwapFree:      4172136 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:         102672 kB
Slab:            51800 kB
Committed_AS:  4081120 kB
PageTables:       1936 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= 66544 MiB
End job on node23 at 2008-07-02 13:51:12