Trace number 1083730

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 9.8855 10.1434

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen1-f9.xml
MD5SUM3933015e701222af96ea6a914713e869
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 benchmark0.905862
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5548
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 Sat Jul  5 05:41:34 2008
0.00/0.04	c 0	PID 23048
0.00/0.04	c 0	HOST node58.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083730-1215229294.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-1083730-1215229294.xml' 'HOME/temp.csp'
0.03/0.68	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5548 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.66/0.81	c 1	Parsing HOME/temp.csp
1.10/1.27	c 1	parsed 6473 expressions
1.10/1.27	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.27	c 1	Converting to clausal form CSP
1.21/1.31	c 1	converted 648 (10%) expressions
1.51/1.67	c 2	converted 1295 (20%) expressions
1.91/2.08	c 2	converted 1942 (30%) expressions
2.49/2.60	c 2	converted 2590 (40%) expressions
2.89/3.07	c 3	converted 3237 (50%) expressions
3.38/3.56	c 3	converted 3884 (60%) expressions
3.88/4.06	c 4	converted 4532 (70%) expressions
4.36/4.50	c 4	converted 5179 (80%) expressions
4.77/4.92	c 5	converted 5826 (90%) expressions
5.26/5.42	c 5	converted 6473 (100%) expressions
5.26/5.42	c 5	CSP : 916 integers, 0 booleans, 6464 clauses, largest domain size 35
5.26/5.42	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.26/5.42	c 5	Propagation in CSP
5.96/6.19	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.96/6.19	c 6	CSP : 916 integers, 0 booleans, 6464 clauses, largest domain size 35
5.96/6.19	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.96/6.19	c 6	Simplifing CSP by introducing new Boolean variables
6.16/6.35	c 6	CSP : 916 integers, 11096 booleans, 17560 clauses, largest domain size 35
6.16/6.35	c 6	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.26/6.47	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.35/6.54	c 6	92 (10%) CSP integer variables are encoded (2456 clauses, 29861 bytes)
6.35/6.56	c 6	184 (20%) CSP integer variables are encoded (5356 clauses, 67561 bytes)
6.35/6.59	c 6	275 (30%) CSP integer variables are encoded (8177 clauses, 104234 bytes)
6.45/6.61	c 6	367 (40%) CSP integer variables are encoded (11022 clauses, 143910 bytes)
6.45/6.63	c 6	458 (50%) CSP integer variables are encoded (13630 clauses, 183030 bytes)
6.45/6.65	c 6	550 (60%) CSP integer variables are encoded (16344 clauses, 223740 bytes)
6.45/6.67	c 7	642 (70%) CSP integer variables are encoded (18876 clauses, 261720 bytes)
6.45/6.70	c 7	733 (80%) CSP integer variables are encoded (21598 clauses, 302550 bytes)
6.55/6.72	c 7	825 (90%) CSP integer variables are encoded (24130 clauses, 340530 bytes)
6.55/6.74	c 7	916 (100%) CSP integer variables are encoded (26764 clauses, 380040 bytes)
6.75/6.92	c 7	1756 (10%) CSP clauses are encoded (55475 clauses, 916078 bytes)
6.95/7.10	c 7	3512 (20%) CSP clauses are encoded (90127 clauses, 1600596 bytes)
7.05/7.28	c 7	5268 (30%) CSP clauses are encoded (127129 clauses, 2336307 bytes)
7.25/7.46	c 7	7024 (40%) CSP clauses are encoded (163497 clauses, 3066360 bytes)
7.45/7.65	c 7	8780 (50%) CSP clauses are encoded (200372 clauses, 3799768 bytes)
7.64/7.84	c 8	10536 (60%) CSP clauses are encoded (237409 clauses, 4553092 bytes)
7.83/8.00	c 8	12292 (70%) CSP clauses are encoded (270012 clauses, 5241522 bytes)
7.94/8.17	c 8	14048 (80%) CSP clauses are encoded (304105 clauses, 5953450 bytes)
8.14/8.34	c 8	15804 (90%) CSP clauses are encoded (337195 clauses, 6645700 bytes)
8.34/8.51	c 8	17560 (100%) CSP clauses are encoded (370983 clauses, 7341173 bytes)
8.34/8.51	c 8	17560 CSP clauses encoded
8.34/8.51	c 8	Writing map file : HOME/temp.map
8.34/8.54	c 8	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.34/8.54	c 8	SAT : 38776 SAT variables, 370983 SAT clauses, 7341173 bytes
8.34/8.54	c 8	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.38/8.60	c 8	SOLVING HOME/temp.cnf
8.38/8.60	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.38/8.60	c 8	This is MiniSat 2.0 beta
8.38/8.60	c 8	WARNING: for repeatability, setting FPU to use double precision
8.38/8.60	c 8	============================[ Problem Statistics ]=============================
8.38/8.61	c 8	|                                                                             |
8.38/8.61	c 8	|  Number of variables:  38776                                                |
8.38/8.61	c 8	|  Number of clauses:    370983                                               |
8.57/8.84	c 9	|  Parsing time:         0.19         s                                       |
8.57/8.85	c 9	============================[ Search Statistics ]==============================
8.57/8.85	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.57/8.85	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.57/8.85	c 9	===============================================================================
8.57/8.85	c 9	|         0 |   38776   370983  1041344 |   123661        0    nan |  0.000 % |
8.66/8.91	c 9	|       100 |   38776   370983  1041344 |   136027      100      4 |  0.000 % |
8.76/9.00	c 9	|       250 |   38776   370983  1041344 |   149629      250      5 |  0.000 % |
8.86/9.13	c 9	|       475 |   38776   370983  1041344 |   164592      475      5 |  0.000 % |
9.16/9.42	c 9	|       813 |   38776   370983  1041344 |   181052      813      5 |  0.000 % |
9.26/9.59	c 9	===============================================================================
9.26/9.59	c 9	restarts              : 5
9.26/9.59	c 9	conflicts             : 1085           (1151 /sec)
9.26/9.59	c 9	decisions             : 20068          (1.71 % random) (21284 /sec)
9.26/9.59	c 9	propagations          : 891436         (945464 /sec)
9.26/9.59	c 9	conflict literals     : 5723           (9.00 % deleted)
9.26/9.59	c 9	Memory used           : 20.14 MB
9.26/9.59	c 9	CPU time              : 0.942856 s
9.26/9.59	c 9	
9.26/9.59	c 9	UNSATISFIABLE
9.36/9.60	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.36/9.60	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.36/9.69	c 10	Decoding HOME/temp.out
9.75/10.09	s UNSATISFIABLE
9.75/10.09	c 10	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.84/10.14	c 10	CPU 9.58 (0.03 0.01 9.55 0.26)
9.84/10.14	c 10	END Sat Jul  5 05:41:44 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-1083730-1215229294/watcher-1083730-1215229294 -o /tmp/evaluation-result-1083730-1215229294/solver-1083730-1215229294 -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-1083730-1215229294.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: 1.88 1.95 1.98 4/81 23048
/proc/meminfo: memFree=825200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=12132 CPUtime=0
/proc/23048/stat : 23048 (sugar) R 23046 23048 22432 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 706895784 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 226238043581 0 0 4224 0 0 0 0 17 1 0 0
/proc/23048/statm: 3033 182 142 3 0 133 0

