Trace number 1058263

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 74.0357 74.4486

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-15.xml
MD5SUMfa28d59847bbf3c05de00d920280fcee
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7586
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints21437
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21137
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:36:56 2008
0.00/0.04	c 0	PID 21756
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1058263-1215113816.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-1058263-1215113816.xml' 'HOME/temp.csp'
1.37/1.49	c 2	25 domains, 700 variables, 1 predicates, 0 relations, 21437 constraints
1.46/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.50	c 2	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.46/1.58	c 2	Parsing HOME/temp.csp
1.48/1.96	c 2	parsed 10000 expressions
2.16/2.25	c 2	parsed 20000 expressions
2.26/2.32	c 2	parsed 22163 expressions
2.26/2.32	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.26/2.32	c 2	Converting to clausal form CSP
2.56/2.64	c 3	converted 2217 (10%) expressions
2.76/2.86	c 3	converted 4433 (20%) expressions
2.95/3.00	c 3	converted 6649 (30%) expressions
3.05/3.15	c 3	converted 8866 (40%) expressions
3.36/3.42	c 4	converted 11082 (50%) expressions
3.45/3.58	c 4	converted 13298 (60%) expressions
3.65/3.72	c 4	converted 15515 (70%) expressions
3.75/3.87	c 4	converted 17731 (80%) expressions
3.95/4.02	c 4	converted 19947 (90%) expressions
5.64/5.72	c 6	converted 22163 (100%) expressions
5.64/5.72	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
5.64/5.72	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.64/5.72	c 6	Propagation in CSP
6.03/6.16	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.03/6.16	c 6	CSP : 700 integers, 0 booleans, 65633 clauses, largest domain size 45
6.03/6.16	c 6	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.03/6.18	c 6	Simplifing CSP by introducing new Boolean variables
7.64/7.70	c 8	CSP : 700 integers, 162557 booleans, 228190 clauses, largest domain size 45
7.64/7.70	c 8	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.43	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.33/8.47	c 9	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
8.33/8.48	c 9	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
8.33/8.48	c 9	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
8.33/8.48	c 9	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
8.33/8.49	c 9	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
8.33/8.49	c 9	420 (60%) CSP integer variables are encoded (15076 clauses, 204498 bytes)
8.33/8.49	c 9	490 (70%) CSP integer variables are encoded (15110 clauses, 205008 bytes)
8.33/8.49	c 9	560 (80%) CSP integer variables are encoded (15159 clauses, 205743 bytes)
8.33/8.50	c 9	630 (90%) CSP integer variables are encoded (15209 clauses, 206493 bytes)
8.42/8.50	c 9	700 (100%) CSP integer variables are encoded (15272 clauses, 207438 bytes)
9.41/9.50	c 10	22819 (10%) CSP clauses are encoded (494383 clauses, 9568471 bytes)
10.31/10.40	c 10	45638 (20%) CSP clauses are encoded (966224 clauses, 19061119 bytes)
11.21/11.31	c 11	68457 (30%) CSP clauses are encoded (1444030 clauses, 28730660 bytes)
12.11/12.23	c 12	91276 (40%) CSP clauses are encoded (1918767 clauses, 38587261 bytes)
13.19/13.39	c 13	114095 (50%) CSP clauses are encoded (2562149 clauses, 51846310 bytes)
14.47/14.66	c 15	136914 (60%) CSP clauses are encoded (3251040 clauses, 66478238 bytes)
15.76/15.90	c 16	159733 (70%) CSP clauses are encoded (3940107 clauses, 81101433 bytes)
16.96/17.15	c 17	182552 (80%) CSP clauses are encoded (4629438 clauses, 95758113 bytes)
18.14/18.39	c 18	205371 (90%) CSP clauses are encoded (5318769 clauses, 110469931 bytes)
19.44/19.65	c 20	228190 (100%) CSP clauses are encoded (6008364 clauses, 125237813 bytes)
19.44/19.65	c 20	228190 CSP clauses encoded
19.44/19.65	c 20	Writing map file : HOME/temp.map
19.44/19.68	c 20	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.44/19.68	c 20	SAT : 178374 SAT variables, 6008364 SAT clauses, 125237813 bytes
19.44/19.68	c 20	Heap : 98 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.53/19.75	c 20	SOLVING HOME/temp.cnf
19.53/19.75	c 20	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
73.49/73.96	c 74	DECODING HOME/temp.out WITH HOME/temp.map
73.49/73.96	c 74	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
73.57/74.05	c 74	Decoding HOME/temp.out
73.57/74.32	s SATISFIABLE
73.57/74.35	v 7 32 42 0 42 5 38 0 38 31 25 15 2 26 1 12 37 4 10 10 6 1 40 1 26 20 7 15 34 2 3 42 0 6 28 0 21 13 1 4 31 17 29 42 5 2 22 10 6 1 8 6 0 38 1 3 2 36 11 9 17 13 18 29 19 0 3 3 11 3 9 7 41 15 2 8 23 1 39 37 4 40 5 14 2 14 3 23 7 20 19 40 42 16 4 34 2 4 5 5 14 18 16 39 17 40 15 23 8 24 1 33 7 5 3 17 34 12 8 20 6 6 18 6 12 8 19 16 27 7 8 19 25 26 0 10 9 29 13 10 21 37 10 4 10 28 25 22 13 11 28 22 5 5 3 20 15 42 24 2 41 16 11 35 24 10 12 8 23 14 27 11 24 11 16 24 9 25 3 23 15 28 12 12 26 7 13 25 14 16 31 0 5 18 8 16 28 32 17 18 22 29 4 21 29 35 30 12 13 15 13 31 11 15 23 10 43 24 4 0 31 22 41 18 19 27 33 7 35 17 12 28 30 19 29 8 43 19 14 9 27 30 21 18 44 16 20 27 29 21 24 22 23 22 38 30 31 31 36 26 2 32 18 35 33 22 11 9 27 30 31 20 3 17 43 32 34 19 9 33 41 34 25 32 33 34 22 35 21 40 35 36 17 12 38 23 6 32 24 44 9 37 42 26 20 39 39 21 38 30 37 6 33 25 39 37 11 39 37 36 43 27 31 38 38 43 37 39 30 40 40 41 36 44 33 42 34 26 41 44 15 36 14 43 44 44 43 32 41 44 2 1 3 9 0 6 1 4 9 5 8 7 1 5 9 1 0 2 1 5 6 6 2 8 2 5 9 9 0 6 3 7 8 4 5 5 4 8 0 1 0 8 2 1 5 5 1 2 9 2 0 5 7 0 1 4 9 8 7 5 5 1 0 6 5 0 2 6 1 1 9 5 4 1 8 7 1 5 0 2 0 1 2 9 0 7 9 5 8 7 7 0 9 3 4 5 7 9 4 9 1 6 9 9 0 8 5 0 4 8 7 2 0 0 5 6 7 3 3 1 2 8 7 0 7 9 0 5 1 4 1 4 0 0 1 7 8 1 9 8 1 1 6 6 0 8 9 0 6 2 0 5 1 7 8 8 6 5 4 3 0 4 5 0 7 3 2 6 7 0 6 0 0 9 8 1 7 5 0 9 2 1 9 8 9 7 2 1 2 0 4 2 8 2 8 6 4 5 9 9 7 0 8 0 9 9 0 6 0 4 7 6 8 8 3 9 2 9 7 3 3 2 8 5 3 4 4 1 2 1 5 9 8 1 8 2 0 9 4 1 0 9 9 8 9 7 2 8 7 7 2 6 6 9 8 1 9 8 1 6 4 9 1 1 1 4 6 0 2 4 1 0 7 3 1 0 9 8 2 7 7 3 6 4 0 1 3 4 8 7 8 9 4 0 4 8 3 2 3 8 6 7 4 3 9 8 1 5 2 3 8 7 5 4 5 4 4 4 5 5 5 9 2 6 7 9 9 2 7 5 9 9 0 0 8 2 2 1 6 2 0 6 3 8 7 4 3 7 1 6
73.57/74.35	c 74	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
73.57/74.39	c 74	CPU 45.57 (0.03 0.01 45.54 28.37)
73.57/74.39	c 74	END Thu Jul  3 21:38:10 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-1058263-1215113816/watcher-1058263-1215113816 -o /tmp/evaluation-result-1058263-1215113816/solver-1058263-1215113816 -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-1058263-1215113816.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.64 2.17 2.06 4/74 21756
/proc/meminfo: memFree=1549144/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=12272 CPUtime=0
/proc/21756/stat : 21756 (sugar) R 21754 21756 20728 0 -1 4194304 393 0 0 0 0 0 0 0 18 0 1 0 623637275 12566528 362 996147200 4194304 4206940 548682068608 18446744073709551615 254633858496 0 0 4224 0 0 0 0 17 0 0 0
/proc/21756/statm: 3068 364 274 3 0 168 0

