Trace number 1041910

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 119.279 120.492

General information on the benchmark

Namecsp/cjss/
normalized-ft06x3-54.xml
MD5SUM7c3213be65501b104c40f4acb0275228
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark112.238
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints114
Maximum constraint arity18
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension108
Global constraints used (with number of constraints)cumulative(6)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:21:08 2008
0.00/0.04	c 0	PID 10673
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041910-1215001268.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041910-1215001268.xml' 'HOME/temp.csp'
0.03/0.29	c 0	2 domains, 109 variables, 1 predicates, 0 relations, 114 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.41	c 1	Parsing HOME/temp.csp
0.30/0.48	c 1	parsed 226 expressions
0.30/0.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.51	c 1	Converting to clausal form CSP
0.30/0.53	c 1	converted 23 (10%) expressions
0.30/0.53	c 1	converted 46 (20%) expressions
0.30/0.53	c 1	converted 68 (30%) expressions
0.30/0.53	c 1	converted 91 (40%) expressions
0.30/0.54	c 1	converted 113 (50%) expressions
0.30/0.55	c 1	converted 136 (60%) expressions
0.30/0.55	c 1	converted 159 (70%) expressions
0.30/0.56	c 1	converted 181 (80%) expressions
0.30/0.56	c 1	converted 204 (90%) expressions
2.03/2.16	c 2	converted 226 (100%) expressions
2.03/2.17	c 2	CSP : 12961 integers, 5241 booleans, 36291 clauses, largest domain size 55
2.03/2.17	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.17	c 2	Propagation in CSP
2.32/2.47	c 3	11426 values, 0 unsatisfiable literals, and 15 valid clauses are removed
2.32/2.48	c 3	CSP : 12961 integers, 5241 booleans, 36276 clauses, largest domain size 30
2.32/2.48	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.49	c 3	Simplifing CSP by introducing new Boolean variables
2.43/2.52	c 3	CSP : 12961 integers, 5241 booleans, 36276 clauses, largest domain size 30
2.43/2.52	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.63	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.67	c 3	1297 (10%) CSP integer variables are encoded (3014 clauses, 37139 bytes)
2.53/2.68	c 3	2593 (20%) CSP integer variables are encoded (3814 clauses, 47539 bytes)
2.53/2.68	c 3	3889 (30%) CSP integer variables are encoded (4726 clauses, 59395 bytes)
2.53/2.69	c 3	5185 (40%) CSP integer variables are encoded (5552 clauses, 70572 bytes)
2.53/2.69	c 3	6481 (50%) CSP integer variables are encoded (6412 clauses, 83472 bytes)
2.53/2.69	c 3	7777 (60%) CSP integer variables are encoded (7282 clauses, 96522 bytes)
2.53/2.70	c 3	9073 (70%) CSP integer variables are encoded (8116 clauses, 109032 bytes)
2.63/2.70	c 3	10369 (80%) CSP integer variables are encoded (9034 clauses, 122802 bytes)
2.63/2.70	c 3	11665 (90%) CSP integer variables are encoded (9879 clauses, 135477 bytes)
2.63/2.71	c 3	12961 (100%) CSP integer variables are encoded (10714 clauses, 148002 bytes)
2.63/2.78	c 3	3628 (10%) CSP clauses are encoded (20204 clauses, 283795 bytes)
2.72/2.82	c 3	7256 (20%) CSP clauses are encoded (27587 clauses, 391524 bytes)
2.72/2.85	c 3	10883 (30%) CSP clauses are encoded (35160 clauses, 504403 bytes)
2.72/2.89	c 3	14511 (40%) CSP clauses are encoded (42927 clauses, 623146 bytes)
2.82/2.92	c 3	18138 (50%) CSP clauses are encoded (50151 clauses, 744326 bytes)
2.82/2.95	c 3	21766 (60%) CSP clauses are encoded (57886 clauses, 874123 bytes)
2.82/2.98	c 3	25394 (70%) CSP clauses are encoded (65416 clauses, 999988 bytes)
2.92/3.01	c 3	29021 (80%) CSP clauses are encoded (73113 clauses, 1130132 bytes)
2.92/3.04	c 3	32649 (90%) CSP clauses are encoded (80660 clauses, 1255998 bytes)
2.92/3.08	c 3	36276 (100%) CSP clauses are encoded (88440 clauses, 1386985 bytes)
2.92/3.08	c 3	36276 CSP clauses encoded
2.92/3.08	c 3	Writing map file : HOME/temp.map
2.92/3.09	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.09	c 3	SAT : 28375 SAT variables, 88440 SAT clauses, 1386985 bytes
2.92/3.09	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.11	c 3	SOLVING HOME/temp.cnf
3.01/3.11	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.01/3.11	c 3	This is MiniSat 2.0 beta
3.01/3.11	c 3	WARNING: for repeatability, setting FPU to use double precision
3.01/3.11	c 3	============================[ Problem Statistics ]=============================
3.01/3.11	c 3	|                                                                             |
3.01/3.12	c 3	|  Number of variables:  28375                                                |
3.01/3.12	c 3	|  Number of clauses:    88440                                                |
3.01/3.16	c 3	|  Parsing time:         0.03         s                                       |
3.01/3.16	c 3	============================[ Search Statistics ]==============================
3.01/3.16	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.01/3.16	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.01/3.16	c 3	===============================================================================
3.01/3.16	c 3	|         0 |   13790    39688    89283 |    13229        0    nan |  0.000 % |
3.09/3.21	c 3	|       100 |   13790    39688    89283 |    14552      100     17 | 51.401 % |
3.09/3.25	c 3	|       251 |   13790    39688    89283 |    16007      251     15 | 51.401 % |
3.09/3.29	c 3	|       476 |   13788    39679    89263 |    17608      441     16 | 51.408 % |
3.19/3.38	c 4	|       813 |   13788    39679    89263 |    19369      778     19 | 51.408 % |
3.39/3.54	c 4	|      1320 |   13788    39679    89263 |    21305     1285     20 | 51.408 % |
3.59/3.73	c 4	|      2079 |   13785    39665    89233 |    23436     2040     21 | 51.419 % |
3.89/4.08	c 4	|      3218 |   13782    39654    89208 |    25780     3172     25 | 51.429 % |
4.48/4.61	c 5	|      4927 |   13735    39494    88863 |    28358     4871     24 | 51.595 % |
5.38/5.52	c 6	|      7489 |   13735    39494    88863 |    31194     7433     24 | 51.595 % |
6.97/7.12	c 7	|     11337 |   13735    39494    88863 |    34313    11281     25 | 51.595 % |
9.83/10.01	c 10	|     17103 |   13704    39488    88851 |    37744    17044     25 | 53.230 % |
14.30/14.56	c 15	|     25752 |   13265    37943    85522 |    41519    25398     25 | 53.325 % |
24.10/24.43	c 25	|     38726 |   12973    36917    83284 |    45671    34875     23 | 54.280 % |
41.14/41.64	c 42	|     58190 |   12967    36895    83236 |    50238    54337     22 | 54.301 % |
63.53/64.25	c 64	|     87382 |   12967    36895    83236 |    55262    32163     16 | 54.302 % |
90.67/91.61	c 92	|    131174 |   11987    33698    76198 |    60788    50906     17 | 57.759 % |
119.10/120.32	c 120	===============================================================================
119.10/120.32	c 120	restarts              : 17
119.10/120.32	c 120	conflicts             : 161699         (1393 /sec)
119.10/120.32	c 120	decisions             : 195094         (1.57 % random) (1681 /sec)
119.10/120.32	c 120	propagations          : 130928856      (1128188 /sec)
119.10/120.32	c 120	conflict literals     : 3126706        (45.80 % deleted)
119.10/120.32	c 120	Memory used           : 14.82 MB
119.10/120.32	c 120	CPU time              : 116.052 s
119.10/120.32	c 120	
119.10/120.32	c 120	UNSATISFIABLE
119.10/120.32	c 120	DECODING HOME/temp.out WITH HOME/temp.map
119.10/120.32	c 120	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.13/120.41	c 121	Decoding HOME/temp.out
119.13/120.44	s UNSATISFIABLE
119.13/120.45	c 121	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.13/120.49	c 121	CPU 119.07 (0.03 0 119.04 0.19)
119.13/120.49	c 121	END Wed Jul  2 14:23:09 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-1041910-1215001268/watcher-1041910-1215001268 -o /tmp/evaluation-result-1041910-1215001268/solver-1041910-1215001268 -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-1041910-1215001268.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.02 2.06 1.97 4/72 10673
/proc/meminfo: memFree=1923264/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=12272 CPUtime=0
/proc/10673/stat : 10673 (sugar) R 10671 10673 10306 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 111796935 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 0 4224 0 0 0 0 17 1 0 0
/proc/10673/statm: 3068 327 246 3 0 168 0