[startup+0.088868 s]
/proc/loadavg: 1.88 1.95 1.98 4/81 23048
/proc/meminfo: memFree=825200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.03
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 706895784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.112719 s]
/proc/loadavg: 1.88 1.95 1.98 4/81 23048
/proc/meminfo: memFree=825200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.03
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 706895784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301649 s]
/proc/loadavg: 1.88 1.95 1.98 4/81 23048
/proc/meminfo: memFree=825200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.03
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 706895784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701717 s]
/proc/loadavg: 1.88 1.95 1.98 4/81 23048
/proc/meminfo: memFree=825200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.03
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 706895784 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.88 1.95 1.98 4/92 23070
/proc/meminfo: memFree=817752/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.66
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 973 7625 0 1 3 0 59 4 15 0 1 0 706895784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 797 370 3 0 500 0
[pid=23061] ppid=23048 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706895857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=864340 CPUtime=0.74
/proc/23062/stat : 23062 (java) S 23061 23048 22432 0 -1 0 4320 0 1 0 72 2 0 0 18 0 9 0 706895858 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 216085 3758 1732 9 0 210660 0
[pid=23062/tid=23063] ppid=23061 vsize=864340 CPUtime=0.59
/proc/23062/task/23063/stat : 23063 (java) R 23061 23048 22432 0 -1 64 2659 0 1 0 58 1 0 0 22 0 9 0 706895859 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=864340 CPUtime=0.04
/proc/23062/task/23064/stat : 23064 (java) S 23061 23048 22432 0 -1 64 611 0 0 0 4 0 0 0 16 0 9 0 706895860 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=864340 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 706895860 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=864340 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23048 22432 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 706895860 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=864340 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706895862 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=864340 CPUtime=0.1
/proc/23062/task/23068/stat : 23068 (java) R 23061 23048 22432 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 706895862 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 102193165 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=864340 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 706895862 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=864340 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 706895862 885084160 3758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883296

