Trace number 1081167

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+minisatSAT 126.636 128.001

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-6.xml
MD5SUM86cc81d2eef8616c56c5321a1700a380
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.636
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:54:29 2008
0.00/0.04	c 0	PID 15606
0.03/0.05	c 0	HOST node35.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1081167-1215215669.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081167-1215215669.xml' 'HOME/temp.csp'
0.03/0.75	c 0	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.71/0.86	c 1	Parsing HOME/temp.csp
0.91/1.07	c 1	parsed 2237 expressions
0.91/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.08	c 1	Converting to clausal form CSP
0.91/1.10	c 1	converted 224 (10%) expressions
1.01/1.11	c 1	converted 448 (20%) expressions
1.01/1.18	c 1	converted 672 (30%) expressions
1.10/1.27	c 1	converted 895 (40%) expressions
1.10/1.28	c 1	converted 1119 (50%) expressions
1.20/1.31	c 1	converted 1343 (60%) expressions
1.20/1.32	c 1	converted 1566 (70%) expressions
1.20/1.32	c 1	converted 1790 (80%) expressions
1.20/1.33	c 1	converted 2014 (90%) expressions
1.20/1.34	c 1	converted 2237 (100%) expressions
1.20/1.34	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1235
1.20/1.34	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.34	c 1	Propagation in CSP
1.30/1.45	c 1	161742 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.45	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 700
1.30/1.45	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.48	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 700
1.30/1.48	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.55	c 1	23 (10%) CSP integer variables are encoded (13878 clauses, 186056 bytes)
1.41/1.56	c 1	45 (20%) CSP integer variables are encoded (21345 clauses, 298061 bytes)
1.41/1.58	c 1	68 (30%) CSP integer variables are encoded (33206 clauses, 475976 bytes)
1.41/1.59	c 1	90 (40%) CSP integer variables are encoded (43905 clauses, 636461 bytes)
1.50/1.60	c 1	113 (50%) CSP integer variables are encoded (53872 clauses, 785966 bytes)
1.50/1.62	c 1	135 (60%) CSP integer variables are encoded (62535 clauses, 915911 bytes)
1.50/1.63	c 1	158 (70%) CSP integer variables are encoded (72132 clauses, 1059866 bytes)
1.50/1.64	c 1	180 (80%) CSP integer variables are encoded (82740 clauses, 1218986 bytes)
1.50/1.66	c 1	203 (90%) CSP integer variables are encoded (94081 clauses, 1389101 bytes)
1.50/1.67	c 1	225 (100%) CSP integer variables are encoded (104355 clauses, 1552354 bytes)
1.79/1.92	c 2	494 (10%) CSP clauses are encoded (218665 clauses, 3981889 bytes)
1.90/2.09	c 2	987 (20%) CSP clauses are encoded (296027 clauses, 5691230 bytes)
2.10/2.23	c 2	1481 (30%) CSP clauses are encoded (353413 clauses, 6977870 bytes)
2.19/2.36	c 2	1974 (40%) CSP clauses are encoded (415574 clauses, 8361272 bytes)
2.39/2.53	c 2	2468 (50%) CSP clauses are encoded (502184 clauses, 10299081 bytes)
2.48/2.67	c 2	2961 (60%) CSP clauses are encoded (571622 clauses, 11843873 bytes)
2.70/2.84	c 3	3455 (70%) CSP clauses are encoded (656153 clauses, 13720267 bytes)
2.79/2.98	c 3	3948 (80%) CSP clauses are encoded (720970 clauses, 15151185 bytes)
2.99/3.12	c 3	4442 (90%) CSP clauses are encoded (794838 clauses, 16759938 bytes)
3.09/3.29	c 3	4935 (100%) CSP clauses are encoded (888789 clauses, 18689278 bytes)
3.09/3.29	c 3	4935 CSP clauses encoded
3.09/3.30	c 3	Writing map file : HOME/temp.map
3.09/3.30	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.30	c 3	SAT : 107730 SAT variables, 888789 SAT clauses, 18689278 bytes
3.09/3.30	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.35	c 3	SOLVING HOME/temp.cnf
3.19/3.35	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.19/3.35	c 3	This is MiniSat 2.0 beta
3.19/3.35	c 3	WARNING: for repeatability, setting FPU to use double precision
3.19/3.35	c 3	============================[ Problem Statistics ]=============================
3.19/3.35	c 3	|                                                                             |
3.19/3.35	c 3	|  Number of variables:  107730                                               |
3.19/3.35	c 3	|  Number of clauses:    888789                                               |
3.21/3.87	c 4	|  Parsing time:         0.45         s                                       |
3.21/3.90	c 4	============================[ Search Statistics ]==============================
3.21/3.90	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.21/3.90	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.21/3.90	c 4	===============================================================================
3.21/3.90	c 4	|         0 |  106990   888049  2458193 |   296016        0    nan |  0.000 % |
4.44/4.66	c 4	|       102 |  106990   888049  2458193 |   325617      102     11 |  0.687 % |
5.42/5.60	c 5	|       254 |  106990   888049  2458193 |   358179      254     13 |  0.687 % |
6.81/7.07	c 7	|       480 |  106990   888049  2458193 |   393997      480     15 |  0.687 % |
8.59/8.88	c 9	|       817 |  106990   888049  2458193 |   433397      817     15 |  0.687 % |
11.76/12.09	c 12	|      1324 |  106990   888049  2458193 |   476737     1324     16 |  0.687 % |
15.82/16.17	c 16	|      2083 |  106990   888049  2458193 |   524410     2083     15 |  0.687 % |
22.46/22.85	c 23	|      3225 |  106990   888049  2458193 |   576852     3225     15 |  0.687 % |
31.67/32.18	c 32	|      4934 |  106990   888049  2458193 |   634537     4934     17 |  0.687 % |
48.51/49.20	c 49	|      7497 |  106990   888049  2458193 |   697991     7497     18 |  0.687 % |
71.79/72.64	c 72	|     11344 |  106990   888049  2458193 |   767790    11344     18 |  0.687 % |
111.79/113.04	c 113	|     17110 |  106990   888049  2458193 |   844569    17110     18 |  0.687 % |
126.15/127.59	c 127	===============================================================================
126.25/127.60	c 127	restarts              : 12
126.25/127.61	c 127	conflicts             : 19289          (157 /sec)
126.25/127.61	c 127	decisions             : 27439          (1.28 % random) (223 /sec)
126.25/127.61	c 127	propagations          : 228130244      (1855211 /sec)
126.25/127.61	c 127	conflict literals     : 356517         (34.83 % deleted)
126.25/127.61	c 127	Memory used           : 49.78 MB
126.25/127.61	c 127	CPU time              : 122.967 s
126.25/127.61	c 127	
126.25/127.65	c 127	SATISFIABLE
126.25/127.66	c 127	DECODING HOME/temp.out WITH HOME/temp.map
126.25/127.66	c 127	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
126.32/127.75	c 127	Decoding HOME/temp.out
126.32/127.94	s SATISFIABLE
126.32/127.95	v 3 71 90 96 121 122 148 314 678 705 754 942 1022 1032 1194 49 107 223 225 309 395 483 544 564 671 683 771 805 914 948 34 143 285 359 422 519 548 633 667 756 842 1015 1041 1139 1204 138 287 302 474 594 710 771 772 820 845 958 979 996 1080 1183 4 87 139 218 296 303 331 428 497 526 607 684 855 1146 1200 52 55 86 336 553 733 804 845 894 903 998 1005 1111 1131 1176 88 116 209 213 264 451 456 601 653 705 726 775 883 1054 1145 0 25 238 364 379 446 584 650 782 838 968 1025 1041 1075 1174 8 90 242 341 485 572 620 679 742 773 872 932 979 1070 1176 187 215 288 357 423 496 553 680 711 731 811 920 1083 1138 1204 73 93 192 214 333 358 433 523 614 819 860 881 935 1045 1046 411 470 492 538 583 593 630 651 768 861 920 998 1071 1130 1172 133 205 580 595 653 675 683 776 803 839 877 967 1018 1061 1141 90 162 240 269 377 428 474 517 592 682 723 797 889 905 1031 1 140 184 294 326 373 458 480 503 629 700 735 752 992 1037
126.32/127.96	c 128	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
126.32/127.99	c 128	CPU 126.21 (0.03 0.01 126.18 0.38)
126.32/127.99	c 128	END Sat Jul  5 01:56: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-1081167-1215215669/watcher-1081167-1215215669 -o /tmp/evaluation-result-1081167-1215215669/solver-1081167-1215215669 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1081167-1215215669.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.08 2.07 4/80 15606
/proc/meminfo: memFree=1569712/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=18572 CPUtime=0
/proc/15606/stat : 15606 (runsolver) R 15604 15606 14387 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1005969404 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15606/statm: 4643 292 257 25 0 2626 0

