Trace number 208247

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 989.201 993.962

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-13_ext.xml
MD5SUMce607d986bea91dac75aa4b7cf5a42bb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2018
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints342
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension342
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/208247-1170096999/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/208247-1170096999/unknown.xml [Mon Jan 29 19:56:39 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/208247-1170096999/unknown.xml /tmp/evaluation/208247-1170096999/sugar17977.csp [Mon Jan 29 19:56:39 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208247-1170096999/sugar-v0-40.jar -convert /tmp/evaluation/208247-1170096999/unknown.xml /tmp/evaluation/208247-1170096999/sugar17977.csp
0.16	c BEGIN convert /tmp/evaluation/208247-1170096999/unknown.xml
0.63	c END convert (0.474221 seconds)
0.64	c # CONVERT_XML  END : /tmp/evaluation/208247-1170096999/sugar17977.csp 1101495 bytes (1 seconds) [Mon Jan 29 19:56:40 2007]
0.64	c # CONVERT_XML  CPU : 0.58 = 0 + 0 + 0.52 + 0.06
0.64	
0.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208247-1170096999/sugar17977.bcnf [Mon Jan 29 19:56:40 2007]
0.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208247-1170096999/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208247-1170096999/sugar17977.map /tmp/evaluation/208247-1170096999/sugar17977.csp /tmp/evaluation/208247-1170096999/sugar17977.bcnf
0.75	c BEGIN parse /tmp/evaluation/208247-1170096999/sugar17977.csp
11.71	c END parse (10.956341 seconds)
11.71	c BEGIN simplify
11.78	c END simplify (0.066067 seconds)
11.78	c BEGIN encode /tmp/evaluation/208247-1170096999/sugar17977.bcnf
12.30	c END encode (0.52714 seconds)
12.45	c # GENERATE_SAT  END : 5212 variables 43269 clauses 4223904 bytes (12 seconds) [Mon Jan 29 19:56:52 2007]
12.45	c # GENERATE_SAT  CPU : 11.68 = 0.04 + 0 + 11.31 + 0.33
12.45	
12.45	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208247-1170096999/sugar17977.bcnf [Mon Jan 29 19:56:52 2007]
12.45	c # CMD : /tmp/evaluation/208247-1170096999/minisat /tmp/evaluation/208247-1170096999/sugar17977.bcnf /tmp/evaluation/208247-1170096999/sugar17977.out
12.52	c ==================================[MINISAT]===================================
12.52	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.52	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.52	c ==============================================================================
12.52	c |         0 |   43269  1012699 |   14423       0        0     nan |  0.000 % |
12.55	c |       100 |   43270  1012699 |   15865      99     6566    66.3 |  0.000 % |
12.60	c |       250 |   43270  1012699 |   17451     249     9842    39.5 |  0.000 % |
12.65	c |       475 |   43270  1012699 |   19197     474    12795    27.0 |  0.001 % |
12.73	c |       813 |   43270  1012699 |   21116     812    16412    20.2 |  0.000 % |
12.86	c |      1319 |   43270  1012699 |   23228    1318    22669    17.2 |  0.001 % |
13.06	c |      2079 |   43270  1012699 |   25551    2078    33639    16.2 |  0.000 % |
13.35	c |      3218 |   43270  1012699 |   28106    3217    49225    15.3 |  0.000 % |
13.81	c |      4929 |   43270  1012699 |   30916    4928    79297    16.1 |  0.001 % |
14.60	c |      7491 |   43272  1012699 |   34008    7488   125534    16.8 |  0.001 % |
15.67	c |     11335 |   43279  1012699 |   37409   11325   190180    16.8 |  0.000 % |
17.81	c |     17101 |   43284  1012699 |   41150   17086   282117    16.5 |  0.001 % |
21.24	c |     25751 |   43287  1012699 |   45265   25733   445386    17.3 |  0.001 % |
27.64	c |     38726 |   43290  1012699 |   49792   38705   687599    17.8 |  0.001 % |
38.49	c |     58189 |   43291  1012699 |   54771   22526   521886    23.2 |  0.001 % |
56.69	c |     87381 |   43294  1012699 |   60248   51715  1208973    23.4 |  0.001 % |
83.33	c |    131171 |   43309  1012699 |   66273   51585  1395872    27.1 |  0.000 % |
126.67	c |    196856 |   43316  1012699 |   72900   65313  1887807    28.9 |  0.000 % |
202.06	c |    295382 |   43321  1012699 |   80190   54322  1646518    30.3 |  0.002 % |
317.90	c |    443171 |   43244  1011191 |   88209   22719   869286    38.3 |  0.115 % |
495.94	c |    664854 |   43270  1011191 |   97030   35282  1247923    35.4 |  0.115 % |
791.50	c |    997379 |   43292  1011191 |  106733   54200  1797660    33.2 |  0.115 % |
993.60	c ==============================================================================
993.60	c restarts              : 22
993.60	c conflicts             : 1234346        (1264 /sec)
993.60	c decisions             : 2097281        (2148 /sec)
993.60	c propagations          : 325105400      (333019 /sec)
993.60	c conflict literals     : 45915502       (53.70 % deleted)
993.60	c Memory used           : 32.05 MB
993.60	c CPU time              : 976.236 s
993.60	c 
993.60	c SATISFIABLE
993.61	c # SOLVE_SAT  END : SATISFIABLE (981 seconds) [Mon Jan 29 20:13:13 2007]
993.61	c # SOLVE_SAT  CPU : 976.6 = 0 + 0.01 + 976.24 + 0.35
993.61	
993.61	c # RESULT : SATISFIABLE
993.61	
993.61	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:13:13 2007]
993.73	c BEGIN read SAT output /tmp/evaluation/208247-1170096999/sugar17977.out
993.76	c END read SAT output (0.033346 seconds)
993.76	c BEGIN write solution /tmp/evaluation/208247-1170096999/sugar17977.sol
993.90	c END write solution (0.138365 seconds)
993.96	s SATISFIABLE
993.96	v 13 11 6 11 10 6 2 9 2 13 15 3 14 13 6 10 9 13 13 6 4 16 13 10 0 9 12 17 15 14 7 2 8 16 10 1 16 5 8 16
993.96	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:13:13 2007]
993.96	c # OUTPUT_SOL  CPU : 0.289999999999895 = 0.01 + 0 + 0.239999999999895 + 0.04
993.96	
993.96	c # MAIN  END :  (994 seconds) [Mon Jan 29 20:13:13 2007]
993.96	c # MAIN  CPU : 989.15 = 0.05 + 0.01 + 988.31 + 0.78
993.96	

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/node68/watcher-208247-1170096999 -o ROOT/results/node68/solver-208247-1170096999 -C 1800 -M 900 /tmp/evaluation/208247-1170096999/solver /tmp/evaluation/208247-1170096999 /tmp/evaluation/208247-1170096999/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.41 1.73 2.29 5/81 17978
/proc/meminfo: memFree=1507648/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=18540 CPUtime=0
/proc/17977/stat : 17977 (runsolver) R 17975 17977 17514 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29657535 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 257414458663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17977/statm: 4635 279 244 17 0 2626 0

