Trace number 1050064

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+minisatSAT 17.5573 18.4709

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5573
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 03:14:07 2008
0.00/0.04	c 0	PID 1444
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050064-1215047647.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050064-1215047647.xml' 'HOME/temp.csp'
1.26/1.36	c 1	1 domains, 1344 variables, 19 predicates, 0 relations, 16376 constraints
1.32/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.32/1.41	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'
1.32/1.49	c 1	Parsing HOME/temp.csp
1.33/1.87	c 2	parsed 10000 expressions
2.19/2.39	c 2	parsed 17740 expressions
2.19/2.39	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.39	c 2	Converting to clausal form CSP
2.38/2.51	c 2	converted 1774 (10%) expressions
2.58/2.74	c 3	converted 3548 (20%) expressions
2.58/2.79	c 3	converted 5322 (30%) expressions
2.68/2.83	c 3	converted 7096 (40%) expressions
2.68/2.88	c 3	converted 8870 (50%) expressions
2.78/2.94	c 3	converted 10644 (60%) expressions
2.88/3.03	c 3	converted 12418 (70%) expressions
2.97/3.14	c 3	converted 14192 (80%) expressions
3.86/4.03	c 4	converted 15966 (90%) expressions
5.44/5.63	c 5	converted 17740 (100%) expressions
5.44/5.63	c 5	CSP : 33200 integers, 0 booleans, 80088 clauses, largest domain size 30
5.44/5.63	c 5	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.44/5.63	c 5	Propagation in CSP
6.04/6.27	c 6	9682 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.04/6.28	c 6	CSP : 33200 integers, 0 booleans, 80088 clauses, largest domain size 25
6.04/6.28	c 6	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.14/6.30	c 6	Simplifing CSP by introducing new Boolean variables
6.14/6.34	c 6	CSP : 33200 integers, 0 booleans, 80088 clauses, largest domain size 25
6.14/6.34	c 6	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.53/6.73	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.53/6.80	c 7	3320 (10%) CSP integer variables are encoded (14092 clauses, 196295 bytes)
6.63/6.83	c 7	6640 (20%) CSP integer variables are encoded (38802 clauses, 566945 bytes)
6.63/6.87	c 7	9960 (30%) CSP integer variables are encoded (63924 clauses, 943775 bytes)
6.73/6.90	c 7	13280 (40%) CSP integer variables are encoded (89156 clauses, 1326562 bytes)
6.73/6.94	c 7	16600 (50%) CSP integer variables are encoded (114066 clauses, 1750032 bytes)
6.73/6.98	c 7	19920 (60%) CSP integer variables are encoded (138632 clauses, 2167654 bytes)
6.82/7.01	c 7	23240 (70%) CSP integer variables are encoded (162022 clauses, 2565284 bytes)
6.82/7.04	c 7	26560 (80%) CSP integer variables are encoded (184082 clauses, 2940304 bytes)
6.82/7.08	c 7	29880 (90%) CSP integer variables are encoded (204930 clauses, 3294720 bytes)
6.82/7.09	c 7	33200 (100%) CSP integer variables are encoded (213644 clauses, 3442858 bytes)
7.02/7.20	c 7	8009 (10%) CSP clauses are encoded (221653 clauses, 3558699 bytes)
10.39/10.69	c 10	16018 (20%) CSP clauses are encoded (307982 clauses, 4925244 bytes)
10.79/11.01	c 11	24027 (30%) CSP clauses are encoded (433651 clauses, 7203728 bytes)
11.08/11.33	c 11	32036 (40%) CSP clauses are encoded (564109 clauses, 9576225 bytes)
11.38/11.65	c 11	40044 (50%) CSP clauses are encoded (697580 clauses, 12089558 bytes)
11.78/12.06	c 12	48053 (60%) CSP clauses are encoded (878257 clauses, 16036194 bytes)
12.17/12.43	c 12	56062 (70%) CSP clauses are encoded (1031409 clauses, 19289232 bytes)
12.47/12.79	c 13	64071 (80%) CSP clauses are encoded (1189162 clauses, 22708422 bytes)
12.87/13.17	c 13	72080 (90%) CSP clauses are encoded (1355100 clauses, 26352114 bytes)
13.06/13.36	c 13	80088 (100%) CSP clauses are encoded (1424836 clauses, 27769719 bytes)
13.06/13.36	c 13	80088 CSP clauses encoded
13.06/13.36	c 13	Writing map file : HOME/temp.map
13.16/13.40	c 13	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.16/13.40	c 13	SAT : 246844 SAT variables, 1424836 SAT clauses, 27769719 bytes
13.16/13.40	c 13	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.16/13.44	c 13	SOLVING HOME/temp.cnf
13.16/13.44	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.16/13.44	c 13	This is MiniSat 2.0 beta
13.16/13.44	c 13	WARNING: for repeatability, setting FPU to use double precision
13.16/13.45	c 13	============================[ Problem Statistics ]=============================
13.16/13.45	c 13	|                                                                             |
13.16/13.45	c 13	|  Number of variables:  246844                                               |
13.16/13.45	c 13	|  Number of clauses:    1424836                                              |
13.94/14.26	c 14	|  Parsing time:         0.68         s                                       |
14.04/14.30	c 14	============================[ Search Statistics ]==============================
14.04/14.30	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.04/14.30	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.04/14.30	c 14	===============================================================================
14.04/14.30	c 14	|         0 |  246844  1424836  3633030 |   474945        0    nan |  0.000 % |
14.83/15.13	c 15	|       101 |  246844  1424836  3633030 |   522439      101     36 |  0.000 % |
15.92/16.28	c 16	|       251 |  246844  1424836  3633030 |   574683      251     48 |  0.000 % |
16.71/17.09	c 17	===============================================================================
16.81/17.12	c 17	restarts              : 3
16.81/17.12	c 17	conflicts             : 313            (89 /sec)
16.81/17.12	c 17	decisions             : 550            (0.91 % random) (157 /sec)
16.81/17.12	c 17	propagations          : 4130702        (1180380 /sec)
16.81/17.12	c 17	conflict literals     : 14425          (3.96 % deleted)
16.81/17.12	c 17	Memory used           : 78.05 MB
16.81/17.12	c 17	CPU time              : 3.49947 s
16.81/17.12	c 17	
16.91/17.21	c 17	SATISFIABLE
16.91/17.23	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.91/17.23	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.95/17.31	c 17	Decoding HOME/temp.out
17.40/17.75	s SATISFIABLE
17.49/17.81	v 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 1 1
17.49/17.82	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.49/17.86	c 18	CPU 16.9 (0.04 0.01 16.86 0.6)
17.49/17.86	c 18	END Thu Jul  3 03:14:25 2008

