Trace number 1042270

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+minisat? (MO) 55.7633 57.1905

General information on the benchmark

Namecsp/allsquares/
normalized-squares-38-38.xml
MD5SUM8beb85ceff4b90efe0bf9dde7a9a15a1
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size139
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:48:37 2008
0.00/0.04	c 0	PID 21416
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1042270-1215002916.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-1042270-1215002916.xml' 'HOME/temp.csp'
0.03/0.71	c 0	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.03/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.80	c 0	Parsing HOME/temp.csp
1.07/1.11	c 1	parsed 6447 expressions
1.07/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.11	c 1	Converting to clausal form CSP
1.07/1.14	c 1	converted 645 (10%) expressions
1.07/1.15	c 1	converted 1290 (20%) expressions
1.07/1.16	c 1	converted 1935 (30%) expressions
1.07/1.16	c 1	converted 2579 (40%) expressions
1.26/1.32	c 1	converted 3224 (50%) expressions
1.26/1.38	c 1	converted 3869 (60%) expressions
1.35/1.47	c 1	converted 4513 (70%) expressions
1.46/1.52	c 1	converted 5158 (80%) expressions
1.46/1.56	c 1	converted 5803 (90%) expressions
3.65/3.78	c 3	converted 6447 (100%) expressions
3.65/3.79	c 3	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 389
3.65/3.79	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.65/3.79	c 3	Propagation in CSP
4.04/4.12	c 4	136678 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.04/4.12	c 4	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 140
4.04/4.12	c 4	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.04/4.14	c 4	Simplifing CSP by introducing new Boolean variables
4.04/4.18	c 4	CSP : 23460 integers, 7498 booleans, 62644 clauses, largest domain size 140
4.04/4.18	c 4	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/4.41	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.35/4.46	c 4	2346 (10%) CSP integer variables are encoded (8904 clauses, 113619 bytes)
4.45/4.50	c 4	4692 (20%) CSP integer variables are encoded (51055 clauses, 745884 bytes)
4.45/4.57	c 4	7038 (30%) CSP integer variables are encoded (105647 clauses, 1589069 bytes)
4.54/4.64	c 4	9384 (40%) CSP integer variables are encoded (159811 clauses, 2509857 bytes)
4.64/4.70	c 4	11730 (50%) CSP integer variables are encoded (211358 clauses, 3386156 bytes)
4.64/4.77	c 4	14076 (60%) CSP integer variables are encoded (265056 clauses, 4299022 bytes)
4.74/4.83	c 4	16422 (70%) CSP integer variables are encoded (319486 clauses, 5224332 bytes)
4.74/4.90	c 5	18768 (80%) CSP integer variables are encoded (372837 clauses, 6131299 bytes)
4.84/4.97	c 5	21114 (90%) CSP integer variables are encoded (426043 clauses, 7035801 bytes)
4.95/5.03	c 5	23460 (100%) CSP integer variables are encoded (478811 clauses, 7932857 bytes)
5.84/5.97	c 6	6265 (10%) CSP clauses are encoded (1037979 clauses, 18438347 bytes)
10.41/10.71	c 10	12529 (20%) CSP clauses are encoded (3711430 clauses, 75257804 bytes)
14.15/14.53	c 14	18794 (30%) CSP clauses are encoded (5859555 clauses, 123866863 bytes)
18.02/18.44	c 18	25058 (40%) CSP clauses are encoded (8003945 clauses, 175778764 bytes)
22.06/22.67	c 22	31322 (50%) CSP clauses are encoded (10249049 clauses, 230136995 bytes)
27.26/27.93	c 28	37587 (60%) CSP clauses are encoded (13099882 clauses, 299081106 bytes)
31.37/32.28	c 32	43851 (70%) CSP clauses are encoded (15375962 clauses, 354183297 bytes)
35.29/36.26	c 36	50116 (80%) CSP clauses are encoded (17524087 clauses, 406186101 bytes)
39.30/40.32	c 40	56380 (90%) CSP clauses are encoded (19713936 clauses, 459204662 bytes)
43.90/45.23	c 45	62644 (100%) CSP clauses are encoded (22270035 clauses, 521019372 bytes)
43.90/45.23	c 45	62644 CSP clauses encoded
43.90/45.23	c 45	Writing map file : HOME/temp.map
43.90/45.29	c 45	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.90/45.29	c 45	SAT : 509667 SAT variables, 22270035 SAT clauses, 521019372 bytes
43.90/45.29	c 45	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.99/45.31	c 45	SOLVING HOME/temp.cnf
43.99/45.31	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.99/45.31	c 45	This is MiniSat 2.0 beta
43.99/45.31	c 45	WARNING: for repeatability, setting FPU to use double precision
43.99/45.31	c 45	============================[ Problem Statistics ]=============================
43.99/45.31	c 45	|                                                                             |
43.99/45.31	c 45	|  Number of variables:  509667                                               |
43.99/45.31	c 45	|  Number of clauses:    22270035                                             |
54.74/56.11	c 56	|  Parsing time:         9.39         s                                       |
55.24/56.61	c 56	============================[ Search Statistics ]==============================
55.24/56.61	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.24/56.61	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.24/56.61	c 56	===============================================================================
55.24/56.61	c 56	|         0 |  509667 22270035 65504433 |  7423345        0    nan |  0.000 % |
55.44/56.81	c ERROR INTERRUPTED
55.55/56.93	s UNKNOWN
55.55/56.93	c 57	CPU 40.72 (0.03 0.01 40.69 3.28)
55.55/56.93	c 57	END Wed Jul  2 14:49:34 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1042270-1215002916/watcher-1042270-1215002916 -o /tmp/evaluation-result-1042270-1215002916/solver-1042270-1215002916 -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-1042270-1215002916.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.97 1.98 1.91 4/80 21416
/proc/meminfo: memFree=1857584/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=12268 CPUtime=0
/proc/21416/stat : 21416 (sugar) R 21414 21416 20720 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1979241434 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/21416/statm: 3067 316 241 3 0 167 0

