Trace number 1058247

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+picosatSAT 58.944 59.3714

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20836
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:35:56 2008
0.00/0.04	c 0	PID 16569
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058247-1215113756.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-1058247-1215113756.xml' 'HOME/temp.csp'
0.97/1.03	c 1	24 domains, 700 variables, 1 predicates, 0 relations, 5793 constraints
0.97/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.04	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.99/1.13	c 1	Parsing HOME/temp.csp
0.99/1.44	c 1	parsed 6518 expressions
0.99/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.44	c 1	Converting to clausal form CSP
0.99/1.48	c 1	converted 652 (10%) expressions
0.99/1.68	c 2	converted 1304 (20%) expressions
0.99/1.73	c 2	converted 1956 (30%) expressions
0.99/1.81	c 2	converted 2608 (40%) expressions
0.99/1.85	c 2	converted 3259 (50%) expressions
0.99/1.88	c 2	converted 3911 (60%) expressions
0.99/1.92	c 2	converted 4563 (70%) expressions
0.99/1.96	c 2	converted 5215 (80%) expressions
0.99/2.00	c 2	converted 5867 (90%) expressions
3.41/3.53	c 3	converted 6518 (100%) expressions
3.41/3.53	c 3	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.41/3.53	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.53	c 3	Propagation in CSP
4.01/4.14	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.01/4.14	c 4	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
4.01/4.14	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.16	c 4	Simplifing CSP by introducing new Boolean variables
4.91/5.08	c 5	CSP : 700 integers, 101745 booleans, 152175 clauses, largest domain size 45
4.91/5.08	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.46	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.41/5.51	c 5	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
5.41/5.51	c 5	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
5.41/5.52	c 5	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
5.41/5.52	c 5	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
5.41/5.52	c 5	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
5.41/5.53	c 5	420 (60%) CSP integer variables are encoded (15051 clauses, 204123 bytes)
5.41/5.53	c 5	490 (70%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.41/5.53	c 5	560 (80%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
5.41/5.53	c 5	630 (90%) CSP integer variables are encoded (15055 clauses, 204183 bytes)
5.41/5.53	c 5	700 (100%) CSP integer variables are encoded (15061 clauses, 204273 bytes)
6.30/6.44	c 6	15218 (10%) CSP clauses are encoded (433074 clauses, 8595326 bytes)
7.09/7.29	c 7	30435 (20%) CSP clauses are encoded (875468 clauses, 17654130 bytes)
7.98/8.17	c 8	45653 (30%) CSP clauses are encoded (1334866 clauses, 26912228 bytes)
8.88/9.04	c 9	60870 (40%) CSP clauses are encoded (1794263 clauses, 36198590 bytes)
9.78/9.91	c 10	76088 (50%) CSP clauses are encoded (2253969 clauses, 45366865 bytes)
10.57/10.78	c 11	91305 (60%) CSP clauses are encoded (2713586 clauses, 54684221 bytes)
11.47/11.66	c 12	106523 (70%) CSP clauses are encoded (3173292 clauses, 63955303 bytes)
12.34/12.56	c 12	121740 (80%) CSP clauses are encoded (3632909 clauses, 73279593 bytes)
13.23/13.48	c 13	136958 (90%) CSP clauses are encoded (4092791 clauses, 82880362 bytes)
14.22/14.41	c 14	152175 (100%) CSP clauses are encoded (4552584 clauses, 92710586 bytes)
14.22/14.41	c 14	152175 CSP clauses encoded
14.22/14.41	c 14	Writing map file : HOME/temp.map
14.22/14.44	c 14	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.22/14.44	c 14	SAT : 117182 SAT variables, 4552584 SAT clauses, 92710586 bytes
14.22/14.44	c 14	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.22/14.47	c 14	SOLVING HOME/temp.cnf
14.22/14.47	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
58.49/58.94	c 59	DECODING HOME/temp.out WITH HOME/temp.map
58.49/58.94	c 59	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
58.54/59.03	c 59	Decoding HOME/temp.out
58.54/59.24	s SATISFIABLE
58.54/59.26	v 27 5 28 25 2 44 5 18 44 35 40 29 7 26 28 21 36 38 3 3 33 4 39 4 10 9 39 10 1 20 8 26 6 25 6 26 3 4 13 4 3 29 28 7 7 11 12 16 11 30 15 11 35 10 5 14 1 11 25 3 12 9 13 12 43 15 8 30 14 32 30 2 5 12 6 5 6 14 1 16 3 16 0 7 8 6 2 4 43 43 9 11 44 15 40 7 13 3 15 17 16 23 13 14 8 2 29 8 13 36 4 2 0 18 17 17 9 11 42 18 38 27 19 6 16 30 34 5 10 14 16 20 0 34 9 1 15 17 14 8 24 20 7 17 15 19 32 17 0 20 44 11 28 22 16 4 13 37 10 18 38 20 23 17 0 24 19 23 21 12 9 39 24 18 28 21 17 23 8 23 29 43 12 19 21 25 22 20 19 40 21 38 39 5 22 39 13 43 39 31 27 25 18 2 34 23 41 8 35 26 27 21 0 25 1 35 27 17 41 42 24 31 35 21 1 21 7 36 24 22 4 27 27 1 34 28 6 32 29 34 22 29 44 30 31 22 23 34 12 26 9 21 24 28 44 25 41 33 35 31 27 6 40 26 28 40 36 9 37 22 29 5 28 32 35 9 31 37 26 31 37 31 43 14 39 33 42 30 1 32 31 35 34 43 35 10 38 33 11 18 41 36 37 3 41 38 36 16 43 2 18 37 38 42 42 19 33 2 2 31 40 30 41 32 0 39 33 42 41 40 7 29 11 38 42 26 30 5 36 33 42 40 22 44 10 43 41 20 4 32 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 3 8 6 6 8 8 8 3 5 0 8 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 2 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 2 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 8 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 3 1 6 8 2 4 3 2 5 3 0 2 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 2 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 8 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 3 6 5 2 9 4 9 6 0 1 5 4 5 1 2 8 5 0 5 2
58.54/59.27	c 59	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
58.85/59.33	c 59	CPU 35.75 (0.03 0.02 35.72 23.11)
58.85/59.33	c 59	END Thu Jul  3 21:36:55 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-1058247-1215113756/watcher-1058247-1215113756 -o /tmp/evaluation-result-1058247-1215113756/solver-1058247-1215113756 -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/picosat -tmp=HOME/temp HOME/instance-1058247-1215113756.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.01 2.01 2.00 4/80 16569
/proc/meminfo: memFree=1404508/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=4708 CPUtime=0
/proc/16569/stat : 16569 (sugar) R 16567 16569 16028 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1990348476 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 240905155977 0 0 4096 0 0 0 0 17 1 0 0
/proc/16569/statm: 1177 43 33 3 0 8 0

[startup+0.090363 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 16569
/proc/meminfo: memFree=1404508/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.03
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990348476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101364 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 16569
/proc/meminfo: memFree=1404508/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.03
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990348476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301376 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 16569
/proc/meminfo: memFree=1404508/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.03
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990348476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701428 s]
/proc/loadavg: 2.01 2.01 2.00 4/80 16569
/proc/meminfo: memFree=1404508/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.03
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990348476 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 16581
/proc/meminfo: memFree=1386300/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.99
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 974 7777 0 1 3 0 91 5 15 0 1 0 1990348476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10266 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 16591
/proc/meminfo: memFree=1383676/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=0.99
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 974 7777 0 1 3 0 91 5 15 0 1 0 1990348476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 797 370 3 0 500 0
[pid=16582] ppid=16569 vsize=5356 CPUtime=0
/proc/16582/stat : 16582 (sh) S 16569 16569 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990348581 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16582/statm: 1339 233 193 169 0 50 0
[pid=16583] ppid=16582 vsize=868356 CPUtime=2.03
/proc/16583/stat : 16583 (java) S 16582 16569 16028 0 -1 0 12100 0 1 0 196 7 0 0 18 0 9 0 1990348581 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16583/statm: 217089 11127 2540 9 0 211664 0
[pid=16583/tid=16584] ppid=16582 vsize=868356 CPUtime=1.2
/proc/16583/task/16584/stat : 16584 (java) R 16582 16569 16028 0 -1 64 3023 0 1 0 118 2 0 0 25 0 9 0 1990348582 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4126611419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16585] ppid=16582 vsize=868356 CPUtime=0.61
/proc/16583/task/16585/stat : 16585 (java) S 16582 16569 16028 0 -1 64 6934 0 0 0 58 3 0 0 16 0 9 0 1990348583 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16586] ppid=16582 vsize=868356 CPUtime=0
/proc/16583/task/16586/stat : 16586 (java) S 16582 16569 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990348583 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16587] ppid=16582 vsize=868356 CPUtime=0
/proc/16583/task/16587/stat : 16587 (java) S 16582 16569 16028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990348583 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16588] ppid=16582 vsize=868356 CPUtime=0
/proc/16583/task/16588/stat : 16588 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990348585 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16589] ppid=16582 vsize=868356 CPUtime=0.19
/proc/16583/task/16589/stat : 16589 (java) S 16582 16569 16028 0 -1 64 1451 0 0 0 19 0 0 0 16 0 9 0 1990348585 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16590] ppid=16582 vsize=868356 CPUtime=0
/proc/16583/task/16590/stat : 16590 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990348585 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16591] ppid=16582 vsize=868356 CPUtime=0
/proc/16583/task/16591/stat : 16591 (java) S 16582 16569 16028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990348585 889196544 11127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887312