[startup+0.103649 s]
/proc/loadavg: 1.41 1.73 2.29 5/81 17978
/proc/meminfo: memFree=1507648/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=13724 CPUtime=0.03
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29657535 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511686 s]
/proc/loadavg: 1.41 1.73 2.29 5/81 17978
/proc/meminfo: memFree=1507648/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=13724 CPUtime=0.03
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29657535 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33876 s]
/proc/loadavg: 1.41 1.73 2.29 4/89 17994
/proc/meminfo: memFree=1461568/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=13724 CPUtime=0.61
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1190 7507 0 1 3 0 52 6 15 0 1 0 29657535 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 3431 809 371 3 0 531 0
[pid=17987] ppid=17977 vsize=807064 CPUtime=0.67
/proc/17987/stat : 17987 (java) R 17977 17977 17514 0 -1 0 8173 0 1 0 63 4 0 0 25 0 8 0 29657600 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17987/statm: 201766 7920 1494 14 0 189044 0
[pid=17987/tid=17988] ppid=17977 vsize=807064 CPUtime=0.11
/proc/17987/task/17988/stat : 17988 (java) S 17977 17977 17514 0 -1 64 2119 0 0 0 10 1 0 0 16 0 8 0 29657603 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17989] ppid=17977 vsize=807064 CPUtime=0
/proc/17987/task/17989/stat : 17989 (java) S 17977 17977 17514 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657603 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17990] ppid=17977 vsize=807064 CPUtime=0
/proc/17987/task/17990/stat : 17990 (java) S 17977 17977 17514 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657603 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17991] ppid=17977 vsize=807064 CPUtime=0
/proc/17987/task/17991/stat : 17991 (java) S 17977 17977 17514 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29657606 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17992] ppid=17977 vsize=807064 CPUtime=0.05
/proc/17987/task/17992/stat : 17992 (java) S 17977 17977 17514 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29657606 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17993] ppid=17977 vsize=807064 CPUtime=0
/proc/17987/task/17993/stat : 17993 (java) S 17977 17977 17514 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657606 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17994] ppid=17977 vsize=807064 CPUtime=0
/proc/17987/task/17994/stat : 17994 (java) S 17977 17977 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29657606 826433536 7920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.98291 s]
/proc/loadavg: 1.46 1.73 2.29 4/89 17994
/proc/meminfo: memFree=1426880/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=13724 CPUtime=0.61
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1190 7507 0 1 3 0 52 6 15 0 1 0 29657535 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 3431 809 371 3 0 531 0
[pid=17987] ppid=17977 vsize=807336 CPUtime=2.31
/proc/17987/stat : 17987 (java) R 17977 17977 17514 0 -1 0 16890 0 1 0 221 10 0 0 25 0 8 0 29657600 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073695844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17987/statm: 201834 16607 1506 14 0 189112 0
[pid=17987/tid=17988] ppid=17977 vsize=807336 CPUtime=0.58
/proc/17987/task/17988/stat : 17988 (java) S 17977 17977 17514 0 -1 64 10661 0 0 0 53 5 0 0 16 0 8 0 29657603 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17989] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17989/stat : 17989 (java) S 17977 17977 17514 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657603 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17990] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17990/stat : 17990 (java) S 17977 17977 17514 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657603 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17991] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17991/stat : 17991 (java) S 17977 17977 17514 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29657606 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17992] ppid=17977 vsize=807336 CPUtime=0.12
/proc/17987/task/17992/stat : 17992 (java) S 17977 17977 17514 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29657606 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17993] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17993/stat : 17993 (java) S 17977 17977 17514 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657606 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17994] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17994/stat : 17994 (java) S 17977 17977 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29657606 826712064 16607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821060