[startup+0.107133 s]
/proc/loadavg: 1.97 1.98 1.91 4/80 21416
/proc/meminfo: memFree=1857584/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.03
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1979241434 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202141 s]
/proc/loadavg: 1.97 1.98 1.91 4/80 21416
/proc/meminfo: memFree=1857584/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.03
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1979241434 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302158 s]
/proc/loadavg: 1.97 1.98 1.91 4/80 21416
/proc/meminfo: memFree=1857584/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.03
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1979241434 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702201 s]
/proc/loadavg: 1.97 1.98 1.91 4/80 21416
/proc/meminfo: memFree=1857584/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.03
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1979241434 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 1.97 1.98 1.91 3/91 21438
/proc/meminfo: memFree=1847320/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.7
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 974 7312 0 1 2 1 62 5 15 0 1 0 1979241434 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 797 370 3 0 500 0
[pid=21429] ppid=21416 vsize=5356 CPUtime=0
/proc/21429/stat : 21429 (sh) S 21416 21416 20720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979241506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21429/statm: 1339 233 193 169 0 50 0
[pid=21430] ppid=21429 vsize=868400 CPUtime=0.76
/proc/21430/stat : 21430 (java) S 21429 21416 20720 0 -1 0 7247 0 1 0 72 4 0 0 20 0 9 0 1979241506 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21430/statm: 217100 6452 2540 9 0 211675 0
[pid=21430/tid=21431] ppid=21429 vsize=868400 CPUtime=0.47
/proc/21430/task/21431/stat : 21431 (java) R 21429 21416 20720 0 -1 64 2678 0 1 0 45 2 0 0 25 0 9 0 1979241507 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4126374003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21432] ppid=21429 vsize=868400 CPUtime=0.1
/proc/21430/task/21432/stat : 21432 (java) S 21429 21416 20720 0 -1 64 2395 0 0 0 9 1 0 0 16 0 9 0 1979241508 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21433] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21433/stat : 21433 (java) S 21429 21416 20720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979241509 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21434] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21434/stat : 21434 (java) S 21429 21416 20720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979241509 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21435] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21435/stat : 21435 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241510 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21436] ppid=21429 vsize=868400 CPUtime=0.16
/proc/21430/task/21436/stat : 21436 (java) S 21429 21416 20720 0 -1 64 1482 0 0 0 16 0 0 0 16 0 9 0 1979241510 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21437] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21437/stat : 21437 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241511 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21438] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21438/stat : 21438 (java) S 21429 21416 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979241511 889241600 6452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887356