[startup+0.0507219 s]
/proc/loadavg: 1.94 2.08 2.07 4/80 15606
/proc/meminfo: memFree=1569712/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.03
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1005969404 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101588 s]
/proc/loadavg: 1.94 2.08 2.07 4/80 15606
/proc/meminfo: memFree=1569712/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.03
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1005969404 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301618 s]
/proc/loadavg: 1.94 2.08 2.07 4/80 15606
/proc/meminfo: memFree=1569712/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.03
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1005969404 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7017 s]
/proc/loadavg: 1.94 2.08 2.07 4/80 15606
/proc/meminfo: memFree=1569712/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.03
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1005969404 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 1.94 2.08 2.07 3/91 15628
/proc/meminfo: memFree=1561816/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.71
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 974 5128 0 1 2 1 65 3 15 0 1 0 1005969404 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 797 370 3 0 500 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005969483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868272 CPUtime=0.7
/proc/15620/stat : 15620 (java) S 15619 15606 14387 0 -1 0 5818 0 1 0 66 4 0 0 19 0 9 0 1005969483 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217068 5189 1885 9 0 211643 0
[pid=15620/tid=15621] ppid=15619 vsize=868272 CPUtime=0.4
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14387 0 -1 64 2664 0 1 0 39 1 0 0 19 0 9 0 1005969484 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868272 CPUtime=0.06
/proc/15620/task/15622/stat : 15622 (java) R 15619 15606 14387 0 -1 64 1000 0 0 0 6 0 0 0 16 0 9 0 1005969485 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 104464688 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868272 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14387 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1005969485 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868272 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14387 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1005969485 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868272 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005969487 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868272 CPUtime=0.2
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14387 0 -1 64 1463 0 0 0 20 0 0 0 16 0 9 0 1005969487 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868272 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1005969487 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868272 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005969487 889110528 5189 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10216 s]
/proc/loadavg: 1.94 2.08 2.07 3/91 15628
/proc/meminfo: memFree=1547480/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=0.72
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 974 5128 0 1 3 1 65 3 15 0 1 0 1005969404 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 797 370 3 0 500 0
[pid=15619] ppid=15606 vsize=5356 CPUtime=0
/proc/15619/stat : 15619 (sh) S 15606 15606 14387 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1005969483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15619/statm: 1339 233 193 169 0 50 0
[pid=15620] ppid=15619 vsize=868384 CPUtime=2.27
/proc/15620/stat : 15620 (java) S 15619 15606 14387 0 -1 0 7256 0 1 0 208 19 0 0 19 0 9 0 1005969483 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15620/statm: 217096 6040 2563 9 0 211643 0
[pid=15620/tid=15621] ppid=15619 vsize=868384 CPUtime=1.81
/proc/15620/task/15621/stat : 15621 (java) R 15619 15606 14387 0 -1 64 3164 0 1 0 167 14 0 0 25 0 9 0 1005969484 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4126834135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15622] ppid=15619 vsize=868384 CPUtime=0.18
/proc/15620/task/15622/stat : 15622 (java) S 15619 15606 14387 0 -1 64 1915 0 0 0 16 2 0 0 16 0 9 0 1005969485 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15623] ppid=15619 vsize=868384 CPUtime=0
/proc/15620/task/15623/stat : 15623 (java) S 15619 15606 14387 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1005969485 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15624] ppid=15619 vsize=868384 CPUtime=0
/proc/15620/task/15624/stat : 15624 (java) S 15619 15606 14387 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1005969485 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15625] ppid=15619 vsize=868384 CPUtime=0
/proc/15620/task/15625/stat : 15625 (java) S 15619 15606 14387 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1005969487 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15626] ppid=15619 vsize=868384 CPUtime=0.24
/proc/15620/task/15626/stat : 15626 (java) S 15619 15606 14387 0 -1 64 1485 0 0 0 23 1 0 0 16 0 9 0 1005969487 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15627] ppid=15619 vsize=868384 CPUtime=0
/proc/15620/task/15627/stat : 15627 (java) S 15619 15606 14387 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1005969487 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15620/tid=15628] ppid=15619 vsize=868384 CPUtime=0
/proc/15620/task/15628/stat : 15628 (java) S 15619 15606 14387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1005969487 889225216 6040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887340