Verifier Data (download as text)

OK

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-1050064-1215047647/watcher-1050064-1215047647 -o /tmp/evaluation-result-1050064-1215047647/solver-1050064-1215047647 -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-1050064-1215047647.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.11 2.03 1.95 4/82 1444
/proc/meminfo: memFree=1694176/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=12132 CPUtime=0
/proc/1444/stat : 1444 (sugar) R 1442 1444 467 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 1983736256 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 250968708541 0 0 4224 0 0 0 0 17 1 0 0
/proc/1444/statm: 3033 182 142 3 0 133 0

[startup+0.0742091 s]
/proc/loadavg: 2.11 2.03 1.95 4/82 1444
/proc/meminfo: memFree=1694176/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=0.04
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983736256 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101611 s]
/proc/loadavg: 2.11 2.03 1.95 4/82 1444
/proc/meminfo: memFree=1694176/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=0.04
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983736256 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301646 s]
/proc/loadavg: 2.11 2.03 1.95 4/82 1444
/proc/meminfo: memFree=1694176/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=0.04
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983736256 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702721 s]
/proc/loadavg: 2.11 2.03 1.95 4/82 1444
/proc/meminfo: memFree=1694176/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=0.04
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983736256 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50186 s]
/proc/loadavg: 2.11 2.03 1.95 3/93 1456
/proc/meminfo: memFree=1660744/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=1.33
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 973 12652 0 1 3 1 121 8 15 0 1 0 1983736256 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10215 s]
/proc/loadavg: 2.11 2.03 1.95 4/93 1466
/proc/meminfo: memFree=1676232/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=1.33
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 974 12652 0 1 3 1 121 8 15 0 1 0 1983736256 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 797 370 3 0 500 0
[pid=1457] ppid=1444 vsize=5356 CPUtime=0
/proc/1457/stat : 1457 (sh) S 1444 1444 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983736398 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1457/statm: 1339 233 193 169 0 50 0
[pid=1458] ppid=1457 vsize=868404 CPUtime=1.64
/proc/1458/stat : 1458 (java) S 1457 1444 467 0 -1 0 10782 0 1 0 158 6 0 0 18 0 9 0 1983736398 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1458/statm: 217101 9725 2541 9 0 211676 0
[pid=1458/tid=1459] ppid=1457 vsize=868404 CPUtime=1.04
/proc/1458/task/1459/stat : 1459 (java) R 1457 1444 467 0 -1 64 2819 0 1 0 102 2 0 0 21 0 9 0 1983736399 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4126577753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1460] ppid=1457 vsize=868404 CPUtime=0.4
/proc/1458/task/1460/stat : 1460 (java) S 1457 1444 467 0 -1 64 5793 0 0 0 37 3 0 0 16 0 9 0 1983736400 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1461] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1461/stat : 1461 (java) S 1457 1444 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983736400 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1462] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1462/stat : 1462 (java) S 1457 1444 467 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983736400 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1463] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1463/stat : 1463 (java) S 1457 1444 467 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983736402 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1464] ppid=1457 vsize=868404 CPUtime=0.19
/proc/1458/task/1464/stat : 1464 (java) S 1457 1444 467 0 -1 64 1473 0 0 0 19 0 0 0 16 0 9 0 1983736402 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1465] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1465/stat : 1465 (java) S 1457 1444 467 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983736402 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1466] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1466/stat : 1466 (java) S 1457 1444 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983736402 889245696 9725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887360

