Trace number 234201

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, and are wall clock time (not CPU 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 0.40SAT 732.82 737.048

General information on the benchmark

Nametaillard/js-taillard-15/
js-taillard-15-100-5.xml
MD5SUM847e36aa8167640179e4e3510a2ed715
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 benchmark732.82
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
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.05	c # Sugar v0-40 (/tmp/evaluation/234201-1170106897/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234201-1170106897/unknown.xml [Mon Jan 29 22:41:37 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234201-1170106897/unknown.xml /tmp/evaluation/234201-1170106897/sugar25931.csp [Mon Jan 29 22:41:37 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234201-1170106897/sugar-v0-40.jar -convert /tmp/evaluation/234201-1170106897/unknown.xml /tmp/evaluation/234201-1170106897/sugar25931.csp
0.18	c BEGIN convert /tmp/evaluation/234201-1170106897/unknown.xml
0.71	c END convert (0.535568 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/234201-1170106897/sugar25931.csp 84340 bytes (1 seconds) [Mon Jan 29 22:41:38 2007]
0.76	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234201-1170106897/sugar25931.bcnf [Mon Jan 29 22:41:38 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234201-1170106897/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234201-1170106897/sugar25931.map /tmp/evaluation/234201-1170106897/sugar25931.csp /tmp/evaluation/234201-1170106897/sugar25931.bcnf
0.90	c BEGIN parse /tmp/evaluation/234201-1170106897/sugar25931.csp
1.35	c END parse (0.457003 seconds)
1.35	c BEGIN simplify
1.38	c END simplify (0.02741 seconds)
1.38	c BEGIN encode /tmp/evaluation/234201-1170106897/sugar25931.bcnf
5.16	c END encode (3.782195 seconds)
5.21	c # GENERATE_SAT  END : 272374 variables 4128213 clauses 63977908 bytes (4 seconds) [Mon Jan 29 22:41:42 2007]
5.21	c # GENERATE_SAT  CPU : 4.39 = 0.03 + 0 + 4.06 + 0.3
5.21	
5.21	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234201-1170106897/sugar25931.bcnf [Mon Jan 29 22:41:42 2007]
5.21	c # CMD : /tmp/evaluation/234201-1170106897/minisat /tmp/evaluation/234201-1170106897/sugar25931.bcnf /tmp/evaluation/234201-1170106897/sugar25931.out
9.27	c ==================================[MINISAT]===================================
9.27	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.27	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.27	c ==============================================================================
9.27	c |         0 | 1885274  5207616 |  628424       0        0     nan |  0.000 % |
10.52	c |       100 | 1885275  5207616 |  691266      99     1837    18.6 | 58.567 % |
11.59	c |       252 | 1885277  5207616 |  760393     249     3885    15.6 | 58.567 % |
13.17	c |       478 | 1885277  5207616 |  836432     475     8219    17.3 | 58.567 % |
15.52	c |       818 | 1885278  5207616 |  920075     814    13943    17.1 | 58.567 % |
18.89	c |      1324 | 1885282  5207616 | 1012083    1316    21820    16.6 | 58.567 % |
24.12	c |      2084 | 1885283  5207616 | 1113291    2075    33835    16.3 | 58.567 % |
32.39	c |      3224 | 1885283  5207616 | 1224620    3215    61094    19.0 | 58.567 % |
43.39	c |      4933 | 1885286  5207616 | 1347082    4921    95171    19.3 | 58.567 % |
62.17	c |      7495 | 1885288  5207616 | 1481790    7481   153710    20.5 | 58.567 % |
91.48	c |     11339 | 1885291  5207616 | 1629970   11322   312007    27.6 | 58.567 % |
141.72	c |     17105 | 1885302  5207616 | 1792967   17077   464249    27.2 | 58.567 % |
210.57	c |     25755 | 1885302  5207616 | 1972263   25727   737340    28.7 | 58.567 % |
317.10	c |     38729 | 1885320  5207616 | 2169490   38683  1130285    29.2 | 58.567 % |
487.12	c |     58191 | 1885340  5207616 | 2386439   58125  1714619    29.5 | 58.567 % |
736.33	c ==============================================================================
736.33	c restarts              : 15
736.33	c conflicts             : 86645          (119 /sec)
736.33	c decisions             : 123610         (170 /sec)
736.33	c propagations          : 1006845861     (1384513 /sec)
736.33	c conflict literals     : 2620475        (33.96 % deleted)
736.33	c Memory used           : 175.82 MB
736.33	c CPU time              : 727.22 s
736.33	c 
736.33	c SATISFIABLE
736.49	c # SOLVE_SAT  END : SATISFIABLE (731 seconds) [Mon Jan 29 22:53:53 2007]
736.49	c # SOLVE_SAT  CPU : 727.72 = 0 + 0 + 727.34 + 0.38
736.49	
736.49	c # RESULT : SATISFIABLE
736.49	
736.49	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:53:53 2007]
736.62	c BEGIN read SAT output /tmp/evaluation/234201-1170106897/sugar25931.out
736.86	c END read SAT output (0.235981 seconds)
736.86	c BEGIN write solution /tmp/evaluation/234201-1170106897/sugar25931.sol
736.98	c END write solution (0.124094 seconds)
737.01	s SATISFIABLE
737.01	v 96 192 215 286 312 340 411 461 539 557 656 699 704 716 1065 148 262 343 438 568 662 707 770 843 866 910 1026 1046 1102 1174 0 180 273 336 415 469 535 767 860 884 910 918 1055 1084 1150 8 88 175 243 266 320 340 408 461 535 538 595 671 690 1206 3 56 166 177 218 334 337 483 563 606 769 800 857 932 1019 52 57 177 269 356 425 468 568 656 770 897 1066 1073 1168 1234 31 149 182 328 404 497 564 646 740 752 757 846 981 985 987 121 449 499 540 623 673 702 705 748 753 797 880 939 999 1136 42 61 116 200 274 440 477 532 600 649 842 946 1030 1156 1241 91 118 209 502 592 598 635 747 782 807 888 969 1011 1012 1177 280 284 398 412 422 473 562 630 668 703 747 901 989 1041 1057 57 85 99 215 348 393 453 666 800 976 1025 1066 1100 1180 1218 243 311 343 383 428 517 602 641 707 722 764 866 930 965 1077 1 10 49 63 136 260 336 416 572 640 739 763 786 878 1128 19 152 273 435 493 543 614 675 732 796 859 1002 1051 1144 1199
737.01	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 22:53:54 2007]
737.01	c # OUTPUT_SOL  CPU : 0.01 = 0.01 + 0 + 0 + 0
737.01	
737.01	c # MAIN  END :  (737 seconds) [Mon Jan 29 22:53:54 2007]
737.01	c # MAIN  CPU : 732.13 = 0.04 + 0.01 + 731.4 + 0.68
737.01	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node26/watcher-234201-1170106897 -o ROOT/results/node26/solver-234201-1170106897 -C 1800 -M 900 /tmp/evaluation/234201-1170106897/solver /tmp/evaluation/234201-1170106897 /tmp/evaluation/234201-1170106897/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.95 2.31 2.75 5/87 25932
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=18540 CPUtime=0
/proc/25931/stat : 25931 (runsolver) R 25929 25931 25866 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30643343 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25931/statm: 4635 279 244 17 0 2626 0

[startup+0.108919 s]
/proc/loadavg: 1.95 2.31 2.75 5/87 25932
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=13724 CPUtime=0.04
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30643343 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516994 s]
/proc/loadavg: 1.95 2.31 2.75 5/87 25932
/proc/meminfo: memFree=1843576/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=13724 CPUtime=0.04
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30643343 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34014 s]
/proc/loadavg: 1.95 2.31 2.75 3/96 25948
/proc/meminfo: memFree=1825456/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=13724 CPUtime=0.04
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30643343 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3431 809 371 3 0 531 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25941] ppid=25931 vsize=807336 CPUtime=0.54
/proc/25941/stat : 25941 (java) R 25931 25931 25866 0 -1 0 6665 0 1 0 50 4 0 0 16 0 8 0 30643420 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073669931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25941/statm: 201834 6415 1506 14 0 189112 0
[pid=25941/tid=25942] ppid=25931 vsize=807336 CPUtime=0.02
/proc/25941/task/25942/stat : 25942 (java) S 25931 25931 25866 0 -1 64 482 0 0 0 2 0 0 0 16 0 8 0 30643424 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25943] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25943/stat : 25943 (java) S 25931 25931 25866 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30643425 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25944] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25944/stat : 25944 (java) S 25931 25931 25866 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30643425 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25945] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25945/stat : 25945 (java) S 25931 25931 25866 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30643428 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25946] ppid=25931 vsize=807336 CPUtime=0.14
/proc/25941/task/25946/stat : 25946 (java) R 25931 25931 25866 0 -1 64 399 0 0 0 14 0 0 0 20 0 8 0 30643428 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25947] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25947/stat : 25947 (java) S 25931 25931 25866 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30643428 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25948] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25948/stat : 25948 (java) S 25931 25931 25866 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30643428 826712064 6415 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821060