[startup+6.30299 s]
/proc/loadavg: 2.01 2.01 2.00 4/91 16591
/proc/meminfo: memFree=1312316/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=1
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 974 7777 0 1 3 1 91 5 15 0 1 0 1990348476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 797 370 3 0 500 0
[pid=16582] ppid=16569 vsize=5356 CPUtime=0
/proc/16582/stat : 16582 (sh) S 16569 16569 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990348581 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16582/statm: 1339 233 193 169 0 50 0
[pid=16583] ppid=16582 vsize=868468 CPUtime=5.21
/proc/16583/stat : 16583 (java) S 16582 16569 16028 0 -1 0 26539 0 1 0 502 19 0 0 18 0 9 0 1990348581 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16583/statm: 217117 24602 2566 9 0 211664 0
[pid=16583/tid=16584] ppid=16582 vsize=868468 CPUtime=2.69
/proc/16583/task/16584/stat : 16584 (java) R 16582 16569 16028 0 -1 64 3853 0 1 0 263 6 0 0 25 0 9 0 1990348582 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4126996940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16585] ppid=16582 vsize=868468 CPUtime=2.2
/proc/16583/task/16585/stat : 16585 (java) S 16582 16569 16028 0 -1 64 20493 0 0 0 210 10 0 0 16 0 9 0 1990348583 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16586] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16586/stat : 16586 (java) S 16582 16569 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990348583 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16587] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16587/stat : 16587 (java) S 16582 16569 16028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990348583 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16588] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16588/stat : 16588 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990348585 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16589] ppid=16582 vsize=868468 CPUtime=0.28
/proc/16583/task/16589/stat : 16589 (java) S 16582 16569 16028 0 -1 64 1501 0 0 0 28 0 0 0 15 0 9 0 1990348585 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16590] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16590/stat : 16590 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990348585 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16591] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16591/stat : 16591 (java) S 16582 16569 16028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990348585 889311232 24602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887424

