Trace number 2084106

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 35.8096 36.5755

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5956
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.05/0.23	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.24	c 0	BEGIN Sun Jul 12 08:07:14 2009
0.05/0.24	c 0	PID 25144
0.05/0.26	c 0	HOST node26.alineos.net
0.05/0.26	c 0	CONVERTING HOME/instance-2084106-1247378833.xml TO HOME/temp.csp
0.05/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084106-1247378833.xml' 'HOME/temp.csp'
0.65/1.03	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.65/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.06	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/1.14	c 1	Parsing HOME/temp.csp
0.68/1.33	c 1	parsed 4697 expressions
0.68/1.34	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.68/1.34	c 1	Converting to clausal form CSP
0.68/1.77	c 1	converted 470 (10%) expressions
1.89/2.32	c 2	converted 940 (20%) expressions
2.29/2.78	c 2	converted 1410 (30%) expressions
2.69/3.19	c 3	converted 1879 (40%) expressions
2.99/3.49	c 3	converted 2349 (50%) expressions
3.28/3.79	c 3	converted 2819 (60%) expressions
3.58/4.07	c 4	converted 3288 (70%) expressions
4.07/4.54	c 4	converted 3758 (80%) expressions
4.38/4.85	c 4	converted 4228 (90%) expressions
4.68/5.17	c 5	converted 4697 (100%) expressions
4.68/5.17	c 5	CSP : 600 integers, 12619 booleans, 26413 clauses, largest domain size 2657
4.68/5.17	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.68/5.17	c 5	Propagation in CSP
4.87/5.33	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.87/5.33	c 5	CSP : 600 integers, 12619 booleans, 26413 clauses, largest domain size 2657
4.87/5.33	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.35	c 5	Simplifing CSP by introducing new Boolean variables
4.97/5.42	c 5	CSP : 600 integers, 21263 booleans, 35057 clauses, largest domain size 2657
4.97/5.42	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.27/5.73	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.57/6.00	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.77/6.20	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.96/6.40	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.06/6.58	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.35/6.82	c 6	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.45/6.96	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.66/7.11	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.76/7.25	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.85/7.39	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.06/7.52	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
9.54/10.09	c 10	3506 (10%) CSP clauses are encoded (1463479 clauses, 30251358 bytes)
11.42/11.96	c 12	7012 (20%) CSP clauses are encoded (2135616 clauses, 46264171 bytes)
13.31/13.87	c 13	10518 (30%) CSP clauses are encoded (2860387 clauses, 63650013 bytes)
15.17/15.74	c 15	14023 (40%) CSP clauses are encoded (3605156 clauses, 81557287 bytes)
17.14/17.73	c 17	17529 (50%) CSP clauses are encoded (4421214 clauses, 101162688 bytes)
18.94/19.58	c 19	21035 (60%) CSP clauses are encoded (5167410 clauses, 119219297 bytes)
21.30/21.94	c 22	24540 (70%) CSP clauses are encoded (6125899 clauses, 142444537 bytes)
23.10/23.78	c 23	28046 (80%) CSP clauses are encoded (6852526 clauses, 159948506 bytes)
24.89/25.54	c 25	31552 (90%) CSP clauses are encoded (7553951 clauses, 176874815 bytes)
26.96/27.64	c 27	35057 (100%) CSP clauses are encoded (8370414 clauses, 196529122 bytes)
26.96/27.64	c 27	35057 CSP clauses encoded
26.96/27.64	c 27	Writing map file : HOME/temp.map
26.96/27.67	c 27	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.96/27.67	c 27	SAT : 631591 SAT variables, 8370414 SAT clauses, 196529122 bytes
26.96/27.67	c 27	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.03/27.73	c 27	SOLVING HOME/temp.cnf
27.03/27.73	c 27	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.03/27.73	c 27	This is MiniSat 2.0 beta
27.03/27.73	c 27	WARNING: for repeatability, setting FPU to use double precision
27.03/27.73	c 27	============================[ Problem Statistics ]=============================
27.03/27.73	c 27	|                                                                             |
27.03/27.73	c 27	|  Number of variables:  631591                                               |
27.03/27.73	c 27	|  Number of clauses:    8370414                                              |
31.98/32.73	c 32	|  Parsing time:         4.37         s                                       |
32.19/32.97	c 33	============================[ Search Statistics ]==============================
32.19/32.97	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.19/32.97	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.19/32.97	c 33	===============================================================================
32.19/32.97	c 33	|         0 |  631591  8370414 23885170 |  2790138        0    nan |  0.000 % |
33.47/34.24	c 34	|       100 |  631588  8370414 23885170 |  3069151       97      3 |  0.012 % |
35.26/36.04	c 36	|       250 |  631577  8370414 23885170 |  3376066      237      3 |  0.144 % |
35.26/36.08	c 36	===============================================================================
35.26/36.08	c 36	restarts              : 3
35.26/36.08	c 36	conflicts             : 282            (37 /sec)
35.26/36.08	c 36	decisions             : 11382          (1.50 % random) (1485 /sec)
35.26/36.08	c 36	propagations          : 5855026        (763682 /sec)
35.26/36.08	c 36	conflict literals     : 815            (5.89 % deleted)
35.26/36.08	c 36	Memory used           : 395.89 MB
35.26/36.08	c 36	CPU time              : 7.66683 s
35.26/36.08	c 36	
35.26/36.08	c 36	UNSATISFIABLE
35.36/36.14	c 36	DECODING HOME/temp.out WITH HOME/temp.map
35.36/36.14	c 36	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'
35.45/36.23	c 36	Decoding HOME/temp.out
35.65/36.40	s UNSATISFIABLE
35.65/36.41	c 36	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.65/36.48	c 36	CPU 35.68 (0.06 0.02 33.4 2.2)
35.65/36.48	c 36	END Sun Jul 12 08:07:50 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084106-1247378833/watcher-2084106-1247378833 -o /tmp/evaluation-result-2084106-1247378833/solver-2084106-1247378833 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084106-1247378833.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.34 2.21 2.09 4/80 25144
/proc/meminfo: memFree=1690072/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=18576 CPUtime=0
/proc/25144/stat : 25144 (runsolver) D 25142 25144 20092 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24949679 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25144/statm: 4644 284 249 26 0 2626 0

