Trace number 1042199

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 66.9468 67.5142

General information on the benchmark

Namecsp/allsquares/
normalized-squares-28-28.xml
MD5SUMf089d5d42bb32345cd570359b785e582
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark66.9468
Satisfiable
(Un)Satisfiability was proved
Number of variables1568
Number of constraints1893
Maximum constraint arity28
Maximum domain size89
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1513
Global constraints used (with number of constraints)cumulative(2),weightedsum(378)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Mon Jul  7 21:28:30 2008
0.00/0.16	c 0	PID 3376
0.00/0.18	c 0	HOST node21.alineos.net
0.00/0.18	c 0	CONVERTING HOME/instance-1042199-1215458909.xml TO HOME/temp.csp
0.00/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042199-1215458909.xml' 'HOME/temp.csp'
1.02/1.33	c 1	29 domains, 1568 variables, 2 predicates, 0 relations, 1893 constraints
1.02/1.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.39	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.07/1.47	c 1	Parsing HOME/temp.csp
1.07/1.71	c 1	parsed 3492 expressions
1.07/1.72	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.72	c 1	Converting to clausal form CSP
1.07/1.75	c 1	converted 350 (10%) expressions
1.07/1.75	c 1	converted 699 (20%) expressions
1.07/1.76	c 1	converted 1048 (30%) expressions
1.07/1.76	c 1	converted 1397 (40%) expressions
1.07/1.91	c 1	converted 1746 (50%) expressions
1.07/1.96	c 1	converted 2096 (60%) expressions
1.07/2.01	c 1	converted 2445 (70%) expressions
1.07/2.04	c 1	converted 2794 (80%) expressions
1.07/2.07	c 1	converted 3143 (90%) expressions
2.75/3.20	c 3	converted 3492 (100%) expressions
2.85/3.21	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 215
2.85/3.21	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.85/3.21	c 3	Propagation in CSP
3.13/3.51	c 3	36216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.13/3.52	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 90
3.13/3.52	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.13/3.53	c 3	Simplifing CSP by introducing new Boolean variables
3.13/3.55	c 3	CSP : 11180 integers, 3298 booleans, 29339 clauses, largest domain size 90
3.13/3.55	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.23/3.67	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.33/3.71	c 3	1118 (10%) CSP integer variables are encoded (4054 clauses, 50581 bytes)
3.33/3.72	c 3	2236 (20%) CSP integer variables are encoded (14562 clauses, 199956 bytes)
3.33/3.75	c 3	3354 (30%) CSP integer variables are encoded (32579 clauses, 470211 bytes)
3.33/3.77	c 3	4472 (40%) CSP integer variables are encoded (50166 clauses, 734016 bytes)
3.33/3.79	c 3	5590 (50%) CSP integer variables are encoded (67107 clauses, 988131 bytes)
3.44/3.82	c 3	6708 (60%) CSP integer variables are encoded (84690 clauses, 1251876 bytes)
3.44/3.84	c 3	7826 (70%) CSP integer variables are encoded (102402 clauses, 1536747 bytes)
3.44/3.87	c 3	8944 (80%) CSP integer variables are encoded (119584 clauses, 1828841 bytes)
3.44/3.89	c 3	10062 (90%) CSP integer variables are encoded (137116 clauses, 2126885 bytes)
3.54/3.91	c 3	11180 (100%) CSP integer variables are encoded (154609 clauses, 2424266 bytes)
3.84/4.28	c 4	2934 (10%) CSP clauses are encoded (332221 clauses, 5595637 bytes)
4.71/5.17	c 5	5868 (20%) CSP clauses are encoded (820833 clauses, 15534128 bytes)
5.59/6.03	c 5	8802 (30%) CSP clauses are encoded (1283853 clauses, 25307951 bytes)
6.37/6.84	c 6	11736 (40%) CSP clauses are encoded (1725135 clauses, 34621655 bytes)
7.17/7.68	c 7	14670 (50%) CSP clauses are encoded (2186384 clauses, 44358985 bytes)
8.26/8.76	c 8	17604 (60%) CSP clauses are encoded (2773497 clauses, 56726552 bytes)
9.15/9.69	c 9	20538 (70%) CSP clauses are encoded (3262071 clauses, 68067014 bytes)
10.04/10.55	c 10	23472 (80%) CSP clauses are encoded (3702081 clauses, 78645437 bytes)
10.91/11.46	c 11	26406 (90%) CSP clauses are encoded (4153588 clauses, 89501645 bytes)
12.00/12.53	c 12	29339 (100%) CSP clauses are encoded (4701788 clauses, 102655148 bytes)
12.00/12.53	c 12	29339 CSP clauses encoded
12.00/12.54	c 12	Writing map file : HOME/temp.map
12.00/12.59	c 12	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.00/12.59	c 12	SAT : 169025 SAT variables, 4701788 SAT clauses, 102655148 bytes
12.00/12.59	c 12	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.08/12.61	c 12	SOLVING HOME/temp.cnf
12.08/12.61	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.34/66.95	c 66	DECODING HOME/temp.out WITH HOME/temp.map
66.34/66.95	c 66	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.44/67.05	c 66	Decoding HOME/temp.out
66.73/67.35	s SATISFIABLE
66.82/67.43	v 28 70 63 3 17 0 0 62 62 53 18 29 28 53 7 28 0 71 44 69 41 67 22 45 28 63 0 0 54 48 19 72 69 76 82 48 56 15 55 54 41 1 74 25 55 51 25 69 44 0 66 65 0 22 0 27 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0
66.82/67.43	c 67	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
66.82/67.46	c 67	CPU 44.89 (0.04 0.02 44.85 21.96)
66.82/67.46	c 67	END Mon Jul  7 21:29:37 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-1042199-1215458909/watcher-1042199-1215458909 -o /tmp/evaluation-result-1042199-1215458909/solver-1042199-1215458909 -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-1042199-1215458909.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.29 2.37 2.10 4/72 3376
/proc/meminfo: memFree=1959344/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=18572 CPUtime=0
/proc/3376/stat : 3376 (runsolver) R 3374 3376 2689 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2593037 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3376/statm: 4643 292 257 25 0 2626 0

