Trace number 210309

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.40? (TO) 1800.04 1803.35

General information on the benchmark

NamepseudoSeries/fpga/
fpga-20-18.xml
MD5SUMc62051c26fe63d321e75c355a719406a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.67913
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables540
Number of constraints416
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension416
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07	c # Sugar v0-40 (/tmp/evaluation/210309-1170097874/sugar-v0-40.jar)
0.07	
0.07	c # MAIN  BEGIN : /tmp/evaluation/210309-1170097874/unknown.xml [Mon Jan 29 20:11:15 2007]
0.07	c # CONVERT_XML  BEGIN : /tmp/evaluation/210309-1170097874/unknown.xml /tmp/evaluation/210309-1170097874/sugar25717.csp [Mon Jan 29 20:11:15 2007]
0.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210309-1170097874/sugar-v0-40.jar -convert /tmp/evaluation/210309-1170097874/unknown.xml /tmp/evaluation/210309-1170097874/sugar25717.csp
0.19	c BEGIN convert /tmp/evaluation/210309-1170097874/unknown.xml
0.56	c END convert (0.371236 seconds)
0.57	c # CONVERT_XML  END : /tmp/evaluation/210309-1170097874/sugar25717.csp 57242 bytes (0 seconds) [Mon Jan 29 20:11:15 2007]
0.57	c # CONVERT_XML  CPU : 0.49 = 0 + 0.01 + 0.44 + 0.04
0.57	
0.57	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210309-1170097874/sugar25717.bcnf [Mon Jan 29 20:11:15 2007]
0.57	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210309-1170097874/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210309-1170097874/sugar25717.map /tmp/evaluation/210309-1170097874/sugar25717.csp /tmp/evaluation/210309-1170097874/sugar25717.bcnf
0.69	c BEGIN parse /tmp/evaluation/210309-1170097874/sugar25717.csp
1.40	c END parse (0.703871 seconds)
1.40	c BEGIN simplify
1.40	c END simplify (0.004098 seconds)
1.40	c BEGIN encode /tmp/evaluation/210309-1170097874/sugar25717.bcnf
1.49	c END encode (0.088338 seconds)
1.56	c # GENERATE_SAT  END : 4032 variables 16010 clauses 217920 bytes (1 seconds) [Mon Jan 29 20:11:16 2007]
1.56	c # GENERATE_SAT  CPU : 0.94 = 0.02 + 0 + 0.86 + 0.06
1.56	
1.56	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210309-1170097874/sugar25717.bcnf [Mon Jan 29 20:11:16 2007]
1.56	c # CMD : /tmp/evaluation/210309-1170097874/minisat /tmp/evaluation/210309-1170097874/sugar25717.bcnf /tmp/evaluation/210309-1170097874/sugar25717.out
1.57	c ==================================[MINISAT]===================================
1.57	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.57	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.57	c ==============================================================================
1.57	c |         0 |   12622    32816 |    4207       0        0     nan |  0.000 % |
1.58	c |       100 |   12622    32816 |    4627     100     1597    16.0 | 21.280 % |
1.59	c |       251 |   12622    32816 |    5090     251     4857    19.4 | 21.280 % |
1.60	c |       476 |   12622    32816 |    5599     476     8842    18.6 | 21.280 % |
1.61	c |       814 |   12622    32816 |    6159     814    13285    16.3 | 21.280 % |
1.63	c |      1320 |   12622    32816 |    6775    1320    21588    16.4 | 21.280 % |
1.70	c |      2079 |   12622    32816 |    7452    2079    46836    22.5 | 21.280 % |
1.80	c |      3219 |   12622    32816 |    8198    3219    93097    28.9 | 21.280 % |
1.88	c |      4927 |   12622    32816 |    9018    4927   120924    24.5 | 21.280 % |
2.00	c |      7490 |   12622    32816 |    9919    7490   155974    20.8 | 21.280 % |
2.44	c |     11335 |   12622    32816 |   10911   11335   329165    29.0 | 21.280 % |
3.40	c |     17102 |   12622    32816 |   12003   10297   440531    42.8 | 21.280 % |
4.06	c |     25751 |   12622    32816 |   13203   11382   270120    23.7 | 21.280 % |
5.71	c |     38725 |   12626    32816 |   14523   15832   452415    28.6 | 21.280 % |
7.99	c |     58186 |   12626    32816 |   15976    9320   152570    16.4 | 21.280 % |
15.19	c |     87379 |   12626    32816 |   17573    9977   387901    38.9 | 21.280 % |
26.73	c |    131168 |   12626    32816 |   19331   13131   433152    33.0 | 21.280 % |
39.58	c |    196852 |   12626    32816 |   21264   12254   476292    38.9 | 21.280 % |
57.86	c |    295379 |   12626    32816 |   23390   23975   882608    36.8 | 21.280 % |
85.27	c |    443170 |   12626    32816 |   25729   14671   766517    52.2 | 21.280 % |
184.09	c |    664853 |   12626    32816 |   28302   22534  1767587    78.4 | 21.280 % |
247.94	c |    997378 |   12626    32816 |   31132   28701   916646    31.9 | 21.280 % |
475.66	c |   1496168 |   12626    32816 |   34246   26923  2941188   109.2 | 21.280 % |
809.42	c |   2244350 |   12626    32816 |   37670   29907  1530967    51.2 | 21.280 % |
1065.27	c |   3366627 |   12630    32816 |   41437   27849  1234977    44.3 | 21.280 % |
1574.29	c |   5050038 |   12630    32816 |   45581   36339  1296753    35.7 | 21.280 % |
1802.34	
1802.34	s UNKNOWN
1802.34	c # INTERRUPTED
1802.34	c # MAIN  END :  (1802 seconds) [Mon Jan 29 20:41:17 2007]
1802.34	c # MAIN  CPU : 1.43 = 0.02 + 0.01 + 1.3 + 0.1
1802.34	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-210309-1170097874 -o ROOT/results/node9/solver-210309-1170097874 -C 1800 -M 900 /tmp/evaluation/210309-1170097874/solver /tmp/evaluation/210309-1170097874 /tmp/evaluation/210309-1170097874/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.85 2.00 2.00 5/94 25718
/proc/meminfo: memFree=1036240/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=6268 CPUtime=0
/proc/25717/stat : 25717 (sugar) R 25715 25717 25508 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29742080 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215416370569 0 0 4096 0 0 0 0 17 1 0 0
/proc/25717/statm: 1567 47 36 3 0 8 0