[startup+3.10149 s]
/proc/loadavg: 2.05 2.00 1.92 3/91 21438
/proc/meminfo: memFree=1828632/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.7
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 974 7312 0 1 2 1 62 5 15 0 1 0 1979241434 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 797 370 3 0 500 0
[pid=21429] ppid=21416 vsize=5356 CPUtime=0
/proc/21429/stat : 21429 (sh) S 21416 21416 20720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979241506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21429/statm: 1339 233 193 169 0 50 0
[pid=21430] ppid=21429 vsize=868400 CPUtime=2.35
/proc/21430/stat : 21430 (java) S 21429 21416 20720 0 -1 0 13996 0 1 0 227 8 0 0 20 0 9 0 1979241506 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21430/statm: 217100 12996 2541 9 0 211675 0
[pid=21430/tid=21431] ppid=21429 vsize=868400 CPUtime=1.45
/proc/21430/task/21431/stat : 21431 (java) R 21429 21416 20720 0 -1 64 3032 0 1 0 143 2 0 0 25 0 9 0 1979241507 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4126867891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21432] ppid=21429 vsize=868400 CPUtime=0.65
/proc/21430/task/21432/stat : 21432 (java) S 21429 21416 20720 0 -1 64 8748 0 0 0 61 4 0 0 16 0 9 0 1979241508 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21433] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21433/stat : 21433 (java) S 21429 21416 20720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979241509 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21434] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21434/stat : 21434 (java) S 21429 21416 20720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979241509 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21435] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21435/stat : 21435 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241510 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21436] ppid=21429 vsize=868400 CPUtime=0.21
/proc/21430/task/21436/stat : 21436 (java) S 21429 21416 20720 0 -1 64 1524 0 0 0 21 0 0 0 16 0 9 0 1979241510 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21437] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21437/stat : 21437 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241511 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21438] ppid=21429 vsize=868400 CPUtime=0
/proc/21430/task/21438/stat : 21438 (java) S 21429 21416 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979241511 889241600 12996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887356

[startup+6.30287 s]
/proc/loadavg: 2.05 2.00 1.92 3/91 21438
/proc/meminfo: memFree=1784920/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.71
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 974 7312 0 1 3 1 62 5 16 0 1 0 1979241434 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 797 370 3 0 500 0
[pid=21429] ppid=21416 vsize=5356 CPUtime=0
/proc/21429/stat : 21429 (sh) S 21416 21416 20720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979241506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21429/statm: 1339 233 193 169 0 50 0
[pid=21430] ppid=21429 vsize=868512 CPUtime=5.53
/proc/21430/stat : 21430 (java) S 21429 21416 20720 0 -1 0 18559 0 1 0 528 25 0 0 20 0 9 0 1979241506 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21430/statm: 217128 16717 2565 9 0 211675 0
[pid=21430/tid=21431] ppid=21429 vsize=868512 CPUtime=3.92
/proc/21430/task/21431/stat : 21431 (java) R 21429 21416 20720 0 -1 64 3500 0 1 0 377 15 0 0 25 0 9 0 1979241507 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21432] ppid=21429 vsize=868512 CPUtime=1.28
/proc/21430/task/21432/stat : 21432 (java) R 21429 21416 20720 0 -1 64 12802 0 0 0 121 7 0 0 15 0 9 0 1979241508 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21433] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21433/stat : 21433 (java) S 21429 21416 20720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21434] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21434/stat : 21434 (java) S 21429 21416 20720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21435] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21435/stat : 21435 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21436] ppid=21429 vsize=868512 CPUtime=0.29
/proc/21430/task/21436/stat : 21436 (java) S 21429 21416 20720 0 -1 64 1566 0 0 0 28 1 0 0 16 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21437] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21437/stat : 21437 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21438] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21438/stat : 21438 (java) S 21429 21416 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 887468