[startup+0.0946579 s]
/proc/loadavg: 2.64 2.17 2.06 4/74 21756
/proc/meminfo: memFree=1549144/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=0.03
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 623637275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102659 s]
/proc/loadavg: 2.64 2.17 2.06 4/74 21756
/proc/meminfo: memFree=1549144/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=0.03
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 623637275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302679 s]
/proc/loadavg: 2.64 2.17 2.06 4/74 21756
/proc/meminfo: memFree=1549144/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=0.03
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 623637275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70273 s]
/proc/loadavg: 2.64 2.17 2.06 4/74 21756
/proc/meminfo: memFree=1549144/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=0.03
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 623637275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 2.64 2.17 2.06 4/85 21768
/proc/meminfo: memFree=1514496/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=0.03
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 623637275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21756/statm: 3400 796 370 3 0 500 0
[pid=21759] ppid=21756 vsize=5356 CPUtime=0
/proc/21759/stat : 21759 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623637279 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21759/statm: 1339 233 193 169 0 50 0
[pid=21760] ppid=21759 vsize=0 CPUtime=1.43
/proc/21760/stat : 21760 (java) Z 21759 21756 20728 0 -1 12 13605 0 1 0 135 8 0 0 16 0 2 0 623637280 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 18956

[startup+3.10199 s]
/proc/loadavg: 2.67 2.18 2.06 3/85 21778
/proc/meminfo: memFree=1534080/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=1.48
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 974 14017 0 1 3 0 136 9 15 0 1 0 623637275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 797 370 3 0 500 0
[pid=21769] ppid=21756 vsize=5356 CPUtime=0
/proc/21769/stat : 21769 (sh) S 21756 21756 20728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623637426 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21769/statm: 1339 233 193 169 0 50 0
[pid=21770] ppid=21769 vsize=868412 CPUtime=1.57
/proc/21770/stat : 21770 (java) S 21769 21756 20728 0 -1 0 11049 0 1 0 150 7 0 0 20 0 9 0 623637426 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21770/statm: 217103 9923 2540 9 0 211678 0
[pid=21770/tid=21771] ppid=21769 vsize=868412 CPUtime=0.98
/proc/21770/task/21771/stat : 21771 (java) R 21769 21756 20728 0 -1 64 2829 0 1 0 96 2 0 0 25 0 9 0 623637427 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4126861728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21772] ppid=21769 vsize=868412 CPUtime=0.39
/proc/21770/task/21772/stat : 21772 (java) S 21769 21756 20728 0 -1 64 6057 0 0 0 36 3 0 0 16 0 9 0 623637428 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21773] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21773/stat : 21773 (java) S 21769 21756 20728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623637428 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21774] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21774/stat : 21774 (java) S 21769 21756 20728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 623637428 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21775] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21775/stat : 21775 (java) S 21769 21756 20728 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 623637430 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21776] ppid=21769 vsize=868412 CPUtime=0.17
/proc/21770/task/21776/stat : 21776 (java) S 21769 21756 20728 0 -1 64 1466 0 0 0 16 1 0 0 16 0 9 0 623637430 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21777] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21777/stat : 21777 (java) S 21769 21756 20728 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 623637430 889253888 9923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21778] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21778/stat : 21778 (java) S 21769 21756 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 623637430 889253888 9923 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) 887368