[startup+0.106449 s]
/proc/loadavg: 1.85 2.00 2.00 5/94 25718
/proc/meminfo: memFree=1036240/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=13724 CPUtime=0.04
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29742080 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514524 s]
/proc/loadavg: 1.85 2.00 2.00 5/94 25718
/proc/meminfo: memFree=1036240/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=13724 CPUtime=0.04
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29742080 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33668 s]
/proc/loadavg: 1.85 2.00 2.00 3/102 25734
/proc/meminfo: memFree=1014160/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=13724 CPUtime=0.52
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1190 4978 0 1 3 1 44 4 15 0 1 0 29742080 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3431 809 371 3 0 531 0
[pid=25727] ppid=25717 vsize=807356 CPUtime=0.73
/proc/25727/stat : 25727 (java) R 25717 25717 25508 0 -1 0 7410 0 1 0 69 4 0 0 23 0 8 0 29742138 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25727/statm: 201839 7158 1506 14 0 189117 0
[pid=25727/tid=25728] ppid=25717 vsize=807356 CPUtime=0.04
/proc/25727/task/25728/stat : 25728 (java) S 25717 25717 25508 0 -1 64 1212 0 0 0 4 0 0 0 16 0 8 0 29742141 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25729] ppid=25717 vsize=807356 CPUtime=0
/proc/25727/task/25729/stat : 25729 (java) S 25717 25717 25508 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29742142 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25730] ppid=25717 vsize=807356 CPUtime=0
/proc/25727/task/25730/stat : 25730 (java) S 25717 25717 25508 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 29742142 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25731] ppid=25717 vsize=807356 CPUtime=0
/proc/25727/task/25731/stat : 25731 (java) S 25717 25717 25508 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29742145 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25732] ppid=25717 vsize=807356 CPUtime=0.16
/proc/25727/task/25732/stat : 25732 (java) R 25717 25717 25508 0 -1 64 408 0 0 0 15 1 0 0 16 0 8 0 29742145 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153026352 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25733] ppid=25717 vsize=807356 CPUtime=0
/proc/25727/task/25733/stat : 25733 (java) S 25717 25717 25508 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29742145 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25727/tid=25734] ppid=25717 vsize=807356 CPUtime=0
/proc/25727/task/25734/stat : 25734 (java) S 25717 25717 25508 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29742145 826732544 7158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821080

[startup+2.97499 s]
/proc/loadavg: 1.85 2.00 2.00 3/95 25735
/proc/meminfo: memFree=1030024/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 15 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=4592 CPUtime=1.4
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 875 0 0 0 140 0 0 0 25 0 1 0 29742237 4702208 806 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/25735/statm: 1148 806 52 112 0 1032 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 19688