[startup+12.7016 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 16591
/proc/meminfo: memFree=1245692/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=1
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 974 7777 0 1 3 1 91 5 16 0 1 0 1990348476 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 797 370 3 0 500 0
[pid=16582] ppid=16569 vsize=5356 CPUtime=0
/proc/16582/stat : 16582 (sh) S 16569 16569 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990348581 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16582/statm: 1339 233 193 169 0 50 0
[pid=16583] ppid=16582 vsize=868468 CPUtime=11.54
/proc/16583/stat : 16583 (java) S 16582 16569 16028 0 -1 0 26811 0 1 0 1091 63 0 0 18 0 9 0 1990348581 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16583/statm: 217117 24603 2566 9 0 211664 0
[pid=16583/tid=16584] ppid=16582 vsize=868468 CPUtime=8.88
/proc/16583/task/16584/stat : 16584 (java) R 16582 16569 16028 0 -1 64 4124 0 1 0 839 49 0 0 25 0 9 0 1990348582 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4127001246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16585] ppid=16582 vsize=868468 CPUtime=2.35
/proc/16583/task/16585/stat : 16585 (java) S 16582 16569 16028 0 -1 64 20493 0 0 0 223 12 0 0 16 0 9 0 1990348583 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16586] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16586/stat : 16586 (java) S 16582 16569 16028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990348583 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16587] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16587/stat : 16587 (java) S 16582 16569 16028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990348583 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16588] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16588/stat : 16588 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990348585 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16589] ppid=16582 vsize=868468 CPUtime=0.28
/proc/16583/task/16589/stat : 16589 (java) S 16582 16569 16028 0 -1 64 1502 0 0 0 28 0 0 0 16 0 9 0 1990348585 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16590] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16590/stat : 16590 (java) S 16582 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990348585 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16583/tid=16591] ppid=16582 vsize=868468 CPUtime=0
/proc/16583/task/16591/stat : 16591 (java) S 16582 16569 16028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990348585 889311232 24603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887424