[startup+6.27841 s]
/proc/loadavg: 1.46 1.73 2.29 2/76 18004
/proc/meminfo: memFree=1766888/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=13724 CPUtime=0.61
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1190 7507 0 1 3 0 52 6 15 0 1 0 29657535 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 3431 809 371 3 0 531 0
[pid=17987] ppid=17977 vsize=807336 CPUtime=5.59
/proc/17987/stat : 17987 (java) R 17977 17977 17514 0 -1 0 39877 0 1 0 539 20 0 0 16 0 8 0 29657600 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073593744 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17987/statm: 201834 39482 1506 14 0 189112 0
[pid=17987/tid=17988] ppid=17977 vsize=807336 CPUtime=1.55
/proc/17987/task/17988/stat : 17988 (java) S 17977 17977 17514 0 -1 64 33533 0 0 0 140 15 0 0 16 0 8 0 29657603 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17989] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17989/stat : 17989 (java) S 17977 17977 17514 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657603 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17990] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17990/stat : 17990 (java) S 17977 17977 17514 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657603 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17991] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17991/stat : 17991 (java) S 17977 17977 17514 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29657606 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17992] ppid=17977 vsize=807336 CPUtime=0.13
/proc/17987/task/17992/stat : 17992 (java) S 17977 17977 17514 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29657606 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17993] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17993/stat : 17993 (java) S 17977 17977 17514 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657606 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17987/tid=17994] ppid=17977 vsize=807336 CPUtime=0
/proc/17987/task/17994/stat : 17994 (java) S 17977 17977 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29657606 826712064 39482 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 821060

[startup+12.772 s]
/proc/loadavg: 1.47 1.73 2.28 4/83 18058
/proc/meminfo: memFree=1836712/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 15 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=7248 CPUtime=0.33
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 2490 0 0 0 32 1 0 0 24 0 1 0 29658778 7421952 1451 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 1812 1451 52 112 0 1696 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 23560