[startup+0.07305 s]
/proc/loadavg: 2.29 2.37 2.10 4/72 3376
/proc/meminfo: memFree=1959344/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=12272 CPUtime=0
/proc/3376/stat : 3376 (sugar) D 3374 3376 2689 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2593037 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/3376/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101051 s]
/proc/loadavg: 2.29 2.37 2.10 4/72 3376
/proc/meminfo: memFree=1959344/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=12272 CPUtime=0
/proc/3376/stat : 3376 (sugar) D 3374 3376 2689 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 2593037 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/3376/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301094 s]
/proc/loadavg: 2.29 2.37 2.10 4/72 3376
/proc/meminfo: memFree=1959344/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=0.04
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2593037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701181 s]
/proc/loadavg: 2.29 2.37 2.10 4/72 3376
/proc/meminfo: memFree=1959344/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=0.04
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2593037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 2.29 2.37 2.10 4/83 3388
/proc/meminfo: memFree=1945560/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=1.07
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 973 5377 0 1 3 1 99 4 16 0 1 0 2593037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10166 s]
/proc/loadavg: 2.29 2.37 2.10 4/83 3398
/proc/meminfo: memFree=1941656/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=1.07
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 974 5377 0 1 3 1 99 4 15 0 1 0 2593037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 797 370 3 0 500 0
[pid=3389] ppid=3376 vsize=5356 CPUtime=0
/proc/3389/stat : 3389 (sh) S 3376 3376 2689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2593176 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3389/statm: 1339 233 193 169 0 50 0
[pid=3390] ppid=3389 vsize=868360 CPUtime=1.68
/proc/3390/stat : 3390 (java) S 3389 3376 2689 0 -1 0 10412 0 4 0 161 7 0 0 18 0 9 0 2593176 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3390/statm: 217090 9559 2541 9 0 211665 0
[pid=3390/tid=3391] ppid=3389 vsize=868360 CPUtime=1.03
/proc/3390/task/3391/stat : 3391 (java) R 3389 3376 2689 0 -1 64 2843 0 1 0 102 1 0 0 23 0 9 0 2593177 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 102109822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3392] ppid=3389 vsize=868360 CPUtime=0.39
/proc/3390/task/3392/stat : 3392 (java) S 3389 3376 2689 0 -1 64 5390 0 1 0 36 3 0 0 16 0 9 0 2593178 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3393] ppid=3389 vsize=868360 CPUtime=0
/proc/3390/task/3393/stat : 3393 (java) S 3389 3376 2689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2593178 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3394] ppid=3389 vsize=868360 CPUtime=0
/proc/3390/task/3394/stat : 3394 (java) S 3389 3376 2689 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2593178 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3395] ppid=3389 vsize=868360 CPUtime=0
/proc/3390/task/3395/stat : 3395 (java) S 3389 3376 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2593180 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3396] ppid=3389 vsize=868360 CPUtime=0.24
/proc/3390/task/3396/stat : 3396 (java) S 3389 3376 2689 0 -1 64 1487 0 2 0 23 1 0 0 16 0 9 0 2593180 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3397] ppid=3389 vsize=868360 CPUtime=0
/proc/3390/task/3397/stat : 3397 (java) S 3389 3376 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2593180 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3398] ppid=3389 vsize=868360 CPUtime=0
/proc/3390/task/3398/stat : 3398 (java) S 3389 3376 2689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2593180 889200640 9559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 887316