[startup+2.99342 s]
/proc/loadavg: 1.95 2.31 2.75 3/96 25948
/proc/meminfo: memFree=1802608/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=13724 CPUtime=0.04
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1190 0 0 0 3 1 0 0 16 0 1 0 30643343 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3431 809 371 3 0 531 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25941] ppid=25931 vsize=807336 CPUtime=2.19
/proc/25941/stat : 25941 (java) R 25931 25931 25866 0 -1 0 8181 0 1 0 203 16 0 0 25 0 8 0 30643420 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25941/statm: 201834 7929 1510 14 0 189112 0
[pid=25941/tid=25942] ppid=25931 vsize=807336 CPUtime=0.04
/proc/25941/task/25942/stat : 25942 (java) S 25931 25931 25866 0 -1 64 1953 0 0 0 3 1 0 0 16 0 8 0 30643424 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25943] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25943/stat : 25943 (java) S 25931 25931 25866 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30643425 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25944] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25944/stat : 25944 (java) S 25931 25931 25866 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30643425 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25945] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25945/stat : 25945 (java) S 25931 25931 25866 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30643428 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25946] ppid=25931 vsize=807336 CPUtime=0.17
/proc/25941/task/25946/stat : 25946 (java) S 25931 25931 25866 0 -1 64 417 0 0 0 16 1 0 0 16 0 8 0 30643428 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25947] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25947/stat : 25947 (java) S 25931 25931 25866 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30643428 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25941/tid=25948] ppid=25931 vsize=807336 CPUtime=0
/proc/25941/task/25948/stat : 25948 (java) S 25931 25931 25866 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30643428 826712064 7929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.277 s]
/proc/loadavg: 1.95 2.31 2.74 3/89 25949
/proc/meminfo: memFree=1735592/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1753 8196 0 1 6 1 406 30 19 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=78996 CPUtime=1.02
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 18562 0 0 0 89 13 0 0 25 0 1 0 30643864 80891904 18464 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532933 0 0 4096 0 0 0 0 17 1 0 0
/proc/25949/statm: 19749 18464 36 112 0 19633 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 94596