[startup+0.054032 s]
/proc/loadavg: 2.02 2.06 1.97 4/72 10673
/proc/meminfo: memFree=1923264/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 111796935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101033 s]
/proc/loadavg: 2.02 2.06 1.97 4/72 10673
/proc/meminfo: memFree=1923264/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 111796935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301054 s]
/proc/loadavg: 2.02 2.06 1.97 4/72 10673
/proc/meminfo: memFree=1923264/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 111796935 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10673/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701099 s]
/proc/loadavg: 2.02 2.06 1.97 4/72 10673
/proc/meminfo: memFree=1923264/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.3
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 973 4349 0 1 3 0 24 3 15 0 1 0 111796935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50319 s]
/proc/loadavg: 2.02 2.06 1.97 4/83 10695
/proc/meminfo: memFree=1906536/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.3
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 973 4349 0 1 3 0 24 3 15 0 1 0 111796935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
[pid=10686] ppid=10673 vsize=5356 CPUtime=0
/proc/10686/stat : 10686 (sh) S 10673 10673 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111796969 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10686/statm: 1339 233 193 169 0 50 0
[pid=10687] ppid=10686 vsize=868528 CPUtime=1.14
/proc/10687/stat : 10687 (java) S 10686 10673 10306 0 -1 0 8957 0 1 0 110 4 0 0 20 0 9 0 111796969 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10687/statm: 217132 8143 2539 9 0 211707 0
[pid=10687/tid=10688] ppid=10686 vsize=868528 CPUtime=0.67
/proc/10687/task/10688/stat : 10688 (java) R 10686 10673 10306 0 -1 64 2711 0 1 0 66 1 0 0 25 0 9 0 111796970 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10689] ppid=10686 vsize=868528 CPUtime=0.25
/proc/10687/task/10689/stat : 10689 (java) R 10686 10673 10306 0 -1 64 4087 0 0 0 24 1 0 0 16 0 9 0 111796971 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 102469660 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10690] ppid=10686 vsize=868528 CPUtime=0
/proc/10687/task/10690/stat : 10690 (java) S 10686 10673 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111796971 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10691] ppid=10686 vsize=868528 CPUtime=0
/proc/10687/task/10691/stat : 10691 (java) S 10686 10673 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111796971 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10692] ppid=10686 vsize=868528 CPUtime=0
/proc/10687/task/10692/stat : 10692 (java) S 10686 10673 10306 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 111796973 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10693] ppid=10686 vsize=868528 CPUtime=0.19
/proc/10687/task/10693/stat : 10693 (java) S 10686 10673 10306 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 111796973 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10694] ppid=10686 vsize=868528 CPUtime=0
/proc/10687/task/10694/stat : 10694 (java) S 10686 10673 10306 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 111796973 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10695] ppid=10686 vsize=868528 CPUtime=0
/proc/10687/task/10695/stat : 10695 (java) S 10686 10673 10306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 111796973 889372672 8143 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887484