[startup+25.5019 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1267324/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=14.3
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1022 34968 0 2 3 1 1344 82 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16592] ppid=16569 vsize=5356 CPUtime=0
/proc/16592/stat : 16592 (sh) S 16569 16569 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990349923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16592/statm: 1339 232 193 169 0 50 0
[pid=16593] ppid=16592 vsize=49980 CPUtime=10.95
/proc/16593/stat : 16593 (picosat) R 16592 16569 16028 0 -1 4194304 11176 0 0 0 498 597 0 0 25 0 1 0 1990349923 51179520 11162 996147200 134512640 134931368 4294956256 18446744073709551615 134545975 0 0 4096 0 0 0 0 17 1 0 0
/proc/16593/statm: 12495 11162 40 102 0 12390 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 68936

[startup+51.1014 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1167932/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=14.3
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1022 34968 0 2 3 1 1344 82 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16592] ppid=16569 vsize=5356 CPUtime=0
/proc/16592/stat : 16592 (sh) S 16569 16569 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990349923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16592/statm: 1339 232 193 169 0 50 0
[pid=16593] ppid=16592 vsize=148468 CPUtime=36.43
/proc/16593/stat : 16593 (picosat) R 16592 16569 16028 0 -1 4194304 36304 0 0 0 1669 1974 0 0 25 0 1 0 1990349923 152031232 36290 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16593/statm: 37117 36290 40 102 0 37012 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 167424

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

[startup+54.3028 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1154876/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=14.3
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1022 34968 0 2 3 1 1344 82 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16592] ppid=16569 vsize=5356 CPUtime=0
/proc/16592/stat : 16592 (sh) S 16569 16569 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990349923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16592/statm: 1339 232 193 169 0 50 0
[pid=16593] ppid=16592 vsize=159292 CPUtime=39.62
/proc/16593/stat : 16593 (picosat) R 16592 16569 16028 0 -1 4194304 39457 0 0 0 1809 2153 0 0 25 0 1 0 1990349923 163115008 39443 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16593/statm: 39823 39443 40 102 0 39718 0
Current children cumulated CPU time (s) 53.92
Current children cumulated vsize (KiB) 178248

[startup+57.5011 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1147324/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=14.3
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1022 34968 0 2 3 1 1344 82 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16592] ppid=16569 vsize=5356 CPUtime=0
/proc/16592/stat : 16592 (sh) S 16569 16569 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990349923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16592/statm: 1339 232 193 169 0 50 0
[pid=16593] ppid=16592 vsize=182104 CPUtime=42.8
/proc/16593/stat : 16593 (picosat) R 16592 16569 16028 0 -1 4194304 40880 0 0 0 2058 2222 0 0 25 0 1 0 1990349923 186474496 40864 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16593/statm: 45526 40864 48 102 0 45421 0
Current children cumulated CPU time (s) 57.1
Current children cumulated vsize (KiB) 201060