[startup+6.30177 s]
/proc/loadavg: 1.94 2.08 2.07 3/83 15630
/proc/meminfo: memFree=1503704/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=48228 CPUtime=2.91
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11335 0 0 0 284 7 0 0 25 0 1 0 1005969740 49385472 11321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12057 11321 75 150 0 11904 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 67184

[startup+12.702 s]
/proc/loadavg: 1.95 2.08 2.07 3/83 15630
/proc/meminfo: memFree=1503640/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=48492 CPUtime=9.25
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11380 0 0 0 918 7 0 0 25 0 1 0 1005969740 49655808 11366 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12123 11366 75 150 0 11970 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 67448

[startup+25.5014 s]
/proc/loadavg: 1.96 2.08 2.06 3/83 15630
/proc/meminfo: memFree=1503384/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=48624 CPUtime=21.92
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11442 0 0 0 2185 7 0 0 25 0 1 0 1005969740 49790976 11428 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12156 11428 75 150 0 12003 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 67580

[startup+51.1013 s]
/proc/loadavg: 1.97 2.07 2.06 3/83 15630
/proc/meminfo: memFree=1502808/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=49284 CPUtime=47.28
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11580 0 0 0 4720 8 0 0 25 0 1 0 1005969740 50466816 11566 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12321 11566 75 150 0 12168 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 68240