[startup+6.30231 s]
/proc/loadavg: 2.26 2.37 2.10 3/83 3398
/proc/meminfo: memFree=1904472/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=1.07
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 974 5377 0 1 3 1 99 4 15 0 1 0 2593037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 797 370 3 0 500 0
[pid=3389] ppid=3376 vsize=5356 CPUtime=0
/proc/3389/stat : 3389 (sh) S 3376 3376 2689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2593176 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3389/statm: 1339 233 193 169 0 50 0
[pid=3390] ppid=3389 vsize=868472 CPUtime=4.82
/proc/3390/stat : 3390 (java) S 3389 3376 2689 0 -1 0 12155 0 4 0 453 29 0 0 18 0 9 0 2593176 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3390/statm: 217118 10635 2565 9 0 211665 0
[pid=3390/tid=3391] ppid=3389 vsize=868472 CPUtime=3.68
/proc/3390/task/3391/stat : 3391 (java) R 3389 3376 2689 0 -1 64 3365 0 1 0 347 21 0 0 25 0 9 0 2593177 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4126835514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3392] ppid=3389 vsize=868472 CPUtime=0.79
/proc/3390/task/3392/stat : 3392 (java) S 3389 3376 2689 0 -1 64 6568 0 1 0 74 5 0 0 16 0 9 0 2593178 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3393] ppid=3389 vsize=868472 CPUtime=0
/proc/3390/task/3393/stat : 3393 (java) S 3389 3376 2689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2593178 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3394] ppid=3389 vsize=868472 CPUtime=0
/proc/3390/task/3394/stat : 3394 (java) S 3389 3376 2689 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2593178 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3395] ppid=3389 vsize=868472 CPUtime=0
/proc/3390/task/3395/stat : 3395 (java) S 3389 3376 2689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2593180 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3396] ppid=3389 vsize=868472 CPUtime=0.31
/proc/3390/task/3396/stat : 3396 (java) S 3389 3376 2689 0 -1 64 1530 0 2 0 30 1 0 0 17 0 9 0 2593180 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3397] ppid=3389 vsize=868472 CPUtime=0
/proc/3390/task/3397/stat : 3397 (java) S 3389 3376 2689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2593180 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3390/tid=3398] ppid=3389 vsize=868472 CPUtime=0
/proc/3390/task/3398/stat : 3398 (java) S 3389 3376 2689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2593180 889315328 10635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887428

[startup+12.7026 s]
/proc/loadavg: 2.24 2.36 2.10 3/83 3398
/proc/meminfo: memFree=1825752/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 13600

[startup+25.5012 s]
/proc/loadavg: 2.19 2.34 2.10 3/75 3400
/proc/meminfo: memFree=1790808/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=72880 CPUtime=12.86
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 15997 0 0 0 579 707 0 0 25 0 1 0 2594298 74629120 15983 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 18220 15983 40 102 0 18115 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 91836

[startup+51.1013 s]
/proc/loadavg: 2.12 2.31 2.09 3/75 3400
/proc/meminfo: memFree=1687256/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=190516 CPUtime=38.44
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 42132 0 0 0 1744 2100 0 0 25 0 1 0 2594298 195088384 42118 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 47629 42118 40 102 0 47524 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 209472

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

[startup+57.5026 s]
/proc/loadavg: 2.11 2.31 2.09 3/75 3400
/proc/meminfo: memFree=1683672/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=194900 CPUtime=44.84
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 42437 0 0 0 2379 2105 0 0 25 0 1 0 2594298 199577600 42421 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 48725 42421 48 102 0 48620 0
Current children cumulated CPU time (s) 56.94
Current children cumulated vsize (KiB) 213856

[startup+63.9019 s]
/proc/loadavg: 2.10 2.30 2.09 3/75 3400
/proc/meminfo: memFree=1683672/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=195032 CPUtime=51.24
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 42445 0 0 0 3019 2105 0 0 25 0 1 0 2594298 199712768 42429 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 48758 42429 48 102 0 48653 0
Current children cumulated CPU time (s) 63.34
Current children cumulated vsize (KiB) 213988