[startup+3.10212 s]
/proc/loadavg: 1.88 1.95 1.98 3/92 23070
/proc/meminfo: memFree=808728/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.66
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 973 7625 0 1 3 0 59 4 15 0 1 0 706895784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 797 370 3 0 500 0
[pid=23061] ppid=23048 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706895857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=868292 CPUtime=2.34
/proc/23062/stat : 23062 (java) S 23061 23048 22432 0 -1 0 7691 0 1 0 230 4 0 0 18 0 9 0 706895858 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 217073 6828 2540 9 0 211648 0
[pid=23062/tid=23063] ppid=23061 vsize=868292 CPUtime=1.96
/proc/23062/task/23063/stat : 23063 (java) R 23061 23048 22432 0 -1 64 2765 0 1 0 195 1 0 0 25 0 9 0 706895859 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4126586859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=868292 CPUtime=0.17
/proc/23062/task/23064/stat : 23064 (java) S 23061 23048 22432 0 -1 64 2781 0 0 0 16 1 0 0 16 0 9 0 706895860 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=868292 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 706895860 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=868292 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23048 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 706895860 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=868292 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706895862 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=868292 CPUtime=0.18
/proc/23062/task/23068/stat : 23068 (java) S 23061 23048 22432 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 706895862 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=868292 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 706895862 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=868292 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 706895862 889131008 6828 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887248

[startup+6.30267 s]
/proc/loadavg: 1.89 1.96 1.98 3/92 23070
/proc/meminfo: memFree=802584/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.67
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 974 7625 0 1 3 1 59 4 15 0 1 0 706895784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 797 370 3 0 500 0
[pid=23061] ppid=23048 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706895857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=868404 CPUtime=5.49
/proc/23062/stat : 23062 (java) S 23061 23048 22432 0 -1 0 9434 0 1 0 543 6 0 0 18 0 9 0 706895858 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 217101 8271 2540 9 0 211676 0
[pid=23062/tid=23063] ppid=23061 vsize=868404 CPUtime=4.81
/proc/23062/task/23063/stat : 23063 (java) R 23061 23048 22432 0 -1 64 3066 0 1 0 479 2 0 0 25 0 9 0 706895859 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=868404 CPUtime=0.45
/proc/23062/task/23064/stat : 23064 (java) R 23061 23048 22432 0 -1 64 4211 0 0 0 43 2 0 0 16 0 9 0 706895860 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 102350426 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=868404 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 706895860 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=868404 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23048 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 706895860 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=868404 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706895862 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=868404 CPUtime=0.21
/proc/23062/task/23068/stat : 23068 (java) S 23061 23048 22432 0 -1 64 1465 0 0 0 21 0 0 0 15 0 9 0 706895862 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=868404 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 706895862 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=868404 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 706895862 889245696 8271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887360

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