[startup+102.306 s]
/proc/loadavg: 2.03 2.07 2.06 3/83 15630
/proc/meminfo: memFree=1501720/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50088 CPUtime=97.98
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11801 0 0 0 9790 8 0 0 25 0 1 0 1005969740 51290112 11787 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12522 11787 75 150 0 12369 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 69044

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

[startup+115.102 s]
/proc/loadavg: 2.03 2.07 2.06 3/83 15630
/proc/meminfo: memFree=1501528/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50352 CPUtime=110.66
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11864 0 0 0 11058 8 0 0 25 0 1 0 1005969740 51560448 11850 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12588 11850 75 150 0 12435 0
Current children cumulated CPU time (s) 113.87
Current children cumulated vsize (KiB) 69308

[startup+121.502 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501336/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50628 CPUtime=117
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11910 0 0 0 11692 8 0 0 25 0 1 0 1005969740 51843072 11896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12657 11896 75 150 0 12504 0
Current children cumulated CPU time (s) 120.21
Current children cumulated vsize (KiB) 69584

[startup+124.701 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501336/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50628 CPUtime=120.17
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11913 0 0 0 12009 8 0 0 25 0 1 0 1005969740 51843072 11899 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12657 11899 75 150 0 12504 0
Current children cumulated CPU time (s) 123.38
Current children cumulated vsize (KiB) 69584

[startup+126.303 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501272/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50628 CPUtime=121.75
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11920 0 0 0 12167 8 0 0 25 0 1 0 1005969740 51843072 11906 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12657 11906 75 150 0 12504 0
Current children cumulated CPU time (s) 124.96
Current children cumulated vsize (KiB) 69584

[startup+127.102 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501272/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50628 CPUtime=122.55
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11924 0 0 0 12247 8 0 0 25 0 1 0 1005969740 51843072 11910 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12657 11910 75 150 0 12504 0
Current children cumulated CPU time (s) 125.76
Current children cumulated vsize (KiB) 69584

[startup+127.502 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501208/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=3.21
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1033 12747 0 2 3 1 291 26 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
[pid=15629] ppid=15606 vsize=5356 CPUtime=0
/proc/15629/stat : 15629 (sh) S 15606 15606 14387 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1005969739 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15629/statm: 1339 232 193 169 0 50 0
[pid=15630] ppid=15629 vsize=50628 CPUtime=122.94
/proc/15630/stat : 15630 (minisat) R 15629 15606 14387 0 -1 4194304 11926 0 0 0 12286 8 0 0 25 0 1 0 1005969740 51843072 11912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15630/statm: 12657 11912 75 150 0 12504 0
Current children cumulated CPU time (s) 126.15
Current children cumulated vsize (KiB) 69584

[startup+127.902 s]
/proc/loadavg: 2.02 2.06 2.06 3/83 15630
/proc/meminfo: memFree=1501208/2055920 swapFree=4174728/4192956
[pid=15606] ppid=15604 vsize=13600 CPUtime=126.32
/proc/15606/stat : 15606 (sugar) S 15604 15606 14387 0 -1 4194304 1090 25011 0 2 3 1 12592 36 16 0 1 0 1005969404 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15606/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 126.32
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 128.001
CPU time (s): 126.636
CPU user time (s): 126.22
CPU system time (s): 0.415936
CPU usage (%): 98.9335
Max. virtual memory (cumulated for all children) (KiB): 887340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.22
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29934
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= 5994
involuntary context switches= 8485

runsolver used 0.167974 second user time and 0.428934 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 01:54:29
IDJOB=1081167
IDBENCH=57081
IDSOLVER=346
FILE ID=node35/1081167-1215215669
PBS_JOBID= 7881754
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081167-1215215669/watcher-1081167-1215215669 -o /tmp/evaluation-result-1081167-1215215669/solver-1081167-1215215669 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1081167-1215215669.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86cc81d2eef8616c56c5321a1700a380
RANDOM SEED=1317249938

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1570256 kB
Buffers:         63492 kB
Cached:         243640 kB
SwapCached:      11992 kB
Active:         269368 kB
Inactive:       149044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570256 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         127828 kB
Slab:            52344 kB
Committed_AS:  2414756 kB
PageTables:       1992 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= 66468 MiB
End job on node35 at 2008-07-05 01:56:37