[startup+12.7026 s]
/proc/loadavg: 2.04 2.00 1.92 3/91 21438
/proc/meminfo: memFree=1706400/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.71
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 974 7312 0 1 3 1 62 5 16 0 1 0 1979241434 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21416/statm: 3400 797 370 3 0 500 0
[pid=21429] ppid=21416 vsize=5356 CPUtime=0
/proc/21429/stat : 21429 (sh) S 21416 21416 20720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979241506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21429/statm: 1339 233 193 169 0 50 0
[pid=21430] ppid=21429 vsize=868512 CPUtime=11.67
/proc/21430/stat : 21430 (java) S 21429 21416 20720 0 -1 0 18990 0 1 0 1099 68 0 0 20 0 9 0 1979241506 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21430/statm: 217128 16717 2565 9 0 211675 0
[pid=21430/tid=21431] ppid=21429 vsize=868512 CPUtime=9.86
/proc/21430/task/21431/stat : 21431 (java) R 21429 21416 20720 0 -1 64 3930 0 1 0 930 56 0 0 25 0 9 0 1979241507 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21432] ppid=21429 vsize=868512 CPUtime=1.49
/proc/21430/task/21432/stat : 21432 (java) S 21429 21416 20720 0 -1 64 12802 0 0 0 139 10 0 0 16 0 9 0 1979241508 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21433] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21433/stat : 21433 (java) S 21429 21416 20720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21434] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21434/stat : 21434 (java) S 21429 21416 20720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21435] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21435/stat : 21435 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21436] ppid=21429 vsize=868512 CPUtime=0.29
/proc/21430/task/21436/stat : 21436 (java) S 21429 21416 20720 0 -1 64 1566 0 0 0 28 1 0 0 17 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21437] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21437/stat : 21437 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21438] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21438/stat : 21438 (java) S 21429 21416 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887468

[startup+25.5021 s]
/proc/loadavg: 2.20 2.03 1.93 3/91 21438
/proc/meminfo: memFree=1531552/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=0.71
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 974 7312 0 1 3 1 62 5 16 0 1 0 1979241434 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21416/statm: 3400 797 370 3 0 500 0
[pid=21429] ppid=21416 vsize=5356 CPUtime=0
/proc/21429/stat : 21429 (sh) S 21416 21416 20720 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979241506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21429/statm: 1339 233 193 169 0 50 0
[pid=21430] ppid=21429 vsize=868512 CPUtime=24.18
/proc/21430/stat : 21430 (java) S 21429 21416 20720 0 -1 0 19868 0 1 0 2252 166 0 0 20 0 9 0 1979241506 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21430/statm: 217128 16717 2565 9 0 211675 0
[pid=21430/tid=21431] ppid=21429 vsize=868512 CPUtime=21.99
/proc/21430/task/21431/stat : 21431 (java) R 21429 21416 20720 0 -1 64 4808 0 1 0 2051 148 0 0 25 0 9 0 1979241507 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21430/tid=21432] ppid=21429 vsize=868512 CPUtime=1.87
/proc/21430/task/21432/stat : 21432 (java) S 21429 21416 20720 0 -1 64 12802 0 0 0 171 16 0 0 16 0 9 0 1979241508 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21430/tid=21433] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21433/stat : 21433 (java) S 21429 21416 20720 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21434] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21434/stat : 21434 (java) S 21429 21416 20720 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979241509 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21435] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21435/stat : 21435 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21436] ppid=21429 vsize=868512 CPUtime=0.29
/proc/21430/task/21436/stat : 21436 (java) S 21429 21416 20720 0 -1 64 1566 0 0 0 28 1 0 0 17 0 9 0 1979241510 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21437] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21437/stat : 21437 (java) S 21429 21416 20720 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21430/tid=21438] ppid=21429 vsize=868512 CPUtime=0
/proc/21430/task/21438/stat : 21438 (java) S 21429 21416 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979241511 889356288 16717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 887468