[startup+0.0862079 s]
/proc/loadavg: 2.34 2.21 2.09 4/80 25144
/proc/meminfo: memFree=1690072/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=12272 CPUtime=0
/proc/25144/stat : 25144 (sugar) D 25142 25144 20092 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24949679 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25144/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101209 s]
/proc/loadavg: 2.34 2.21 2.09 4/80 25144
/proc/meminfo: memFree=1690072/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=12412 CPUtime=0
/proc/25144/stat : 25144 (sugar) D 25142 25144 20092 0 -1 4194304 410 0 4 0 0 0 0 0 18 0 1 0 24949679 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25144/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301243 s]
/proc/loadavg: 2.34 2.21 2.09 4/80 25144
/proc/meminfo: memFree=1690072/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.07
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70131 s]
/proc/loadavg: 2.34 2.21 2.09 4/80 25144
/proc/meminfo: memFree=1690072/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.07
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 2.34 2.21 2.09 3/91 25156
/proc/meminfo: memFree=1663800/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.68
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1303 7162 6 71 5 2 54 7 15 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16868

[startup+3.1027 s]
/proc/loadavg: 2.34 2.21 2.09 3/91 25166
/proc/meminfo: memFree=1660728/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.68
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1303 7162 6 71 5 2 54 7 15 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
[pid=25157] ppid=25144 vsize=5356 CPUtime=0
/proc/25157/stat : 25157 (sh) S 25144 25144 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25157/statm: 1339 233 193 169 0 50 0
[pid=25158] ppid=25157 vsize=868784 CPUtime=2.01
/proc/25158/stat : 25158 (java) S 25157 25144 20092 0 -1 0 9189 0 5 0 196 5 0 0 18 0 9 0 24949786 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25158/statm: 217196 8307 2566 9 0 211701 0
[pid=25158/tid=25159] ppid=25157 vsize=868784 CPUtime=1.48
/proc/25158/task/25159/stat : 25159 (java) R 25157 25144 20092 0 -1 64 2802 0 5 0 146 2 0 0 25 0 9 0 24949787 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25160] ppid=25157 vsize=868784 CPUtime=0.32
/proc/25158/task/25160/stat : 25160 (java) R 25157 25144 20092 0 -1 64 4212 0 0 0 31 1 0 0 16 0 9 0 24949788 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25161] ppid=25157 vsize=868784 CPUtime=0
/proc/25158/task/25161/stat : 25161 (java) S 25157 25144 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949788 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25162] ppid=25157 vsize=868784 CPUtime=0
/proc/25158/task/25162/stat : 25162 (java) S 25157 25144 20092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949788 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25163] ppid=25157 vsize=868784 CPUtime=0
/proc/25158/task/25163/stat : 25163 (java) S 25157 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24949791 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25164] ppid=25157 vsize=868784 CPUtime=0.17
/proc/25158/task/25164/stat : 25164 (java) S 25157 25144 20092 0 -1 64 1477 0 0 0 17 0 0 0 15 0 9 0 24949791 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25165] ppid=25157 vsize=868784 CPUtime=0
/proc/25158/task/25165/stat : 25165 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24949791 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25166] ppid=25157 vsize=868784 CPUtime=0
/proc/25158/task/25166/stat : 25166 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949791 889634816 8307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 891008