[startup+3.10234 s]
/proc/loadavg: 2.02 2.06 1.97 3/83 10695
/proc/meminfo: memFree=1890216/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=0.3
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 974 4349 0 1 3 0 24 3 15 0 1 0 111796935 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 797 370 3 0 500 0
[pid=10686] ppid=10673 vsize=5356 CPUtime=0
/proc/10686/stat : 10686 (sh) S 10673 10673 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111796969 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10686/statm: 1339 233 193 169 0 50 0
[pid=10687] ppid=10686 vsize=868452 CPUtime=2.71
/proc/10687/stat : 10687 (java) S 10686 10673 10306 0 -1 0 12304 0 1 0 264 7 0 0 20 0 9 0 111796969 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10687/statm: 217113 11072 2566 9 0 211660 0
[pid=10687/tid=10688] ppid=10686 vsize=868452 CPUtime=1.71
/proc/10687/task/10688/stat : 10688 (java) S 10686 10673 10306 0 -1 64 3080 0 1 0 169 2 0 0 25 0 9 0 111796970 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10689] ppid=10686 vsize=868452 CPUtime=0.71
/proc/10687/task/10689/stat : 10689 (java) S 10686 10673 10306 0 -1 64 7022 0 0 0 68 3 0 0 16 0 9 0 111796971 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10690] ppid=10686 vsize=868452 CPUtime=0
/proc/10687/task/10690/stat : 10690 (java) S 10686 10673 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111796971 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10691] ppid=10686 vsize=868452 CPUtime=0
/proc/10687/task/10691/stat : 10691 (java) S 10686 10673 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111796971 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10692] ppid=10686 vsize=868452 CPUtime=0
/proc/10687/task/10692/stat : 10692 (java) S 10686 10673 10306 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 111796973 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10693] ppid=10686 vsize=868452 CPUtime=0.27
/proc/10687/task/10693/stat : 10693 (java) S 10686 10673 10306 0 -1 64 1510 0 0 0 26 1 0 0 16 0 9 0 111796973 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10694] ppid=10686 vsize=868452 CPUtime=0
/proc/10687/task/10694/stat : 10694 (java) S 10686 10673 10306 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 111796973 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10687/tid=10695] ppid=10686 vsize=868452 CPUtime=0
/proc/10687/task/10695/stat : 10695 (java) S 10686 10673 10306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 111796973 889294848 11072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887408