[startup+6.30173 s]
/proc/loadavg: 2.10 2.03 1.95 3/93 1466
/proc/meminfo: memFree=1621576/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=1.33
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 974 12652 0 1 3 1 121 8 15 0 1 0 1983736256 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 797 370 3 0 500 0
[pid=1457] ppid=1444 vsize=5356 CPUtime=0
/proc/1457/stat : 1457 (sh) S 1444 1444 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983736398 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1457/statm: 1339 233 193 169 0 50 0
[pid=1458] ppid=1457 vsize=868404 CPUtime=4.81
/proc/1458/stat : 1458 (java) S 1457 1444 467 0 -1 0 20543 0 1 0 469 12 0 0 18 0 9 0 1983736398 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1458/statm: 217101 19113 2541 9 0 211676 0
[pid=1458/tid=1459] ppid=1457 vsize=868404 CPUtime=3.26
/proc/1458/task/1459/stat : 1459 (java) R 1457 1444 467 0 -1 64 3340 0 1 0 323 3 0 0 25 0 9 0 1983736399 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4126969267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1460] ppid=1457 vsize=868404 CPUtime=1.29
/proc/1458/task/1460/stat : 1460 (java) S 1457 1444 467 0 -1 64 15011 0 0 0 122 7 0 0 16 0 9 0 1983736400 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1461] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1461/stat : 1461 (java) S 1457 1444 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983736400 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1462] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1462/stat : 1462 (java) S 1457 1444 467 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983736400 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1463] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1463/stat : 1463 (java) S 1457 1444 467 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983736402 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1464] ppid=1457 vsize=868404 CPUtime=0.23
/proc/1458/task/1464/stat : 1464 (java) S 1457 1444 467 0 -1 64 1495 0 0 0 23 0 0 0 15 0 9 0 1983736402 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1465] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1465/stat : 1465 (java) S 1457 1444 467 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983736402 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1466] ppid=1457 vsize=868404 CPUtime=0
/proc/1458/task/1466/stat : 1466 (java) S 1457 1444 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983736402 889245696 19113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887360