[startup+6.30221 s]
/proc/loadavg: 2.31 2.21 2.09 4/91 25166
/proc/meminfo: memFree=1634808/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.68
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1304 7162 6 71 5 2 54 7 16 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
[pid=25157] ppid=25144 vsize=5356 CPUtime=0
/proc/25157/stat : 25157 (sh) S 25144 25144 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25157/statm: 1339 233 193 169 0 50 0
[pid=25158] ppid=25157 vsize=868708 CPUtime=5.18
/proc/25158/stat : 25158 (java) S 25157 25144 20092 0 -1 0 19717 0 6 0 507 11 0 0 18 0 9 0 24949786 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25158/statm: 217177 13439 2592 9 0 211654 0
[pid=25158/tid=25159] ppid=25157 vsize=868708 CPUtime=3.85
/proc/25158/task/25159/stat : 25159 (java) R 25157 25144 20092 0 -1 64 3333 0 6 0 382 3 0 0 25 0 9 0 24949787 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4126983258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25160] ppid=25157 vsize=868708 CPUtime=1.08
/proc/25158/task/25160/stat : 25160 (java) S 25157 25144 20092 0 -1 64 14166 0 0 0 102 6 0 0 16 0 9 0 24949788 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25161] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25161/stat : 25161 (java) S 25157 25144 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25162] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25162/stat : 25162 (java) S 25157 25144 20092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25163] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25163/stat : 25163 (java) S 25157 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24949791 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25164] ppid=25157 vsize=868708 CPUtime=0.21
/proc/25158/task/25164/stat : 25164 (java) S 25157 25144 20092 0 -1 64 1520 0 0 0 21 0 0 0 15 0 9 0 24949791 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25165] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25165/stat : 25165 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24949791 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25166] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25166/stat : 25166 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949791 889556992 13439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 890932

[startup+12.7022 s]
/proc/loadavg: 2.29 2.20 2.09 3/91 25166
/proc/meminfo: memFree=1585080/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.68
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1304 7162 6 71 5 2 54 7 16 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
[pid=25157] ppid=25144 vsize=5356 CPUtime=0
/proc/25157/stat : 25157 (sh) S 25144 25144 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25157/statm: 1339 233 193 169 0 50 0
[pid=25158] ppid=25157 vsize=868708 CPUtime=11.54
/proc/25158/stat : 25158 (java) S 25157 25144 20092 0 -1 0 20144 0 6 0 1111 43 0 0 18 0 9 0 24949786 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25158/statm: 217177 13463 2593 9 0 211654 0
[pid=25158/tid=25159] ppid=25157 vsize=868708 CPUtime=9.98
/proc/25158/task/25159/stat : 25159 (java) R 25157 25144 20092 0 -1 64 3742 0 6 0 966 32 0 0 25 0 9 0 24949787 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4126977820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25160] ppid=25157 vsize=868708 CPUtime=1.27
/proc/25158/task/25160/stat : 25160 (java) S 25157 25144 20092 0 -1 64 14167 0 0 0 118 9 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25161] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25161/stat : 25161 (java) S 25157 25144 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25162] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25162/stat : 25162 (java) S 25157 25144 20092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25163] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25163/stat : 25163 (java) S 25157 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25164] ppid=25157 vsize=868708 CPUtime=0.25
/proc/25158/task/25164/stat : 25164 (java) S 25157 25144 20092 0 -1 64 1537 0 0 0 25 0 0 0 16 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25165] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25165/stat : 25165 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25166] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25166/stat : 25166 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 890932