[startup+6.30167 s]
/proc/loadavg: 2.02 2.06 1.97 3/75 10697
/proc/meminfo: memFree=1913640/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=7232 CPUtime=3.15
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 1628 0 0 0 314 1 0 0 25 0 1 0 111797247 7405568 1614 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 1808 1614 76 150 0 1655 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 26188

[startup+12.7013 s]
/proc/loadavg: 2.01 2.06 1.97 3/75 10697
/proc/meminfo: memFree=1911784/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=9056 CPUtime=9.48
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 2074 0 0 0 947 1 0 0 25 0 1 0 111797247 9273344 2060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 2264 2060 76 150 0 2111 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 28012

[startup+25.5016 s]
/proc/loadavg: 2.01 2.06 1.97 3/75 10697
/proc/meminfo: memFree=1909992/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=10676 CPUtime=22.16
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 2488 0 0 0 2214 2 0 0 25 0 1 0 111797247 10932224 2474 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 2669 2474 76 150 0 2516 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 29632

[startup+51.1012 s]
/proc/loadavg: 2.01 2.05 1.97 3/75 10697
/proc/meminfo: memFree=1906664/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=14208 CPUtime=47.51
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3324 0 0 0 4748 3 0 0 25 0 1 0 111797247 14548992 3310 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3552 3310 76 150 0 3399 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 33164