[startup+12.7019 s]
/proc/loadavg: 2.09 2.03 1.95 3/94 1467
/proc/meminfo: memFree=1585088/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=1.33
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 974 12652 0 1 3 1 121 8 15 0 1 0 1983736256 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 797 370 3 0 500 0
[pid=1457] ppid=1444 vsize=5356 CPUtime=0
/proc/1457/stat : 1457 (sh) S 1444 1444 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983736398 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1457/statm: 1339 233 193 169 0 50 0
[pid=1458] ppid=1457 vsize=868516 CPUtime=11.14
/proc/1458/stat : 1458 (java) S 1457 1444 467 0 -1 0 26297 0 1 0 1084 30 0 0 18 0 9 0 1983736398 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1458/statm: 217129 19191 2565 9 0 211676 0
[pid=1458/tid=1459] ppid=1457 vsize=868516 CPUtime=9.1
/proc/1458/task/1459/stat : 1459 (java) R 1457 1444 467 0 -1 64 3552 0 1 0 893 17 0 0 25 0 9 0 1983736399 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1460] ppid=1457 vsize=868516 CPUtime=1.73
/proc/1458/task/1460/stat : 1460 (java) S 1457 1444 467 0 -1 64 20525 0 0 0 162 11 0 0 16 0 9 0 1983736400 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1461] ppid=1457 vsize=868516 CPUtime=0
/proc/1458/task/1461/stat : 1461 (java) S 1457 1444 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983736400 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1462] ppid=1457 vsize=868516 CPUtime=0
/proc/1458/task/1462/stat : 1462 (java) S 1457 1444 467 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983736400 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1463] ppid=1457 vsize=868516 CPUtime=0
/proc/1458/task/1463/stat : 1463 (java) S 1457 1444 467 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983736402 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1464] ppid=1457 vsize=868516 CPUtime=0.28
/proc/1458/task/1464/stat : 1464 (java) S 1457 1444 467 0 -1 64 1523 0 0 0 28 0 0 0 16 0 9 0 1983736402 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1465] ppid=1457 vsize=868516 CPUtime=0
/proc/1458/task/1465/stat : 1465 (java) S 1457 1444 467 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983736402 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1458/tid=1466] ppid=1457 vsize=868516 CPUtime=0
/proc/1458/task/1466/stat : 1466 (java) S 1457 1444 467 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983736402 889360384 19191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887472

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

[startup+15.9024 s]
/proc/loadavg: 2.08 2.03 1.95 3/86 1469
/proc/meminfo: memFree=1561984/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=13.21
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 1033 39294 0 2 4 1 1273 43 15 0 1 0 1983736256 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 799 370 3 0 500 0
[pid=1468] ppid=1444 vsize=5356 CPUtime=0
/proc/1468/stat : 1468 (sh) S 1444 1444 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983737601 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1468/statm: 1339 232 193 169 0 50 0
[pid=1469] ppid=1468 vsize=79672 CPUtime=2.41
/proc/1469/stat : 1469 (minisat) R 1468 1444 467 0 -1 4194304 18560 0 0 0 229 12 0 0 25 0 1 0 1983737601 81584128 18546 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1469/statm: 19918 18546 75 150 0 19765 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 98628