[startup+25.5023 s]
/proc/loadavg: 2.45 2.24 2.10 3/91 25166
/proc/meminfo: memFree=1459768/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=0.68
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1304 7162 6 71 5 2 54 7 16 0 1 0 24949679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1111 409 3 0 796 0
[pid=25157] ppid=25144 vsize=5356 CPUtime=0
/proc/25157/stat : 25157 (sh) S 25144 25144 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24949786 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25157/statm: 1339 233 193 169 0 50 0
[pid=25158] ppid=25157 vsize=868708 CPUtime=24.21
/proc/25158/stat : 25158 (java) S 25157 25144 20092 0 -1 0 21069 0 6 0 2295 126 0 0 18 0 9 0 24949786 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25158/statm: 217177 13463 2593 9 0 211654 0
[pid=25158/tid=25159] ppid=25157 vsize=868708 CPUtime=22.24
/proc/25158/task/25159/stat : 25159 (java) R 25157 25144 20092 0 -1 64 4667 0 6 0 2116 108 0 0 25 0 9 0 24949787 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4126818731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25160] ppid=25157 vsize=868708 CPUtime=1.68
/proc/25158/task/25160/stat : 25160 (java) S 25157 25144 20092 0 -1 64 14167 0 0 0 152 16 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25161] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25161/stat : 25161 (java) S 25157 25144 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25162] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25162/stat : 25162 (java) S 25157 25144 20092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24949788 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25163] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25163/stat : 25163 (java) S 25157 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25164] ppid=25157 vsize=868708 CPUtime=0.25
/proc/25158/task/25164/stat : 25164 (java) S 25157 25144 20092 0 -1 64 1537 0 0 0 25 0 0 0 16 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25165] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25165/stat : 25165 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25158/tid=25166] ppid=25157 vsize=868708 CPUtime=0
/proc/25158/task/25166/stat : 25166 (java) S 25157 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24949791 889556992 13463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 890932

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

[startup+31.9063 s]
/proc/loadavg: 2.49 2.26 2.11 3/83 25168
/proc/meminfo: memFree=1179128/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=27.06
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1371 28697 6 77 6 2 2550 148 16 0 1 0 24949679 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1114 409 3 0 796 0
[pid=25167] ppid=25144 vsize=5356 CPUtime=0
/proc/25167/stat : 25167 (sh) S 25144 25144 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24952453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25167/statm: 1339 232 193 169 0 50 0
[pid=25168] ppid=25167 vsize=317456 CPUtime=4.13
/proc/25168/stat : 25168 (minisat) R 25167 25144 20092 0 -1 4194304 76895 0 0 0 363 50 0 0 25 0 1 0 24952453 325074944 76881 996147200 134512640 135127466 4294956256 18446744073709551615 134514165 0 0 4096 3 0 0 0 17 1 0 0
/proc/25168/statm: 79364 76881 62 150 0 79211 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (KiB) 339680

[startup+35.1018 s]
/proc/loadavg: 2.45 2.25 2.10 3/83 25168
/proc/meminfo: memFree=1099128/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=27.06
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1371 28697 6 77 6 2 2550 148 16 0 1 0 24949679 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1114 409 3 0 796 0
[pid=25167] ppid=25144 vsize=5356 CPUtime=0
/proc/25167/stat : 25167 (sh) S 25144 25144 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24952453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25167/statm: 1339 232 193 169 0 50 0
[pid=25168] ppid=25167 vsize=401680 CPUtime=7.31
/proc/25168/stat : 25168 (minisat) R 25167 25144 20092 0 -1 4194304 95351 0 0 0 670 61 0 0 25 0 1 0 24952453 411320320 95337 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25168/statm: 100420 95337 76 150 0 100267 0
Current children cumulated CPU time (s) 34.37
Current children cumulated vsize (KiB) 423904