[startup+7.90193 s]
/proc/loadavg: 1.89 1.96 1.98 3/92 23070
/proc/meminfo: memFree=794136/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=0.67
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 974 7625 0 1 3 1 59 4 15 0 1 0 706895784 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 797 370 3 0 500 0
[pid=23061] ppid=23048 vsize=5356 CPUtime=0
/proc/23061/stat : 23061 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706895857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23061/statm: 1339 233 193 169 0 50 0
[pid=23062] ppid=23061 vsize=868516 CPUtime=7.07
/proc/23062/stat : 23062 (java) S 23061 23048 22432 0 -1 0 10062 0 1 0 697 10 0 0 18 0 9 0 706895858 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23062/statm: 217129 8741 2566 9 0 211676 0
[pid=23062/tid=23063] ppid=23061 vsize=868516 CPUtime=6.13
/proc/23062/task/23063/stat : 23063 (java) R 23061 23048 22432 0 -1 64 3368 0 1 0 608 5 0 0 25 0 9 0 706895859 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4127000445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23064] ppid=23061 vsize=868516 CPUtime=0.65
/proc/23062/task/23064/stat : 23064 (java) S 23061 23048 22432 0 -1 64 4504 0 0 0 62 3 0 0 16 0 9 0 706895860 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23065] ppid=23061 vsize=868516 CPUtime=0
/proc/23062/task/23065/stat : 23065 (java) S 23061 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 706895860 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23066] ppid=23061 vsize=868516 CPUtime=0
/proc/23062/task/23066/stat : 23066 (java) S 23061 23048 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 706895860 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23067] ppid=23061 vsize=868516 CPUtime=0
/proc/23062/task/23067/stat : 23067 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 706895862 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23068] ppid=23061 vsize=868516 CPUtime=0.27
/proc/23062/task/23068/stat : 23068 (java) S 23061 23048 22432 0 -1 64 1498 0 0 0 26 1 0 0 16 0 9 0 706895862 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23069] ppid=23061 vsize=868516 CPUtime=0
/proc/23062/task/23069/stat : 23069 (java) S 23061 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 706895862 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23062/tid=23070] ppid=23061 vsize=868516 CPUtime=0
/proc/23062/task/23070/stat : 23070 (java) S 23061 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 706895862 889360384 8741 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 887472

[startup+9.50121 s]
/proc/loadavg: 1.89 1.96 1.98 3/84 23072
/proc/meminfo: memFree=806616/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=8.39
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 1034 18065 0 2 3 1 817 18 15 0 1 0 706895784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 799 370 3 0 500 0
[pid=23071] ppid=23048 vsize=5356 CPUtime=0
/proc/23071/stat : 23071 (sh) S 23048 23048 22432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 706896645 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23071/statm: 1339 232 193 169 0 50 0
[pid=23072] ppid=23071 vsize=20484 CPUtime=0.87
/proc/23072/stat : 23072 (minisat) R 23071 23048 22432 0 -1 4194304 4877 0 0 0 84 3 0 0 25 0 1 0 706896645 20975616 4863 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23072/statm: 5121 4863 76 150 0 4968 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 39440

[startup+9.90727 s]
/proc/loadavg: 1.89 1.96 1.98 4/92 23082
/proc/meminfo: memFree=810200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=9.38
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 1090 23260 0 2 3 1 911 23 16 0 1 0 706895784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 799 370 3 0 500 0
[pid=23073] ppid=23048 vsize=5356 CPUtime=0
/proc/23073/stat : 23073 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706896745 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23073/statm: 1339 233 193 169 0 50 0
[pid=23074] ppid=23073 vsize=863720 CPUtime=0.27
/proc/23074/stat : 23074 (java) S 23073 23048 22432 0 -1 0 3486 0 1 0 25 2 0 0 18 0 9 0 706896745 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23074/statm: 215930 2957 1655 9 0 210512 0
[pid=23074/tid=23075] ppid=23073 vsize=863720 CPUtime=0.23
/proc/23074/task/23075/stat : 23075 (java) R 23073 23048 22432 0 -1 64 2451 0 1 0 22 1 0 0 19 0 9 0 706896746 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23076] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23076/stat : 23076 (java) S 23073 23048 22432 0 -1 64 115 0 0 0 0 0 0 0 16 0 9 0 706896747 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23077] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23077/stat : 23077 (java) S 23073 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 706896748 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23078] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23078/stat : 23078 (java) S 23073 23048 22432 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 706896748 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23079] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23079/stat : 23079 (java) S 23073 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 706896750 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23080] ppid=23073 vsize=863720 CPUtime=0.02
/proc/23074/task/23080/stat : 23080 (java) R 23073 23048 22432 0 -1 64 229 0 0 0 2 0 0 0 19 0 9 0 706896750 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 102015720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23081] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23081/stat : 23081 (java) S 23073 23048 22432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 706896750 884449280 2957 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23082] ppid=23073 vsize=863720 CPUtime=0
/proc/23074/task/23082/stat : 23082 (java) S 23073 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 706896750 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) 9.65
Current children cumulated vsize (KiB) 882676