[startup+102.306 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905704/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15036 CPUtime=98.24
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3526 0 0 0 9820 4 0 0 25 0 1 0 111797247 15396864 3512 996147200 134512640 135127466 4294956272 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3759 3512 76 150 0 3606 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 33992

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

[startup+108.701 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905640/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15036 CPUtime=104.58
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3546 0 0 0 10454 4 0 0 25 0 1 0 111797247 15396864 3532 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3759 3532 76 150 0 3606 0
Current children cumulated CPU time (s) 107.61
Current children cumulated vsize (KiB) 33992

[startup+115.102 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905576/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15172 CPUtime=110.92
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3561 0 0 0 11088 4 0 0 25 0 1 0 111797247 15536128 3547 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3793 3547 76 150 0 3640 0
Current children cumulated CPU time (s) 113.95
Current children cumulated vsize (KiB) 34128

[startup+118.301 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905512/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15172 CPUtime=114.09
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3568 0 0 0 11405 4 0 0 25 0 1 0 111797247 15536128 3554 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3793 3554 76 150 0 3640 0
Current children cumulated CPU time (s) 117.12
Current children cumulated vsize (KiB) 34128

[startup+119.101 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905512/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15172 CPUtime=114.88
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3568 0 0 0 11484 4 0 0 25 0 1 0 111797247 15536128 3554 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3793 3554 76 150 0 3640 0
Current children cumulated CPU time (s) 117.91
Current children cumulated vsize (KiB) 34128

[startup+119.906 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905512/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15172 CPUtime=115.67
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3568 0 0 0 11563 4 0 0 25 0 1 0 111797247 15536128 3554 996147200 134512640 135127466 4294956272 18446744073709551615 134531083 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3793 3554 76 150 0 3640 0
Current children cumulated CPU time (s) 118.7
Current children cumulated vsize (KiB) 34128

[startup+120.301 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905512/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=3.03
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1032 16944 0 2 3 0 289 11 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
[pid=10696] ppid=10673 vsize=5356 CPUtime=0
/proc/10696/stat : 10696 (sh) S 10673 10673 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111797246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10696/statm: 1339 232 193 169 0 50 0
[pid=10697] ppid=10696 vsize=15172 CPUtime=116.07
/proc/10697/stat : 10697 (minisat) R 10696 10673 10306 0 -1 4194304 3568 0 0 0 11603 4 0 0 25 0 1 0 111797247 15536128 3554 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10697/statm: 3793 3554 76 150 0 3640 0
Current children cumulated CPU time (s) 119.1
Current children cumulated vsize (KiB) 34128

[startup+120.401 s]
/proc/loadavg: 2.00 2.04 1.97 3/75 10697
/proc/meminfo: memFree=1905512/2055920 swapFree=4192812/4192956
[pid=10673] ppid=10671 vsize=13600 CPUtime=119.13
/proc/10673/stat : 10673 (sugar) S 10671 10673 10306 0 -1 4194304 1069 20806 0 2 3 0 11894 16 16 0 1 0 111796935 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10673/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 119.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 120.492
CPU time (s): 119.279
CPU user time (s): 119.077
CPU system time (s): 0.201969
CPU usage (%): 98.9934
Max. virtual memory (cumulated for all children) (KiB): 887800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.077
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25604
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= 2736
involuntary context switches= 5269

runsolver used 0.19397 second user time and 0.367944 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 14:21:08
IDJOB=1041910
IDBENCH=53853
IDSOLVER=346
FILE ID=node27/1041910-1215001268
PBS_JOBID= 7870868
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft06x3-54.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-1041910-1215001268/watcher-1041910-1215001268 -o /tmp/evaluation-result-1041910-1215001268/solver-1041910-1215001268 -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-1041910-1215001268.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c3213be65501b104c40f4acb0275228
RANDOM SEED=625982431

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1923680 kB
Buffers:          5764 kB
Cached:          53124 kB
SwapCached:          0 kB
Active:          62564 kB
Inactive:        15468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          32052 kB
Slab:            39792 kB
Committed_AS:   175096 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-02 14:23:09