[startup+6.26463 s]
/proc/loadavg: 1.86 2.00 2.00 3/95 25735
/proc/meminfo: memFree=1028104/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=5664 CPUtime=4.67
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 1132 0 0 0 467 0 0 0 25 0 1 0 29742237 5799936 1063 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/25735/statm: 1416 1063 52 112 0 1300 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 20760

[startup+12.7319 s]
/proc/loadavg: 1.87 2.00 2.00 3/95 25735
/proc/meminfo: memFree=1026328/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=7516 CPUtime=11.11
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 1601 0 0 0 1110 1 0 0 25 0 1 0 29742237 7696384 1532 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528674 0 0 4096 3 0 0 0 17 1 0 0
/proc/25735/statm: 1879 1532 52 112 0 1763 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 22612

[startup+25.5754 s]
/proc/loadavg: 1.90 2.00 2.00 3/95 25735
/proc/meminfo: memFree=1025048/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=9040 CPUtime=23.89
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 1949 0 0 0 2388 1 0 0 25 0 1 0 29742237 9256960 1880 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25735/statm: 2260 1880 52 112 0 2144 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 24136

[startup+51.2333 s]
/proc/loadavg: 1.78 1.97 1.99 2/82 25887
/proc/meminfo: memFree=1734528/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=12036 CPUtime=49.49
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 2700 0 0 0 4945 4 0 0 25 0 1 0 29742237 12324864 2631 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 3009 2631 52 112 0 2893 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 27132

[startup+102.488 s]
/proc/loadavg: 1.87 1.95 1.98 3/89 25943
/proc/meminfo: memFree=1704840/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=20808 CPUtime=100.68
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 4874 0 0 0 10062 6 0 0 25 0 1 0 29742237 21307392 4805 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 5202 4805 52 112 0 5086 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 35904

[startup+162.571 s]
/proc/loadavg: 1.95 1.96 1.98 3/89 25943
/proc/meminfo: memFree=1697096/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=22468 CPUtime=160.71
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 5243 0 0 0 16064 7 0 0 25 0 1 0 29742237 23007232 5174 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 5617 5174 52 112 0 5501 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 37564

[startup+222.647 s]
/proc/loadavg: 1.98 1.97 1.98 3/89 25943
/proc/meminfo: memFree=1690952/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=23516 CPUtime=220.71
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 5487 0 0 0 22064 7 0 0 25 0 1 0 29742237 24080384 5418 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525210 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 5879 5418 52 112 0 5763 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 38612