[startup+10.1023 s]
/proc/loadavg: 1.89 1.96 1.98 4/92 23082
/proc/meminfo: memFree=810200/2055920 swapFree=4156368/4192956
[pid=23048] ppid=23046 vsize=13600 CPUtime=9.38
/proc/23048/stat : 23048 (sugar) S 23046 23048 22432 0 -1 4194304 1091 23260 0 2 3 1 911 23 15 0 1 0 706895784 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23048/statm: 3400 799 370 3 0 500 0
[pid=23073] ppid=23048 vsize=5356 CPUtime=0
/proc/23073/stat : 23073 (sh) S 23048 23048 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 706896745 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23073/statm: 1339 233 193 169 0 50 0
[pid=23074] ppid=23073 vsize=864388 CPUtime=0.46
/proc/23074/stat : 23074 (java) S 23073 23048 22432 0 -1 0 4092 0 1 0 43 3 0 0 18 0 9 0 706896745 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23074/statm: 216097 3553 1711 9 0 210672 0
[pid=23074/tid=23075] ppid=23073 vsize=864388 CPUtime=0.37
/proc/23074/task/23075/stat : 23075 (java) S 23073 23048 22432 0 -1 64 2545 0 1 0 35 2 0 0 18 0 9 0 706896746 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23076] ppid=23073 vsize=864388 CPUtime=0.01
/proc/23074/task/23076/stat : 23076 (java) S 23073 23048 22432 0 -1 64 451 0 0 0 1 0 0 0 16 0 9 0 706896747 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23077] ppid=23073 vsize=864388 CPUtime=0
/proc/23074/task/23077/stat : 23077 (java) S 23073 23048 22432 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 706896748 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23078] ppid=23073 vsize=864388 CPUtime=0
/proc/23074/task/23078/stat : 23078 (java) S 23073 23048 22432 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 706896748 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23079] ppid=23073 vsize=864388 CPUtime=0
/proc/23074/task/23079/stat : 23079 (java) S 23073 23048 22432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 706896750 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23080] ppid=23073 vsize=864388 CPUtime=0.05
/proc/23074/task/23080/stat : 23080 (java) S 23073 23048 22432 0 -1 64 405 0 0 0 5 0 0 0 18 0 9 0 706896750 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23081] ppid=23073 vsize=864388 CPUtime=0
/proc/23074/task/23081/stat : 23081 (java) S 23073 23048 22432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 706896750 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23074/tid=23082] ppid=23073 vsize=864388 CPUtime=0
/proc/23074/task/23082/stat : 23082 (java) S 23073 23048 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 706896750 885133312 3553 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 883344

Child status: 0
Real time (s): 10.1434
CPU time (s): 9.8855
CPU user time (s): 9.59854
CPU system time (s): 0.286956
CPU usage (%): 97.4577
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.59854
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28791
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= 6766
involuntary context switches= 6893

runsolver used 0.014997 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 05:41:34
IDJOB=1083730
IDBENCH=57502
IDSOLVER=346
FILE ID=node58/1083730-1215229294
PBS_JOBID= 7881888
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScensMod/normalized-scen1-f9.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-1083730-1215229294/watcher-1083730-1215229294 -o /tmp/evaluation-result-1083730-1215229294/solver-1083730-1215229294 -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-1083730-1215229294.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3933015e701222af96ea6a914713e869
RANDOM SEED=436883907

node58.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.261
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.261
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:        825680 kB
Buffers:        110236 kB
Cached:         308520 kB
SwapCached:      30928 kB
Active:         893580 kB
Inactive:       256496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        825680 kB
SwapTotal:     4192956 kB
SwapFree:      4156368 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         747144 kB
Slab:            64024 kB
Committed_AS:  1904796 kB
PageTables:       3176 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= 66556 MiB
End job on node58 at 2008-07-05 05:41:44