[startup+6.30235 s]
/proc/loadavg: 2.67 2.18 2.06 4/85 21778
/proc/meminfo: memFree=1474368/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=1.48
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 974 14017 0 1 3 0 136 9 15 0 1 0 623637275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 797 370 3 0 500 0
[pid=21769] ppid=21756 vsize=5356 CPUtime=0
/proc/21769/stat : 21769 (sh) S 21756 21756 20728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623637426 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21769/statm: 1339 233 193 169 0 50 0
[pid=21770] ppid=21769 vsize=868412 CPUtime=4.75
/proc/21770/stat : 21770 (java) S 21769 21756 20728 0 -1 0 26536 0 1 0 460 15 0 0 20 0 9 0 623637426 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21770/statm: 217103 24998 2540 9 0 211678 0
[pid=21770/tid=21771] ppid=21769 vsize=868412 CPUtime=2.68
/proc/21770/task/21771/stat : 21771 (java) R 21769 21756 20728 0 -1 64 3727 0 1 0 265 3 0 0 25 0 9 0 623637427 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4126477506 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21772] ppid=21769 vsize=868412 CPUtime=1.84
/proc/21770/task/21772/stat : 21772 (java) S 21769 21756 20728 0 -1 64 20623 0 0 0 174 10 0 0 16 0 9 0 623637428 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21773] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21773/stat : 21773 (java) S 21769 21756 20728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623637428 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21774] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21774/stat : 21774 (java) S 21769 21756 20728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 623637428 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21775] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21775/stat : 21775 (java) S 21769 21756 20728 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 623637430 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21776] ppid=21769 vsize=868412 CPUtime=0.2
/proc/21770/task/21776/stat : 21776 (java) S 21769 21756 20728 0 -1 64 1489 0 0 0 19 1 0 0 16 0 9 0 623637430 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21777] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21777/stat : 21777 (java) S 21769 21756 20728 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 623637430 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21778] ppid=21769 vsize=868412 CPUtime=0
/proc/21770/task/21778/stat : 21778 (java) S 21769 21756 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 623637430 889253888 24998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887368