[startup+25.6662 s]
/proc/loadavg: 1.55 1.73 2.28 3/76 18059
/proc/meminfo: memFree=1876896/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=10892 CPUtime=13.16
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 3380 0 0 0 1313 3 0 0 25 0 1 0 29658778 11153408 2341 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 2723 2341 52 112 0 2607 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27204

[startup+51.3425 s]
/proc/loadavg: 1.70 1.75 2.27 3/76 18059
/proc/meminfo: memFree=1870880/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=13224 CPUtime=38.71
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 3959 0 0 0 3867 4 0 0 25 0 1 0 29658778 13541376 2920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527333 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 3306 2920 52 112 0 3190 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29536

[startup+102.585 s]
/proc/loadavg: 1.87 1.79 2.26 3/76 18059
/proc/meminfo: memFree=1864928/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=17288 CPUtime=89.73
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 4971 0 0 0 8967 6 0 0 25 0 1 0 29658778 17702912 3932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 4322 3932 52 112 0 4206 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 33600

[startup+162.662 s]
/proc/loadavg: 1.95 1.83 2.24 3/76 18059
/proc/meminfo: memFree=1860704/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=19772 CPUtime=149.54
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 5584 0 0 0 14947 7 0 0 25 0 1 0 29658778 20246528 4545 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 4943 4545 52 112 0 4827 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 36084

[startup+222.747 s]
/proc/loadavg: 1.98 1.86 2.22 3/76 18059
/proc/meminfo: memFree=1858912/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=20684 CPUtime=209.35
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 5832 0 0 0 20927 8 0 0 25 0 1 0 29658778 21180416 4793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 5171 4793 52 112 0 5055 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 36996

[startup+282.834 s]
/proc/loadavg: 1.99 1.88 2.20 3/82 18141
/proc/meminfo: memFree=1852192/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=25296 CPUtime=269.13
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 6982 0 0 0 26899 14 0 0 25 0 1 0 29658778 25903104 5943 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 6324 5943 52 112 0 6208 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 41608

[startup+342.935 s]
/proc/loadavg: 1.99 1.90 2.18 3/82 18229
/proc/meminfo: memFree=1848368/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=26892 CPUtime=328.91
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 7365 0 0 0 32862 29 0 0 25 0 1 0 29658778 27537408 6326 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 6723 6326 52 112 0 6607 0
Current children cumulated CPU time (s) 341.21
Current children cumulated vsize (KiB) 43204

[startup+403.019 s]
/proc/loadavg: 1.99 1.91 2.17 3/76 18257
/proc/meminfo: memFree=1848672/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=27200 CPUtime=388.66
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 7459 0 0 0 38835 31 0 0 25 0 1 0 29658778 27852800 6420 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 6800 6420 52 112 0 6684 0
Current children cumulated CPU time (s) 400.96
Current children cumulated vsize (KiB) 43512

[startup+463.096 s]
/proc/loadavg: 1.99 1.93 2.16 3/76 18257
/proc/meminfo: memFree=1848352/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=27524 CPUtime=448.47
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 7501 0 0 0 44816 31 0 0 25 0 1 0 29658778 28184576 6462 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 6881 6462 52 112 0 6765 0
Current children cumulated CPU time (s) 460.77
Current children cumulated vsize (KiB) 43836

[startup+523.173 s]
/proc/loadavg: 1.99 1.94 2.15 3/76 18257
/proc/meminfo: memFree=1847648/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=27916 CPUtime=508.28
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 7624 0 0 0 50797 31 0 0 25 0 1 0 29658778 28585984 6585 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532748 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 6979 6585 52 112 0 6863 0
Current children cumulated CPU time (s) 520.58
Current children cumulated vsize (KiB) 44228

[startup+583.254 s]
/proc/loadavg: 1.99 1.95 2.14 3/76 18257
/proc/meminfo: memFree=1845536/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=29536 CPUtime=568.08
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 7989 0 0 0 56776 32 0 0 25 0 1 0 29658778 30244864 6950 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7384 6950 52 112 0 7268 0
Current children cumulated CPU time (s) 580.38
Current children cumulated vsize (KiB) 45848

[startup+643.332 s]
/proc/loadavg: 1.99 1.95 2.12 3/76 18257
/proc/meminfo: memFree=1842464/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31124 CPUtime=627.89
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8387 0 0 0 62756 33 0 0 25 0 1 0 29658778 31870976 7348 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7781 7348 52 112 0 7665 0
Current children cumulated CPU time (s) 640.19
Current children cumulated vsize (KiB) 47436