[startup+65.5012 s]
/proc/loadavg: 2.10 2.30 2.09 3/75 3400
/proc/meminfo: memFree=1683672/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=195032 CPUtime=52.84
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 42447 0 0 0 3179 2105 0 0 25 0 1 0 2594298 199712768 42431 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 48758 42431 48 102 0 48653 0
Current children cumulated CPU time (s) 64.94
Current children cumulated vsize (KiB) 213988

[startup+66.3014 s]
/proc/loadavg: 2.10 2.30 2.09 3/75 3400
/proc/meminfo: memFree=1683672/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=12.1
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1022 18651 0 9 3 1 1123 83 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3399] ppid=3376 vsize=5356 CPUtime=0
/proc/3399/stat : 3399 (sh) S 3376 3376 2689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2594298 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3399/statm: 1339 232 193 169 0 50 0
[pid=3400] ppid=3399 vsize=195032 CPUtime=53.64
/proc/3400/stat : 3400 (picosat) R 3399 3376 2689 0 -1 4194304 42448 0 0 0 3259 2105 0 0 25 0 1 0 2594298 199712768 42432 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/3400/statm: 48758 42432 48 102 0 48653 0
Current children cumulated CPU time (s) 65.74
Current children cumulated vsize (KiB) 213988

[startup+67.1065 s]
/proc/loadavg: 2.10 2.30 2.09 3/79 3406
/proc/meminfo: memFree=1849848/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=66.41
/proc/3376/stat : 3376 (sugar) S 3374 3376 2689 0 -1 4194304 1091 61399 0 9 3 1 4445 2192 16 0 1 0 2593037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3376/statm: 3400 799 370 3 0 500 0
[pid=3401] ppid=3376 vsize=5356 CPUtime=0
/proc/3401/stat : 3401 (sh) S 3376 3376 2689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2599732 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3401/statm: 1339 233 193 169 0 50 0
[pid=3402] ppid=3401 vsize=863720 CPUtime=0.11
/proc/3402/stat : 3402 (java) S 3401 3376 2689 0 -1 0 3339 0 1 0 10 1 0 0 19 0 9 0 2599733 884449280 2816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3402/statm: 215930 2816 1636 9 0 210512 0
[pid=3402/tid=3403] ppid=3401 vsize=863720 CPUtime=0.09
/proc/3402/task/3403/stat : 3403 (java) R 3401 3376 2689 0 -1 64 2411 0 1 0 8 1 0 0 18 0 9 0 2599734 884449280 2816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3402/tid=3404] ppid=3401 vsize=863720 CPUtime=0
/proc/3402/task/3404/stat : 3404 (java) S 3401 3376 2689 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 2599735 884449280 2816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3402/tid=3405] ppid=3401 vsize=863720 CPUtime=0
/proc/3402/task/3405/stat : 3405 (java) S 3401 3376 2689 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2599735 884449280 2816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3402/tid=3406] ppid=3401 vsize=863720 CPUtime=0
/proc/3402/task/3406/stat : 3406 (java) S 3401 3376 2689 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 2599735 884449280 2816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.52
Current children cumulated vsize (KiB) 882676

[startup+67.5026 s]
/proc/loadavg: 2.10 2.30 2.09 3/79 3406
/proc/meminfo: memFree=1849848/2055920 swapFree=4192812/4192956
[pid=3376] ppid=3374 vsize=13600 CPUtime=66.91
/proc/3376/stat : 3376 (sugar) R 3374 3376 2689 0 -1 4194304 1119 65408 0 10 4 6 4485 2196 16 0 1 0 2593037 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3376/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 66.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 67.5142
CPU time (s): 66.9468
CPU user time (s): 44.9082
CPU system time (s): 22.0386
CPU usage (%): 99.1596
Max. virtual memory (cumulated for all children) (KiB): 887820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.9082
system time used= 22.0386
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66557
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13391
involuntary context switches= 13514

runsolver used 0.085986 second user time and 0.19297 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-07 21:28:29
IDJOB=1042199
IDBENCH=53882
IDSOLVER=345
FILE ID=node21/1042199-1215458909
PBS_JOBID= 7888604
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-28-28.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-1042199-1215458909/watcher-1042199-1215458909 -o /tmp/evaluation-result-1042199-1215458909/solver-1042199-1215458909 -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-1042199-1215458909.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f089d5d42bb32345cd570359b785e582
RANDOM SEED=1875705720

node21.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.257
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.257
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:       1959952 kB
Buffers:          2568 kB
Cached:          33404 kB
SwapCached:          0 kB
Active:          58640 kB
Inactive:         3164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1959952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          37336 kB
Slab:            19500 kB
Committed_AS:    89328 kB
PageTables:       1712 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= 66480 MiB
End job on node21 at 2008-07-07 21:29:37