[startup+12.7011 s]
/proc/loadavg: 2.64 2.19 2.06 3/85 21778
/proc/meminfo: memFree=1369792/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=1.48
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 974 14017 0 1 3 0 136 9 16 0 1 0 623637275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 797 370 3 0 500 0
[pid=21769] ppid=21756 vsize=5356 CPUtime=0
/proc/21769/stat : 21769 (sh) S 21756 21756 20728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623637426 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21769/statm: 1339 233 193 169 0 50 0
[pid=21770] ppid=21769 vsize=868524 CPUtime=11.11
/proc/21770/stat : 21770 (java) S 21769 21756 20728 0 -1 0 59731 0 1 0 1056 55 0 0 20 0 9 0 623637426 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21770/statm: 217131 37332 2566 9 0 211678 0
[pid=21770/tid=21771] ppid=21769 vsize=868524 CPUtime=6.99
/proc/21770/task/21771/stat : 21771 (java) R 21769 21756 20728 0 -1 64 4582 0 1 0 670 29 0 0 25 0 9 0 623637427 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21772] ppid=21769 vsize=868524 CPUtime=3.83
/proc/21770/task/21772/stat : 21772 (java) S 21769 21756 20728 0 -1 64 52927 0 0 0 360 23 0 0 16 0 9 0 623637428 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21773] ppid=21769 vsize=868524 CPUtime=0
/proc/21770/task/21773/stat : 21773 (java) S 21769 21756 20728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623637428 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21774] ppid=21769 vsize=868524 CPUtime=0
/proc/21770/task/21774/stat : 21774 (java) S 21769 21756 20728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 623637428 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21775] ppid=21769 vsize=868524 CPUtime=0
/proc/21770/task/21775/stat : 21775 (java) S 21769 21756 20728 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 623637430 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21776] ppid=21769 vsize=868524 CPUtime=0.26
/proc/21770/task/21776/stat : 21776 (java) S 21769 21756 20728 0 -1 64 1525 0 0 0 25 1 0 0 16 0 9 0 623637430 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21777] ppid=21769 vsize=868524 CPUtime=0
/proc/21770/task/21777/stat : 21777 (java) S 21769 21756 20728 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 623637430 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21778] ppid=21769 vsize=868524 CPUtime=0
/proc/21770/task/21778/stat : 21778 (java) S 21769 21756 20728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 623637430 889368576 37332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887480

[startup+25.5025 s]
/proc/loadavg: 2.70 2.22 2.07 3/77 21780
/proc/meminfo: memFree=1392576/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=29788 CPUtime=5.72
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 6614 0 0 0 249 323 0 0 25 0 1 0 623639251 30502912 6600 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 7447 6600 40 102 0 7342 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 48744

[startup+51.1024 s]
/proc/loadavg: 2.87 2.30 2.10 3/77 21780
/proc/meminfo: memFree=1283904/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=139764 CPUtime=31.21
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 34207 0 0 0 1399 1722 0 0 25 0 1 0 623639251 143118336 34193 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 34941 34193 40 102 0 34836 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 158720

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