[startup+282.742 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 25943
/proc/meminfo: memFree=1686152/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=26840 CPUtime=280.72
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 6317 0 0 0 28064 8 0 0 25 0 1 0 29742237 27484160 6248 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525591 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 6710 6248 52 112 0 6594 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 41936

[startup+342.754 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 25943
/proc/meminfo: memFree=1682448/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=28048 CPUtime=340.68
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 6589 0 0 0 34059 9 0 0 25 0 1 0 29742237 28721152 6520 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 7012 6520 52 112 0 6896 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 43144

[startup+402.83 s]
/proc/loadavg: 1.99 1.97 1.98 3/89 25943
/proc/meminfo: memFree=1678032/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=28500 CPUtime=400.69
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 6700 0 0 0 40060 9 0 0 25 0 1 0 29742237 29184000 6631 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 7125 6631 52 112 0 7009 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 43596

[startup+462.903 s]
/proc/loadavg: 2.06 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1675536/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=30696 CPUtime=460.68
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 7235 0 0 0 46058 10 0 0 25 0 1 0 29742237 31432704 7166 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0

################
# More data... #
################

/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1651344/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=40272 CPUtime=1120.31
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 9686 0 0 0 112017 14 0 0 25 0 1 0 29742237 41238528 9550 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10068 9550 52 112 0 9952 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 55368

[startup+1183.28 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1650448/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=40416 CPUtime=1180.24
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 9723 0 0 0 118009 15 0 0 25 0 1 0 29742237 41385984 9587 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10104 9587 52 112 0 9988 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 55512

[startup+1243.28 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1650064/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=40748 CPUtime=1240.18
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 9782 0 0 0 124003 15 0 0 25 0 1 0 29742237 41725952 9646 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10187 9646 52 112 0 10071 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 55844

[startup+1303.29 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1648976/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=41684 CPUtime=1300.13
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10002 0 0 0 129998 15 0 0 25 0 1 0 29742237 42684416 9866 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10421 9866 52 112 0 10305 0
Current children cumulated CPU time (s) 1301.59
Current children cumulated vsize (KiB) 56780

[startup+1363.37 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1648784/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=41876 CPUtime=1360.12
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10033 0 0 0 135997 15 0 0 25 0 1 0 29742237 42881024 9897 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10469 9897 52 112 0 10353 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 56972

[startup+1423.44 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25943
/proc/meminfo: memFree=1648272/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=42208 CPUtime=1420.14
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10116 0 0 0 141998 16 0 0 25 0 1 0 29742237 43220992 9980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10552 9980 52 112 0 10436 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 57304

[startup+1483.45 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25945
/proc/meminfo: memFree=1645840/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=42516 CPUtime=1480.08
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10171 0 0 0 147992 16 0 0 25 0 1 0 29742237 43536384 10035 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10629 10035 52 112 0 10513 0
Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 57612

[startup+1543.46 s]
/proc/loadavg: 2.00 1.99 1.99 3/89 25945
/proc/meminfo: memFree=1645456/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=42516 CPUtime=1539.99
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10199 0 0 0 153983 16 0 0 25 0 1 0 29742237 43536384 10063 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10629 10063 52 112 0 10513 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 57612

[startup+1603.46 s]
/proc/loadavg: 2.04 2.00 1.99 3/89 25945
/proc/meminfo: memFree=1644880/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=42856 CPUtime=1599.94
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10273 0 0 0 159977 17 0 0 25 0 1 0 29742237 43884544 10137 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 10714 10137 52 112 0 10598 0
Current children cumulated CPU time (s) 1601.4
Current children cumulated vsize (KiB) 57952

[startup+1663.47 s]
/proc/loadavg: 2.01 2.00 1.99 3/89 25945
/proc/meminfo: memFree=1641360/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=45212 CPUtime=1659.9
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10818 0 0 0 165972 18 0 0 25 0 1 0 29742237 46297088 10682 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 11303 10682 52 112 0 11187 0
Current children cumulated CPU time (s) 1661.36
Current children cumulated vsize (KiB) 60308

[startup+1723.56 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 25945
/proc/meminfo: memFree=1640272/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=45428 CPUtime=1719.89
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 10842 0 0 0 171971 18 0 0 25 0 1 0 29742237 46518272 10706 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 11357 10706 52 112 0 11241 0
Current children cumulated CPU time (s) 1721.35
Current children cumulated vsize (KiB) 60524

[startup+1783.65 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 25945
/proc/meminfo: memFree=1637392/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=48056 CPUtime=1779.91
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 11535 0 0 0 177972 19 0 0 25 0 1 0 29742237 49209344 11387 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 12014 11387 52 112 0 11898 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 63152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.33 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 25945
/proc/meminfo: memFree=1637264/2055920 swapFree=4192956/4192956
[pid=25717] ppid=25715 vsize=15096 CPUtime=1.46
/proc/25717/stat : 25717 (sugar) S 25715 25717 25508 0 -1 4194304 1653 12629 0 2 5 1 130 10 16 0 1 0 29742080 15458304 1167 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25717/statm: 3774 1167 373 3 0 874 0
[pid=25735] ppid=25717 vsize=48056 CPUtime=1798.57
/proc/25735/stat : 25735 (minisat) R 25717 25717 25508 0 -1 0 11535 0 0 0 179838 19 0 0 25 0 1 0 29742237 49209344 11387 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525893 0 0 4096 3 0 0 0 17 0 0 0
/proc/25735/statm: 12014 11387 52 112 0 11898 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 63152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25717 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=361792 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=118981
CPU time returned by wait4() is 1.48077
while last known CPU time is 1800.04

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

Real time (s): 1803.35
CPU time (s): 1800.04
CPU user time (s): 1799.73
CPU system time (s): 0.31
CPU usage (%): 99.8166
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36179
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14369
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1300
involuntary context switches= 1241

runsolver used 2.0037 s user time and 5.97409 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 19:11:15 UTC 2007


IDJOB= 210309
IDBENCH= 4609
IDSOLVER= 86
FILE ID= node9/210309-1170097874

PBS_JOBID= 3689472

Free space on /tmp= 66478 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-20-18.xml
COMMAND LINE= /tmp/evaluation/210309-1170097874/solver /tmp/evaluation/210309-1170097874 /tmp/evaluation/210309-1170097874/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-210309-1170097874 -o ROOT/results/node9/solver-210309-1170097874 -C 1800 -M 900  /tmp/evaluation/210309-1170097874/solver /tmp/evaluation/210309-1170097874 /tmp/evaluation/210309-1170097874/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c62051c26fe63d321e75c355a719406a

RANDOM SEED= 300256472

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.263
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.263
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:       1038640 kB
Buffers:         42224 kB
Cached:         244124 kB
SwapCached:          0 kB
Active:         856748 kB
Inactive:       110708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:         706684 kB
Slab:            33288 kB
Committed_AS:  1008120 kB
PageTables:       3568 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 node9 on Mon Jan 29 19:41:18 UTC 2007