[startup+12.7621 s]
/proc/loadavg: 1.95 2.30 2.74 3/89 25949
/proc/meminfo: memFree=1608936/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=7.47
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43007 0 0 0 716 31 0 0 25 0 1 0 30643864 182890496 41883 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528083 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41883 51 112 0 44535 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 194204

[startup+25.6054 s]
/proc/loadavg: 2.03 2.30 2.73 3/89 25949
/proc/meminfo: memFree=1608680/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=20.25
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43007 0 0 0 1994 31 0 0 25 0 1 0 30643864 182890496 41883 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41883 51 112 0 44535 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 194204

[startup+51.3008 s]
/proc/loadavg: 2.02 2.28 2.71 3/89 25949
/proc/meminfo: memFree=1608424/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=45.77
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43010 0 0 0 4546 31 0 0 25 0 1 0 30643864 182890496 41886 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41886 51 112 0 44535 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 194204

[startup+102.589 s]
/proc/loadavg: 2.01 2.23 2.67 3/89 25949
/proc/meminfo: memFree=1608296/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=96.83
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43015 0 0 0 9651 32 0 0 25 0 1 0 30643864 182890496 41891 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41891 51 112 0 44535 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 194204

[startup+162.619 s]
/proc/loadavg: 2.04 2.20 2.63 3/89 25949
/proc/meminfo: memFree=1607592/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=156.57
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43015 0 0 0 15625 32 0 0 25 0 1 0 30643864 182890496 41891 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41891 51 112 0 44535 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 194204

[startup+222.651 s]
/proc/loadavg: 2.01 2.16 2.59 3/89 25949
/proc/meminfo: memFree=1607336/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178604 CPUtime=216.32
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43015 0 0 0 21600 32 0 0 25 0 1 0 30643864 182890496 41891 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44651 41891 51 112 0 44535 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 194204

[startup+282.685 s]
/proc/loadavg: 2.00 2.13 2.55 3/89 25949
/proc/meminfo: memFree=1606504/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178768 CPUtime=276.06
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43049 0 0 0 27574 32 0 0 25 0 1 0 30643864 183058432 41925 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44692 41925 51 112 0 44576 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 194368

[startup+342.716 s]
/proc/loadavg: 2.00 2.10 2.51 3/89 25949
/proc/meminfo: memFree=1605800/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178848 CPUtime=335.8
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43056 0 0 0 33548 32 0 0 25 0 1 0 30643864 183140352 41932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44712 41932 51 112 0 44596 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 194448