[startup+703.414 s]
/proc/loadavg: 1.99 1.96 2.11 3/76 18257
/proc/meminfo: memFree=1841312/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31124 CPUtime=687.71
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8387 0 0 0 68738 33 0 0 25 0 1 0 29658778 31870976 7348 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7781 7348 52 112 0 7665 0
Current children cumulated CPU time (s) 700.01
Current children cumulated vsize (KiB) 47436

[startup+763.49 s]
/proc/loadavg: 1.99 1.96 2.10 3/76 18257
/proc/meminfo: memFree=1839648/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31336 CPUtime=747.5
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8409 0 0 0 74717 33 0 0 25 0 1 0 29658778 32088064 7370 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7834 7370 52 112 0 7718 0
Current children cumulated CPU time (s) 759.8
Current children cumulated vsize (KiB) 47648

[startup+823.566 s]
/proc/loadavg: 1.99 1.97 2.09 3/76 18257
/proc/meminfo: memFree=1838496/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31232 CPUtime=807.31
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8410 0 0 0 80698 33 0 0 25 0 1 0 29658778 31981568 7371 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7808 7371 52 112 0 7692 0
Current children cumulated CPU time (s) 819.61
Current children cumulated vsize (KiB) 47544

[startup+883.653 s]
/proc/loadavg: 2.06 1.99 2.09 3/76 18257
/proc/meminfo: memFree=1838304/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31232 CPUtime=867.13
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8423 0 0 0 86680 33 0 0 25 0 1 0 29658778 31981568 7384 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7808 7384 52 112 0 7692 0
Current children cumulated CPU time (s) 879.43
Current children cumulated vsize (KiB) 47544

[startup+943.737 s]
/proc/loadavg: 2.02 1.99 2.08 3/76 18257
/proc/meminfo: memFree=1838176/2055920 swapFree=4192812/4192956
[pid=17977] ppid=17975 vsize=16312 CPUtime=12.3
/proc/17977/stat : 17977 (sugar) S 17975 17977 17514 0 -1 4194304 1935 62250 0 3 7 1 1183 39 16 0 1 0 29657535 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17977/statm: 4078 1446 373 3 0 1178 0
[pid=18058] ppid=17977 vsize=31232 CPUtime=926.93
/proc/18058/stat : 18058 (minisat) R 17977 17977 17514 0 -1 0 8423 0 0 0 92660 33 0 0 25 0 1 0 29658778 31981568 7384 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18058/statm: 7808 7384 52 112 0 7692 0
Current children cumulated CPU time (s) 939.23
Current children cumulated vsize (KiB) 47544

Child status: 0
Real time (s): 993.962
CPU time (s): 989.201
CPU user time (s): 988.398
CPU system time (s): 0.802877
CPU usage (%): 99.521
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 988.398
system time used= 0.802877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77315
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3046
involuntary context switches= 15867

runsolver used 1.15082 s user time and 3.2555 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 18:56:39 UTC 2007


IDJOB= 208247
IDBENCH= 4360
IDSOLVER= 86
FILE ID= node68/208247-1170096999

PBS_JOBID= 3689686

Free space on /tmp= 66542 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-13_ext.xml
COMMAND LINE= /tmp/evaluation/208247-1170096999/solver /tmp/evaluation/208247-1170096999 /tmp/evaluation/208247-1170096999/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-208247-1170096999 -o ROOT/results/node68/solver-208247-1170096999 -C 1800 -M 900  /tmp/evaluation/208247-1170096999/solver /tmp/evaluation/208247-1170096999 /tmp/evaluation/208247-1170096999/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ce607d986bea91dac75aa4b7cf5a42bb

RANDOM SEED= 678513844

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.234
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.234
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:       1508128 kB
Buffers:         33356 kB
Cached:          61232 kB
SwapCached:          0 kB
Active:         451072 kB
Inactive:        44812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23008 kB
Writeback:           0 kB
Mapped:         418036 kB
Slab:            36544 kB
Committed_AS:   756852 kB
PageTables:       2548 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= 66559 MiB



End job on node68 on Mon Jan 29 19:13:14 UTC 2007