[startup+51.1022 s]
/proc/loadavg: 2.53 2.12 1.96 3/83 21440
/proc/meminfo: memFree=885216/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=44.01
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 1033 28828 0 2 3 1 4069 328 16 0 1 0 1979241434 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21416/statm: 3400 799 370 3 0 500 0
[pid=21439] ppid=21416 vsize=5356 CPUtime=0
/proc/21439/stat : 21439 (sh) S 21416 21416 20720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979245965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21439/statm: 1339 232 193 169 0 50 0
[pid=21440] ppid=21439 vsize=516868 CPUtime=5.75
/proc/21440/stat : 21440 (minisat) R 21439 21416 20720 0 -1 4194304 121880 0 0 0 500 75 0 0 25 0 1 0 1979245965 529272832 121866 996147200 134512640 135127466 4294956272 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/21440/statm: 129217 121866 62 150 0 129064 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 535824



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+56.8018 s]
/proc/loadavg: 2.45 2.12 1.96 3/83 21440
/proc/meminfo: memFree=454624/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=44.01
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 1033 28828 0 2 3 1 4069 328 15 0 1 0 1979241434 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21416/statm: 3400 799 370 3 0 500 0
[pid=21439] ppid=21416 vsize=5356 CPUtime=0
/proc/21439/stat : 21439 (sh) S 21416 21416 20720 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979245965 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21439/statm: 1339 232 193 169 0 50 0
[pid=21440] ppid=21439 vsize=903036 CPUtime=11.43
/proc/21440/stat : 21440 (minisat) R 21439 21416 20720 0 -1 4194304 219743 0 0 0 1007 136 0 0 25 0 1 0 1979245965 924708864 219729 996147200 134512640 135127466 4294956272 18446744073709551615 134704284 0 0 4096 3 0 0 0 17 1 0 0
/proc/21440/statm: 225759 219729 74 150 0 225606 0
Current children cumulated CPU time (s) 55.44
Current children cumulated vsize (KiB) 921992

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+56.921 s]
/proc/loadavg: 2.45 2.12 1.96 3/83 21440
/proc/meminfo: memFree=454624/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=44.01
/proc/21416/stat : 21416 (sugar) S 21414 21416 20720 0 -1 4194304 1044 28828 0 2 3 1 4069 328 15 0 1 0 1979241434 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21416/statm: 3400 799 370 3 0 500 0
[pid=21439] ppid=21416 vsize=0 CPUtime=0
/proc/21439/stat : 21439 (sh) Z 21416 21416 20720 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1979245965 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21439/statm: 0 0 0 0 0 0 0
[pid=21440] ppid=1 vsize=0 CPUtime=11.54
/proc/21440/stat : 21440 (minisat) R 1 21416 20720 0 -1 4195332 219743 0 0 0 1007 147 0 0 25 0 1 0 1979245965 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/21440/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.55
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (44.07 s) is less than in the last sample (55.55 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.48 s) to the 'lost time'.

[startup+57.0009 s]
/proc/loadavg: 2.45 2.12 1.96 3/83 21440
/proc/meminfo: memFree=454624/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=44.07
/proc/21416/stat : 21416 (sugar) R 21414 21416 20720 0 -1 4194304 1069 29105 0 2 3 7 4069 328 16 0 1 0 1979241434 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21416/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 44.07
Current children cumulated vsize (KiB) 13600

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

[startup+57.1019 s]
/proc/loadavg: 2.45 2.12 1.96 3/83 21440
/proc/meminfo: memFree=454624/2055920 swapFree=4180584/4192956
[pid=21416] ppid=21414 vsize=13600 CPUtime=44.17
/proc/21416/stat : 21416 (sugar) R 21414 21416 20720 0 -1 4194304 1069 29105 0 2 3 17 4069 328 16 0 1 0 1979241434 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21416/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 44.17
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.48
#  lost CPU user time (s): 10.07
#  lost CPU system time (s): 1.41

Real time (s): 57.1905
CPU time (s): 55.7633
CPU user time (s): 50.8018
CPU system time (s): 4.96146
CPU usage (%): 97.5044
Max. virtual memory (cumulated for all children) (KiB): 921992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7318
system time used= 3.55146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30205
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23889
involuntary context switches= 24008

runsolver used 0.069989 second user time and 0.203968 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-02 14:48:37
IDJOB=1042270
IDBENCH=53889
IDSOLVER=346
FILE ID=node75/1042270-1215002916
PBS_JOBID= 7870774
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-38-38.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-1042270-1215002916/watcher-1042270-1215002916 -o /tmp/evaluation-result-1042270-1215002916/solver-1042270-1215002916 -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-1042270-1215002916.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8beb85ceff4b90efe0bf9dde7a9a15a1
RANDOM SEED=1504676627

node75.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858064 kB
Buffers:          6384 kB
Cached:          54140 kB
SwapCached:       6320 kB
Active:         130720 kB
Inactive:         9224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858064 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          93072 kB
Slab:            42992 kB
Committed_AS:  4852676 kB
PageTables:       1988 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= 66532 MiB
End job on node75 at 2008-07-02 14:49:35