[startup+35.902 s]
/proc/loadavg: 2.45 2.25 2.10 3/83 25168
/proc/meminfo: memFree=1099128/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=27.06
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1371 28697 6 77 6 2 2550 148 16 0 1 0 24949679 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1114 409 3 0 796 0
[pid=25167] ppid=25144 vsize=5356 CPUtime=0
/proc/25167/stat : 25167 (sh) S 25144 25144 20092 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24952453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25167/statm: 1339 232 193 169 0 50 0
[pid=25168] ppid=25167 vsize=405124 CPUtime=8.1
/proc/25168/stat : 25168 (minisat) R 25167 25144 20092 0 -1 4194304 96265 0 0 0 748 62 0 0 25 0 1 0 24952453 414846976 96251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25168/statm: 101281 96251 76 150 0 101128 0
Current children cumulated CPU time (s) 35.16
Current children cumulated vsize (KiB) 427348

[startup+36.308 s]
/proc/loadavg: 2.45 2.25 2.10 4/91 25178
/proc/meminfo: memFree=1477624/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=35.41
/proc/25144/stat : 25144 (sugar) S 25142 25144 20092 0 -1 4194304 1443 125303 6 77 6 2 3316 217 16 0 1 0 24949679 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25144/statm: 4217 1114 409 3 0 796 0
[pid=25169] ppid=25144 vsize=5356 CPUtime=0
/proc/25169/stat : 25169 (sh) S 25144 25144 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24953294 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25169/statm: 1339 233 193 169 0 50 0
[pid=25170] ppid=25169 vsize=862156 CPUtime=0.14
/proc/25170/stat : 25170 (java) S 25169 25144 20092 0 -1 0 3129 0 1 0 13 1 0 0 18 0 9 0 24953294 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25170/statm: 215539 2597 1271 9 0 210452 0
[pid=25170/tid=25171] ppid=25169 vsize=862156 CPUtime=0.09
/proc/25170/task/25171/stat : 25171 (java) R 25169 25144 20092 0 -1 64 2020 0 1 0 8 1 0 0 20 0 9 0 24953295 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25172] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25172/stat : 25172 (java) S 25169 25144 20092 0 -1 64 110 0 0 0 0 0 0 0 16 0 9 0 24953296 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25173] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25173/stat : 25173 (java) S 25169 25144 20092 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24953296 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25174] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25174/stat : 25174 (java) S 25169 25144 20092 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24953296 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25175] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25175/stat : 25175 (java) S 25169 25144 20092 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24953299 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25176] ppid=25169 vsize=862156 CPUtime=0.03
/proc/25170/task/25176/stat : 25176 (java) R 25169 25144 20092 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 24953299 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 102124532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25177] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25177/stat : 25177 (java) S 25169 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24953299 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25170/tid=25178] ppid=25169 vsize=862156 CPUtime=0
/proc/25170/task/25178/stat : 25178 (java) S 25169 25144 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24953299 882847744 2597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.55
Current children cumulated vsize (KiB) 884380

[startup+36.5021 s]
/proc/loadavg: 2.45 2.25 2.10 4/91 25178
/proc/meminfo: memFree=1477624/2055920 swapFree=4192812/4192956
[pid=25144] ppid=25142 vsize=16868 CPUtime=35.71
/proc/25144/stat : 25144 (sugar) R 25142 25144 20092 0 -1 4194304 1472 130186 6 78 6 5 3340 220 16 0 1 0 24949679 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25144/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 36.5755
CPU time (s): 35.8096
CPU user time (s): 33.4709
CPU system time (s): 2.33864
CPU usage (%): 97.9059
Max. virtual memory (cumulated for all children) (KiB): 901320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.4709
system time used= 2.33864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131718
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19007
involuntary context switches= 19538

runsolver used 0.043993 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 08:07:14
IDJOB=2084106
IDBENCH=58038
IDSOLVER=739
FILE ID=node26/2084106-1247378833
PBS_JOBID= 9507081
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084106-1247378833/watcher-2084106-1247378833 -o /tmp/evaluation-result-2084106-1247378833/solver-2084106-1247378833 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084106-1247378833.xml

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

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=18757786

node26.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.281
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.281
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:       1690744 kB
Buffers:          3708 kB
Cached:          31244 kB
SwapCached:          0 kB
Active:         305088 kB
Inactive:         8560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         296548 kB
Slab:            36424 kB
Committed_AS:   915412 kB
PageTables:       2268 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= 66392 MiB
End job on node26 at 2009-07-12 08:07:50