[startup+402.741 s]
/proc/loadavg: 2.07 2.10 2.48 3/89 25949
/proc/meminfo: memFree=1605288/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178848 CPUtime=395.55
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43063 0 0 0 39522 33 0 0 25 0 1 0 30643864 183140352 41939 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528066 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44712 41939 51 112 0 44596 0
Current children cumulated CPU time (s) 400.63
Current children cumulated vsize (KiB) 194448

[startup+462.771 s]
/proc/loadavg: 2.08 2.09 2.45 3/89 25949
/proc/meminfo: memFree=1604840/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178848 CPUtime=455.29
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43070 0 0 0 45496 33 0 0 25 0 1 0 30643864 183140352 41946 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44712 41946 51 112 0 44596 0
Current children cumulated CPU time (s) 460.37
Current children cumulated vsize (KiB) 194448

[startup+522.807 s]
/proc/loadavg: 2.03 2.07 2.42 3/89 25949
/proc/meminfo: memFree=1604328/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178968 CPUtime=515.04
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43076 0 0 0 51471 33 0 0 25 0 1 0 30643864 183263232 41952 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44742 41952 51 112 0 44626 0
Current children cumulated CPU time (s) 520.12
Current children cumulated vsize (KiB) 194568

[startup+582.84 s]
/proc/loadavg: 2.01 2.06 2.39 3/89 25949
/proc/meminfo: memFree=1603176/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178968 CPUtime=574.79
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43084 0 0 0 57446 33 0 0 25 0 1 0 30643864 183263232 41960 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44742 41960 51 112 0 44626 0
Current children cumulated CPU time (s) 579.87
Current children cumulated vsize (KiB) 194568

[startup+642.867 s]
/proc/loadavg: 2.00 2.04 2.37 3/89 25949
/proc/meminfo: memFree=1602536/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178968 CPUtime=634.53
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43091 0 0 0 63420 33 0 0 25 0 1 0 30643864 183263232 41967 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44742 41967 51 112 0 44626 0
Current children cumulated CPU time (s) 639.61
Current children cumulated vsize (KiB) 194568

[startup+702.885 s]
/proc/loadavg: 2.04 2.05 2.35 3/89 25949
/proc/meminfo: memFree=1601896/2055920 swapFree=4192812/4192956
[pid=25931] ppid=25929 vsize=15600 CPUtime=4.43
/proc/25931/stat : 25931 (sugar) S 25929 25931 25866 0 -1 4194304 1763 8196 0 1 6 1 406 30 16 0 1 0 30643343 15974400 1274 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25931/statm: 3900 1274 373 3 0 1000 0
[pid=25933] ppid=25931 vsize=0 CPUtime=0.65
/proc/25933/stat : 25933 (java) Z 25931 25931 25866 0 -1 1036 7393 0 1 0 60 5 0 0 16 0 1 0 30643348 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25933/statm: 0 0 0 0 0 0 0
[pid=25949] ppid=25931 vsize=178968 CPUtime=694.27
/proc/25949/stat : 25949 (minisat) R 25931 25931 25866 0 -1 0 43097 0 0 0 69393 34 0 0 25 0 1 0 30643864 183263232 41973 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25949/statm: 44742 41973 51 112 0 44626 0
Current children cumulated CPU time (s) 699.35
Current children cumulated vsize (KiB) 194568

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25931 and gives childrusage.ru_utime.tv_sec=731 childrusage.ru_utime.tv_usec=482797 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=742887
CPU time returned by wait4() is 732.226
while last known CPU time is 732.82

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 737.048
CPU time (s): 732.82
CPU user time (s): 732.07
CPU system time (s): 0.75
CPU usage (%): 99.4264
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.483
system time used= 0.742887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 623
involuntary context switches= 23333

runsolver used 0.833873 s user time and 2.43063 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan 29 21:41:37 UTC 2007


IDJOB= 234201
IDBENCH= 6668
IDSOLVER= 86
FILE ID= node26/234201-1170106897

PBS_JOBID= 3689903

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-100-5.xml
COMMAND LINE= /tmp/evaluation/234201-1170106897/solver /tmp/evaluation/234201-1170106897 /tmp/evaluation/234201-1170106897/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-234201-1170106897 -o ROOT/results/node26/solver-234201-1170106897 -C 1800 -M 900  /tmp/evaluation/234201-1170106897/solver /tmp/evaluation/234201-1170106897 /tmp/evaluation/234201-1170106897/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  847e36aa8167640179e4e3510a2ed715

RANDOM SEED= 537407752

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1843992 kB
Buffers:         40672 kB
Cached:          58268 kB
SwapCached:          0 kB
Active:         112856 kB
Inactive:        53440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          87072 kB
Slab:            30592 kB
Committed_AS:   391996 kB
PageTables:       2084 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= 66560 MiB



End job on node26 on Mon Jan 29 21:53:54 UTC 2007