[startup+17.5017 s]
/proc/loadavg: 2.08 2.03 1.95 4/94 1479
/proc/meminfo: memFree=1628160/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=16.95
/proc/1444/stat : 1444 (sugar) S 1442 1444 467 0 -1 4194304 1091 58254 0 2 4 1 1632 58 16 0 1 0 1983736256 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1444/statm: 3400 799 370 3 0 500 0
[pid=1470] ppid=1444 vsize=5356 CPUtime=0
/proc/1470/stat : 1470 (sh) S 1444 1444 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983737979 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1470/statm: 1339 233 193 169 0 50 0
[pid=1471] ppid=1470 vsize=863720 CPUtime=0.25
/proc/1471/stat : 1471 (java) S 1470 1444 467 0 -1 0 3482 0 1 0 24 1 0 0 18 0 9 0 1983737979 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1471/statm: 215930 2957 1655 9 0 210512 0
[pid=1471/tid=1472] ppid=1470 vsize=863720 CPUtime=0.22
/proc/1471/task/1472/stat : 1472 (java) R 1470 1444 467 0 -1 64 2448 0 1 0 22 0 0 0 19 0 9 0 1983737980 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4159710113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1473] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1473/stat : 1473 (java) S 1470 1444 467 0 -1 64 127 0 0 0 0 0 0 0 16 0 9 0 1983737982 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1474] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1474/stat : 1474 (java) S 1470 1444 467 0 -1 64 10 0 0 0 0 0 0 0 18 0 9 0 1983737982 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1475] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1475/stat : 1475 (java) S 1470 1444 467 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1983737982 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1476] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1476/stat : 1476 (java) S 1470 1444 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983737984 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1477] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1477/stat : 1477 (java) R 1470 1444 467 0 -1 64 216 0 0 0 0 0 0 0 17 0 9 0 1983737984 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 102009043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1478] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1478/stat : 1478 (java) S 1470 1444 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983737984 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1471/tid=1479] ppid=1470 vsize=863720 CPUtime=0
/proc/1471/task/1479/stat : 1479 (java) S 1470 1444 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983737984 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.2
Current children cumulated vsize (KiB) 882676

[startup+17.9018 s]
/proc/loadavg: 2.08 2.03 1.95 4/94 1479
/proc/meminfo: memFree=1628160/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=17.51
/proc/1444/stat : 1444 (sugar) D 1442 1444 467 0 -1 4194304 1119 62196 0 3 4 1 1686 60 15 0 1 0 1983736256 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1444/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 13600

[startup+18.3018 s]
/proc/loadavg: 2.08 2.03 1.95 4/94 1479
/proc/meminfo: memFree=1628160/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=17.51
/proc/1444/stat : 1444 (sugar) D 1442 1444 467 0 -1 4194304 1119 62196 0 3 4 1 1686 60 15 0 1 0 1983736256 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1444/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 13600

[startup+18.4019 s]
/proc/loadavg: 2.08 2.03 1.95 4/94 1479
/proc/meminfo: memFree=1628160/2055920 swapFree=4179440/4192956
[pid=1444] ppid=1442 vsize=13600 CPUtime=17.51
/proc/1444/stat : 1444 (sugar) D 1442 1444 467 0 -1 4194304 1119 62196 0 3 4 1 1686 60 15 0 1 0 1983736256 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1444/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 18.4709
CPU time (s): 17.5573
CPU user time (s): 16.9094
CPU system time (s): 0.647901
CPU usage (%): 95.054
Max. virtual memory (cumulated for all children) (KiB): 898612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9094
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63345
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= 7386
involuntary context switches= 7894

runsolver used 0.034994 second user time and 0.067989 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 03:14:07
IDJOB=1050064
IDBENCH=54860
IDSOLVER=346
FILE ID=node56/1050064-1215047647
PBS_JOBID= 7875064
Free space on /tmp= 103216 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-data-8-3.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-1050064-1215047647/watcher-1050064-1215047647 -o /tmp/evaluation-result-1050064-1215047647/solver-1050064-1215047647 -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-1050064-1215047647.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=577827752

node56.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.265
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	: 5931.00
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.265
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:       1694592 kB
Buffers:         32792 kB
Cached:         154236 kB
SwapCached:       7316 kB
Active:         242264 kB
Inactive:        59956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694592 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:         130540 kB
Slab:            44020 kB
Committed_AS:  3972384 kB
PageTables:       2160 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= 103212 MiB
End job on node56 at 2008-07-03 03:14:25