[startup+63.9018 s]
/proc/loadavg: 2.74 2.30 2.11 3/77 21780
/proc/meminfo: memFree=1230656/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=210152 CPUtime=43.96
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 47639 0 0 0 1993 2403 0 0 25 0 1 0 623639251 215195648 47625 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 52538 47625 40 102 0 52433 0
Current children cumulated CPU time (s) 63.53
Current children cumulated vsize (KiB) 229108

[startup+70.3015 s]
/proc/loadavg: 2.68 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1204160/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=232716 CPUtime=50.34
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 54079 0 0 0 2319 2715 0 0 25 0 1 0 623639251 238301184 54034 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 58179 54034 42 102 0 58074 0
Current children cumulated CPU time (s) 69.91
Current children cumulated vsize (KiB) 251672

[startup+71.9017 s]
/proc/loadavg: 2.68 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1203648/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=234000 CPUtime=51.93
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 54209 0 0 0 2478 2715 0 0 25 0 1 0 623639251 239616000 54164 996147200 134512640 134931368 4294956256 18446744073709551615 134542948 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 58500 54164 42 102 0 58395 0
Current children cumulated CPU time (s) 71.5
Current children cumulated vsize (KiB) 252956

[startup+73.5019 s]
/proc/loadavg: 2.63 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1203712/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=236056 CPUtime=53.53
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 54262 0 0 0 2638 2715 0 0 25 0 1 0 623639251 241721344 54215 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 59014 54215 48 102 0 58909 0
Current children cumulated CPU time (s) 73.1
Current children cumulated vsize (KiB) 255012

[startup+73.9019 s]
/proc/loadavg: 2.63 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1202240/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=19.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1022 74257 0 2 3 1 1839 114 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
[pid=21779] ppid=21756 vsize=5356 CPUtime=0
/proc/21779/stat : 21779 (sh) S 21756 21756 20728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 623639250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21779/statm: 1339 232 193 169 0 50 0
[pid=21780] ppid=21779 vsize=203288 CPUtime=53.92
/proc/21780/stat : 21780 (picosat) R 21779 21756 20728 0 -1 4194304 54270 0 0 0 2676 2716 0 0 25 0 1 0 623639251 208166912 48711 996147200 134512640 134931368 4294956256 18446744073709551615 134533857 0 0 4096 0 0 0 0 17 1 0 0
/proc/21780/statm: 50822 48711 52 102 0 50717 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 222244

[startup+74.3019 s]
/proc/loadavg: 2.63 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1202240/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=73.57
/proc/21756/stat : 21756 (sugar) S 21754 21756 20728 0 -1 4194304 1091 128813 0 2 3 1 4519 2834 16 0 1 0 623637275 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21756/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 73.57
Current children cumulated vsize (KiB) 13600

[startup+74.402 s]
/proc/loadavg: 2.63 2.29 2.10 3/77 21780
/proc/meminfo: memFree=1202240/2055920 swapFree=4179028/4192956
[pid=21756] ppid=21754 vsize=13600 CPUtime=73.96
/proc/21756/stat : 21756 (sugar) R 21754 21756 20728 0 -1 4194304 1120 132754 0 3 3 2 4554 2837 16 0 1 0 623637275 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/21756/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 73.96
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 74.4486
CPU time (s): 74.0357
CPU user time (s): 45.5821
CPU system time (s): 28.4537
CPU usage (%): 99.4454
Max. virtual memory (cumulated for all children) (KiB): 914984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.5821
system time used= 28.4537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133904
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= 7536
involuntary context switches= 8165

runsolver used 0.077988 second user time and 0.219966 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-03 21:36:56
IDJOB=1058263
IDBENCH=54117
IDSOLVER=345
FILE ID=node87/1058263-1215113816
PBS_JOBID= 7877034
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-15.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-1058263-1215113816/watcher-1058263-1215113816 -o /tmp/evaluation-result-1058263-1215113816/solver-1058263-1215113816 -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-1058263-1215113816.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fa28d59847bbf3c05de00d920280fcee
RANDOM SEED=1432959450

node87.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.232
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.232
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:       1549560 kB
Buffers:         14256 kB
Cached:         430680 kB
SwapCached:       8148 kB
Active:         243848 kB
Inactive:       225236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549560 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            4508 kB
Writeback:           0 kB
Mapped:          30012 kB
Slab:            22476 kB
Committed_AS:  1590176 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node87 at 2008-07-03 21:38:11