[startup+58.3062 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1147260/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=14.3
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1022 34968 0 2 3 1 1344 82 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16592] ppid=16569 vsize=5356 CPUtime=0
/proc/16592/stat : 16592 (sh) S 16569 16569 16028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990349923 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16592/statm: 1339 232 193 169 0 50 0
[pid=16593] ppid=16592 vsize=182232 CPUtime=43.6
/proc/16593/stat : 16593 (picosat) R 16592 16569 16028 0 -1 4194304 40897 0 0 0 2138 2222 0 0 25 0 1 0 1990349923 186605568 40881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16593/statm: 45558 40881 48 102 0 45453 0
Current children cumulated CPU time (s) 57.9
Current children cumulated vsize (KiB) 201188

[startup+59.1012 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16593
/proc/meminfo: memFree=1147260/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=58.54
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1091 76181 0 2 3 1 3543 2307 16 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 58.54
Current children cumulated vsize (KiB) 13600

[startup+59.3013 s]
/proc/loadavg: 2.04 2.02 2.00 2/91 16603
/proc/meminfo: memFree=1304380/2055920 swapFree=4179028/4192956
[pid=16569] ppid=16567 vsize=13600 CPUtime=58.55
/proc/16569/stat : 16569 (sugar) S 16567 16569 16028 0 -1 4194304 1092 76181 0 2 3 2 3543 2307 15 0 1 0 1990348476 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16569/statm: 3400 799 370 3 0 500 0
[pid=16594] ppid=16569 vsize=5356 CPUtime=0
/proc/16594/stat : 16594 (sh) S 16569 16569 16028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990354370 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16594/statm: 1339 233 193 169 0 50 0
[pid=16595] ppid=16594 vsize=864008 CPUtime=0.3
/proc/16595/stat : 16595 (java) S 16594 16569 16028 0 -1 0 3606 0 1 0 28 2 0 0 18 0 9 0 1990354371 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16595/statm: 216002 3070 1706 9 0 210577 0
[pid=16595/tid=16596] ppid=16594 vsize=864008 CPUtime=0.23
/proc/16595/task/16596/stat : 16596 (java) S 16594 16569 16028 0 -1 64 2535 0 1 0 22 1 0 0 21 0 9 0 1990354372 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16597] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16597/stat : 16597 (java) S 16594 16569 16028 0 -1 64 75 0 0 0 0 0 0 0 16 0 9 0 1990354373 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16598] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16598/stat : 16598 (java) S 16594 16569 16028 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990354373 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16599] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16599/stat : 16599 (java) S 16594 16569 16028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990354373 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16600] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16600/stat : 16600 (java) S 16594 16569 16028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990354375 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16601] ppid=16594 vsize=864008 CPUtime=0.04
/proc/16595/task/16601/stat : 16601 (java) S 16594 16569 16028 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 1990354375 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16602] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16602/stat : 16602 (java) S 16594 16569 16028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990354375 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16595/tid=16603] ppid=16594 vsize=864008 CPUtime=0
/proc/16595/task/16603/stat : 16603 (java) S 16594 16569 16028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990354375 884744192 3070 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.85
Current children cumulated vsize (KiB) 882964

Child status: 0
Real time (s): 59.3714
CPU time (s): 58.944
CPU user time (s): 35.7606
CPU system time (s): 23.1835
CPU usage (%): 99.2803
Max. virtual memory (cumulated for all children) (KiB): 888316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7606
system time used= 23.1835
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81226
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= 7358
involuntary context switches= 7842

runsolver used 0.081987 second user time and 0.208968 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 21:35:56
IDJOB=1058247
IDBENCH=54116
IDSOLVER=345
FILE ID=node36/1058247-1215113756
PBS_JOBID= 7877132
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058247-1215113756/watcher-1058247-1215113756 -o /tmp/evaluation-result-1058247-1215113756/solver-1058247-1215113756 -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/picosat" -tmp="HOME/temp" HOME/instance-1058247-1215113756.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1731910335

node36.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.240
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.240
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:       1404988 kB
Buffers:         43540 kB
Cached:         293084 kB
SwapCached:       7932 kB
Active:         402300 kB
Inactive:       182456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404988 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         261780 kB
Slab:            51144 kB
Committed_AS:  3988972 kB
PageTables:       2192 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= 66536 MiB
End job on node36 at 2008-07-03 21:36:55